[Gambas-user] icon...

2009-04-02 Thread vlahonick vlahonick
hello all :D does anybody knows how to change the icon that appears in the left of the program's name after u installed programs .deb package? (i use ubuntu 8.10) (i am not talking about the icon that appears at the left of programs window when u run it-this one we can put it from the icon

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 tra

[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 account

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 ti

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, fo

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

[Gambas-user] Is there an Lprint equivalent

2009-04-02 Thread CelticBhoy
The last time I coded i used the old QuickBasic under windows 3.1. What I want to know is if there is an equivalent to the Lprint command to send a line to the printer? If not how do I print to the printer ??? I had a look at the documentation but couldn't find anything. -- View this message in

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