Hi!
What has happen to error messages?
Now Gambas IDE just stops executing when running into error!
But some error messages still seems to be visible...
Gambas 3 rev 3493 @ Ubuntu 10.10 64bit
Jussi
--
Special Offer-- Down
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.7476892520342E-315. Have I
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/Vy7N707LwBtn6TiOS5RBRwVrkBiCHQPOraR
If it helps any - Granted this is now talking about serial ports vs
networking:
In another part of the project I communicate with a VHF radio via RS232
serial port. In this code I Write Byte[] information to the radio and
that works perfectly. Because of the way the radio replies I Read single
hi,
i have a question about some source code from fabien from 8th november
2009 about creating custom controls:
"I think for the begginnig you must to do an encapsulating classe.
It's a class that take a control as parameter. And give to it new
function or feature.
so:
Il 25/01/2011 11:42, Benoît Minisini ha scritto:
> As often with Ubuntu, the Qt3 library may be misconfigured. Find a program
> named "qtconfig" (the Qt3 version, not the Qt4 version), and run it to
> configure the default Qt font size.
>
> Regards,
Thanks
You resolve my problem.
Now I can custom
> Hi,
> I'm a new user in Gambas2
> My problem is:
> I'm using LMDE (linux mint debian edition) and when I run the Gambas2
> interface, it displays large windows and I can't work propely.
> Instead with LinuxMint Julia with the same PC everthyng works good.
>
> The version of Gambas is 2.21 (from
Hi,
I'm a new user in Gambas2
My problem is:
I'm using LMDE (linux mint debian edition) and when I run the Gambas2
interface, it displays large windows and I can't work propely.
Instead with LinuxMint Julia with the same PC everthyng works good.
The version of Gambas is 2.21 (from the repositoy o