Re: [Gambas-user] extend group property

2009-07-03 Thread kobolds
Benoît Minisini wrote: > >> is it possible to extend the use of group property to not just share >> event >> between control ? >> >> I know some programming tools on windows that they allow a control to set >> multiple group . their group provide more function . >> >> group can be use to assign

Re: [Gambas-user] Text Frame in Bold

2009-07-03 Thread craf
Thanks, Benoit. Regards -Mensaje original- De: Benoît Minisini Reply-to: mailing list for gambas users Para: mailing list for gambas users Asunto: Re: [Gambas-user] Text Frame in Bold Fecha: Fri, 3 Jul 2009 21:23:12 +0200 > Hello. > > Disable gb.gtk component and active component gb.

Re: [Gambas-user] Text Frame in Bold

2009-07-03 Thread Benoît Minisini
> Hello. > > Disable gb.gtk component and active component gb.qt and no problems. Is > it a bug? > > Yep, fixed in revision #2062. -- Benoît -- ___ Gambas-user mailing list Ga

Re: [Gambas-user] Text Frame in Bold

2009-07-03 Thread craf
Hi. Ubuntu Jaunty Jackalope 9.04 Gambas 2.14 Gnome 2.6.28 Regards -Mensaje original- De: Jussi Lahtinen Reply-to: mailing list for gambas users Para: mailing list for gambas users Asunto: Re: [Gambas-user] Text Frame in Bold Fecha: Fri, 3 Jul 2009 21:58:01 +0300 Seems like bug. What

Re: [Gambas-user] Text Frame in Bold

2009-07-03 Thread Jussi Lahtinen
Seems like bug. What version of Gambas you are runing? What is your operating system? Jussi On Fri, Jul 3, 2009 at 21:45, craf wrote: > Hello. > > Disable gb.gtk component and active component gb.qt and no problems. Is > it a bug? > > > -Mensaje original- > De: craf > Reply-to: mailing

Re: [Gambas-user] Text Frame in Bold

2009-07-03 Thread craf
Hello. Disable gb.gtk component and active component gb.qt and no problems. Is it a bug? -Mensaje original- De: craf Reply-to: mailing list for gambas users Para: Lista Gambas Ingles Asunto: [Gambas-user] Text Frame in Bold Fecha: Fri, 03 Jul 2009 14:24:49 -0400 Hello. I tried to

[Gambas-user] Text Frame in Bold

2009-07-03 Thread craf
Hello. I tried to put in bold the text of a frame, but only the changes at design time rather than execution. Does it have to be? Design time Execution time Ubuntu Jaunty Jackalope 9.04 Gambas 2.14 <><>-- ___

Re: [Gambas-user] Controls

2009-07-03 Thread craf
Hi Steve. Thanks for reply. Yeah, I knew to do, my question is because those icons appear, as I have tried to understand it serves. Regards -Mensaje original- De: Stephen Bungay Reply-to: mailing list for gambas users Para: mailing list for gambas users Asunto: Re: [Gambas-user] C

Re: [Gambas-user] Controls

2009-07-03 Thread Stephen Bungay
They are container objects that arrange their children in rows or columns. See http://gambasdoc.org/help/comp/gb.qt/hbox?en http://gambasdoc.org/help/comp/gb.qt/hpanel?en Steve craf wrote: > Hello. > > Does anyone know that these controls are used, which are enclosed in the > color red? >

Re: [Gambas-user] extend group property

2009-07-03 Thread Benoît Minisini
> is it possible to extend the use of group property to not just share event > between control ? > > I know some programming tools on windows that they allow a control to set > multiple group . their group provide more function . > > group can be use to assign same property of controls . > for exam

Re: [Gambas-user] GridView adjust column length

2009-07-03 Thread Stephen Bungay
Try this (from my GridUtils Class.. can't believe that was written 3 years ago now!) '*** '* AdjustGridColumns '* Author: Stephen Bungay '* Date: July 26 2006 '* '* Parameters: '* GridView '* '* Calls: Nothing '* '* Adjusts t

Re: [Gambas-user] Collection - destroying

2009-07-03 Thread Stephen Bungay
Returning the favour... :) Collection = NULL Steve. richard terry wrote: > Is it possible to 'destroy' a collection, I don't mean just remove its > members. > > What I mean is one does this to create one: > > mycollection = new collection. > > One may do something with it, but then want

[Gambas-user] Controls

2009-07-03 Thread craf
Hello. Does anyone know that these controls are used, which are enclosed in the color red? Regards <>-- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https

Re: [Gambas-user] Collection - destroying

2009-07-03 Thread Benoît Minisini
> Is it possible to 'destroy' a collection, I don't mean just remove its > members. > > What I mean is one does this to create one: > > mycollection = new collection. > > One may do something with it, but then want it to be 'gone' and > non-existant. > > Any advice appreciated. > > Richard > This

[Gambas-user] Collection - destroying

2009-07-03 Thread richard terry
Is it possible to 'destroy' a collection, I don't mean just remove its members. What I mean is one does this to create one: mycollection = new collection. One may do something with it, but then want it to be 'gone' and non-existant. Any advice appreciated. Richard --

Re: [Gambas-user] How to show a form with keyboard shortcut

2009-07-03 Thread Benoît Minisini
> Hi all, > > I'm developing a small app that always stays on the notification > area (with trayicon). > > In this app, I'm trying to show a form with keyboard shortcut, > like steps below. > > 1) Run application. (But don't show a form, Minimized in >notification area) > 2) Press keyboard shor

Re: [Gambas-user] gambas2 on opensuse 11.0

2009-07-03 Thread Steven revimmo
Hi, I use Suse 11.0 : No problems. I think this library is called libqt-mt.so.3 It's in the standard repository. If lib's are failing, I use some extra repositories like : http://ftp.skynet.be/pub/packman/suse/11.0/ or http://download.opensuse.org/repositories/X11:/XGL/openSUSE_11.0/ Good luc