[Gambas-user] Desktop.SendKeys() and modifiers and layouts

2013-08-07 Thread Tobias Boege
Hi, First thing: Desktop.SendKeys() (gb.desktop) seems to have problems sending some keys generated via the AltGr modifier (is the labelled AltGr on non-German keyboards, too? I hope so). Anyways, on a German keyboard we compose @ = AltGr+q, [ = AltGr+8, ] = AltGr+9, etc.. But neither Desktop.

Re: [Gambas-user] Another Best Approach Question: Statistics over an array of objects

2013-08-07 Thread Bruce
On Wed, 2013-08-07 at 23:56 +0930, Bruce wrote: > On Wed, 2013-08-07 at 15:58 +0200, Tobias Boege wrote: > > On Wed, 07 Aug 2013, Bruce wrote: > > > I'm looking for good ideas again I'm afraid. > > > > > > > > > I have an array of objects that can be best described as a set of > > > categories wi

Re: [Gambas-user] Another Best Approach Question: Statistics over an array of objects

2013-08-07 Thread Bruce
On Wed, 2013-08-07 at 15:58 +0200, Tobias Boege wrote: > On Wed, 07 Aug 2013, Bruce wrote: > > I'm looking for good ideas again I'm afraid. > > > > > > I have an array of objects that can be best described as a set of > > categories with an associated value. Something along the lines of > > [Ca

Re: [Gambas-user] Another Best Approach Question: Statistics over an array of objects

2013-08-07 Thread Tobias Boege
On Wed, 07 Aug 2013, Bruce wrote: > I'm looking for good ideas again I'm afraid. > > > I have an array of objects that can be best described as a set of > categories with an associated value. Something along the lines of > [Cat1:String, Cat2:String, Cat3:String, Value:Float]. > > The general i

[Gambas-user] Another Best Approach Question: Statistics over an array of objects

2013-08-07 Thread Bruce
I'm looking for good ideas again I'm afraid. I have an array of objects that can be best described as a set of categories with an associated value. Something along the lines of [Cat1:String, Cat2:String, Cat3:String, Value:Float]. The general idea is that the user would select one of the categ

[Gambas-user] Issue 460 in gambas: Desktop.Sendkeys("{[Control_L]A}") does not work

2013-08-07 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 460 by victorg...@gmail.com: Desktop.Sendkeys("{[Control_L]A}") does not work http://code.google.com/p/gambas/issues/detail?id=460 1) Describe the problem. Hello I'm Vic

[Gambas-user] Starting a Process and forgetting about it

2013-08-07 Thread Tobias Boege
Hi, in a project I need to start a server Process and watch its Kill event while the program is running. The server shall, however, continue to run even after my program exits. I'm kind of stuck here: If I create a Process, Gambas keeps watching it and doesn't shutdown the program until the proce