Re: [Gambas-user] Scaling GUI

2009-09-15 Thread Fabien Bodard
this is an example 2009/9/15 M. Cs. : > Sorry, but your example won't open in Gambas 2.13 I use. I've tried to > change all the expand properties to true, but there are no changes. Does a > background image make some influence? >

Re: [Gambas-user] Application_mousedown() + Application_keypress() ?

2009-09-15 Thread Lee McPherson
Lee McPherson wrote: > Ron_1st wrote: >> On Monday 14 September 2009, Lee McPherson wrote: >> >>> Benoît Minisini wrote: >>> > I'm trying to get an application-wide mouse down event to > register. I > found that when I do a Form_mousedown() it only triggers when you > click >>>

Re: [Gambas-user] Gambas2 IDE Font in KDE4

2009-09-15 Thread Fabien Bodard
what is your kde theme, and fonts ? desktop size ?, 2009/9/16 jriolexp : > I'm having issues with Gambas2 version 2.15.2-1 IDE where the fonts are > twice as large compared to the compiled application, making it rather > hard to properly align components.  I'm running Debian testing with KDE

Re: [Gambas-user] Gambas Help system

2009-09-15 Thread Fabien Bodard
I this this will be done when Benoit will have success to port his help in a sqlite database... Then all the help can be found with sql queries. To wait a little bit you can use the help engine in the http://gambasdoc.org site 2009/9/15 Demosthenes Koptsis : > I must say that there were times whi

Re: [Gambas-user] Concept of containers

2009-09-15 Thread Fabien Bodard
it's like a web page ! on container - you have an align properties in form, panel, and some other container (some container are specific: vbox, hbox, etc (so they do not have align properties.)) - you have padding and spacing properties on child - an ignore propertiy (that say to the con

[Gambas-user] Gambas2 IDE Font in KDE4

2009-09-15 Thread jriolexp
I'm having issues with Gambas2 version 2.15.2-1 IDE where the fonts are twice as large compared to the compiled application, making it rather hard to properly align components. I'm running Debian testing with KDE 4.2.4. How can I change the IDE font? --

Re: [Gambas-user] Balloon

2009-09-15 Thread Steven James Drinnan
Tell me what to do and what needs to be tested. Steven Drinnan, On Wed, 2009-09-16 at 00:26 +0200, Benoît Minisini wrote: > > Il lunedì 7 settembre 2009 18:48:51 Pino Zollo ha scritto: > > > Alle 11:58, lunedì 7 settembre 2009, hai scritto: > > > > > Hi! > > > > > > > > > > >Balloon popup is litt

Re: [Gambas-user] how to start a file?

2009-09-15 Thread Robert JUHASZ
.. and it works perfectly, thanks for all of you who helped! Robi 2009/9/15 Ricardo Díaz Martín > maybe the same... 8-) > > 2009/9/15 Benoît Minisini > > > > You can use this (you need to have installed in your system xdg-open > > > command - out of the box in ubuntu): > > > > > > EXEC ["xdg-

Re: [Gambas-user] Balloon

2009-09-15 Thread Benoît Minisini
> Il lunedì 7 settembre 2009 18:48:51 Pino Zollo ha scritto: > > Alle 11:58, lunedì 7 settembre 2009, hai scritto: > > > > Hi! > > > > > > > > >Balloon popup is little buggy (sometimes). > > > > >Screenshot tells it all. > > > > > > > > For me (Gambas 2.15) the delay is not actuated: > > > > > > >

Re: [Gambas-user] Concept of containers

2009-09-15 Thread richard terry
On Wednesday 16 September 2009 06:33:37 M. Cs. wrote: > I don't understand the concept of containers. When I want to create a UI > which would proportionally change its size (e.g. when I double the size of > the form, every item doubles its size), do I have to cover all the area of > form with pane

[Gambas-user] Concept of containers

2009-09-15 Thread M. Cs.
I don't understand the concept of containers. When I want to create a UI which would proportionally change its size (e.g. when I double the size of the form, every item doubles its size), do I have to cover all the area of form with panels or vboxes (what's this?), and then to place the real stuff

Re: [Gambas-user] Possible bug?

2009-09-15 Thread Peter Landgren
Den Tuesday 15 September 2009 19.29.42 skrev Benoît Minisini: > > Hi, > > > > I try to put the character "<" in the Text of a TextLabel, but only space > > is shown in the form? Same effect if I do it from code and not using the > > IDE. > > The characters after "<" are not displayed in the form.

