Re: [Gambas-user] DBUS Example - Seg Fault

2012-07-14 Thread John Spikowski
On Sun, 2012-07-15 at 04:35 +0200, Benoît Minisini wrote: > Le 15/07/2012 04:16, Sebi a écrit : > > Same here using Archlinux x64. Happens when trying to expand the org group > > of the treeview. > > It may be the updated gb.xml. > > > > Go ahead with the bug report! ;) > > > > I confirm it is gb

[Gambas-user] Issue 273 in gambas: DEBUS - Seg Fault(11)

2012-07-14 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 273 by john.spi...@gmail.com: DEBUS - Seg Fault(11) http://code.google.com/p/gambas/issues/detail?id=273 1) Describe the problem. While trying the Gambas DBUS explorer exam

Re: [Gambas-user] DBUS Example - Seg Fault

2012-07-14 Thread Benoît Minisini
Le 15/07/2012 04:16, Sebi a écrit : > Same here using Archlinux x64. Happens when trying to expand the org group of > the treeview. > It may be the updated gb.xml. > > Go ahead with the bug report! ;) > I confirm it is gb.xml. If I replace it by gb.libxml (the previous XML library), it works. -

Re: [Gambas-user] DBUS Example - Seg Fault

2012-07-14 Thread Sebi
Same here using Archlinux x64. Happens when trying to expand the org group of the treeview. It may be the updated gb.xml. Go ahead with the bug report! ;) -Original Message- From: John Spikowski Date: Sat, 14 Jul 2012 19:11:10 To: Gambas-Users Reply-To: mailing list for gambas users

[Gambas-user] DBUS Example - Seg Fault

2012-07-14 Thread John Spikowski
I just compiled the latest build (4949) and wanted to try the DBUS example. I get a Segmentation Fault(11) when I select any item from the listbox. Ubuntu 11.04 64 bit. Can someone else give it a try and see if they are having issues as well before I create a bug report? -

Re: [Gambas-user] Timely reading of shell command output in process read event.

2012-07-14 Thread RICHARD WALKER
OK, that is LOTS better. Not perfect, but many more messages are coming through _when_ expected and not always two at a time. Furthermore, all of the messages are arriving in the Read event - nothing in the Error event anymore. I'll need to do more testing to be sure I understand if it is repeata

Re: [Gambas-user] Issue 272 in gambas: Progress bars lack the "pulse" property for intermediate progress bar

2012-07-14 Thread gambas
Comment #3 on issue 272 by adrien.p...@gmail.com: Progress bars lack the "pulse" property for intermediate progress bar http://code.google.com/p/gambas/issues/detail?id=272 The Qt doc speaks of a "busy indicator" if the range is set to 0 : http://doc.qt.nokia.com/4.7-snapshot/qprogressbar.html

Re: [Gambas-user] Timely reading of shell command output in process read event.

2012-07-14 Thread RICHARD WALKER
Hi Benoît, Bruce, Yes, the READ and ERROR (and finally KILL) events are all raised as expected, just not as often as I would want. In another part of the program I use JCap = Shell Command For Input Output As "Jack_Capture" so that I can send it a gb.NewLine to control another mode of the shell

Re: [Gambas-user] Issue 272 in gambas: Progress bars lack the "pulse" property for intermediate progress bar

2012-07-14 Thread gambas
Updates: Status: WontFix Comment #2 on issue 272 by benoit.m...@gmail.com: Progress bars lack the "pulse" property for intermediate progress bar http://code.google.com/p/gambas/issues/detail?id=272 Apparently Qt does not have such a control. Why don't you create one directly in Gambas

Re: [Gambas-user] Timely reading of shell command output in process read event.

2012-07-14 Thread Benoît Minisini
Le 15/07/2012 01:54, Bruce a écrit : > On Sun, 2012-07-15 at 00:36 +0100, RICHARD WALKER wrote: > >> JCap = Shell Command For Read As "Jack_Capture" >> >> My Jack_Capture_Read() procedure has used both > > Hi Richard, > > Sheer guess, but is "Jack_Capture" a legal name for an observer? Does > Jack_

Re: [Gambas-user] Timely reading of shell command output in process read event.

2012-07-14 Thread Bruce
On Sun, 2012-07-15 at 00:36 +0100, RICHARD WALKER wrote: > JCap = Shell Command For Read As "Jack_Capture" > > My Jack_Capture_Read() procedure has used both Hi Richard, Sheer guess, but is "Jack_Capture" a legal name for an observer? Does Jack_Capture_Read() ever get invoked? I've always been

[Gambas-user] Timely reading of shell command output in process read event.

2012-07-14 Thread RICHARD WALKER
I am having difficulty reading the output from a shell command when it is generated. Something somewhere seems to be storing the messages until it is ready to give them to my READ and ERROR event handlers. The command is invoked with: JCap = Shell Command For Read As "Jack_Capture" My Jack_Captu

Re: [Gambas-user] Issue 253 in gambas: GTK++ toolkit only

2012-07-14 Thread gambas
Comment #8 on issue 253 by benoit.m...@gmail.com: GTK++ toolkit only http://code.google.com/p/gambas/issues/detail?id=253 The gb.qt.ext component does not have its GTK+ brother. It implements the source code editor. -

Re: [Gambas-user] Issue 271 in gambas: Text pull segmentation fault

2012-07-14 Thread gambas
Updates: Status: Fixed Comment #6 on issue 271 by benoit.m...@gmail.com: Text pull segmentation fault http://code.google.com/p/gambas/issues/detail?id=271 It should be fixed in revision #4949. But for Gambas 3 only. I don't know if I will fix it for Gambas 2.

Re: [Gambas-user] Raises the event

2012-07-14 Thread Fabien Bodard
2012/7/13 Jussi Lahtinen > I don't think Gambas supports static events. > So you need to remove static from declaration, or use sub instead. > Why you need myTest() sub to be static? > > Jussi > > same question > a component by definition is dynamic. And if you want to use full static class