[Gambas-user] Menu Properties

Che cheguebeara at ...626...
Thu Jan 24 17:03:16 CET 2008


A couple questions prolly answered a bazillion times but...

Is there a way to set some of the Menu properties such as .Font
and .Background?  I tried in code and the app *barfed* and changing my
theme settings appears to have little effect. Is this because I am
running in Gnome vs. KDE (I have the system setup for both...)?

Also I have been using an Enter event to trigger resizing a component
when the parent form resizes... e.g.:

PUBLIC SUB texteditor1_Enter()
texteditor1.width = MyForm.width - 2
texteditor1.height = MyForm.height - 60
END

...and it works slick when resizing up, maximizing and resizing down...
The problem comes when i clone the form as a new window
(MyForm1 As New MyForm)

Everything else clones fine (menu, open, save, edit, right mouse context
menu etc.) except I lose the resize on Enter event... Is this a naming
issue or... ???

Thanks,
Mark
 





More information about the User mailing list