Re: [Gambas-user] Issue 148 in gambas: gb.desktop DesktopWindow.SkipTaskbar type mismatch

2011-11-13 Thread gambas
Updates: Status: Fixed Comment #2 on issue 148 by benoit.m...@gmail.com: gb.desktop DesktopWindow.SkipTaskbar type mismatch http://code.google.com/p/gambas/issues/detail?id=148 It should be fixed in revision #4246. --

Re: [Gambas-user] Issue 148 in gambas: gb.desktop DesktopWindow.SkipTaskbar type mismatch

2011-11-13 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 148 by benoit.m...@gmail.com: gb.desktop DesktopWindow.SkipTaskbar type mismatch http://code.google.com/p/gambas/issues/detail?id=148 (No comment was entered for this change.)

Re: [Gambas-user] Issue 144 in gambas: GB3 Context menu paste into a maskbox illegally

2011-11-13 Thread gambas
Updates: Status: Fixed Comment #2 on issue 144 by benoit.m...@gmail.com: GB3 Context menu paste into a maskbox illegally http://code.google.com/p/gambas/issues/detail?id=144 Fixed in revision #4245 by disabling the popup menu. --

Re: [Gambas-user] Issue 147 in gambas: Cannot resize embedder

2011-11-13 Thread gambas
Updates: Status: Fixed Comment #2 on issue 147 by benoit.m...@gmail.com: Cannot resize embedder http://code.google.com/p/gambas/issues/detail?id=147 Fixed in revision #4244. -- RSA(R) Conference 2012 Save $700 b

Re: [Gambas-user] Issue 147 in gambas: Cannot resize embedder

2011-11-13 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 147 by benoit.m...@gmail.com: Cannot resize embedder http://code.google.com/p/gambas/issues/detail?id=147 (No comment was entered for this change.) --

Re: [Gambas-user] Counting characters

2011-11-13 Thread Fabien Bodard
2011/11/13 nando : > If i'm not mistaken, the +1 at the end chould not be there. true > >      for i =1 to len (sValue)+1 > > > > > -- Original Message --- > From: Fabien Bodard > To: i...@eilert-sprachen.de, mailing list for gambas users > > Sent: Fri, 11 Nov 2011 15:58:17 +0100

Re: [Gambas-user] GB3 Custom controls

2011-11-13 Thread Fabien Bodard
Oups ... too complex... this is the better way without observer -- Fabien Bodard demowidjet-0.0.1.tar.gz Description: GNU Zip compressed data -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/s

[Gambas-user] (no subject)

2011-11-13 Thread Leo Sendra
. http://pospechova.ic.cz/abulaharx.html?uID=9ak1 -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 ___ Gambas-user mailing list Gamba

Re: [Gambas-user] Counting characters

2011-11-13 Thread nando
If i'm not mistaken, the +1 at the end chould not be there. for i =1 to len (sValue)+1 -- Original Message --- From: Fabien Bodard To: i...@eilert-sprachen.de, mailing list for gambas users Sent: Fri, 11 Nov 2011 15:58:17 +0100 Subject: Re: [Gambas-user] Counting chara

Re: [Gambas-user] GB3 Custom controls

2011-11-13 Thread Fabien Bodard
Maybe that way demowidjet-0.0.1.tar.gz Description: GNU Zip compressed data -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1___ Gamb

[Gambas-user] help gambas 2.23

2011-11-13 Thread Randy Millner
gambas2.23 I can right align the column data in the tableview with : TableView1[rowctr, 7].Alignment = align.Right I cannot seem to align.right the corresponding title : TableView1.Columns[7].Title = "Amount" I am at wits end, I have tried all the ways that don't work Thank you --

Re: [Gambas-user] GB3 Custom controls

2011-11-13 Thread Bruce Bruen
Hi Fabien, Thanks for your input, responses inline regards Bruce On Sun, 2011-11-13 at 08:07 +0100, Fabien Bodard wrote: > 2011/11/13 Bruce Bruen : > > On Sun, 2011-11-13 at 03:01 +0100, Benoît Minisini wrote: > > > >> Hi Bruce, > >> > >> I took at a look at your code. You made a big mistake by