Re: [Gambas-user] Possible bug?

2009-09-16 Thread Pino Zollo
> "Rich text is mainly used by TextLabel, GridView cells, and the >Draw.RichText method. " > and TextView ?      -->  I meen TextEdit   (sorry i've 5 year late) ...but do not use the method Insert: taSpots.Insert(p) it prints all chars including tags use: taSpots.Text = p Only in this

Re: [Gambas-user] Gambas-user Digest, Vol 40, Issue 38

2009-09-16 Thread Santiago Oberto
Hi Riolex Pinuela, I don't know if what happens to you is the same thing it happend to me. I had issues with IDE also. Try running qt3-config, it may help in changing the way the IDE looks. Regards. Santiago. -- Come b

Re: [Gambas-user] Scaling GUI

2009-09-16 Thread Fabien Bodard
see the gb.chart source Le 16 septembre 2009 14:15, Benoît Minisini a écrit : >> No, I still can't figure out, how to have scaled an item at the same time >>  in two directions. I've managed to have them scaled whether horizontally >>  or vertically. From the point of mathematics that makes no se

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

2009-09-16 Thread j. riolex pinuela
Hi, I was rather not clear regarding the IDE font. I have attached the screenshot of this issue. As can be seen from the image, the foreground is the running application and in the background the IDE design view. The menu font are quite large. I have already set the Font size in the General Pref

Re: [Gambas-user] Possible bug?

2009-09-16 Thread Fabien Bodard
2009/9/16 Fabien Bodard : "Rich text is mainly used by TextLabel, GridView cells, and the Draw.RichText method. " and TextView ? --> I meen TextEdit (sorry i've 5 year late) > > > Le 16 septembre 2009 14:11, Benoît Minisini > a écrit : >>> On Tuesday 15 September 2009, Peter Landgre

Re: [Gambas-user] Possible bug?

2009-09-16 Thread Fabien Bodard
"Rich text is mainly used by TextLabel, GridView cells, and the Draw.RichText method. " and TextView ? Le 16 septembre 2009 14:11, Benoît Minisini a écrit : >> On Tuesday 15 September 2009, Peter Landgren wrote: >> > > > Using Gambas 2.16. >> > > > >> > > > /Peter >> > > >> > > TextLabel wants

Re: [Gambas-user] Concept of containers

2009-09-16 Thread Fabien Bodard
2009/9/16 M. Cs. : > If I understood it well, the form itself is parent of all. So all other > items (buttons, comboboxes etc.) are children of the form. If I put > something into a container, then the container is the parent of the element. > And the arrange property is valid for its children. So

Re: [Gambas-user] Scaling GUI

2009-09-16 Thread Benoît Minisini
> No, I still can't figure out, how to have scaled an item at the same time > in two directions. I've managed to have them scaled whether horizontally > or vertically. From the point of mathematics that makes no sense. But this is a GUI designer, not mathematics. :-) > Would it > be possible

Re: [Gambas-user] Possible bug?

2009-09-16 Thread Benoît Minisini
> On Tuesday 15 September 2009, Peter Landgren wrote: > > > > Using Gambas 2.16. > > > > > > > > /Peter > > > > > > TextLabel wants HTML: so you must use < > > Then it should be named HtmLabel ??? > IMHO text is text and a This is not actually HTML, but some sort of subset. Let's call it "Rich t

Re: [Gambas-user] Scaling GUI

2009-09-16 Thread richard terry
On Wednesday 16 September 2009 20:31:24 M. Cs. wrote: > No, I still can't figure out, how to have scaled an item at the same time > in two directions. I've managed to have them scaled whether horizontally or > vertically. From the point of mathematics that makes no sense. Would it be > possible to

Re: [Gambas-user] Possible bug?

2009-09-16 Thread Ron_1st
On Tuesday 15 September 2009, Peter Landgren wrote: > > > Using Gambas 2.16. > > > > > > /Peter > > > > TextLabel wants HTML: so you must use < Then it should be named HtmLabel ??? IMHO text is text and a > > > Regards, > Thanks, > > Found it in the documentation too. > > However a simple ">" wo

Re: [Gambas-user] Scaling GUI

2009-09-16 Thread M. Cs.
No, I still can't figure out, how to have scaled an item at the same time in two directions. I've managed to have them scaled whether horizontally or vertically. From the point of mathematics that makes no sense. Would it be possible to count the position of each item from the upper left edge of th

Re: [Gambas-user] Concept of containers

2009-09-16 Thread M. Cs.
If I understood it well, the form itself is parent of all. So all other items (buttons, comboboxes etc.) are children of the form. If I put something into a container, then the container is the parent of the element. And the arrange property is valid for its children. So I don't need to adjust the

Re: [Gambas-user] Scaling GUI

2009-09-16 Thread M. Cs.
Well, I succeeded with that, but what if I have more than one item, let say I have an editbox and a button. I've tried to set forms arrange property to fill, but then only the button can be seen, which covers the entire area of the form. Is there a possibility to have homotetical scaling for all th

Re: [Gambas-user] Balloon

2009-09-16 Thread Stefano Palmeri
Il mercoledì 16 settembre 2009 00:26:43 Benoît Minisini ha scritto: > > 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

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

2009-09-16 Thread richard terry
On Wednesday 16 September 2009 15:07:05 jriolexp wrote: > 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 chan