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
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
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
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
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
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
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