[Gambas-user] Gambas scripter

2009-12-31 Thread Ron
Some first experiences building scripts using gbs2 Is it possible to display the errors at end of the output? If you execute a large script from shell and have a compile error you keep on scrolling up to see the error. Or even better when there is an error on a line, display the script source

Re: [Gambas-user] Gambas scripter

2009-12-31 Thread Ron
Ron wrote: Some first experiences building scripts using gbs2 Is it possible to display the errors at end of the output? If you execute a large script from shell and have a compile error you keep on scrolling up to see the error. Or even better when there is an error on a line, display

Re: [Gambas-user] Gambas scripter

2009-12-31 Thread Ron
Ron wrote: Ron wrote: Some first experiences building scripts using gbs2 Is it possible to display the errors at end of the output? If you execute a large script from shell and have a compile error you keep on scrolling up to see the error. Or even better when there is an error on a

Re: [Gambas-user] Gambas scripter

2009-12-31 Thread Ron
Ron wrote: Ron wrote: Ron wrote: Some first experiences building scripts using gbs2 Is it possible to display the errors at end of the output? If you execute a large script from shell and have a compile error you keep on scrolling up to see the error. Or even better when there is an

Re: [Gambas-user] Gambas scripter

2009-12-31 Thread Kadaitcha Man
2010/1/1 Ron r...@cyberjunky.nl: Ron wrote: Ron wrote: Ron wrote: If you You seem to be talking to yourself, Ron. Are you ok? -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of

Re: [Gambas-user] Gambas scripter

2009-12-31 Thread Benoît Minisini
Some first experiences building scripts using gbs2 Is it possible to display the errors at end of the output? If you execute a large script from shell and have a compile error you keep on scrolling up to see the error. Or even better when there is an error on a line, display the script

Re: [Gambas-user] Gambas scripter

2009-12-31 Thread Benoît Minisini
Ron wrote: Some first experiences building scripts using gbs2 Is it possible to display the errors at end of the output? If you execute a large script from shell and have a compile error you keep on scrolling up to see the error. Or even better when there is an error on a line,

Re: [Gambas-user] Gambas scripter

2009-12-31 Thread Benoît Minisini
If you set Application.Return to a value, the script doesn't return it to the shell (it always returns 0) Regards, Ron_2nd. I think I can do something for that: look at the revision #2577, it should be fixed. Regards, -- Benoît Minisini

Re: [Gambas-user] Using GLSL in gambas3

2009-12-31 Thread Benoît Minisini
To follow the small announcement from benoit, let me present my work on gb.opengl component. A new subset of the gb.opengl component is now in the svn: gb.opengl.glsl. As the name let you suggest, the purpose of this component is to let use the power of shaders inside your opengl

Re: [Gambas-user] Gambas scripter

2009-12-31 Thread Ron
Benoît Minisini wrote: Ron wrote: Some first experiences building scripts using gbs2 Is it possible to display the errors at end of the output? If you execute a large script from shell and have a compile error you keep on scrolling up to see the error. Or even better when there is an

Re: [Gambas-user] Using GLSL in gambas3

2009-12-31 Thread Laurent Carlier
Le jeudi 31 décembre 2009 14:33:08, Benoît Minisini a écrit : It would be cool if you can make a real and fun and cool example with shaders! Yes i know it would be cool :-) First step is to finish the component (or at least more complete) to provide a coolest example. The project provide

Re: [Gambas-user] Gambas scripter

2009-12-31 Thread Kadaitcha Man
2010/1/1 Benoît Minisini gam...@users.sourceforge.net: The scripter is very hacky: welcome to you, tester! :-) lol -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's

Re: [Gambas-user] Gambas scripter

2009-12-31 Thread Benoît Minisini
Ron wrote: Ron wrote: Some first experiences building scripts using gbs2 Is it possible to display the errors at end of the output? If you execute a large script from shell and have a compile error you keep on scrolling up to see the error. Or even better when there is an error on

