Re: [Gambas-user] Using an Image in a PictureBox or help with my issue

2008-11-25 Thread Robert Moss
I see. That's a little more complicated than I would have liked, but it's a good solution. Is there anyway I can make myObj an alias for PicBox.Image ? like Dim myImg as Image myImg = PicBox.Image Would that make a copy or assign myImg PicBox.Image's reference On Mon, Nov 24, 2008 at 9:58 AM, J

Re: [Gambas-user] Gambas3 looks strange in Mandriva 2009.0

2008-11-25 Thread Benoit Minisini
On mercredi 26 novembre 2008, David Villalobos Cambronero wrote: > Hi all, I have installed Gambas 3 in my Mandriva 2009, but it looks very > strange (attached some screen shots), does anybody knows why? Or I'm doing > something wrong? > > Regards > > > -- > David I suppose you don't use KDE, so

[Gambas-user] Error in DatePicker

2008-11-25 Thread David Villalobos Cambronero
Hi All, I found an error in the datepicker control, it allows to change the date even it is disabled, attached an example. Benoit, can you validate, please? Regards -- David Error.DatePicker-0.0.1.tar.gz Description: GNU Zip compressed data -

Re: [Gambas-user] lblHelp issue

2008-11-25 Thread Demosthenes Koptsis
ok it was my misuse with the IDE. Thanks by the way! On Mon, Nov 24, 2008 at 8:34 PM, Benoit Minisini < [EMAIL PROTECTED]> wrote: > On lundi 24 novembre 2008, Demosthenes Koptsis wrote: > > i attach a screenshot. > > > > > > The help panel does not resize automatically, you must enlarge it by ha

Re: [Gambas-user] Setting TableView to Row

2008-11-25 Thread Stefano Palmeri
Il martedì 25 novembre 2008 11:06:27 Rolf-Werner Eilert ha scritto: > Hi, > > is it possible to set TableView.Row from Code during runtime? > > Would be nice to make sure a certain row in the table is selected before > the user begins working with it (e. g. to draw attention to this row). > > Just

[Gambas-user] SetProperty Virtual Object Dynamically

2008-11-25 Thread L Jumadi
> On samedi 22 novembre 2008, L Jumadi wrote: >> On vendredi 21 novembre 2008, L Jumadi wrote: >> > I just want to know wheter gambas can set property inside a virtual >> > collection. For Example I try to set Rows.H of a Gridview, I try >> command >> > like this: >> > >> > Object.SetProperty(

[Gambas-user] Setting TableView to Row

2008-11-25 Thread Rolf-Werner Eilert
Hi, is it possible to set TableView.Row from Code during runtime? Would be nice to make sure a certain row in the table is selected before the user begins working with it (e. g. to draw attention to this row). Just tried this IF po > -1 THEN mesListe.Row = po but nothing happened. It shoul

Re: [Gambas-user] Ask About Report in Gambas

2008-11-25 Thread Emiliano Cazzola
Leo, IReport is a java based software, you can find informations and tutorials (no Gambas examples) at this page: http://jasperforge.org/plugins/mwiki/index.php/Main_Page?group_id=83 I've used the Gambas xml component to parse the file produced by IReport and a customized version of PdfWriter