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.)
-
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
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.)
---
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
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
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
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
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
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.
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
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
11 matches
Mail list logo