Updates:
Status: Started
Comment #6 on issue 359 by benoit.m...@gmail.com: ScrollBar fails in the
new version
http://code.google.com/p/gambas/issues/detail?id=359
(No comment was entered for this change.)
--
L
Updates:
Status: Fixed
Labels: -Version Version-TRUNK
Comment #1 on issue 364 by benoit.m...@gmail.com: Gambas3 - Make
Executable Error
http://code.google.com/p/gambas/issues/detail?id=364
I have modified the FileChooser in revision #5425 so that if you enter a
full path in t
Updates:
Labels: -Version Version-TRUNK
Comment #4 on issue 363 by benoit.m...@gmail.com: Command Button
Transparency Found
http://code.google.com/p/gambas/issues/detail?id=363
I cannot reproduce the problem. Maybe it is a bug in the widget theme.
Which widget theme do you use?
Le 10/12/2012 01:12, Gianni Piccini a écrit :
> On 09/12/2012 21:25, Benoît Minisini wrote:
>
>> I don't know... There is no reason why RDir() should not see a file.
>> Except maybe if you don't have the rights to read the .ht* files?
>
> Rights are correct: and, at the same time, if I write
>
> fi
On 09/12/2012 21:25, Benoît Minisini wrote:
> I don't know... There is no reason why RDir() should not see a file.
> Except maybe if you don't have the rights to read the .ht* files?
Rights are correct: and, at the same time, if I write
files = RDir(directory, "*.*", gb.file)
I've the correct n
Le 09/12/2012 13:52, Gianni Piccini a écrit :
> I would to put in an array lists of some kinds of files. Code is similar
> to following lines, "prints" are there to check what's happening..
> question is, there is any way to use "insert" and read those hidden
> files? This, on Gambas 3.1.1 and Deb
Please check revision #5423. BTW, the Daily Builds PPA is up again, please
give it a few hours for the new updates to show up!
On Sun, Dec 9, 2012 at 4:13 PM, Matti wrote:
> Whow! That would be great. Let's try!
> M.
>
> Am 09.12.2012 19:52, schrieb Sebastian Kulesz:
> > On Sun, Dec 9, 2012 at
Whow! That would be great. Let's try!
M.
Am 09.12.2012 19:52, schrieb Sebastian Kulesz:
> On Sun, Dec 9, 2012 at 3:46 PM, Matti wrote:
>
> I have a backup of the old repository. If you want, i can import your
> commit to the new repository, then you can just do a fresh checkout.
On Sun, Dec 9, 2012 at 3:46 PM, Matti wrote:
> But then all my recent translations (that have been sent to theo old URL)
> would
> be lost.
>
> Would it be possible to save all those *.po and *.mo files somewhere, do
> the
> checkout from scatch, copy them to the new trunk directory and do a comm
Le 09/12/2012 19:46, Matti a écrit :
> But then all my recent translations (that have been sent to theo old URL)
> would
> be lost.
>
> Would it be possible to save all those *.po and *.mo files somewhere, do the
> checkout from scatch, copy them to the new trunk directory and do a commit
> again
But then all my recent translations (that have been sent to theo old URL) would
be lost.
Would it be possible to save all those *.po and *.mo files somewhere, do the
checkout from scatch, copy them to the new trunk directory and do a commit
again?
M.
Am 09.12.2012 19:37, schrieb Benoît Minisi
Le 09/12/2012 19:17, Matti a écrit :
> I tried both commands, but I still get the message:
> //gambas3/5421/trunk' is already a working copy for a different URL
>
> svn checkout works, but the old URL isn't changed.
> 'svn update' and 'svn info' still point to the old URL.
>
> Does somebod
I tried both commands, but I still get the message:
//gambas3/5421/trunk' is already a working copy for a different URL
svn checkout works, but the old URL isn't changed.
'svn update' and 'svn info' still point to the old URL.
Does somebody know how to tell svn to save the new URL?
Matti
Le 09/12/2012 16:30, Willy Raets a écrit :
>
>> It is fixed in revision #5420.
>
> Thanks, I'll have a look at it as soon as I have rev #5420 installed
>>
>> But note the way you are doing animation is not good:
>> - You are drawing on a non-cached DrawingArea outside of a Draw event.
>> You must n
> It is fixed in revision #5420.
Thanks, I'll have a look at it as soon as I have rev #5420 installed
>
> But note the way you are doing animation is not good:
> - You are drawing on a non-cached DrawingArea outside of a Draw event.
> You must not do that, even if at the moment it works because
Le 07/12/2012 14:28, Jussi Lahtinen a écrit :
>> Fixed in revision #5415.
>>
>
> Something is still different from the original behaviour.
> I use same circle commands to draw pie chart and it still fails...
>
> Test output:
>
> Area num. 0: in rads; 0 to 0.89759700342775
> Area num. 1: in rads; 0.
Le 08/12/2012 22:01, Willy Raets a écrit :
> Problem occurred on Gambas 3.3.90 - rev. #5417
> Works correctly on Gambas 3.3.4
>
> Must be caused by new implementation of DrawArea.
>
> DrawArea behaves correctly with qt4, gives trouble with gtk
>
> Attached source archive to see the problem.
>
> Ste
I would to put in an array lists of some kinds of files. Code is similar
to following lines, "prints" are there to check what's happening..
question is, there is any way to use "insert" and read those hidden
files? This, on Gambas 3.1.1 and Debian.
dim files as string[]
files = RDir(directory
I would to put in an array lists of some kinds of files. Code is similar
to following lines, "prints" are there to check what's happening..
question is, there is any way to use "insert" and read those hidden
files? This, on Gambas 3.1.1 and Debian.
dim files as string[]
files = RDir(directory
19 matches
Mail list logo