Re: [Gambas-user] Gambas scripter

2009-12-31 Thread Fabien Bodard
2009/12/31 Ron r...@cyberjunky.nl: Benoît Minisini wrote: Ron wrote: Some first experiences building scripts using gbs2 Is it possible to display the errors at end of the output? If you execute a large script from shell and have a compile error you keep on scrolling up to see the error.

Re: [Gambas-user] Using GLSL in gambas3

2009-12-31 Thread Fabien Bodard
The more coolest thing will be to have a project that show some nehe exemples.. like the painting one. 2009/12/31 Laurent Carlier lordhea...@gmail.com: Le jeudi 31 décembre 2009 14:33:08, Benoît Minisini a écrit : It would be cool if you can make a real and fun and cool example with  

Re: [Gambas-user] Using GLSL in gambas3

2009-12-31 Thread Benoît Minisini
The more coolest thing will be to have a project that show some nehe exemples.. like the painting one. nehe ? eunehe ?? -- Benoît Minisini -- This SF.Net email is sponsored by the Verizon Developer Community

Re: [Gambas-user] Using GLSL in gambas3

2009-12-31 Thread Laurent Carlier
Le jeudi 31 décembre 2009 16:20:59, Benoît Minisini a écrit : The more coolest thing will be to have a project that show some nehe exemples.. like the painting one. nehe ? eunehe ?? :-) http://nehe.gamedev.net/

[Gambas-user] Should i upgrade to gambas3

2009-12-31 Thread cwyong1
Hi. I m using ubuntu 9.04 and gambas 2.8 and i got this problems, pls help 1. There will be a run error if i select a shortcut for menu item, the error read The program has stopped unexpectedly by raising signal #11 and no error once i removed the shortcut 2. My window will also show the

[Gambas-user] Is Gambas2.8 stable?

2009-12-31 Thread cwyong1
HI. I got me a Frame object in my form and i got this in my code PUBLIC SUB Form_Open() WITH ME .maximized = TRUE .Frame1.visible = false END WITH END When i run it, error Unknown symbol 'Frame1' in clase 'FMain' How come ppls? -- View this message in context:

Re: [Gambas-user] Should i upgrade to gambas3

2009-12-31 Thread Benoît Minisini
Hi. I m using ubuntu 9.04 and gambas 2.8 and i got this problems, pls help 1. There will be a run error if i select a shortcut for menu item, the error read The program has stopped unexpectedly by raising signal #11 and no error once i removed the shortcut Do you use gb.gtk or gb.qt? Can

Re: [Gambas-user] Should i upgrade to gambas3

2009-12-31 Thread Werner
On 01/01/10 00:12, cwyong1 wrote: Hi. I m using ubuntu 9.04 and gambas 2.8 and i got this problems, pls help 1. There will be a run error if i select a shortcut for menu item, the error read The program has stopped unexpectedly by raising signal #11 and no error once i removed the shortcut

[Gambas-user] GAMBAS rules! (And a couple of questions about listboxes and control arrays)

2009-12-31 Thread Bill Richman
First off, I'd like to say that I really, _really_ like GAMBAS. I was pulling my hair out trying to do something with Open Office macros when I discovered GAMBAS. I went from taking stabs in the dark at methods and properties to an auto-prompting system with a really great IDE. Many thanks

Re: [Gambas-user] Is Gambas2.8 stable?

2009-12-31 Thread Fabien Bodard
2009/12/31 cwyong1 yongchiaow...@gmail.com: HI. I got me a Frame object in my form and i got this in my code PUBLIC SUB Form_Open()  WITH ME    .maximized = TRUE    .Frame1.visible = false  END WITH END it's normal if you are trying to access like that to an objet it's like a call

Re: [Gambas-user] Should i upgrade to gambas3

