Re: [Gambas-user] (no subject)

2009-04-02 Thread Emil Tchekov
I am not so fluent in Gambas, but have made many char converters in the past... Instead of using IFs it is better to work with char codes (ASCII, UTFxx). Create Array with suitable char width (8, 16, 32 Byte) and fill in with what you need. As example: on InChar A should be shown sth. other.

Re: [Gambas-user] (no subject)

2009-04-02 Thread Dimitris Anogiatis
For the trailing S problem since the nouns with male gender and our verbs always end in ς you can either do an rInstr (reverse Instr) or you can use right$ to get the trailing character of your word and check if it is a trailing s or not. as for the difthongs you can always do an instr(tmpString,

Re: [Gambas-user] Gambas 3 revision 1917

2009-04-02 Thread Jussi Lahtinen
Hello again! I managed to solve my compilation problem. I had error message; CGLarea.h:34:16: error: gl.h: No such file or directory Which is confusing, because there IS /usr/include/GL/gl.h file. I tried to copy gl.h to /trunk/gb.qt4/src/opengl and to /trunk, and now it compiles. How do I set

Re: [Gambas-user] Is there an Lprint equivalent

2009-04-02 Thread nando
Same issue for me but it was for a printer connected serially (a point of sale printer) I used the serial component, created an instance and WRITE to it directly. I did this with computers with serial ports and without where I used a USB to serial converter. Works wonderful. As for parallel,

Re: [Gambas-user] Timer question

2009-04-02 Thread nando
One way to do this is to use an Int kptimer and set it to 10 every keypress. Inside the timer (if set at 1 second ticks) IF kptimer = 0 then DEC kptimer 'decrement if kptimer = 0 then 'timeout 10 seconds..do something. 'kptimer will stay at -1 after that until reset to 10. So, the

[Gambas-user] Maybe off topic: but have anyone dealt with domain transfer issues?

2009-04-02 Thread jbskaggs
One of my main sites the one I had put the Gambas school on had a domain registered with siteground. Last month I transferred the domain on 3/19 to rubyringtech. The domain was not expired was paid and would not expire until the April 1st. Today siteground somehow refused to transfer my

Re: [Gambas-user] Maybe off topic: but have anyone dealt with domain transfer issues?

2009-04-02 Thread jbskaggs
I just checked my bank and siteground withdrew $95 on my debit card instaed of $7.95! The theiving weasles! I am so angry I feel like gnashing my teeth!. jbskaggs wrote: One of my main sites the one I had put the Gambas school on had a domain registered with siteground. Last month I