Re: [Fxruby-users] switch to full screen mode
Status: Inactive
Brought to you by:
lyle
From: Rich <ri...@li...> - 2004-05-24 13:08:07
|
There will be a point when you do something like: ... @appRef=FXApp.new ... @mainwin=FXMainWindow.new(@appRef,"test") ... @appRef.create @mainwin.show(PLACEMENT_SCREEN) @appRef.run You'll want to use 'PLACEMENT_MAXIMIZED' instead of 'PLACEMENT_SCREEN' when you 'show' your main window. -Rich ----- Original Message ----- From: "Simon Strandgaard" <ne...@ad...> To: "fxruby" <fxr...@li...> Sent: Monday, May 24, 2004 6:23 AM Subject: [Fxruby-users] switch to full screen mode > I am working on a fxruby frontend for my text editor. > I wish to switch to full-screen mode, but have not been able to > find any text about how to accomplish this. > > Any ideas/suggestions are very welcome ? > > In case you know a fox application which are able to do this > then please tell me.. then I will try doing copy/paste :-) > > -- > Simon Strandgaard > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Fxruby-users mailing list > Fxr...@li... > https://lists.sourceforge.net/lists/listinfo/fxruby-users > |