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

2012-07-13 Thread gambas
Updates: Labels: -Type-Bug Type-Crash Comment #5 on issue 271 by benoit.m...@gmail.com: Text pull segmentation fault http://code.google.com/p/gambas/issues/detail?id=271 (No comment was entered for this change.) -

Re: [Gambas-user] Issue 270 in gambas: Having a picture in a form as well as having a listbox will cause command buttons to disapear when listbox brings up scroll bar

2012-07-13 Thread gambas
Updates: Status: NeedsInfo Comment #2 on issue 270 by benoit.m...@gmail.com: Having a picture in a form as well as having a listbox will cause command buttons to disapear when listbox brings up scroll bar http://code.google.com/p/gambas/issues/detail?id=270 (No comment was entered for

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

2012-07-13 Thread gambas
Updates: Labels: -Version -Type-Bug Version-TRUNK Type-Enhancement Comment #1 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 (No comment was entered for this change.) ---

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

2012-07-13 Thread gambas
Updates: Status: Accepted Comment #4 on issue 271 by benoit.m...@gmail.com: Text pull segmentation fault http://code.google.com/p/gambas/issues/detail?id=271 (No comment was entered for this change.) -- Live S

Re: [Gambas-user] Shell not working properly in G 3.2

2012-07-13 Thread M. Cs.
You may be right. In fact the mentioned process is executed after another extracting process, which may be not finished before this starts. Inserting a delay fixes the issue, yet it isn't as good. Csaba -- Live Security Vir

Re: [Gambas-user] Raises the event

2012-07-13 Thread 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 On 13 July 2012 09:23, Ivan Kern wrote: > Hi to all, > > I have made my own gambas component in gambas2 under ubuntu 10.04. > > It wor

Re: [Gambas-user] Shell not working properly in G 3.2

2012-07-13 Thread jm
On Fri, 2012-07-13 at 15:52 +0200, M. Cs. wrote: > I have a BIG problem with the Shell command: doubt it! Simple debug problem. DIM a AS String a = "unzip -u " & Chr$(34) & User.Home & "/.GamCat/GamCat.zip" & Chr $(34) & " -d " & Chr$(34) & User.Home & "/.GamCat/" & Chr$(34) Freeze the IDE an

Re: [Gambas-user] DIV

2012-07-13 Thread Fabien Bodard
2012/7/12 Benoît Minisini > Le 12/07/2012 18:52, Jussi Lahtinen a écrit : > >> This is for performance reasons: '\' (or DIV) operator is faster than > '/'. > >> > > > > OK. > > > > > > > >> If you want to use DIV like '/', just use '/'! > >> > > > > "/" is different thing, it doesn't give integer

Re: [Gambas-user] Shell not working properly in G 3.2

2012-07-13 Thread Fabien Bodard
So why are you using chr$(34) ? And you can try with exec ... There is no need of shell for that Le 13 juil. 2012 15:53, "M. Cs." a écrit : > I have a BIG problem with the Shell command: > > Shell "unzip -u " & Chr$(34) & User.Home & "/.GamCat/GamCat.zip" & Chr$(34) > & " -d " & Chr$(34) & User.

[Gambas-user] Shell not working properly in G 3.2

2012-07-13 Thread M. Cs.
I have a BIG problem with the Shell command: Shell "unzip -u " & Chr$(34) & User.Home & "/.GamCat/GamCat.zip" & Chr$(34) & " -d " & Chr$(34) & User.Home & "/.GamCat/" & Chr$(34) Wait Tells me the the following: "unzip: cannot find zipfile directory in one of /home/minthaka/.GamCat/GamCat.zip or

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

2012-07-13 Thread Bruce
On Thu, 2012-07-12 at 21:02 +, gam...@googlecode.com wrote: > Status: New > Owner: > Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any > Desktop-Any GUI-Any > > New issue 272 by roman.ve...@gmail.com: Progress bars lack the "pulse" > property for intermediate progre