[Gambas-user] Gambas3 Runtime

2012-02-13 Thread John Rose
I want to be able to run the gambas app on another machine. Even though I have installed gambas3-runtime (version 3.0.0~lucid1) package from kendek's ppa, the deb installer says 'Error: Dependency is not satisfiable: gambas3-runtime (= 3.0.0)'.

[Gambas-user] Issue 211 in gambas: Gridview multiselect

2012-02-13 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 211 by albefo...@tiscali.it: Gridview multiselect http://code.google.com/p/gambas/issues/detail?id=211 1) Describe the problem. i cant deselect a row when multiple row are

Re: [Gambas-user] Issue 207 in gambas: Event Save get error at DataBrowser

2012-02-13 Thread Yunusa Badamasi
On Wed, Feb 8, 2012 at 10:36 AM, gam...@googlecode.com wrote: Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 207 by bespalov...@gmail.com: Event Save get error at DataBrowser

[Gambas-user] Gambas3 Runtime

2012-02-13 Thread John Rose
I thought I'd try my dev pc again to see if I could install my Gambas3 app there. Because I compiled Gambas3 (on Ubuntu Lucid), it installed to /usr/local/bin whereas installing packages results in install to /usr/bin. So I copied gbr3 gbx3 from /usr/local/bin to /usr/bin. But I still got the

Re: [Gambas-user] Gambas3 Runtime

2012-02-13 Thread Benoît Minisini
Le 13/02/2012 10:19, John Rose a écrit : I want to be able to run the gambas app on another machine. Even though I have installed gambas3-runtime (version 3.0.0~lucid1) package from kendek's ppa, the deb installer says 'Error: Dependency is not satisfiable: gambas3-runtime (= 3.0.0)'. Can

Re: [Gambas-user] Class Constructor private var questions

2012-02-13 Thread Emil Lenngren
2) The _new method is optional. 3) All instance variable assignments written at the declarations are done before the _new method is executed. 1) These asignments are actually done in a special generated hidden method called $new (which is executed before _new). /Emil 2012/2/13 nando

Re: [Gambas-user] gb.GeneralDate formatting is inconsistent

2012-02-13 Thread Zach Smith
It works as expected. Thanks Benoit. The comment at http://gambasdoc.org/help/cat/constant should be revised where it says: gb.GeneralDate Write a date only if the date and time value has a date part, and write a time only if it has a date part.