Search the web
Sign In
New User? Sign Up
rxmui · Discussion about RxMUI, the MUI/Guis library for ARexx.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
String Integer not readable   Message List  
Reply | Forward Message #1807 of 1832 |
In the attached example the second notify is flagged "attribute is not
readable". Why?

RxMUI 42.7, MUI 3.8, AmigaOS 3.9, A4000/040

Kind regards,
--
Robert A. Sisk
sisk637@...


Fri Feb 22, 2008 9:38 pm

rsisk2003
Offline Offline
Send Email Send Email

/* $VER: DemoStrInt 1.0 (22.2.2008)
*/
App.Description='Demo'
App.Copyright ='© 2008 by Robert A. Sisk'

App.Title=word(SourceLine(1),3)
App.Base=App.Title

call AddLib 'rmh.library',0,-30
if RMH_AddLibrary('rxmui.library')>0 then do
call RMH_EasyRequest "Can't open" result,App.Title,'Exit'
signal Exit
end

App.Author=SubWord(App.Copyright,find(App.Copyright,'by')+1)
App.SingleTask=1
App.Version=SubWord(SourceLine(1),2)
App.SubWindow='MainWindow'
MainWindow.Title=App.Title
MainWindow.Contents=HVSpace()
App.SubWindow.1='JumpWindow'
JumpWindow.Contents=MakeObj(,'VGroup',MakeObj('Number','NumericString'))
if NewObj('Application','App')>0 then
signal Exit

SigBreakB_Ctrl_C=12
BreakCSignal=2**SigBreakB_Ctrl_C

call notify 'MainWindow','CloseRequest',1,'App','ReturnID','Quit'
call notify
'MainWindow','CloseRequest',1,'App','Return','Inline',"xGet('Number','Integer')"

call set 'MainWindow','Open',1

do forever
call NewHandle 'App','Event',BreakCSignal
if RMH_And(Event.Signals,BreakCSignal)>0 then
leave
interpret 'call' Event.Event
end

Quit:
Exit:
exit


Forward
Message #1807 of 1832 |
Expand Messages Author Sort by Date

In the attached example the second notify is flagged "attribute is not readable". Why? RxMUI 42.7, MUI 3.8, AmigaOS 3.9, A4000/040 Kind regards, -- Robert A....
Robert A. Sisk
rsisk2003
Offline Send Email
Feb 22, 2008
9:41 pm

Hello Robert, ... Probably you whould try: call notify 'MainWindow','CloseRequest',1,'App','Inline',"xGet('Number','Integer')" because of in call notify ...
Alfonso Ranieri
alforan
Offline Send Email
Feb 22, 2008
10:11 pm

Please ignore my previous message on this subject. Sorry about that. :-/ Kind regards, -- Robert A. Sisk sisk637@......
Robert A. Sisk
rsisk2003
Offline Send Email
Feb 23, 2008
9:03 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help