[Gambas-user] Revision 3233 editor comment

2010-09-22 Thread richard terry
Hi Benoit To others on the list - Benoit has kindly put a quick search key on the drop down list of subroutines - his any letter and it will jump to those routines.. Cool... thanks. Noticed also that when in split pane mode you've made the side with focus white and that without gray - can you

Re: [Gambas-user] gb3 desktop.sendmail cause application hang

2010-09-22 Thread Benoît Minisini
> I am investigating on it. > I have installed a Mandriva spring 2010 (Virtaulbox) without problem. Be > aware that Mandriva (and OpenSuse ) default WM is KDE and Mail Client is > KMail. I noted that Kmail takes a very shorter time to start, rather > then Evolution on Ubuntu. If i have time tomorro

Re: [Gambas-user] gb3 desktop.sendmail cause application hang

2010-09-22 Thread Emanuele Sottocorno
I am investigating on it. I have installed a Mandriva spring 2010 (Virtaulbox) without problem. Be aware that Mandriva (and OpenSuse ) default WM is KDE and Mail Client is KMail. I noted that Kmail takes a very shorter time to start, rather then Evolution on Ubuntu. If i have time tomorrow will tr

Re: [Gambas-user] How to open a form in modal mode?

2010-09-22 Thread Fabien Bodard
"Huh, one more thing, is there a way to autoresize the button with its caption?" in gambas3 set autoresize to true 2010/9/22 jose : > El mié, 22-09-2010 a las 19:54 +0300, Jussi Lahtinen escribió: >> Never seen that problem... can you send project source to demonstrate this >> problem? >> >> Juss

Re: [Gambas-user] gb3 desktop.sendmail cause application hang

2010-09-22 Thread Benoît Minisini
> Works perfect here, the app gets the focus back and nothing hangs. > Maybe it depends on the mail client? > gb3, rev 3230 > OpenSuse 11.2 > Thunderbird 3.05 > > Regards > Matti > Possible. Desktop.SendMail just uses the xdg scripts from freedesktop.org (xdg-email there) to run the mail client

Re: [Gambas-user] Bug with Gambas3 search window

2010-09-22 Thread Jussi Lahtinen
I didn't notice that there is new revision. Today I tested rev 3233, and it worked correctly. Thanks! Jussi 2010/9/22 Benoît Minisini > > Way to reproduce bug. > > > > 1. Open any project. > > 2. Write line that has no other instance in that project. > > 3. Search that line with browse feature

Re: [Gambas-user] gb3 desktop.sendmail cause application hang

2010-09-22 Thread Matti
Works perfect here, the app gets the focus back and nothing hangs. Maybe it depends on the mail client? gb3, rev 3230 OpenSuse 11.2 Thunderbird 3.05 Regards Matti Am 22.09.2010 14:55, schrieb emanuele sottocorno: > Sending a mail with destktop.sendmail cause the main form of application > becom

Re: [Gambas-user] How to open a form in modal mode?

2010-09-22 Thread jose
El mié, 22-09-2010 a las 19:54 +0300, Jussi Lahtinen escribió: > Never seen that problem... can you send project source to demonstrate this > problem? > > Jussi > > > 2010/9/22 Phạm Quang Dương > > > I know that this question is basic. But when I try this from Form1 > > > > Form2.OpenDialog()

Re: [Gambas-user] How to open a form in modal mode?

2010-09-22 Thread Jussi Lahtinen
Never seen that problem... can you send project source to demonstrate this problem? Jussi 2010/9/22 Phạm Quang Dương > I know that this question is basic. But when I try this from Form1 > > Form2.OpenDialog() > > or > > Form2.OpenModal() > > Some controls on Form2 doesn't work properly, e.g I

Re: [Gambas-user] SQLTE3 >date function

2010-09-22 Thread Benoît Minisini
> I don't think the test programme arrived! > > Anyway, I have found that using the SQLitte3 DATE function solves the > problem, so:- > > AND DATE(TransDate) >= '2009-07-01' produces the correct result. > > Thanks I'm thinking: contrary to other database systems, sqlite fields are not typed, t

Re: [Gambas-user] Bug with Gambas3 search window

2010-09-22 Thread Benoît Minisini
> Way to reproduce bug. > > 1. Open any project. > 2. Write line that has no other instance in that project. > 3. Search that line with browse feature. > 4. Delete that line. > 5. Move search window. > > Result, IDE crashes: > " > This application has raised as unexpected error and must abort. >

Re: [Gambas-user] How to open a form in modal mode?

2010-09-22 Thread Phạm Quang Dương
Huh, one more thing, is there a way to autoresize the button with its caption? -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift

[Gambas-user] How to open a form in modal mode?

2010-09-22 Thread Phạm Quang Dương
I know that this question is basic. But when I try this from Form1 Form2.OpenDialog() or Form2.OpenModal() Some controls on Form2 doesn't work properly, e.g I can input "abc" text into value box; the text box doesn't raise the key pressed event, the side pane can be hidden by the arrow button b

[Gambas-user] gb3 desktop.sendmail cause application hang

2010-09-22 Thread emanuele sottocorno
Sending a mail with destktop.sendmail cause the main form of application become inactive, when the Mail Client window closes the Gambas Form never return active and the application hangs. This happens only the first time you send a mail. Stopping the application (via stop button on the IDE) and res

Re: [Gambas-user] SQLTE3 >date function

2010-09-22 Thread Bill-Lancaster
I don't think the test programme arrived! Anyway, I have found that using the SQLitte3 DATE function solves the problem, so:- AND DATE(TransDate) >= '2009-07-01' produces the correct result. Thanks -- View this message in context: http://old.nabble.com/SQLTE3-%3Edate-function-tp29751718p29776