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

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