[Gambas-user] Gambas 3 GTK+ Keystroke Problem

2010-12-08 Thread Michael
In 30 years of programming I have just found the most peculiar problem. I have an app with several text boxes. None of the text boxes will accept the character 'o'. They will accept 'SHIFT-O' but they will not accept an upper case O if the the caps lock key is active. Here are a few facts: 1. A

Re: [Gambas-user] Gambas 3 Printing

2010-12-08 Thread Michael
Thanks Benoit, I have upgraded my print routines to run in V.3. The beauty of Gambas is the ability to work around any problems. My only outstanding problem is the inability to set the Paper Orientation in Printer.Configure or to code it with "hPrinter.Orientation = Printer.Landscape". I look for

Re: [Gambas-user] Question about objects in memory

2010-12-08 Thread Benoît Minisini
> i have no intension to do something. > Anyway i dont know how to use such an information. > > i just wanted to know it to describe it in my book. > > Now i am in the chapter of pointers and memory management. > > Something else... > > the "NEW" word in Gambas is like "new" word in C++? > > i

Re: [Gambas-user] Question about objects in memory

2010-12-08 Thread Demosthenes Koptsis
i have no intension to do something. Anyway i dont know how to use such an information. i just wanted to know it to describe it in my book. Now i am in the chapter of pointers and memory management. Something else... the "NEW" word in Gambas is like "new" word in C++? in the book "Teach Yourse

Re: [Gambas-user] gb3 - unable to load Qt translation

2010-12-08 Thread wally
On Wednesday 08 December 2010 17:44:35 Benoît Minisini wrote: > > > > KDE4 on OpenSuse 11.3 > > for me it's new KDE (kde3 -> kde4) > > and new Gambas ( gb2 -> gb3) > > > > I have that problem on my own system: the error balloon is not displayed > correctly sometimes. It appears partially, or it

Re: [Gambas-user] gb3 - unable to load Qt translation

2010-12-08 Thread Benoît Minisini
> > KDE4 on OpenSuse 11.3 > for me it's new KDE (kde3 -> kde4) > and new Gambas ( gb2 -> gb3) > I have that problem on my own system: the error balloon is not displayed correctly sometimes. It appears partially, or it is not visible at all. If you run your project in the IDE, and an error is r

Re: [Gambas-user] gb3 - unable to load Qt translation

2010-12-08 Thread wally
On Wednesday 08 December 2010 17:10:40 Benoît Minisini wrote: > > > > Benoit, > > > > i ask this in the 1st post of " [Gambas-user] gb3 - unable to load Qt > > translation" thread: > > > > "may this the reason i do not get Error messages ? > > If a error in code occurs i get only a few seconds b

Re: [Gambas-user] gb3 - unable to load Qt translation

2010-12-08 Thread Benoît Minisini
> > Benoit, > > i ask this in the 1st post of " [Gambas-user] gb3 - unable to load Qt > translation" thread: > > "may this the reason i do not get Error messages ? > If a error in code occurs i get only a few seconds ballon message > in code line of error. How to fix it ? " > > I do not know w

Re: [Gambas-user] gb3 - unable to load Qt translation

2010-12-08 Thread wally
On Wednesday 08 December 2010 16:49:09 Benoît Minisini wrote: > > > > So the translation-warning is not reponsible for missing error messages ? > > Why i do not get error messages if something is wrong in code (gb3) ? > > > > wally > > > > I don't what you are talking about. Can you be more pre

Re: [Gambas-user] gb3 - unable to load Qt translation

2010-12-08 Thread Benoît Minisini
> > So the translation-warning is not reponsible for missing error messages ? > Why i do not get error messages if something is wrong in code (gb3) ? > > wally > I don't what you are talking about. Can you be more precise? -- Benoît Minisini --

Re: [Gambas-user] gb3 - unable to load Qt translation

2010-12-08 Thread wally
On Wednesday 08 December 2010 16:05:36 Benoît Minisini wrote: > > Hi, > > > > Wally-8 wrote: > > > on run a project in gambas3 i always get: > > > "warning: unable to load Qt translation: en_US.UTF-8" > > > > I can confirm the error message (but in my case with en_GB.UTF-8). > > > > 32bit UBuntu

Re: [Gambas-user] BUG: Problem with DateAdd function

2010-12-08 Thread George
On Sun, Dec 5, 2010 at 6:31 AM, EA7DFH wrote: > El 05/12/10 01:16, Benoît Minisini escribió: >>> >>> But then why am I getting the 'invalid date' error in 2.22?  And more >>> importantly, what do I need to do to correct it? >>> >> >> That is the question! >> >> Check first that you really have Gam

Re: [Gambas-user] Gambas 3 Printing

2010-12-08 Thread Benoît Minisini
> Can anybody please clarify how to generate a new page when printing in > Gambas 3. I know you have have the Printer.Count value but it appears > you need to know the number of pages to set this value before printing. > You cannot loop through data and say INC hPrinter.Count. It will only > print

Re: [Gambas-user] Question about objects in memory

2010-12-08 Thread Benoît Minisini
> hi, > > in the next example, the output of PRINT is the datatype and the address > of memory where the object exists? > > ' Gambas module file > > PUBLIC SUB Main() > > DIM aArray AS NEW String[] > > PRINT aArray > > END > > > Output: > > (String[] 0x21ce4a0) Yes. But do

Re: [Gambas-user] Gambas 3 Display problems

2010-12-08 Thread Benoît Minisini
> Using GB.GTK+ Library on Ubuntu maverick, I notice odd display behaviour: > 1. Set a panel to default foreground, and text on components is black > in the IDE, as expected. Run the app and all text is grey. > 2. As item 1 but select foreground color as "System.TextForeGround" and > same problem.

Re: [Gambas-user] gb3 - unable to load Qt translation

2010-12-08 Thread Benoît Minisini
> Hi, > > Wally-8 wrote: > > on run a project in gambas3 i always get: > > "warning: unable to load Qt translation: en_US.UTF-8" > > I can confirm the error message (but in my case with en_GB.UTF-8). > > 32bit UBuntu 10.10, Gamrev 3338 This is not an error message. It begins with the word "warn

Re: [Gambas-user] gb3 - unable to load Qt translation

2010-12-08 Thread charlesg
Hi, Wally-8 wrote: > > on run a project in gambas3 i always get: > "warning: unable to load Qt translation: en_US.UTF-8" > I can confirm the error message (but in my case with en_GB.UTF-8). 32bit UBuntu 10.10, Gamrev 3338 -- View this message in context: http://old.nabble.com/gb3---unable-

[Gambas-user] Gambas 3 Display problems

2010-12-08 Thread Michael
Using GB.GTK+ Library on Ubuntu maverick, I notice odd display behaviour: 1. Set a panel to default foreground, and text on components is black in the IDE, as expected. Run the app and all text is grey. 2. As item 1 but select foreground color as "System.TextForeGround" and same problem. 3. As i

[Gambas-user] gb3 - unable to load Qt translation

2010-12-08 Thread wally
Hello, on run a project in gambas3 i always get: "warning: unable to load Qt translation: en_US.UTF-8" may this the reason i do not get Error messages ? If a error in code occurs i get only a few seconds ballon message in code line of error. How to fix it ? cheers wally --

[Gambas-user] Question about objects in memory

2010-12-08 Thread Demosthenes Koptsis
hi, in the next example, the output of PRINT is the datatype and the address of memory where the object exists? ' Gambas module file PUBLIC SUB Main() DIM aArray AS NEW String[] PRINT aArray END Output: (String[] 0x21ce4a0) -- Regards, Demosthenes Koptsis. -