Re: [Gambas-user] Detecting if a scroll bar has scrolled to the bottom.

2013-05-22 Thread Richard Terry
Fabien Bodard wrote: > I'll send you an exemple > That would be great, thanks. richard > Le 22 mai 2013 00:42, "Richard Terry" a écrit : > > >> In our installation wizard for EasyGP, Ian and I have put in the gnu >> public licence. >> >> I want to be able to detect if the user has scrolled

Re: [Gambas-user] Global error management routine

2013-05-22 Thread Richard Terry
Benoît Minisini wrote: > Le 22/05/2013 00:04, Richard Terry a écrit : > >> Tobias Boege wrote: >> >>> Hi Benoit, >>> >>> when programming a component in C/C++, one can use the error hook to execute >>> a function when the interpreter is about to abort because of an error. >>> >>> In Gambas

Re: [Gambas-user] gbc3-gb_error.o compiling rev #5670

2013-05-22 Thread Benoît Minisini
Le 22/05/2013 23:58, Benoît Minisini a écrit : > Le 22/05/2013 22:27, Tobias Boege a écrit : >> >> the funny thing was that it needed three commits to fix Emanuele's >> problem >> which is two too much for this kind of error. >> >> Actually, I'm not really concered about localisation (one of the mo

Re: [Gambas-user] gbc3-gb_error.o compiling rev #5670

2013-05-22 Thread Benoît Minisini
Le 22/05/2013 22:27, Tobias Boege a écrit : > > the funny thing was that it needed three commits to fix Emanuele's problem > which is two too much for this kind of error. > > Actually, I'm not really concered about localisation (one of the most > important lines in my .bashrc is LC_ALL=C :-)) and n

Re: [Gambas-user] Detecting if a scroll bar has scrolled to the bottom.

2013-05-22 Thread Fabien Bodard
well wizard need a new property... like LockNext Benoit ? 2013/5/22 Fabien Bodard > I'll send you an exemple > Le 22 mai 2013 00:42, "Richard Terry" a écrit : > > In our installation wizard for EasyGP, Ian and I have put in the gnu >> public licence. >> >> I want to be able to detect if the

Re: [Gambas-user] gbc3-gb_error.o compiling rev #5670

2013-05-22 Thread Tobias Boege
Hi Paul, On Wed, 22 May 2013, paulwheeler wrote: > >Tobias, >Thank you for you work on this project. >I have been lurking for a while, just to absorb more knowledge. >My apology, but I am confused about what was funny. >Translation?which script line? >Paul the funny thing

Re: [Gambas-user] gbc3-gb_error.o compiling rev #5670

2013-05-22 Thread paulwheeler
Tobias, Thank you for you work on this project. I have been lurking for a while, just to absorb more knowledge. My apology, but I am confused about what was funny. Translation?which script line? Paul On 05/22/2013 10:33 AM, Tobias Boege wrote: On Wed, 22 May 2013, Emanuele S

Re: [Gambas-user] gbc3-gb_error.o compiling rev #5670

2013-05-22 Thread Emanuele Sottocorno
> > Very funny :-) It's a translation issue. I wrote that script line with only > the englisch output of svn in mind. > > I'm convinced that rev#5673 solves your problem. > > Regards, > Tobi > You are right, it works now. Thanks > -

Re: [Gambas-user] gbc3-gb_error.o compiling rev #5670

2013-05-22 Thread Tobias Boege
On Wed, 22 May 2013, Emanuele Sottocorno wrote: > Here they are: > > > > How tiresome. I must now ask for output of: > > > > $ svn info > > > > and > > > > $ svn info 2>/dev/null | grep Revision | egrep -wo "[0-9]+$" > > > > Regards, > > Tobi Very funny :-) It's a translation issue. I wrote t

Re: [Gambas-user] gbc3-gb_error.o compiling rev #5670

2013-05-22 Thread Emanuele Sottocorno
Here they are: > > How tiresome. I must now ask for output of: > > $ svn info > > and > > $ svn info 2>/dev/null | grep Revision | egrep -wo "[0-9]+$" > > Regards, > Tobi > > -- > Try New Relic Now & We'll Send You th

Re: [Gambas-user] Click image get coordinates

2013-05-22 Thread Fabien Bodard
You can use the rect class to store and test région too Dim aRect as new Rect[] aRect.Add(Rect(5,5,10,10)) aRect. Add... etc Use in mouse event : For I =0 to aRect.max If aRect[i].contains(mouse.x,mouse.y) then print i Next Le 22 mai 2013 17:10, "Tobias Boege" a écrit : > On Wed, 22 May 2013

