Carl Karsten wrote:
Using http://dabo.leafe.com/wiki/DemoScreenshots "Criteria selection page (Win32):" as an example, can someone explain how the controls are stored in

> A) the source of that form

In a file called fieldSpecs.fsxml, an xml specification file.


B) at runtime when that form is live.

They are objects on a panel on a page on a pageframe on the form. The labels are dabo.ui.dLabel's, the drop-downs are dabo.ui.dDropdownList's, the textboxes are dabo.ui.dTextBox's, and the requery button is a dabo.ui.dButton.


I would hope this is true:

A) is some sort of file.
Yes.

B) is in memory.
Yes, instances of classes.


--
Paul McNett
http://paulmcnett.com
http://dabodev.com


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to