Re: [Gambas-user] Change in spacing/padding/margin property for Gambas 3

2011-03-04 Thread richard terry
On Saturday 05 March 2011 13:45:43 Benoît Minisini wrote: Thanks for considering this Benoit, I'll obviously vote for whatever will give me single pixel control over the gui elements. Regards Richard > Hi, > > I am currently changing the behaviour of the Spacing, Padding and Margin > propert

Re: [Gambas-user] Issue 28 in gambas: Gambas debugger show a 'syntax error' when displaying an array

2011-03-04 Thread gambas
Comment #3 on issue 28 by zachsmit...@gmail.com: Gambas debugger show a 'syntax error' when displaying an array http://code.google.com/p/gambas/issues/detail?id=28 Bug confirmed in Gambas 3, r3617. -- What You Don't K

[Gambas-user] Change in spacing/padding/margin property for Gambas 3

2011-03-04 Thread Benoît Minisini
Hi, I am currently changing the behaviour of the Spacing, Padding and Margin property to fit requests from Richard Terry, and I'm trying to not break every application by doing that. The old behaviour was: - If Spacing is TRUE, then child controls are spaced with Desktop.Scale pixels. - If M

Re: [Gambas-user] Issue 46 in gambas: a breakpoint on a commented line has inconsistent behavior

2011-03-04 Thread gambas
Comment #2 on issue 46 by zachsmit...@gmail.com: a breakpoint on a commented line has inconsistent behavior http://code.google.com/p/gambas/issues/detail?id=46 To see the problem, try using F9 or the tool button to set/unset the breakpoint. It works correctly, however, if you double click the

Re: [Gambas-user] Bug with debugging

2011-03-04 Thread Jussi Lahtinen
That wasn't the whole problem... but for some reason I can't reproduce rest of the problems anymore with this project. I have other (huge) project where I can reproduce these problems randomly, but I can't send it... I'll try to isolate this problem. Jussi 2011/3/4 Benoît Minisini > > Hi! > >

Re: [Gambas-user] Issue 46 in gambas: a breakpoint on a commented line has inconsistent behavior

2011-03-04 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-TRUNK Comment #1 on issue 46 by benoit.m...@gmail.com: a breakpoint on a commented line has inconsistent behavior http://code.google.com/p/gambas/issues/detail?id=46 I cannot reproduce that bug. Can you be more precise about y

Re: [Gambas-user] Add/remove a breakpoint without pausing program

2011-03-04 Thread Benoît Minisini
> Benoît, > > Is it possible to add the ability to add a breakpoint while a program > is running? VB6 can do this. It would be convenient because when you > pause the program there is no predicting where in the code it will > stop and then you have to find the line you wanted to add a breakpoint

Re: [Gambas-user] Application_Read does react only once

2011-03-04 Thread Benoît Minisini
> > > > Please send a complete project each time you report a bug, even if it is > > a small one that looks evident for you. > > > > Regards, > > Errr - didn't I? What is missing? > > Rolf > You just sent the module. But without the full project, I don't have the full context (which componen

Re: [Gambas-user] Application_Read does react only once

2011-03-04 Thread Rolf-Werner Eilert
Am 04.03.2011 01:02, schrieb Benoît Minisini: >> Hi folks, >> >> This is a small project I have been circling around for about a year or >> so. It would be a simple command line application that waits for and >> evaluates every keystroke you make. >> >> Some of you were so kind to point me to Appli

Re: [Gambas-user] Application_Read does react only once

2011-03-04 Thread Rolf-Werner Eilert
Am 04.03.2011 01:06, schrieb Benoît Minisini: >>> Hi folks, >>> >>> This is a small project I have been circling around for about a year or >>> so. It would be a simple command line application that waits for and >>> evaluates every keystroke you make. >>> >>> Some of you were so kind to point me t