Re: [Gambas-user] Error in Dbus class

2011-11-14 Thread Jesus
El 14/11/11 20:43, Benoît Minisini escribió: > Le 14/11/2011 20:34, Jesus a écrit : >> When trying to test DBusExplorer example, it stops with error "Unknown >> symbol 'Sort' in class 'Class' in FVersiongbXML:152" > > It's fixed in revision #4249. > > Regards, > Now it works as expected. Thank

[Gambas-user] Issue 149 in gambas: DesktopWindow.X and DesktopWindow.Y always 1 and 21

2011-11-14 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 149 by joshigg...@gmail.com: DesktopWindow.X and DesktopWindow.Y always 1 and 21 http://code.google.com/p/gambas/issues/detail?id=149 1) Describe the problem. DesktopWin

Re: [Gambas-user] Error in Dbus class

2011-11-14 Thread Benoît Minisini
Le 14/11/2011 20:34, Jesus a écrit : > When trying to test DBusExplorer example, it stops with error "Unknown > symbol 'Sort' in class 'Class' in FVersiongbXML:152" > This symbol appears inside the class method listing while typing, as > it's a common array method. Also the error message is somewha

[Gambas-user] Error in Dbus class

2011-11-14 Thread Jesus
When trying to test DBusExplorer example, it stops with error "Unknown symbol 'Sort' in class 'Class' in FVersiongbXML:152" This symbol appears inside the class method listing while typing, as it's a common array method. Also the error message is somewhat ambiguous. If I remove .Sort() the applica

[Gambas-user] (no subject)

2011-11-14 Thread Leo Sendra
hello! http://ygusin.by.ru/abulaharx.html?ocgmailID=32wi6 -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 ___ Gambas-user mailing li

Re: [Gambas-user] help gambas 2.23

2011-11-14 Thread Rolf-Werner Eilert
Am 13.11.2011 13:50, schrieb 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 t

Re: [Gambas-user] GB3 Custom controls

2011-11-14 Thread Bruce Bruen
On Sun, 2011-11-13 at 20:40 +0100, Fabien Bodard wrote: > Oups ... too complex... this is the better way without observer > Not at all! (I'm using the observer method as this will be a custom control. As far as I can see I need that so the CC can see its' own events.) But thank you! I found w