Re: [Gambas-user] DataCombo, key_press

2009-11-21 Thread bbb888
Amended. Thank you for so gently pointing out my error. b nospam.nospam.nospam wrote: > > bbb888 wrote: >> >> >> Try setting .type as the last assignment, don't know, works for me in >> postgresql. It seems that as soon as you give it a type and host and >> user postgresql makes a connect. A

[Gambas-user] Either I am blind or...

2009-11-21 Thread nospam.nospam.nospam
...menus don't support drag. Please tell me I am blind. -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what

Re: [Gambas-user] Setting a checkbox value

2009-11-21 Thread nospam.nospam.nospam
Doriano Blengino wrote: > bbb888 ha scritto: >> Benoit, >> >> Why oh why should setting checkbox value in code generate a click >> event? >> >> bruce >> > I join. > I think that events should be fired by user, never by code. You'd be saying exactly the opposite if gambas was badly designed and did

Re: [Gambas-user] DataCombo, key_press

2009-11-21 Thread nospam.nospam.nospam
bbb888 wrote: > > > Try setting .type as the last assignment, don't know, works for me in > postgresql. It seems that as soon as you give it a type and host and > user postgresql makes a connect. Anyway, as I said, dont know works > for me. Perhaps it does work for you. Perhaps the poster isn't

Re: [Gambas-user] Setting a checkbox value

2009-11-21 Thread nospam.nospam.nospam
bbb888 wrote: > Benoit, > > Why oh why should setting checkbox value in code generate a click > event? Because setting a checkbox value in code is a pseudo-click. How would you feel if it didn't genrate a click but you wanted it to? Set a flag before setting the checkbox then check the flag in t

Re: [Gambas-user] Licensing problems in Gambas

2009-11-21 Thread nospam.nospam.nospam
Benoît Minisini wrote: > Hi, > > There are two licensing problems in Gambas that must be solved. > > 1) The first one should not be difficult: we must find a license for > the gambas wiki documentation that makes it free. I need > suggestions... Claim the documentation copyright for yourself then

Re: [Gambas-user] file.save saves in DOS format

2009-11-21 Thread Jorge Carrión
Joshue: The difference between Dos an Unix format is de end of line. In Dos format are two characters , ascii 13 and ascii 10, and in Unix (linux) format is only one, ascii 10. Review your file about that end of lines. Regards 2009/11/22 Joshua Higgins > I'm using a File.Save to write the /etc/

[Gambas-user] file.save saves in DOS format

2009-11-21 Thread Joshua Higgins
I'm using a File.Save to write the /etc/exports file, but its not reading it. Opening it with nano says its "converted from DOS format". How do I write to a text file in linux format? -- joshua higgins >>-- -- Let

[Gambas-user] Wizard source code

2009-11-21 Thread richard terry
Hi List, I wondered if the wizard was a gambas component or qt, if gambas is it possible to access the source code? Regards Richard -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial.

[Gambas-user] Menu editor - not a bug but annoying

2009-11-21 Thread richard terry
Hi benoit, Just a comment re menu-editor which when doing large menu's I find annoying. The default action for the return/enter key in the textboxes is to trigger the OK button in the menu editor, so if one hits enter and not tab to get to the next box > hasty exit from the menu editor. Not th

Re: [Gambas-user] Setting a checkbox value

2009-11-21 Thread Fabien Bodard
but in this case it will work Object.lock(checkbox) Checkbox.value=true Object.Unlock(checkbox) so then the events are fired ... it is just blocked during the variable setting 2009/11/21 Doriano Blengino : > Fabien Bodard ha scritto: >> Le 21 novembre 2009 14:10, Benoît Minisini >> a écrit : >>

Re: [Gambas-user] Resizing a form

2009-11-21 Thread John
Hi Werner Thank you for your fast reply and your help. Both are greatly appreciated. On Sun, 2009-11-22 at 00:03 +0800, Werner wrote: > Hello John and welcome > > When you are in design mode of the ide and you have the form in question > in front of you please right-click on the form. >

Re: [Gambas-user] Setting a checkbox value

2009-11-21 Thread Doriano Blengino
Fabien Bodard ha scritto: > Le 21 novembre 2009 14:10, Benoît Minisini > a écrit : > >>> bbb888 ha scritto: >>> Benoit, Why oh why should setting checkbox value in code generate a click event? bruce >>> I join. >>> I think that events should be fire

Re: [Gambas-user] Resizing a form

