Hello Robert,
On 22-Feb-2008, you wrote:
> In the attached example the second notify is flagged "attribute is not
> readable". Why?
Probably you whould try:
call notify
'MainWindow','CloseRequest',1,'App','Inline',"xGet('Number','Integer')"
because of in
call notify
'MainWindow','CloseRequest',1,'App','Return','Inline',"xGet('Number','Integer')"
xGet(...) is checked to be TriggerAttr or a readable attribute and it
fails.
Ciao. Alfonso