[Gambas-user] Property Form.Modal in Property Toolbox

2010-10-04 Thread user
I wander why the property Modal of a Form is not in Properties Toolbox? -- Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time

Re: [Gambas-user] Background color of Menu of Form does not change

2010-10-04 Thread Benoît Minisini
> On Mon, 2010-10-04 at 20:45 +0200, Benoît Minisini wrote: > > > Hi > > > > > > i have just found that if i change the "Background" color of FMain the > > > Menu color does not change when the app is running. > > > It changes only in IDE. > > > > > > Although if i change the "Foreground" color o

Re: [Gambas-user] Gambas app run as root

2010-10-04 Thread Benoît Minisini
> OK, here it is. > > Jussi > > Well, your little example works as expected there (Mandriva 2010.1 / x86-64). On Gambas 3, it works if you add 'As "Process"' after the SHELL instruction and replace LINE INPUT by the READ instruction. Note that you should use EXEC instead of SHELL. Not import

Re: [Gambas-user] Cant open project after crash

2010-10-04 Thread user
i try second time to email this message i think admin rules abort it --- Begin Message --- On Mon, 2010-10-04 at 22:41 +0300, user wrote: > I created a project with gb.gui. > > I changed the components from gb.gui to gb.qt and tried to compile the > project. > > The result was to create a name.ga

Re: [Gambas-user] gambas2-gb-sdl-sound in version 2.21 full with bugs

2010-10-04 Thread Laurent Carlier
Le lundi 04 octobre 2010 23:53:36, Benoît Minisini a écrit : > > Le lundi 04 octobre 2010 21:39:39, M. Cs. a écrit : > > > I know that everybody is fixed upon gambas3, but I'm desperately trying > > > to say, that there are so many bugs in it. For example, it freezes the > > > entire application up

Re: [Gambas-user] Gambas3 :: Method signature and documentation

2010-10-04 Thread Benoît Minisini
> Mmmm, I don't know :-/ > > I'm followed the instructions posted in > http://gambasdoc.org/help/dev/gambas "How To Program Components In > Gambas", but there are things that are obsolete in gambas3, like "You can > install the component in your home directory by checking the correspo

Re: [Gambas-user] gambas2-gb-sdl-sound in version 2.21 full with bugs

2010-10-04 Thread Benoît Minisini
> Le lundi 04 octobre 2010 21:39:39, M. Cs. a écrit : > > I know that everybody is fixed upon gambas3, but I'm desperately trying > > to say, that there are so many bugs in it. For example, it freezes the > > entire application upon MP3 playback if the bitrate is higher than 128 > > kbps which is t

Re: [Gambas-user] gambas2-gb-sdl-sound in version 2.21 full with bugs

2010-10-04 Thread Laurent Carlier
Le lundi 04 octobre 2010 21:39:39, M. Cs. a écrit : > I know that everybody is fixed upon gambas3, but I'm desperately trying to > say, that there are so many bugs in it. For example, it freezes the entire > application upon MP3 playback if the bitrate is higher than 128 kbps which > is the only ac

Re: [Gambas-user] Cant open project after crash

2010-10-04 Thread user
On Mon, 2010-10-04 at 22:41 +0300, user wrote: > I created a project with gb.gui. > > I changed the components from gb.gui to gb.qt and tried to compile the > project. > > The result was to create a name.gambas file 2 Gb and to crash the IDE. > > When i tried to reopen the project, in order to c

Re: [Gambas-user] gambas2-gb-sdl-sound in version 2.21 full with bugs

2010-10-04 Thread Laurent Carlier
Le lundi 04 octobre 2010 21:39:39, M. Cs. a écrit : > I know that everybody is fixed upon gambas3, but I'm desperately trying to > say, that there are so many bugs in it. For example, it freezes the entire > application upon MP3 playback if the bitrate is higher than 128 kbps which > is the only ac

Re: [Gambas-user] gambas2-gb-sdl-sound in version 2.21 full with bugs

2010-10-04 Thread Benoît Minisini
> I know that everybody is fixed upon gambas3, but I'm desperately trying to > say, that there are so many bugs in it. For example, it freezes the entire > application upon MP3 playback if the bitrate is higher than 128 kbps which > is the only accepted rate, since if the bitrate is lower, or the f

