> 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'
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
-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
> 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
---
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
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
> 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
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