Re: [Gambas-user] Bug with process events?

2013-12-09 Thread Benoît Minisini
Le 08/12/2013 18:06, Jussi Lahtinen a écrit : > See attached project. If event is raised something corrupts/event is missed. > > > Jussi > > EXEC ... TO (and SHELL ... TO) calls the event loop, so by using it inside the "Something" event handler, you are calling the event loop recursively, and a

[Gambas-user] FW: Matrix resize

2013-12-09 Thread terco IDE
I prefer the Jussi aproach, because a lot of code is already wrtitten with [row,col] format and is easier to read. I hope that works for Public arrays! Thanks Martin > Subject: Re: [Gambas-user] Matrix resize > To: mailing list for gambas users > Message-ID: > > Content-Type: text/

Re: [Gambas-user] Bug with process events?

2013-12-09 Thread Tobias Boege
On Mon, 09 Dec 2013, Jussi Lahtinen wrote: > > Although I don't know what you expect me to report, I get exactly one line > > asking "what went wrong". > > > > I attached a patch that fixes this without having to comment the Raise line > > out. Seems like Raise is taken by the interpreter as an opp

Re: [Gambas-user] Issue 478 in gambas: Right-to-left language support

2013-12-09 Thread gambas
Updates: Status: Started Comment #2 on issue 478 by benoit.m...@gmail.com: Right-to-left language support http://code.google.com/p/gambas/issues/detail?id=478 Revision #5994 should be far better for TreeView, GridView, ListView, ColumnView, ToolBar, HSplit and VSplit controls. But no

Re: [Gambas-user] Bug with process events?

2013-12-09 Thread Jussi Lahtinen
> Although I don't know what you expect me to report, I get exactly one line > asking "what went wrong". > > I attached a patch that fixes this without having to comment the Raise line > out. Seems like Raise is taken by the interpreter as an opportunity to > process pending events? I don't know. >

Re: [Gambas-user] Bug with process events?

2013-12-09 Thread Tobias Boege
On Mon, 09 Dec 2013, Jussi Lahtinen wrote: > Can someone try to reproduce this with other system? > > Jussi > > > On Sun, Dec 8, 2013 at 7:18 PM, Jussi Lahtinen > wrote: > > > Oh sorry, problem occurs with Gambas 3 rev 5988 on Xubuntu 13.04 64bit. > > > > Jussi > > > > > > On Sun, Dec 8, 2013

Re: [Gambas-user] Bug with process events?

2013-12-09 Thread Jussi Lahtinen
Can someone try to reproduce this with other system? Jussi On Sun, Dec 8, 2013 at 7:18 PM, Jussi Lahtinen wrote: > Oh sorry, problem occurs with Gambas 3 rev 5988 on Xubuntu 13.04 64bit. > > Jussi > > > On Sun, Dec 8, 2013 at 7:06 PM, Jussi Lahtinen > wrote: > >> See attached project. If event

[Gambas-user] Problems reading pdf attachment using pop3 client

2013-12-09 Thread bill-lancaster
Thank you Benoît - it works fine now! -- View this message in context: http://gambas.8142.n7.nabble.com/Problems-reading-pdf-attachment-using-pop3-client-tp44464p44592.html Sent from the gambas-user mailing list archive at Nabble.com. ---