> > 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
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
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
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
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
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
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
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
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
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
-
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
11 matches
Mail list logo