Re: [Gambas-user] gbc3-gb_error.o compiling rev #5670

2013-05-22 Thread Tobias Boege
On Wed, 22 May 2013, Emanuele Sottocorno wrote: > Hi Tobi, tried rev #5672, make fails at: > > make[2]: ingresso nella directory > "/home/emanuele/Gambas3/trunk/main/gbx" > CC libgbx_a-gb_error.o > CC libgbx_a-gbx_exec_loop.o > AR libgbx.a > CC gb_la-gbx_c_class.lo > CC

Re: [Gambas-user] gbc3-gb_error.o compiling rev #5670

2013-05-22 Thread Emanuele Sottocorno
Hi Tobi, tried rev #5672, make fails at: make[2]: ingresso nella directory "/home/emanuele/Gambas3/trunk/main/gbx" CC libgbx_a-gb_error.o CC libgbx_a-gbx_exec_loop.o AR libgbx.a CC gb_la-gbx_c_class.lo CC gb_la-gbx_c_collection.lo CC gb_la-gbx_c_error.lo CC

Re: [Gambas-user] Click image get coordinates

2013-05-22 Thread Tobias Boege
On Wed, 22 May 2013, Marco wrote: > Hi all, > > I'm trying to write something so that I can display an image (a map of a > building). On this image several temperature probes are displayed. I'd > like to click the image on specific regions and want a textbox to be > filled with the temperature

Re: [Gambas-user] gbc3-gb_error.o compiling rev #5670

2013-05-22 Thread Tobias Boege
On Wed, 22 May 2013, Emanuele Sottocorno wrote: > Hi Tobi, > I made a fresh svn checkout with revision #5671. in > main/ .reconf, ./configure, make ... same error > After the patch applied using the "old" compilation sequence > (./reconf-all, ./configure, make && make install) the process ran fine.

[Gambas-user] New version isql: empty results with gambas-3

2013-05-22 Thread Ru Vuott
Hello, our friend of italian Gambas forum has a problem: he updated his management that uses MS-SQL 2008 as database. He, to connect to the db, uses Microsoft odbc freetds driver. With the release of MS-SQL 2000 is no problem with the isql program from a terminal and with gambas. With the new v

[Gambas-user] Click image get coordinates

2013-05-22 Thread Marco
Hi all, I'm trying to write something so that I can display an image (a map of a building). On this image several temperature probes are displayed. I'd like to click the image on specific regions and want a textbox to be filled with the temperature value of this probe. The real problem isn't t

Re: [Gambas-user] Detecting if a scroll bar has scrolled to the bottom.

2013-05-22 Thread Fabien Bodard
I'll send you an exemple Le 22 mai 2013 00:42, "Richard Terry" a écrit : > In our installation wizard for EasyGP, Ian and I have put in the gnu > public licence. > > I want to be able to detect if the user has scrolled all the way to the > bottom before I allow the wizard to progress to the next

Re: [Gambas-user] Global error management routine

2013-05-22 Thread Benoît Minisini
Le 22/05/2013 10:02, Ron a écrit : > On 22-5-2013 9:53, Benoît Minisini wrote: >> Le 22/05/2013 00:04, Richard Terry a écrit : >>> Tobias Boege wrote: Hi Benoit, when programming a component in C/C++, one can use the error hook to execute a function when the interpreter is

Re: [Gambas-user] Global error management routine

2013-05-22 Thread Ron
On 22-5-2013 9:53, Benoît Minisini wrote: > Le 22/05/2013 00:04, Richard Terry a écrit : >> Tobias Boege wrote: >>> Hi Benoit, >>> >>> when programming a component in C/C++, one can use the error hook to execute >>> a function when the interpreter is about to abort because of an error. >>> >>> In G

Re: [Gambas-user] Global error management routine

2013-05-22 Thread Benoît Minisini
Le 22/05/2013 00:04, Richard Terry a écrit : > Tobias Boege wrote: >> Hi Benoit, >> >> when programming a component in C/C++, one can use the error hook to execute >> a function when the interpreter is about to abort because of an error. >> >> In Gambas itself, we only have the local Catch blocks t

[Gambas-user] LastModified

2013-05-22 Thread bill-lancaster
Sorry Benoît - false alarm. In error, I had gb.directory as filter in my rdir call. Without that it works fine -- View this message in context: http://gambas.8142.n7.nabble.com/LastModified-tp42005p42007.html Sent from the gambas-user mailing list archive at Nabble.com. -