Re: [Gambas-user] Cant open project after crash

2010-10-04 Thread Benoît Minisini
> I created a project with gb.gui. > > I changed the components from gb.gui to gb.qt and tried to compile the > project. > > The result was to create a name.gambas file 2 Gb and to crash the IDE. > > When i tried to reopen the project, in order to change the components i > get an error message l

[Gambas-user] Cant open project after crash

2010-10-04 Thread user
I created a project with gb.gui. I changed the components from gb.gui to gb.qt and tried to compile the project. The result was to create a name.gambas file 2 Gb and to crash the IDE. When i tried to reopen the project, in order to change the components i get an error message like the attached i

[Gambas-user] gambas2-gb-sdl-sound in version 2.21 full with bugs

2010-10-04 Thread M. Cs.
I know that everybody is fixed upon gambas3, but I'm desperately trying to say, that there are so many bugs in it. For example, it freezes the entire application upon MP3 playback if the bitrate is higher than 128 kbps which is the only accepted rate, since if the bitrate is lower, or the frequency

Re: [Gambas-user] Background color of Menu of Form does not change

2010-10-04 Thread user
On Mon, 2010-10-04 at 20:45 +0200, Benoît Minisini wrote: > > Hi > > > > i have just found that if i change the "Background" color of FMain the > > Menu color does not change when the app is running. > > It changes only in IDE. > > > > Although if i change the "Foreground" color of FMain the Menu

Re: [Gambas-user] Background color of Menu of Form does not change

2010-10-04 Thread Benoît Minisini
> Hi > > i have just found that if i change the "Background" color of FMain the > Menu color does not change when the app is running. > It changes only in IDE. > > Although if i change the "Foreground" color of FMain the Menu color does > change. > > i use Gambas 2.21 in Ubuntu 10.04. > > Thank

Re: [Gambas-user] Problem in online help

2010-10-04 Thread Benoît Minisini
> Some help items in the Wiki Encyclopaedia, repeats the sample code of > each line. > > Example: > > http://gambasdoc.org/help/comp/gb.qt/control/.keypress?show Oops. Fixed... -- Benoît Minisini -- Virtualization i

[Gambas-user] Background color of Menu of Form does not change

2010-10-04 Thread user
Hi i have just found that if i change the "Background" color of FMain the Menu color does not change when the app is running. It changes only in IDE. Although if i change the "Foreground" color of FMain the Menu color does change. i use Gambas 2.21 in Ubuntu 10.04. Thanks. --

[Gambas-user] Problem in online help

2010-10-04 Thread Fabián Flores Vadell
Some help items in the Wiki Encyclopaedia, repeats the sample code of each line. Example: http://gambasdoc.org/help/comp/gb.qt/control/.keypress?show -- Fabián Flores Vadell www.speedbooksargentina.blogspot.com -- V

Re: [Gambas-user] Textbox - Valuebox

2010-10-04 Thread Fabián Flores Vadell
2010/10/4 Biro Zoltan : > Thank you very much Johny! > > BUT! > > I can evaluate the key pressed with keypress event, but I cannot make > the cursor to leave this textbox and to move to the next textbox. > > My example: > > PUBLIC SUB factura_KeyPress() >  IF Key.Code = Key.Enter OR Key.Code = Key.

Re: [Gambas-user] setting columnview column sizes

2010-10-04 Thread richard terry
On Monday 04 October 2010 21:15:13 Rolf-Werner Eilert wrote: > Am 04.10.2010 06:08, schrieb richard terry: > > Having wasted a couple of frustrating hours on this simple task, I > > thought I'd ask the list. > > > > I have a 3 column column view. I want to set the sizes of this to a user- > > defin

Re: [Gambas-user] Gambas3 :: Method signature and documentation

2010-10-04 Thread Lord Quo
Mmmm, I don't know :-/ I'm followed the instructions posted in http://gambasdoc.org/help/dev/gambas "How To Program Components In Gambas", but there are things that are obsolete in gambas3, like "You can install the component in your home directory by checking the corresponding

Re: [Gambas-user] setting columnview column sizes

2010-10-04 Thread Rolf-Werner Eilert
Benoit should be able to tell you where to look at - at least he knows best the underlying code for the Grid and Tableview. But he needs to know the facts about your system, too. I have been using both options, user-input and separate dialog. It depends on usability: - There is an account app

