[Gambas-user] Edit specialised Forms in the IDE
Tobias Boege
taboege at ...626...
Tue Nov 12 14:22:25 CET 2013
Hi,
I have written a StatusbarForm.class which is a Form with a built-in
Statusbar. Some people seem to like this sort of thing.
My class hierarchy looks like this:
- Statusbar.class (a Statusbar)
- _StatusbarLabel.class (to manage the contents of a Statusbar)
- Form
-> StatusbarForm.class (Inherits Form and builds a Statusbar)
-> FMain.class (Inherits StatusbarForm)
FMain is an example of a StatusbarForm to run the project.
First question: Is this a good way to specialise the Form class?
Second question: How do I now edit FMain in the IDE Form editor?
I believe this is possible, as the Report class can do it - I only can't
find the right charm.
Regards,
Tobi
More information about the User
mailing list