B. Objects
Home ] 1. The CASLide ] 2. First Application ] 2. Floating Math ] 3. Dates and Times ] 4. Strings ] 5. Previous Program State ] 6. Data Browser ] 7. Data Entry ] 8. Conduit and Desktop Companion ] 9. Games ] 10. Graphics ] 11. Sound ] 12. Communications ] 13. Accessing Palm Databases ] 14. Distributing CASL Applications ] A. Programming Style ] [ B. Objects ] C. Positioning Objects ] D. POSE ] E. C Code ]

 

Put in one place summary of all objects, their events, their form builder modifiers, their run time properties, and their run time manipulators (methods).

Not done, in meantime must reference Language Reference Manual.

Events

Object Parent Events
menu top N/A N/A (shows menu items)
menu item menu_top tap
frame N/A N/A
grid N/A load, upload
label frame, or grid N/A
text box frame, or grid change
multi-line label (text box with no_input property set) frame, or grid N/A
button frame, or grid tap
checkbox (button with checkbox property set) frame, or grid tap
popdown list frame select
selector frame select
file selector frame select
file N/A poll (opened for serial or network access)
dbfile N/A N/A

Properties

Object Compile time modifier (property) Run time property
menu top display, ^shortcut (Win only) display
menu item display, ^ shortcut, invokes display
frame font, display, foreground, background font_name, display, hidden, object_type (ro), focused_object (ro), object_string, foreground, background
grid N/A load, upload
label frame, or grid N/A
text box frame, or grid change
multi-line label (text box with no_input property set) frame, or grid N/A
button frame, or grid tap
check box (button with checkbox property set) frame, or grid tap
popdown list frame select
selector frame select
file selector frame select
file N/A poll (opened for serial or network access)
db file N/A N/A

Manipulators (Methods)

Object Manipulators Property alternative
menu top N/A tap
menu item N/A tap
frame show, hide N/A
grid N/A load, upload
label frame, or grid N/A
text box frame, or grid change
multi-line label (text box with no_input property set) frame, or grid N/A
button frame, or grid tap
check box (button with checkbox property set) frame, or grid tap
popdown list frame select
selector frame select
file selector frame select
file N/A poll (opened for serial or network access)
db file N/A N/A

 

 

 

[ Top ]

© 2001, Feras Information Technology. All rights reserved.