Re: [Gambas-user] Is posible to Draw an Arc (instead of pies) with Draw.circle ?

2011-01-27 Thread Benoît Minisini
> I'm making a program that needs to draw arcs. > (An editor and Viewer of Gcode routes). > I'm trying with: > Draw.Circle (X, Y, R, AngStart, AngEnd) > but I can not draw only the arc (not radius). > Is that not possible with Gambas 2? > > http://picasaweb.google.com/lh/photo/Vy7N707LwBtn6TiOS5RB

Re: [Gambas-user] gb3: incorrect result from equation using singles

2011-01-27 Thread Benoît Minisini
> The variables cx and Client.relx are of datatype single. The initial > value of cx is 0 and Client.relx is 51. The code > > cx = (cx + Client.relx) / 2 > > assigns the value 0 to cx. It should be 25.5. > > When I enter > > ?(cx + Client.relx) / 2 > > in the debug/immediate window I get 2.747

Re: [Gambas-user] Problems with new feature of gambas IDE

2011-01-27 Thread Jussi Lahtinen
OK, thanks to you both! For some reason I assumed that it uses LIKE command notation. Jussi On Thu, Jan 27, 2011 at 09:09, Demosthenes Koptsis wrote: > There is a help program which you can create RegExp or learn by doing. > It is named txt2regex > > the regexp you want probably is AnyFunctionN

[Gambas-user] Issue 18 in gambas: MouseClick, MouseDown events raised even if object is disabled

2011-01-27 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 18 by sot...@gmail.com: MouseClick, MouseDown events raised even if object is disabled http://code.google.com/p/gambas/issues/detail?id=18 1) Describe the problem. Ne

[Gambas-user] Converting a project to Gambas3 (was: Re:Gambas 3 rev 3489 bad form file version)

2011-01-27 Thread Ron
On 23-1-2011 18:39, Benoît Minisini wrote: >>> Yes i have, but i copy parts of my project, im keeping a 2 and gambas 3 >>> version. >>> Now i cant copy updated forms anymore and choose update. >>> >>> Can we just keep that menu optio too? >>> --- >>> Regards, >>> Ron. >> Now the conversion of forms

Re: [Gambas-user] Adding a control to a group

2011-01-27 Thread richard terry
On Thursday 27 January 2011 22:48:35 richard terry wrote: Ok, to answer my own question I just gave the control's event the same name as the event of the group I want it to be in, so problem solved!!! tb = New ToolButton(Last) As "tbSections" Ah well, maybe it will help someone else!! Regar

[Gambas-user] Adding a control to a group

2011-01-27 Thread richard terry
I wondered if it is possible to add a control to an existing group of controls which have been created at design time, but where the new control is created in code. Though a control such as a toolbar as a group property at design time, this dosn't seem to be available at run time. " T

Re: [Gambas-user] Disappeared error messages

2011-01-27 Thread Ricardo Díaz Martín
Ok, forget my last mail. Works as expected on 3498. Regards, Ricardo 2011/1/27 Ricardo Díaz Martín > In version 3498 works better. I can see again the message error but > double-click on a variable or object doesn't work anymore. > > Regards, > Ricardo Díaz > > 2011/1/26 Ricardo Díaz Martín >

[Gambas-user] Issue 17 in gambas: ComboBox.Add("item", idx) fails with GTK

2011-01-27 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 17 by sot...@gmail.com: ComboBox.Add("item",idx) fails with GTK http://code.google.com/p/gambas/issues/detail?id=17 1) Describe the problem. Adding an item at given ind

Re: [Gambas-user] Disappeared error messages

2011-01-27 Thread Ricardo Díaz Martín
In version 3498 works better. I can see again the message error but double-click on a variable or object doesn't work anymore. Regards, Ricardo Díaz 2011/1/26 Ricardo Díaz Martín > I got the same problem with the same gambas version in the same OS. Compiz > is disabled. > > In addition, when ID