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

2012-03-22 Thread gambas
Updates: Status: Fixed Comment #3 on issue 207 by benoit.m...@gmail.com: Event Save get error at DataBrowser http://code.google.com/p/gambas/issues/detail?id=207 Fixed in revision #4567. -- This SF email is sp

Re: [Gambas-user] Issue 221 in gambas: DataSource & DataBrowser problem

2012-03-22 Thread gambas
Comment #9 on issue 221 by benoit.m...@gmail.com: DataSource & DataBrowser problem http://code.google.com/p/gambas/issues/detail?id=221 Is it better now with revision #4567? -- This SF email is sponsosred by: Try Wind

Re: [Gambas-user] (no subject)

2012-03-22 Thread John Rose
In regard to Basic on Android, I have been checking out Basic4android. This works OK under Virtual Box & Windows XP. However, on Ubuntu Lucid under Wine 1.4rc6 it works (after running fixes for AndroidSDK use of Android AVD Manager and installation of .Net2.0) with one major problem. After creating

Re: [Gambas-user] Keyboard input help requested

2012-03-22 Thread Benoît Minisini
Le 22/03/2012 10:30, Cogier a écrit : > > Benoît, > > I am using Gambas 2.21 and tried the code below but I still get nothing when > pressing the keyboard, in fact the SUB does not seem to be called at all. > > What am I missing? > > Thanks, > > Charlie Ogier > > ' Gambas class file > > PUBLIC SUB

Re: [Gambas-user] Keyboard input help requested

2012-03-22 Thread François Gallo
Le 22/03/2012 10:30, Cogier a écrit : > Benoît, > > I am using Gambas 2.21 and tried the code below but I still get nothing when > pressing the keyboard, in fact the SUB does not seem to be called at all. > > What am I missing? > > Thanks, > > Charlie Ogier > > ' Gambas class file > > PUBLIC SUB Fo

Re: [Gambas-user] Keyboard input help requested

2012-03-22 Thread Cogier
Benoît, I am using Gambas 2.21 and tried the code below but I still get nothing when pressing the keyboard, in fact the SUB does not seem to be called at all. What am I missing? Thanks, Charlie Ogier ' Gambas class file PUBLIC SUB Form_Open() FMain.Show END PUBLIC SUB Application_KeyPress()