Re: [Gambas-user] Issue 450 in gambas: RpcClient hangs (randomly) and CPU goes to 100% when using timers

2013-07-08 Thread gambas
Comment #5 on issue 450 by uale...@gmail.com: RpcClient hangs (randomly) and CPU goes to 100% when using timers http://code.google.com/p/gambas/issues/detail?id=450 Sorry - you're right, my example is "BAD" with the "WAIT 0.01". I thought i found a reproduction scenario, but your feedback giv

Re: [Gambas-user] Issue 450 in gambas: RpcClient hangs (randomly) and CPU goes to 100% when using timers

2013-07-08 Thread gambas
Comment #4 on issue 450 by benoit.m...@gmail.com: RpcClient hangs (randomly) and CPU goes to 100% when using timers http://code.google.com/p/gambas/issues/detail?id=450 The question was: why calling 'WAIT 0.01' inside a timer? You are calling the event loop recursively, this is a bad idea. Ev

Re: [Gambas-user] Issue 450 in gambas: RpcClient hangs (randomly) and CPU goes to 100% when using timers

2013-07-08 Thread gambas
Comment #3 on issue 450 by uale...@gmail.com: RpcClient hangs (randomly) and CPU goes to 100% when using timers http://code.google.com/p/gambas/issues/detail?id=450 The following trying to being achieved (with DomotiGa): - Application which has a foreground and background activities - The foreg

Re: [Gambas-user] Issue 453 in gambas: error on gmime open file when simple desktop are used (openbox, rox, etc)

2013-07-08 Thread gambas
Comment #3 on issue 453 by mckayger...@gmail.com: error on gmime open file when simple desktop are used (openbox, rox, etc) http://code.google.com/p/gambas/issues/detail?id=453 thanks for reply, i'm sorry can't confirm due i'm very busy at work and not have time either debian env to build a r

Re: [Gambas-user] Issue 450 in gambas: RpcClient hangs (randomly) and CPU goes to 100% when using timers

2013-07-08 Thread gambas
Comment #2 on issue 450 by benoit.m...@gmail.com: RpcClient hangs (randomly) and CPU goes to 100% when using timers http://code.google.com/p/gambas/issues/detail?id=450 If you want to wait without calling the event loop (for example to simulate the duration of a process), use the SLEEP instru

Re: [Gambas-user] Issue 450 in gambas: RpcClient hangs (randomly) and CPU goes to 100% when using timers

2013-07-08 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-TRUNK Comment #1 on issue 450 by benoit.m...@gmail.com: RpcClient hangs (randomly) and CPU goes to 100% when using timers http://code.google.com/p/gambas/issues/detail?id=450 This behaviour is a side effect or your 'tSleep' tim

Re: [Gambas-user] A "Callback" function doesn't work.

2013-07-08 Thread Tobias Boege
On Mon, 08 Jul 2013, Ru Vuott wrote: > Hello, > > I'm trying to transpose the short C code of the application: "simple_client" > based on Jack API, which you can see here: > > https://github.com/jackaudio/example-clients/blob/master/simple_client.c > > This small Jack application uses a fu

Re: [Gambas-user] Issue 453 in gambas: error on gmime open file when simple desktop are used (openbox, rox, etc)

2013-07-08 Thread gambas
Updates: Status: Fixed Comment #2 on issue 453 by benoit.m...@gmail.com: error on gmime open file when simple desktop are used (openbox, rox, etc) http://code.google.com/p/gambas/issues/detail?id=453 It should be fixed in revision #5724, please confirm! It is not related to "gmime" (?)

Re: [Gambas-user] Issue 453 in gambas: error on gmime open file when simple desktop are used (openbox, rox, etc)

2013-07-08 Thread gambas
Updates: Status: Accepted Comment #1 on issue 453 by benoit.m...@gmail.com: error on gmime open file when simple desktop are used (openbox, rox, etc) http://code.google.com/p/gambas/issues/detail?id=453 (No comment was entered for this change.) -- You received this message because thi

[Gambas-user] Issue 453 in gambas: error on gmime open file when simple desktop are used (openbox, rox, etc)

2013-07-08 Thread gambas
Status: New Owner: Labels: Version-TRUNK Type-Bug Priority-Critical OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any Usability Maintainability New issue 453 by mckayger...@gmail.com: error on gmime open file when simple desktop are used (openbox, rox, etc) http://code.google.com/p/gambas/i

[Gambas-user] A "Callback" function doesn't work.

2013-07-08 Thread Ru Vuott
Hello, I'm trying to transpose the short C code of the application: "simple_client" based on Jack API, which you can see here: https://github.com/jackaudio/example-clients/blob/master/simple_client.c This small Jack application uses a function "callback" in the code called "process", whi

Re: [Gambas-user] Issue 452 in gambas: PictureBox.picture images file filter is broken

2013-07-08 Thread paulwheeler
Thank you for the information. paul On 07/07/2013 11:16 PM, Kende Krisztián wrote: It's already fixed in revision 5630: [1]http://sourceforge.net/p/gambas/code/5630 Status: New Owner: Labels: Version-3.4.1 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any