Re: [Gambas-user] ¿bug? Error with Val function and hex values

2010-03-25 Thread Benoît Minisini
> Hello, > > I've a problem trying to convert a string in hex to decimal. > When I do this: > test = (Val("&H9000") AND 65535) > I obtain > test = -28672 (equals to 0xFFF9000) > and it should be > test = 36864 (0x9000) > It depends: what is the full source code with the declaration of 'test'

[Gambas-user] ¿bug? Error with Val function an d hex values

2010-03-25 Thread Rafa Domenech
Hello, I've a problem trying to convert a string in hex to decimal. When I do this: test = (Val("&H9000") AND 65535) I obtain test = -28672 (equals to 0xFFF9000) and it should be test = 36864 (0x9000) And when I debug it step by step I obtain what you can see in this screenshot. [image: Panta

Re: [Gambas-user] Missing components

2010-03-25 Thread craf
-Mensaje original- De: Benoît Minisini Reply-to: mailing list for gambas users Para: mailing list for gambas users Asunto: Re: [Gambas-user] Missing components Fecha: Thu, 25 Mar 2010 23:58:52 +0100 > Fixed issue gb.gtk.ext component. > A problem that remains is that if I add a butto

Re: [Gambas-user] Missing components

2010-03-25 Thread Benoît Minisini
> Fixed issue gb.gtk.ext component. > A problem that remains is that if I add a button, this does not appear > on the form and run the program, it can not stop. > Can you give more details? I don't see what you are talking about... -- Benoît Minisini ---

Re: [Gambas-user] Missing components

2010-03-25 Thread craf
Fixed issue gb.gtk.ext component. A problem that remains is that if I add a button, this does not appear on the form and run the program, it can not stop. Regards -Mensaje original- De: craf Reply-to: mailing list for gambas users Para: mailing list for gambas users Asunto: Re: [Gambas

Re: [Gambas-user] Missing components

2010-03-25 Thread craf
Ok.Thank you. Regards. Mensaje original- De: Benoît Minisini Reply-to: mailing list for gambas users Para: mailing list for gambas users Asunto: Re: [Gambas-user] Missing components Fecha: Thu, 25 Mar 2010 23:18:16 +0100 > Hi > > I'm testing Gambas3 Rev 2825. When I run it and creat

Re: [Gambas-user] Missing components

2010-03-25 Thread Benoît Minisini
> Hi > > I'm testing Gambas3 Rev 2825. When I run it and create a GTK + program > gives me this error: > > "Missing some components : gb.gtk.ext." > > The compilation of the sources did not show any error. > > Regards > > [OperatingSystem] > OperatingSystem=Linux > KernelRelease=2.6.28-14-gene

[Gambas-user] Missing components

2010-03-25 Thread craf
Hi I'm testing Gambas3 Rev 2825. When I run it and create a GTK + program gives me this error: "Missing some components : gb.gtk.ext." The compilation of the sources did not show any error. Regards [OperatingSystem] OperatingSystem=Linux KernelRelease=2.6.28-14-generic DistributionVendor=ubunt