Re: [Gambas-user] Restore fullscreen mode at Form_Open fails

2008-09-26 Thread Patrik Karlsson
> > When I try this line in Form_Open > > ME.FullScreen = Settings["Main/FullScreen", FALSE] > > If the setting is true, the only thing that happens is that the program > > becomes a normal window in full size. > It seems to work with gb.gtk, but not gb.qt. I need to investigate... Ok, please d

Re: [Gambas-user] Restore fullscreen mode at Form_Open fails

2008-09-26 Thread Benoit Minisini
On vendredi 26 septembre 2008, Patrik Karlsson wrote: > When I try this line in Form_Open > ME.FullScreen = Settings["Main/FullScreen", FALSE] > If the setting is true, the only thing that happens is that the program > becomes a normal window in full size. > > However, if I have a timer that exec

Re: [Gambas-user] Gambas2 on OpenSUSE 11.0/x86_64

2008-09-26 Thread Benoit Minisini
On vendredi 26 septembre 2008, Neil Lewis wrote: > Hi all, > > I've recently come back to Gambas after a long spell with php and > installed the recommended packages for OpenSUSE 11.0. The IDE starts up > fine, but whenever any project is loaded, the IDE crashes after a few > seconds with the error

Re: [Gambas-user] Restore fullscreen mode at Form_Open fails

2008-09-26 Thread Olivier Cruilles
Hello Patrik, I think it doesn't work because only TEXT was avaible by Settings function. Try somethink like that: if Settings["Main/FullScreen", FALSE] = "TRUE" then Me.FullScreen = TRUE else Me.FullScreen = FALSE end if And the same procedure to store the boolean value by th

Re: [Gambas-user] setting window type

2008-09-26 Thread Benoit Minisini
On vendredi 26 septembre 2008, Joshua Higgins wrote: > Hi, I'm making a replacement panel for my desktop in gambas, and I need to > know how to set the window type as a panel, so windows can't cover it and > it can't cover windows. > > any ideas?? You can do that in Gambas 3, not in Gambas 2. If

[Gambas-user] Gambas2 on OpenSUSE 11.0/x86_64

2008-09-26 Thread Neil Lewis
Hi all, I've recently come back to Gambas after a long spell with php and installed the recommended packages for OpenSUSE 11.0. The IDE starts up fine, but whenever any project is loaded, the IDE crashes after a few seconds with the error message "[6] Type mismatch: wanted integer, got Null instea

Re: [Gambas-user] How to lock a file

2008-09-26 Thread Benoit Minisini
On vendredi 26 septembre 2008, Almanova Sistemi wrote: > I need to lock the file to avoid writing by another user in multiuser > environment > Sorry for that, the documentation is completely false. But who wrote it? :-) The LOCK instruction does not lock a specific stream not a stream, but instea

Re: [Gambas-user] How to lock a file

2008-09-26 Thread Almanova Sistemi
I need to lock the file to avoid writing by another user in multiuser environment nando ha scritto: > Can you tell why you have to lock it.. > for what reason? > > > -- Original Message --- > From: Almanova Sistemi <[EMAIL PROTECTED]> > To: mailing list for gambas users > Sent: We

[Gambas-user] Restore fullscreen mode at Form_Open fails

2008-09-26 Thread Patrik Karlsson
When I try this line in Form_Open ME.FullScreen = Settings["Main/FullScreen", FALSE] If the setting is true, the only thing that happens is that the program becomes a normal window in full size. However, if I have a timer that executes (once), after a short delay, the line above, it works just

[Gambas-user] setting window type

2008-09-26 Thread Joshua Higgins
Hi, I'm making a replacement panel for my desktop in gambas, and I need to know how to set the window type as a panel, so windows can't cover it and it can't cover windows. any ideas?? -- joshua higgins >>-- - This S

[Gambas-user] mailing test - don't read

2008-09-26 Thread Stefano Palmeri
- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in th