[Gambas-user] What is most efficient method of creating simple paths for sprites to follow?

2009-04-29 Thread jbskaggs
I need to write a path maker for my game maker- it needs to be a graphical interface s the game maker is geared for people with little to no computer programming skills. Paths are used to define the movement of sprites on the game screen like the aliens in Galaga moving in from the side, etc. Of

Re: [Gambas-user] Problems compiling under Ubuntu 9.04

2009-04-29 Thread Benoît Minisini
> I'm also looking forward using kubuntu 9.04 (AMD64), because it's much > faster then my current kubuntu-version. > Compiling QT3 from scratch should make no probs, but what's about compiling > KDE3 and installing it in my home directory? > > And another question: When will Gambas support QT4 and

Re: [Gambas-user] Problems compiling under Ubuntu 9.04

2009-04-29 Thread gambas
I'm also looking forward using kubuntu 9.04 (AMD64), because it's much faster then my current kubuntu-version. Compiling QT3 from scratch should make no probs, but what's about compiling KDE3 and installing it in my home directory? And another question: When will Gambas support QT4 and KDE4? ...

[Gambas-user] TreeView: why is error = TRUE?

2009-04-29 Thread Rolf-Werner Eilert
Just one question for understanding it better: Why is e. g. MoveNext or MoveChild TRUE in case there is NOTHING and not vice-versa? Seems pretty unlogical and looks somewhat strange in code... Regards Rolf -- Register

Re: [Gambas-user] How to input quotation mark in TextBox.Text to mysql

2009-04-29 Thread Emil Tchekov
Hi, I had this problem in the "good old" VBA too. my solution: use chr(39)!!! also strSQL= ...+"Address="+chr(39)+TextBoxXXX.Text+chr(39)+... result will be as you wish it kind regards Emil P.S. I am not sure or the corect syntax of the CHR function in Gambas, you have to see for this (

Re: [Gambas-user] How to input quotation mark in TextBox.Text to mysql

2009-04-29 Thread Ron
webs37 schreef: > Hi all, > > Please help.., I have error message:"Query failed: You have an error in SQL > syntax, check the manual that corresponds to MySQL server version for the > right syntaxto use near 'an',address='Saudi Arabia" > > I want to input text that have a quotation mark like "al

Re: [Gambas-user] How to input quotation mark in TextBox.Text to mysql

2009-04-29 Thread Jack
Le mercredi 29 avril 2009 13:24:47 webs37, vous avez écrit : > Hi all, > > Please help.., I have error message:"Query failed: You have an error in SQL > syntax, check the manual that corresponds to MySQL server version for the > right syntaxto use near 'an',address='Saudi Arabia" > > I want to inpu

[Gambas-user] How to input quotation mark in TextBox.Text to mysql

2009-04-29 Thread webs37
Hi all, Please help.., I have error message:"Query failed: You have an error in SQL syntax, check the manual that corresponds to MySQL server version for the right syntaxto use near 'an',address='Saudi Arabia" I want to input text that have a quotation mark like "al Qur'an" here these the syn