[Gambas-user] Small problem with .insert

2012-12-09 Thread Gianni Piccini
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,

[Gambas-user] Small problem with .insert

2012-12-09 Thread Gianni Piccini
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,

Re: [Gambas-user] DrawArea problems with gtk in 3.3.90 - rev. #5417

2012-12-09 Thread Benoît Minisini
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. Step 1: Run

Re: [Gambas-user] Drawing sector

2012-12-09 Thread Benoît Minisini
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;

Re: [Gambas-user] DrawArea problems with gtk in 3.3.90 - rev. #5417

2012-12-09 Thread Willy Raets
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 you

Re: [Gambas-user] DrawArea problems with gtk in 3.3.90 - rev. #5417

2012-12-09 Thread Benoît Minisini
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 not do that,

Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-09 Thread Matti
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?

Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-09 Thread Benoît Minisini
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 somebody know

Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-09 Thread Matti
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

Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-09 Thread Benoît Minisini
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? M.

Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-09 Thread Sebastian Kulesz
On Sun, Dec 9, 2012 at 3:46 PM, Matti math.e...@t-online.de 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

Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-09 Thread Matti
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 math.e...@t-online.de 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.

Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-09 Thread Sebastian Kulesz
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 math.e...@t-online.de wrote: Whow! That would be great. Let's try! M. Am 09.12.2012 19:52, schrieb Sebastian Kulesz: On Sun,

Re: [Gambas-user] Small problem with .insert

2012-12-09 Thread Benoît Minisini
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 Debian.

Re: [Gambas-user] Small problem with .insert

2012-12-09 Thread Gianni Piccini
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

Re: [Gambas-user] Small problem with .insert

2012-12-09 Thread Benoît Minisini
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 files =

Re: [Gambas-user] Issue 363 in gambas: Command Button Transparency Found

2012-12-09 Thread gambas
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?

Re: [Gambas-user] Issue 364 in gambas: Gambas3 - Make Executable Error

2012-12-09 Thread gambas
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

Re: [Gambas-user] Issue 359 in gambas: ScrollBar fails in the new version

2012-12-09 Thread gambas
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.) --