2009-12-31 Thread Fabien Bodard
2009/12/31 Werner wd...@netfront.net: On 01/01/10 00:12, cwyong1 wrote: Hi. I m using ubuntu 9.04 and gambas 2.8 and i got this problems, pls help 1. There will be a run error if i select a shortcut for menu item, the error read The program has stopped unexpectedly by raising signal #11 and

Re: [Gambas-user] Should i upgrade to gambas3

2009-12-31 Thread Steven revimmo
Le vendredi 01 janvier 2010 à 00:47 +0800, Werner a écrit : Best Regards and Happy New Year (it is now in Hong Kong) Werner And happy New Year to you (and all on this list) too. Here, in France it's 'only' 18:00, so we wait ;-) Should you not be doing something else (as writing on

Re: [Gambas-user] GAMBAS rules! (And a couple of questions about listboxes and control arrays)

2009-12-31 Thread Fabien Bodard
2009/12/31 Bill Richman b...@geektrap.com: First off, I'd like to say that I really, _really_ like GAMBAS.  I was pulling my hair out trying to do something with Open Office macros when I discovered GAMBAS.  I went from taking stabs in the dark at methods and properties to an auto-prompting

Re: [Gambas-user] Should i upgrade to gambas3

2009-12-31 Thread Fabien Bodard
2009/12/31 Steven revimmo ste...@revimmo.com: Le vendredi 01 janvier 2010 à 00:47 +0800, Werner a écrit : Best Regards and Happy New Year (it is now in Hong Kong) Werner And happy New Year to you (and all on this list) too. Here, in France it's 'only' 18:00, so we wait ;-) i'min

Re: [Gambas-user] Should i upgrade to gambas3

2009-12-31 Thread cwyong1
Tq for the prompt reply, 1. How do i find out if i m using gb.gtk or gb.qt pls? 2. Sorry for my typo mistake, because i was not trying to set the form border to false at all. LOL 3. I did read thru the gambas doc on isblank, and if i recalled corrected it said something about tab or space which

Re: [Gambas-user] Should i upgrade to gambas3

2009-12-31 Thread cwyong1
Btw, is there any way to cancel the minimized click event, i asked because about a year ago when i was programming in vb, i recalled something about setting the cancel value to 1 to stop it. Is there anything similar in gambas ? cwyong1 wrote: Tq for the prompt reply, 1. How do i find out

Re: [Gambas-user] Should i upgrade to gambas3

2009-12-31 Thread cwyong1
TQ for your tip and advise. Happy new year to you and to all too Werner-9 wrote: On 01/01/10 00:12, cwyong1 wrote: Hi. I m using ubuntu 9.04 and gambas 2.8 and i got this problems, pls help 1. There will be a run error if i select a shortcut for menu item, the error read The program has

Re: [Gambas-user] Should i upgrade to gambas3

2009-12-31 Thread cwyong1
hi. Happy new year to you too... Steven revimmo wrote: Le vendredi 01 janvier 2010 à 00:47 +0800, Werner a écrit : Best Regards and Happy New Year (it is now in Hong Kong) Werner And happy New Year to you (and all on this list) too. Here, in France it's 'only' 18:00, so we wait

Re: [Gambas-user] Should i upgrade to gambas3

2009-12-31 Thread Werner
On 01/01/10 02:32, cwyong1 wrote: hi. Happy new year to you too... Steven revimmo wrote: Le vendredi 01 janvier 2010 à 00:47 +0800, Werner a écrit : Best Regards and Happy New Year (it is now in Hong Kong) Werner And happy New Year to you (and all on this list) too.

Re: [Gambas-user] GAMBAS rules! (And a couple of questions about listboxes and control arrays)

2009-12-31 Thread Bill Richman
Well, the list view suggestion worked wonderfully! Thank you! I had wondered how a list view differed from a list box. Now I know... X-) I had been using an SQL request to populate a list box; I just didn't realize that there was a control available that allowed you to keep track of