Re: [Gambas-user] FTranslate / btnNext works strange

2012-12-13 Thread Benoît Minisini
Le 07/12/2012 21:53, Matti a écrit : > When I open a project translation, the cursor jumps at random to some > not-translated string, not the first one. > Same when I use btnNext: mostly not the next one is shown, but the last one. > It gets better the more % are translated, but it's irritating. >

Re: [Gambas-user] Bugs on gb.compress

2012-12-13 Thread Benoît Minisini
Le 13/12/2012 16:18, Adrien Prokopowicz a écrit : > Hi Benoît, > > I'm trying the compress component in order to compress/uncompress XML > files on the fly, but I have some problems with it (see attached example) : > > The first module (zlib) gives a weird error : MMain.Main.10: #42: System > error

Re: [Gambas-user] GridView+GTK+Scrollbar

2012-12-13 Thread Benoît Minisini
Le 13/12/2012 13:11, abbat81 a écrit : > Yes, but I could't find there any solution. > I even have instaled Oxygen theme. > Not works. > Please at least provide details on your system and which version of Gambas you are using. I can't guess it! Regards, -- Benoît Minisini

[Gambas-user] Issue 365 in gambas: Gambas creates hijackable directory in /tmp

2012-12-13 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Low OpSys-Linux Dist-Any Arch-Any Desktop-Any GUI-Any New issue 365 by lcash...@gmail.com: Gambas creates hijackable directory in /tmp http://code.google.com/p/gambas/issues/detail?id=365 1) Describe the problem. Gambas creates a dire

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

2012-12-13 Thread gambas
Comment #8 on issue 359 by abbat...@gmail.com: ScrollBar fails in the new version http://code.google.com/p/gambas/issues/detail?id=359 I tested better and got one way to resolve this problem. Public Sub Form_Open() With GridView1 .Columns[0].Width = 250 .Columns[0].Width = 0 End W

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

2012-12-13 Thread gambas
Comment #7 on issue 359 by abbat...@gmail.com: ScrollBar fails in the new version http://code.google.com/p/gambas/issues/detail?id=359 Hi, I need a fix of this problem very much. Unfortunatly, I can't get scrollbar even after resizing of a columns or rows. Maybe, because of using Lubuntu. Tha

[Gambas-user] Bugs on gb.compress

2012-12-13 Thread Adrien Prokopowicz
Hi Benoît, I'm trying the compress component in order to compress/uncompress XML files on the fly, but I have some problems with it (see attached example) : The first module (zlib) gives a weird error : MMain.Main.10: #42: System error #0: Succès. The second one crashes with a #11 signal (t

Re: [Gambas-user] A tricky requirement for SpinBox range : any ideas?

2012-12-13 Thread Tobias Boege
On Thu, 13 Dec 2012, Tobias Boege wrote: > On Thu, 13 Dec 2012, Bruce wrote: > > The situation is: > > > > We either know that a particular horse was foaled (born) on or > > after year 2000 or we don't know which year it was foaled in, > > i.e. the value on the database for

Re: [Gambas-user] A tricky requirement for SpinBox range : any ideas?

2012-12-13 Thread Tobias Boege
On Thu, 13 Dec 2012, Bruce wrote: > The situation is: > > We either know that a particular horse was foaled (born) on or > after year 2000 or we don't know which year it was foaled in, > i.e. the value on the database for the foaled year is either > something >=2000

Re: [Gambas-user] function to "wrap" a number between upper and lower bounds

2012-12-13 Thread Tobias Boege
On Wed, 12 Dec 2012, Kevin Fishburne wrote: > On 12/12/2012 05:33 PM, Kevin Fishburne wrote: > > I need a function like: > > > > Wrap(number, lowerbound, upperbound) > > > > such that Wrap(5,1, 3) will return 2. In other words, it "wraps" the > > number around the supplied bounds and returns where

[Gambas-user] A tricky requirement for SpinBox range : any ideas?

2012-12-13 Thread Bruce
The situation is: We either know that a particular horse was foaled (born) on or after year 2000 or we don't know which year it was foaled in, i.e. the value on the database for the foaled year is either something >=2000 or zero. The problem is: I a

Re: [Gambas-user] GridView+GTK+Scrollbar

2012-12-13 Thread abbat81
Yes, but I could't find there any solution. I even have instaled Oxygen theme. Not works. -- View this message in context: http://gambas.8142.n7.nabble.com/GridView-GTK-Scrollbar-tp40355p40357.html Sent from the gambas-user mailing list archive at Nabble.com. --

Re: [Gambas-user] GridView+GTK+Scrollbar

2012-12-13 Thread Dr Pat
I think that's recently been reported: http://gambas.8142.n7.nabble.com/Issue-359-in-gambas-ScrollBar-fails-in-the-new-version-td39982.html -- View this message in context: http://gambas.

[Gambas-user] GridView+GTK+Scrollbar

2012-12-13 Thread abbat81
I have a problem with scrollbar in GridView on GTK+. On QT4 I have the same problem if my system font size in QT4 is 8. But in GTK+ I cant get scrollbar for any font size in GTK+. Is there any solution? Thanks. Peter Savchuk. -- View this message in context: http://gambas.8142.n7.nabble.com/Gr

[Gambas-user] Bug: Message box is resizable

2012-12-13 Thread Dr Pat
Hi, was just trying out Gambas and created a GTK project (Mint 14 Cinnamon). The following code creates a resizable message box in a GTK project but not in a Qt project: Message.Info("Hello world!!!", "OK") Also, Message isn't listed in the documentation index. I had to search for it. Thanks for