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
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
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.
-
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
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?
-
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
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
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
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
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_
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
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
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.
-
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.
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
15 matches
Mail list logo