Re: [Gambas-user] How to find out internet status

2011-04-04 Thread Ganesh Kumar
Hi. Sir., > your whole code works fine for me. > are you sure that you really call this routine in the main program? this > is the only reason i can think of... My scenario is Create one form check Internet status .. If Internet is there means Execute my script otherwise skip the form I have c

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-04-04 Thread Kevin Fishburne
On 04/05/2011 01:39 AM, Kevin Fishburne wrote: Alright, I've transformed all the networking code to the suggested solution, and it's so close to working I can smell it. While there is more code now, I like it better as it's easier to read (important!). Some code: Dim id As Byte Dim type

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-04-04 Thread Kevin Fishburne
On 04/04/2011 02:44 PM, Kevin Fishburne wrote: > On 04/04/2011 04:20 AM, Benoît Minisini wrote: >> >> You should better decode the packet directly with READ instructions. > > I would except the incoming transactions aren't processed immediately. > They are stored in sequence by ID in a transaction

Re: [Gambas-user] New Gambas website design

2011-04-04 Thread Kevin Fishburne
On 04/03/2011 06:47 PM, Benoît Minisini wrote: > Now I'm waiting for help and comments.. I just noticed that in Chrome one of the zoom levels creates artifacts in some of the text. Zooming way in (making things bigger) causes Chrome to be unable to display the page, giving the "Aw, Snap!" error.

Re: [Gambas-user] New website

2011-04-04 Thread John Spikowski
On Tue, 2011-04-05 at 00:49 +0200, Benoît Minisini wrote: > The new website has been uploaded to sourceforge. It would be great if you could get a few Gambas 3 screen shots in the gallery. It's a bit dated as it stands. -

[Gambas-user] New website

2011-04-04 Thread Benoît Minisini
Hi, The new website has been uploaded to sourceforge. Note that most of the page are actually stored on gambasdoc.org, and so are not up to date yet. And note that the Gambas 3 button is still disabled. :-) Regards, -- Benoît Minisini -

[Gambas-user] Release of Gambas 2.23

2011-04-04 Thread Benoît Minisini
Hi, I have released Gambas 2.23, maybe the last release of Gambas 2, as the release candidate of Gambas 3 is almost ready. I have removed some files from the source package, and now it is smaller. The removed files are normally automatically generated when you issue the "./reconf" command. So

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-04-04 Thread Kevin Fishburne
On 04/04/2011 04:20 AM, Benoît Minisini wrote: >> Excellent, that's an elegant solution. Thanks! Is it possible to read >> one or more values from the beginning of the packet normally, then read >> the remaining data into a single string? Something like this: >> >> Public Sub UDP_Read() >> >> D

Re: [Gambas-user] New Gambas website design

2011-04-04 Thread Benoît Minisini
> i made a second image with better image frames. > > what do you say, do you like this design ? > > we can change the images with screenshots of final release and no need > to be written ALPHA version... > > and if you like it you should give me a high resolution logo cause this > is pixelized

Re: [Gambas-user] How to find out internet status

2011-04-04 Thread tobias
hi, your whole code works fine for me. are you sure that you really call this routine in the main program? this is the only reason i can think of... -- Create and publish websites with WebMatrix Use the most popular FREE

Re: [Gambas-user] New Gambas website design

2011-04-04 Thread Demosthenes Koptsis
i will try for the image something... On Mon, 2011-04-04 at 00:47 +0200, Benoît Minisini wrote: > Hi, > > Here is a screenshot of the upcoming new Gambas website. > > I am not satisfied with the image in the middle of the page. > > If someone have ideas, or can design a better image, he will r

Re: [Gambas-user] How to find out internet status

2011-04-04 Thread Ganesh Kumar
Thanks for your kindly replay. > another way may be found according to the following test: > in my case, i am connected to the internet via wlan0. my eth0 isn't > connected to anything. in a terminal: > $ curl --interface wlan0 google.de > returns some html, while > $ curl --interface eth0 google.

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-04-04 Thread Benoît Minisini
> Excellent, that's an elegant solution. Thanks! Is it possible to read > one or more values from the beginning of the packet normally, then read > the remaining data into a single string? Something like this: > > Public Sub UDP_Read() > >Dim id As Byte >Dim type As Byte >Dim data As