Re: [Gambas-user] Libtool problem

2009-12-08 Thread Benoît Minisini
> libtool: Version mismatch error. This is libtool 2.2.6, but the > libtool: definition of this LT_INIT comes from libtool 2.2.6b. > libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 > > I can no longer compile, any ideas how do fix this as suggested > appreciated. > > Rega

[Gambas-user] Libtool problem

2009-12-08 Thread richard terry
libtool: Version mismatch error. This is libtool 2.2.6, but the libtool: definition of this LT_INIT comes from libtool 2.2.6b. libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 I can no longer compile, any ideas how do fix this as suggested appreciated. Regards Richard --

Re: [Gambas-user] Serial port data being changed ????

2009-12-08 Thread Ron_1st
On Tuesday 08 December 2009, nospam.nospam.nos...@gmail.com wrote: > Les Hardy wrote: > > Kadaitcha Man wrote: > > I first have to figure out if icrnl flaf is a typo or an esoteric > > command line :) > >> > > Yes, esoteric, makes me feel special. Only a few know about flafs. > > lol > > > Then

Re: [Gambas-user] Serial port data being changed ????

2009-12-08 Thread Mike
Benoît Minisini wrote: This is a Linux thing. Not Gambas. The icrnl flaf is set as standard. Easiest way is to use stty to change it. SHELL "stty -F " & SerPort1.PortName & " -icrnl" I'm not a serial port user at all, and I find that behaviour a bit strange. Would it be useful to

Re: [Gambas-user] Serial port data being changed ????

2009-12-08 Thread nospam.nospam.nospam
Les Hardy wrote: > Kadaitcha Man wrote: > I first have to figure out if icrnl flaf is a typo or an esoteric > command line :) >> > Yes, esoteric, makes me feel special. Only a few know about flafs. lol > Then again, it could just be flag. Nah. That'd ruin the whole effect.

Re: [Gambas-user] How to close a modal dialog form?

2009-12-08 Thread M. Cs.
Solved! PUBLIC SUB Messenger(naslov AS String, tekst AS String, slika AS String) DIM imge AS PictureBox DIM conti AS TextLabel DIM butty AS Button DIM i AS Integer keret = NEW Form keret.Width = 500 keret.Height = 300 keret.Title = naslov imge = NEW PictureBox(keret) imge.x = 0 imge.y = 0 imge.Wid

Re: [Gambas-user] Serial port data being changed ????

2009-12-08 Thread Doriano Blengino
Ron ha scritto: > Benoît Minisini schreef: > >>> mike wrote: >>> >>> I'm having trouble with Gambas and the serial ports. Something is changing binary &h0d to &h0a when received from a serial port. I noticed it in a program that I've been working on that receives

Re: [Gambas-user] Serial port data being changed ????

2009-12-08 Thread Ron
Benoît Minisini schreef: >> mike wrote: >> >>> I'm having trouble with Gambas and the serial ports. >>> Something is changing binary &h0d to &h0a when received >>> from a serial port. I noticed it in a program that I've >>> been working on that receives packets of binary data >>> from a microp

Re: [Gambas-user] Serial port data being changed ????

2009-12-08 Thread Benoît Minisini
> mike wrote: > > I'm having trouble with Gambas and the serial ports. > > Something is changing binary &h0d to &h0a when received > > from a serial port. I noticed it in a program that I've > > been working on that receives packets of binary data > > from a microprocessor. I wrote a little test pr

Re: [Gambas-user] Printing from a webview

2009-12-08 Thread Benoît Minisini
> I wondered if anyone knew how to print from this control - it dosn't seem > to have a print function like the old konqueror webrowser. > > Regards > > Richard > Yes, I must add it... -- Benoît Minisini -- Return o

Re: [Gambas-user] Serial port data being changed ???? -- Solved

2009-12-08 Thread mike
Ahh, Thank you. Now I can move on to finish my project. > > This is a Linux thing. Not Gambas. The icrnl flaf is set as standard. > Easiest way is to use stty to change it. > > SHELL "stty -F "& SerPort1.PortName& " -icrnl" > > > > ---

Re: [Gambas-user] How to close a modal dialog form?

2009-12-08 Thread Doriano Blengino
M. Cs. ha scritto: > Since the language of help documents aren't as clear to me, and I saw no > practical example I need your help. I would like to have a template message > dialog with title, text and an image I wrote a subroutine which would do the > things. It has an OK button upon itself, but I

[Gambas-user] How to close a modal dialog form?

2009-12-08 Thread M. Cs.
Since the language of help documents aren't as clear to me, and I saw no practical example I need your help. I would like to have a template message dialog with title, text and an image I wrote a subroutine which would do the things. It has an OK button upon itself, but I cannot close the window. I

Re: [Gambas-user] Serial port data being changed ????

2009-12-08 Thread Les Hardy
Kadaitcha Man wrote: I first have to figure out if icrnl flaf is a typo or an esoteric command line :) > Yes, esoteric, makes me feel special. Only a few know about flafs. Then again, it could just be flag. -- Return o

Re: [Gambas-user] Serial port data being changed ????

2009-12-08 Thread Kadaitcha Man
2009/12/8 Les Hardy : > This is a Linux thing. Not Gambas. Linux has a lot of "things". I learned the hard way that localhost TCP/IP ports below 1024 are protected. Sheesh. I lost a full day to that. Today I lost several hours to Gambas behaviour that is expained by bugs in Qt3. Nevertheless you

Re: [Gambas-user] Serial port data being changed ????

2009-12-08 Thread Les Hardy
mike wrote: > I'm having trouble with Gambas and the serial ports. > Something is changing binary &h0d to &h0a when received > from a serial port. I noticed it in a program that I've > been working on that receives packets of binary data > from a microprocessor. I wrote a little test program to >

Re: [Gambas-user] Gambas on 64 bit

2009-12-08 Thread Rolf-Werner Eilert
Ron schrieb: > Rolf-Werner Eilert wrote: >> Hi, >> >> just because I've never had this problem but have to plan for the future: >> >> Does Gambas1 run on 64 bit systems? >> >> And what about Gambas2 ? >> >> Thanks for your advice... >> >> >> > Gambas 1, no. > Gambas 2.18.0 yes, without problems.

Re: [Gambas-user] Gambas on 64 bit

2009-12-08 Thread Ron
Rolf-Werner Eilert wrote: > Hi, > > just because I've never had this problem but have to plan for the future: > > Does Gambas1 run on 64 bit systems? > > And what about Gambas2 ? > > Thanks for your advice... > > > Gambas 1, no. Gambas 2.18.0 yes, without problems. Regards, Ron_2nd. --

[Gambas-user] Gambas on 64 bit

2009-12-08 Thread Rolf-Werner Eilert
Hi, just because I've never had this problem but have to plan for the future: Does Gambas1 run on 64 bit systems? And what about Gambas2 ? Thanks for your advice... Rolf -- Return on Information: Google Enterprise Sea