AMOSi:Rdialog

From Amiga Coding
Revision as of 01:50, 17 November 2007 by Spellcoder (talk | contribs) (1 revision(s))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

an example can be found on AMOSPro_Tutorial:Tutorials/Interface/Editing_zones.AMOS


Reads the position of a particular button or selector.


b=Rdialog(channel,zone)

channel is the number of a currently open Interface channel


zone specifies the button or zone to be tested.


b=Rdialog(channel,zone,version)

If you omit the version number, RDIALOG will return the position of the FIRST object you've defined with the current zone number.