Re: [Gambas-user] Scaling GUI

2009-09-15 Thread M. Cs.
Sorry, but your example won't open in Gambas 2.13 I use. I've tried to change all the expand properties to true, but there are no changes. Does a background image make some influence? -- Come build with us! The BlackBerry®

Re: [Gambas-user] Possible bug?

2009-09-15 Thread Benoît Minisini
> Hi, > > I try to put the character "<" in the Text of a TextLabel, but only space > is shown in the form? Same effect if I do it from code and not using the > IDE. > The characters after "<" are not displayed in the form. > > Using Gambas 2.16. > > /Peter > > TextLabel wants HTML: so you

[Gambas-user] Possible bug?

2009-09-15 Thread Peter Landgren
Hi, I try to put the character "<" in the Text of a TextLabel, but only space is shown in the form? Same effect if I do it from code and not using the IDE. The characters after "<" are not displayed in the form. Using Gambas 2.16. /Peter ---

Re: [Gambas-user] how to start a file?

2009-09-15 Thread Ricardo Díaz Martín
maybe the same... 8-) 2009/9/15 Benoît Minisini > > You can use this (you need to have installed in your system xdg-open > > command - out of the box in ubuntu): > > > > EXEC ["xdg-open", PathOfTheFileYouCanOpen] > > > > "xdg-open" runs like in windows "start" > > > > Regards, > > Ricardo Díaz

[Gambas-user] Gambas Help system

2009-09-15 Thread Demosthenes Koptsis
I must say that there were times which i search for something in help files and i could not find it. The old Gambas1 had a find area that gave the opportunity to search something. Is it possible to make something about that for example a chm version of help system? -- Γεια χαρα σε όλους!!! Reg

Re: [Gambas-user] how to start a file?

2009-09-15 Thread Benoît Minisini
> You can use this (you need to have installed in your system xdg-open > command - out of the box in ubuntu): > > EXEC ["xdg-open", PathOfTheFileYouCanOpen] > > "xdg-open" runs like in windows "start" > > Regards, > Ricardo Díaz > Guess what Desktop.Open() does... -- Benoît Minisini --

Re: [Gambas-user] Scaling GUI

2009-09-15 Thread richard terry
On Tuesday 15 September 2009 22:01:48 M. Cs. wrote: > Is it possible to make a GUI automatically stretched upon maximizing the > GUI window, with all its elements? > I mean, I have a form with edit boxes, list boxes buttons. Is it possible > to have them proportionally scaled when I change the size

[Gambas-user] Scaling GUI

2009-09-15 Thread M. Cs.
Is it possible to make a GUI automatically stretched upon maximizing the GUI window, with all its elements? I mean, I have a form with edit boxes, list boxes buttons. Is it possible to have them proportionally scaled when I change the size of a box? If yes, how to do that? -

Re: [Gambas-user] Balloon

2009-09-15 Thread Jean-Yves F. Barbier
Stefano Palmeri a écrit : ... > This is a little example that shows the problem on my box. > > Gambas 2.15.1 > KDE 3.5.10 > Qt 3.3.8b > GTK2 2.12.12 > > The balloon flashes when using gtk.gb. Debian sid GB2.15.2-1 (deb package) Qt3.3.8b-6 GTK2 2.16.6-1 Tests using your project: time (s

Re: [Gambas-user] Balloon

2009-09-15 Thread Stefano Palmeri
Il lunedì 7 settembre 2009 18:48:51 Pino Zollo ha scritto: > Alle 11:58, lunedì 7 settembre 2009, hai scritto: > > > Hi! > > > > > > >Balloon popup is little buggy (sometimes). > > > >Screenshot tells it all. > > > > > > For me (Gambas 2.15) the delay is not actuated: > > > > > > Balloon.Delay = 2

Re: [Gambas-user] Selection from GridView

2009-09-15 Thread Ricardo Díaz Martín
I recommend to you you download last version of gambas2 frrom souceforge and compile this. The gambas pakage in ubuntu 8.1 is too old (I don't know why ubuntu pakages version is 2.7 - it's gambas version doesn't exist!) 2009/9/11 Aleksandrs Livshics > I used 2.7 on eeepc version of Ubuntu 8.1 (c