Re: [Gambas-user] Textbox - Valuebox

2010-10-04 Thread Johny Provoost
Op 04-10-10 11:02, Zoltan Biro schreef: > Hello everybody.. > > Can somebody told me how I can make the cursor to leave textbox > with a simple key? > By defaul I can leave these controls only with the tab or directional > keys..this is very unconfortable. > Thank you for your answer in advan

[Gambas-user] Textbox-valuebox objects

2010-10-04 Thread Biro Zoltan
Hi all! I evaluated the last key pressed in a valuebox with the keypress event. If the value of the key pressed is I wish to make the cursor to leave the current valuebox and to move to next object (a value box or command button etc.) How can I make this? Is a method to set the focus to an anot

Re: [Gambas-user] Textbox - Valuebox

2010-10-04 Thread Jussi Lahtinen
NewTextBox.SetFocus() ? Jussi On Mon, Oct 4, 2010 at 15:55, Biro Zoltan wrote: > Thank you very much Johny! > > BUT! > > I can evaluate the key pressed with keypress event, but I cannot make > the cursor to leave this textbox and to move to the next textbox. > > My example: > > PUBLIC SUB fact

Re: [Gambas-user] setting columnview column sizes

2010-10-04 Thread Ricardo Díaz Martín
I'm sorry Richard. I'm talking about grid view. I never have used column view control. I hate the users are to be able to modify data into grid. I usually force to the user to do double-click and open a fast form to edit the row. When the form with the row is closed the table is update. Regards, R

Re: [Gambas-user] Textbox - Valuebox

2010-10-04 Thread Biro Zoltan
Thank you very much Johny! BUT! I can evaluate the key pressed with keypress event, but I cannot make the cursor to leave this textbox and to move to the next textbox. My example: PUBLIC SUB factura_KeyPress() IF Key.Code = Key.Enter OR Key.Code = Key.Return THEN ' here is neccesary a

Re: [Gambas-user] setting columnview column sizes

2010-10-04 Thread Rolf-Werner Eilert
Am 04.10.2010 06:08, schrieb richard terry: > Having wasted a couple of frustrating hours on this simple task, I thought I'd > ask the list. > > I have a 3 column column view. I want to set the sizes of this to a user- > defined width (I've put in the code to save this ok), but for the moment to be

[Gambas-user] Textbox - Valuebox

2010-10-04 Thread Zoltan Biro
Hello everybody.. Can somebody told me how I can make the cursor to leave textbox with a simple key? By defaul I can leave these controls only with the tab or directional keys..this is very unconfortable. Thank you for your answer in advance. Best regards, Zoli B. ---

Re: [Gambas-user] SQLite 3 and Gambas 2.20

2010-10-04 Thread Benoît Minisini
> Hi everyone, > I have recently discovered Gambas and am using it on a PCLinuxOS 2010 > distribution. > I have used SQLite databases under VB and RealBasic but am kindof > stumped with SQLite3. > I am writing a Ham radio Logger App and I need to check the DB tables > etc on loading the App. > >

[Gambas-user] re SQLITE3 and GAMBAS

2010-10-04 Thread Barnett Winton
Benito, Thanks for the prompt reply. I have taken out of the project unnecessary forms to reduce the size of the project. The database that has been created is included. Decompress the tar.bz2 file > open the project in Gambas II > set a breakpoint in modDatabase.Module(function CheckTable

[Gambas-user] [Fwd: Textbox-valuebox objects]

2010-10-04 Thread Biro Zoltan
Solved: PUBLIC SUB factura_KeyRelease() IF Key.Code = Key.Enter OR Key.Code = Key.Return THEN datum.SetFocus ENDIF END --- Begin Message --- Hi all! I evaluated the last key pressed in a valuebox with the keypress event. If the value of the key pressed is I wish to make the cursor to le

Re: [Gambas-user] setting columnview column sizes

2010-10-04 Thread Ricardo Díaz Martín
Hi Richard, Are you using gambas2 or gambas3? qt or gtk+? Did you tried the same project with only qt components? Which OS are you using? The gambas installation has been made from svn or from the os package? I asking about this because the code looks like ok. If you understand Spanish, I can se