Re: [Gambas-user] Dependency is not satisfiable: gambas2-gb.sdl.sound

2009-04-21 Thread jbskaggs
It is a mistake in the ubuntu / debian package I had the same problem and manually installed and configured Gambas2 thru the ./configure etc method. Look up on the main Gambas2 website how to compile and install Gambas and it will list the dependencies and steps needed to do so. One of the

Re: [Gambas-user] dynamic classes?

2009-04-21 Thread Jeff
Try: var = Class.Load(myclassname) On Tue, 2009-04-21 at 15:51 +0200, Stefan Miefert wrote: Hello, how can i creat a class having a dynamic name? for example. I have some classnames in my database and want now do this DIM cclass as class Dim var = myclassname Class = new var

Re: [Gambas-user] dynamic classes?

2009-04-21 Thread Benoît Minisini
Hello, how can i creat a class having a dynamic name? for example. I have some classnames in my database and want now do this DIM cclass as class Dim var = myclassname Class = new var But that dosent run:( He takes the var as the class var How can I use the content of the var?

Re: [Gambas-user] Catch NULL character

2009-04-21 Thread Benoît Minisini
What is wrong with this line :- IF sElement[iLoop] = NULL THEN sElement[iLoop] = 0 I want to catch a null character and change it to 0. Just as a summary: NULL is NULL, a special constant (like TRUE or FALSE), that is the default value of Variant, String, Date and Object datatypes. In

[Gambas-user] Cannot scroll gridview by mouse wheel with hidden row (gb.gtk)

2009-04-21 Thread HARADA Kazutaka
With gb.gtk, I cannot scroll gridview by mouse wheel if some hidden row (gridview.rows[].height = 0) exist. I attached small project to check it. When you click Button1, then even rows are set as hidden. Scroll bar works, but cannot scroll with mouse wheel even though mouse pointer is in the

Re: [Gambas-user] Error on Jaunty

2009-04-21 Thread CelticBhoy
I am currently using 2.8 from the Ubuntu repo's, the project files are all uploaded above. I tried to install a .deb of 2.12 but got a dependancy error for a lib file - sorry cant remember the name. -- View this message in context: http://www.nabble.com/Error-on-Jaunty-tp23132993p23160072.html

Re: [Gambas-user] Error on Jaunty

2009-04-21 Thread CelticBhoy
CelticBhoy wrote: I am currently using 2.8 from the Ubuntu repo's, the project files are all uploaded above. I tried to install a .deb of 2.12 but got a dependancy error for a lib file - sorry cant remember the name. Just checked again, and this is the error :- Error: Dependency

[Gambas-user] a problem installing gambas...

2009-04-21 Thread arbelmichal
Hi Please read this thread and see if you can help me... I got project that I am working on and I hed to stop beacuase my Gambas died... Thanks Arbel http://www.linuxbasic.net/index.php?topic=466.0 -- Stay on top of

Re: [Gambas-user] a problem installing gambas...

2009-04-21 Thread M0E Lnx
I have seen this before. My problem was solved by restoring the sane permissions to my /tmp dir On Apr 21, 2009 11:55 AM, arbelmichal arbelmic...@gezer.org.il wrote: Hi Please read this thread and see if you can help me... I got project that I am working on and I hed to stop beacuase my Gambas

Re: [Gambas-user] a problem installing gambas...

2009-04-21 Thread arbelmichal
can you please explain a bit more? What do I have to do? Arbel On Tue, 2009-04-21 at 12:17 -0500, M0E Lnx wrote: I have seen this before. My problem was solved by restoring the sane permissions to my /tmp dir On Apr 21, 2009 11:55 AM, arbelmichal arbelmic...@gezer.org.il wrote: Hi Please

Re: [Gambas-user] a problem installing gambas...

2009-04-21 Thread M0E Lnx
Post your output of ls -al / On Apr 21, 2009 12:30 PM, arbelmichal arbelmic...@gezer.org.il wrote: can you please explain a bit more? What do I have to do? Arbel On Tue, 2009-04-21 at 12:17 -0500, M0E Lnx wrote: I have seen this before. My problem was solved b...

Re: [Gambas-user] a problem installing gambas...

2009-04-21 Thread arbelmichal
I'm there... On Tue, 2009-04-21 at 13:15 -0500, M0E Lnx wrote: Try #gambas in irc.freenode.org On Apr 21, 2009 1:10 PM, arbelmichal arbelmic...@gezer.org.il wrote: ok Thats a lot... Here gose... Do you have an IRC chanel so we can talk without the mail?

Re: [Gambas-user] Gambas-user Digest, Vol 35, Issue 48

2009-04-21 Thread Andreas Müller
Hello JB Skaggs, thank you for the help, but I think it is more pragmatic to uncomment the sound effects and remove the gb.sdl.sound component from the distribution files. Anybody interested in sound effects can uncomment a few lines in the display module and activate the component within his