[Fxruby-users] Dialogues, and create.
Status: Inactive
Brought to you by:
lyle
|
From: Hugh S. S. E. E. <hg...@dm...> - 2003-07-01 13:44:56
|
I have learned the heuristic that for a widget hierarchy to be
operative it must be constructed and created, and the create() calls
must be done on the child widgets before the parent widget.
So now I have been looking at dialog.rb from the examples.
application is an FXApp, and application.create is called, but
FXTestDialog's create method never seems to be called, nor does
DialogTester's. The child widgets (buttons, menus) don't seem to be
create()d either.
What have I missed?
Thank you
Hugh
|