Re: [Gambas-user] gb.util GenUUID() function

2016-11-18 Thread Fabien Bodard
if there is only one function in your class ... why don't you use the _Call special function ? So you can use it like : uuidgen(...) 2016-11-19 0:16 GMT+01:00 Karl Reinl : > Am Donnerstag, den 17.11.2016, 10:49 +1030 schrieb adamn...@gmail.com: >> Every now and then I come across a need for a (l

[Gambas-user] [Gambas Bug Tracker] Bug #1033: Interpreter Crash when delete directory from file-chooser control

2016-11-18 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1033&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png -- ___ Gambas-user mailing list Gambas-user@lists.sourceforg

[Gambas-user] [Gambas Bug Tracker] Bug #1033: Interpreter Crash when delete directory from file-chooser control

2016-11-18 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1033&from=L21haW4- Zainudin AHMAD added an attachment: Bug-segf-FileChooserDelete-0.0.1.tar.gz -- ___ Gambas-user mailing lis

[Gambas-user] [Gambas Bug Tracker] Bug #1033: Interpreter Crash when delete directory from file-chooser control

2016-11-18 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1033&from=L21haW4- Zainudin AHMAD reported a new bug. Summary --- Interpreter Crash when delete directory from file-chooser control Type : Bug Priority : Medium Gambas version : 3.9.90 (TRUNK) Product : GUI comp

Re: [Gambas-user] gb.util GenUUID() function

2016-11-18 Thread Karl Reinl
Am Donnerstag, den 17.11.2016, 10:49 +1030 schrieb adamn...@gmail.com: > Every now and then I come across a need for a (locally) unique ID. Shelling > the ubiquitous gnu "uuidgen (-t/-r)" utility usually handles this effectively > enough. However, I am thinking that maybe this is a possible candi

Re: [Gambas-user] DBusSignal Error (Send)

2016-11-18 Thread Benoît Minisini
Le 14/11/2016 à 18:00, Hans Lehmann a écrit : > Hello, > > in my project 'signaltx2' I get after this source line: > > DBus[DBus.Name].Raise(NameVersion, "GetGBVersion", ["3.9.1"]) > > the following error message: > > Couldn't allocate D-Bus message ! > > Where is the error in the source code? Can

Re: [Gambas-user] DBusSignal Error (Send)

2016-11-18 Thread Hans Lehmann
Am 17.11.2016 um 02:20 schrieb zainudin ahmad: Hi Hans, I hope this work for you:) (project attach) Yes, that has solved it! The new code in the attached project 'signalsend-0.1.82.tar.gz' is correct. It works fine. Hans -- Author of the german Gambas book gambas-buch.de/dw/doku.php sig

[Gambas-user] Beware to revision #7983!

2016-11-18 Thread Benoît Minisini
Hi, In revision #7983, I fixed a bug in date / string conversion, so that now, as it is logically expected: CDate(CStr(CDate(2))) = CDate(2) BEFORE: $ gbx3 -e 'CStr(CDate(2))' 01/01/-4801 23:00:00 $ gbx3 -e 'CStr(CDate(CStr(CDate(2' 00/00/ 23:00:00 $ gbx3 -e 'CDate(CStr(CDate(CStr(CDat