2009-11-21 Thread Werner
On 21/11/09 23:43, John wrote: > Hi All >I have joined this list this morning. > I have tried to find the answer to the following question. > Sorry if this has been asked many times in the past. > > When a user changes the size of a form by dragging its corner or by > clicking on the maxim

[Gambas-user] Please Disregard my last E-Mail

2009-11-21 Thread John
Hi all I have just found the form resize event. So please disregard my last E-Mail Thanks -- Let us hope we never witness the "Silence Of The Hams" 73 DE John KB2SCS Packet:kb2...@wa2pnu,#NLI.NY.USA.NOAM E-Mail:kb2...@arrl.net Web Page: http://www.

[Gambas-user] Resizing a form

2009-11-21 Thread John
Hi All I have joined this list this morning. I have tried to find the answer to the following question. Sorry if this has been asked many times in the past. When a user changes the size of a form by dragging its corner or by clicking on the maximum button I would like the controls on the f

Re: [Gambas-user] Setting a checkbox value

2009-11-21 Thread Fabien Bodard
Le 21 novembre 2009 14:10, Benoît Minisini a écrit : >> bbb888 ha scritto: >> > Benoit, >> > >> > Why oh why should setting checkbox value in code generate a click event? >> > >> > bruce >> >> I join. >> I think that events should be fired by user, never by code. >> >> Regards, >> > > Why should w

[Gambas-user] Invitation to connect on LinkedIn

2009-11-21 Thread safwan erooth
LinkedIn safwan erooth souhaite se connecter à vous sur LinkedIn : -- Joan Lucì, I'd like to add you to my professional network on LinkedIn. - safwan Accepter l'invitation de safwan erooth http://www.linkedin.com/e/uKC-86hQN3QmxE2auJ6zQ6pkPe

Re: [Gambas-user] Setting a checkbox value

2009-11-21 Thread Benoît Minisini
> bbb888 ha scritto: > > Benoit, > > > > Why oh why should setting checkbox value in code generate a click event? > > > > bruce > > I join. > I think that events should be fired by user, never by code. > > Regards, > Why should we make a difference between the user and the code? Most of the ti

Re: [Gambas-user] Setting a checkbox value

2009-11-21 Thread nando
Workaround I use. 1. Use an OPTIONAL boolean in the Click Event. 2. The user clicking defaults to false but you manually send a true in code. 3. Then your click event simply returns if the optional is true. -Fernando -- Original Message --- From: bbb888 To: gambas-user@lists.sour

Re: [Gambas-user] Setting a checkbox value

2009-11-21 Thread Doriano Blengino
bbb888 ha scritto: > Benoit, > > Why oh why should setting checkbox value in code generate a click event? > > bruce > I join. I think that events should be fired by user, never by code. Regards, -- Doriano Blengino "Listen twice before you speak. This is why we have two ears, but only one mo

[Gambas-user] Setting a checkbox value

2009-11-21 Thread bbb888
Benoit, Why oh why should setting checkbox value in code generate a click event? bruce -- View this message in context: http://old.nabble.com/Setting-a-checkbox-value-tp26455936p26455936.html Sent from the gambas-user mailing list archive at Nabble.com. --

Re: [Gambas-user] Problem building Gambas3 on openSUSE 11.2

2009-11-21 Thread Werner
On 21/11/09 18:43, Benoît Minisini wrote: >> On 20/11/09 17:28, Werner wrote: >> >>> Suse 11.2 came out last week. I seem to remember that it worked fine >>> with 11.1 using qt3. >>> >>> My problem is that I can't configure support for Qt (I don't care about >>> the other parts). >>> >>> I am

Re: [Gambas-user] Problem building Gambas3 on openSUSE 11.2

2009-11-21 Thread Benoît Minisini
> On 20/11/09 17:28, Werner wrote: > > Suse 11.2 came out last week. I seem to remember that it worked fine > > with 11.1 using qt3. > > > > My problem is that I can't configure support for Qt (I don't care about > > the other parts). > > > > I am trying this now with trunk rev 2429 but have also t

Re: [Gambas-user] Problem building Gambas3 on openSUSE 11.2

2009-11-21 Thread Werner
On 20/11/09 17:28, Werner wrote: > Suse 11.2 came out last week. I seem to remember that it worked fine > with 11.1 using qt3. > > My problem is that I can't configure support for Qt (I don't care about > the other parts). > > I am trying this now with trunk rev 2429 but have also tried it with a >