Re: [Gambas-user] Cannot load class 'Balloon'

2010-05-01 Thread craf
Hi. To me it gives me the error: ERROR: #2: Cannot load class 'Balloon': Unable to load class file I compiled Gambas3 on Kubuntu 9.10 without error messages. What could be the cause?. Regards -Mensaje original- De: Fabien Bodard Reply-to: mailing list for gambas users Para: mailing

Re: [Gambas-user] User-defined format characters for dates (AM/PM)

2010-05-01 Thread Zach Smith
2010/4/30 Benoît Minisini : >> Is there any way to use the format command to get "05:32 PM"? >> >> Format (Now, "hh:nn") gives me the 24 hour format:  17:32 >> > > Format(Now, "hh:nn AM/PM") will give you what you want, provided that your > current language use AM/PM notation. > Thanks Benoît. I d