Re: [Gambas-user] Feature request

2008-09-10 Thread jbskaggs
Perfect! Thank you. JB Benoit Minisini wrote: > > On jeudi 11 septembre 2008, jbskaggs wrote: >> Sure- >> >> When I make a package release for say ubuntu, mandrake, debian, fedora, >> etc >> and have gambas IDE make all the packages. It places all the make >> packages >> in one single directo

Re: [Gambas-user] Feature request

2008-09-10 Thread Benoit Minisini
On jeudi 11 septembre 2008, jbskaggs wrote: > Sure- > > When I make a package release for say ubuntu, mandrake, debian, fedora, etc > and have gambas IDE make all the packages. It places all the make packages > in one single directory. > > When I try and make the packages at seperate times it chang

Re: [Gambas-user] Feature request

2008-09-10 Thread jbskaggs
Sure- When I make a package release for say ubuntu, mandrake, debian, fedora, etc and have gambas IDE make all the packages. It places all the make packages in one single directory. When I try and make the packages at seperate times it changes the release number which really complicates tracking

Re: [Gambas-user] Maybe a bug in how Gambas manages op en DB connections

2008-09-10 Thread Benoit Minisini
On mercredi 10 septembre 2008, Leonardo Miliani wrote: > Benoit Minisini ha scritto: > > I cannot do anything with that. If you cannot send the full project, > > please create and send a project that allows me to reproduce the bug. > > > > Regards, > > I was creating a little example for you and I

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-10 Thread Leonardo Miliani
Benoit Minisini ha scritto: > I cannot do anything with that. If you cannot send the full project, please > create and send a project that allows me to reproduce the bug. > > Regards, > I was creating a little example for you and I was thinking that I got the error... but I didn't! So there is

Re: [Gambas-user] Menu disable?

2008-09-10 Thread Leonardo Miliani
Ron ha scritto: > Hi, > > Having build login functionality in my application brings up the next > challenge ;-) > > Can you disable a menu, so you see it (greyed out) but can't select > anything? > > I have tried to uncheck Enabled in menu editor, but I see no change. > Also setting property l

[Gambas-user] Menu disable?

2008-09-10 Thread Ron
Hi, Having build login functionality in my application brings up the next challenge ;-) Can you disable a menu, so you see it (greyed out) but can't select anything? I have tried to uncheck Enabled in menu editor, but I see no change. Also setting property like MenuDevices.Enabled = FALSE doe

Re: [Gambas-user] Nice book of Gambas

2008-09-10 Thread gambas
Am Mittwoch, 10. September 2008 15:51:56 schrieb Benoit Minisini: > On mardi 02 septembre 2008, Stefano Palmeri wrote: > > Fabien, bad idea to spread the world with J.R. health conditions. > > It's against privacy law on many countries, unless J.R. gave you > > permission to do that. I think it's a

Re: [Gambas-user] Disable closing window with X?

2008-09-10 Thread Ron
Laurent Carlier schreef: > Le mercredi 10 septembre 2008 15:05:17 Ron, vous avez écrit : > >> Hi, >> >> is there a way to disable closing a window by using the X in the titlebar? >> or removing the X? >> >> If i use: >> PUBLIC SUB Form_Close() >> >> STOP EVENT >> >> END >> >> ME.close is also

Re: [Gambas-user] Disable closing window with X?

2008-09-10 Thread Laurent Carlier
Le mercredi 10 septembre 2008 15:05:17 Ron, vous avez écrit : > Hi, > > is there a way to disable closing a window by using the X in the titlebar? > or removing the X? > > If i use: > PUBLIC SUB Form_Close() > > STOP EVENT > > END > > ME.close is also disable ofcourse. > > I need it for a login w

Re: [Gambas-user] Feature request

2008-09-10 Thread Benoit Minisini
On lundi 25 août 2008, jbskaggs wrote: > On the packager utility in gambas- would it be possible to add a feature > so when you create more than one linux flavor installation it asks you for > a new directory for each flavor? > > This would make distribution updates much faster. > > JB Skaggs Can

Re: [Gambas-user] Nice book of Gambas

2008-09-10 Thread Benoit Minisini
On mardi 02 septembre 2008, Stefano Palmeri wrote: > Fabien, bad idea to spread the world with J.R. health conditions. > It's against privacy law on many countries, unless J.R. gave you > permission to do that. I think it's a good idea removing > that message from Gambas online archives. > Benoit,

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-10 Thread Benoit Minisini
On dimanche 07 septembre 2008, Leonardo Miliani wrote: > Benoit Minisini ha scritto: > > On vendredi 05 septembre 2008, Leonardo Miliani wrote: > >> Ops I forgot the version: 2.8.1, but got the same error with > >> previous versions 2.8 and, if I remember correctly, 2.7. > > > > Then please pos

Re: [Gambas-user] Suggestion for IDE behaviour

2008-09-10 Thread Benoit Minisini
On lundi 08 septembre 2008, richard terry wrote: > I keep a directory in my project where I keep a text file for changes I > want to make to forms > I note at run-time that like all forms, any file in here is not editable. > > I wondered if it would be possible to allow files not used during the >

[Gambas-user] Disable closing window with X?

2008-09-10 Thread Ron
Hi, is there a way to disable closing a window by using the X in the titlebar? or removing the X? If i use: PUBLIC SUB Form_Close() STOP EVENT END ME.close is also disable ofcourse. I need it for a login window, I only want to accept closing via a buttonpress after some checks... Hmm I