Re: [Gambas-user] Gambas3 svn installs now, but won't run

2010-01-13 Thread Benoît Minisini
> Thanks, Benoit. > But no progress. > > cairo. cairo-devel, cairomm, cairomm-devel, python-cairo are installed. > cairo-ft ??? Couldn't find it. > > But this just can't be the reason. > There are so many errors and warnings and disabled compontents - there > seems to be something completely wro

Re: [Gambas-user] Gambas3 svn installs now, but won't run

2010-01-13 Thread richard terry
On Thursday 14 January 2010 08:10:45 Matti wrote: > Thanks, Benoit. > But no progress. > > cairo. cairo-devel, cairomm, cairomm-devel, python-cairo are installed. > cairo-ft ??? Couldn't find it. > > But this just can't be the reason. > There are so many errors and warnings and disabled componten

Re: [Gambas-user] Best Linux Distribution for Gambas develop.

2010-01-13 Thread richard terry
On Wednesday 13 January 2010 22:28:26 Matteo Lisi wrote: >Hi ! >I have to develop a gambas application (I have to customize gambas IDE > too) , but I encounted some problem with my ubuntu 9.10 ,if you read this > mailing list you know :D . >My simple question is: >What is the best

Re: [Gambas-user] Select a Row in a Tableview

2010-01-13 Thread Werner
On 13/01/10 19:45, Stefan Miefert wrote: > Hello, > > this syntax crashed gambas > > -Ursprüngliche Nachricht- > Von: Werner [mailto:wd...@netfront.net] > Gesendet: Mittwoch, 13. Januar 2010 12:35 > An: mailing list for gambas users > Betreff: Re: [Gambas-user] Select a Row in a Tablevie

Re: [Gambas-user] Gambas3 svn installs now, but won't run

2010-01-13 Thread Benoît Minisini
> This is giving me headaches. > Now I deleted everything related to gambas3, also /trunk. > Deleted libtool. > Installed libtool 2.2.6b again. > Did svn checkout again. > Now I don't have to be root anymore to ./reconf-all, ./configure -C and > make. But it doesn't work. I don't even have a "gamb

Re: [Gambas-user] Serial port (gb.net) curious error - reading byte value incorrectly.

2010-01-13 Thread Benoît Minisini
> On 13/01/10 11:00, Anthony Ivan wrote: > > Hello to All, > > > > [Gambas 2.19.0-1 on Fedora 12, Intel X86_64] > > > > I am currently working on a little project that communicates with a VHF > > radio via the MAP27 instruction set. All is working perfectly except for > > one small error... as deta

Re: [Gambas-user] Select a Row in a Tableview

2010-01-13 Thread Benoît Minisini
> -Ursprüngliche Nachricht- > Von: Werner [mailto:wd...@netfront.net] > Gesendet: Mittwoch, 13. Januar 2010 12:35 > An: mailing list for gambas users > Betreff: Re: [Gambas-user] Select a Row in a Tableview > > On 13/01/10 18:16, Stefan Miefert wrote: > > Hello, > > > > how can i select a

Re: [Gambas-user] Best Linux Distribution for Gambas develop.

2010-01-13 Thread Fabien Bodard
ubuntu/mandrake/suse/fedora 2010/1/13 Matteo Lisi : > >   Hi ! >   I have to develop a gambas application (I have to customize gambas IDE too) >   , but I encounted some problem with my ubuntu 9.10 ,if you read this mailing >   list you know :D . >   My simple question is: >   What is the best lin

Re: [Gambas-user] How To Play an .AVI Video File in Gambas

2010-01-13 Thread Ron
Roberto Scala wrote: > Is it possible to play an .avi or .flv file inside a form in gambas? > > If yes, how to do that? > > > > -- > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Veri

Re: [Gambas-user] Select a Row in a Tableview

2010-01-13 Thread Stefan Miefert
-Ursprüngliche Nachricht- Von: Werner [mailto:wd...@netfront.net] Gesendet: Mittwoch, 13. Januar 2010 12:35 An: mailing list for gambas users Betreff: Re: [Gambas-user] Select a Row in a Tableview On 13/01/10 18:16, Stefan Miefert wrote: > Hello, > > how can i select a row in a TableVie

[Gambas-user] How To Play an .AVI Video File in Gambas

2010-01-13 Thread Roberto Scala
Is it possible to play an .avi or .flv file inside a form in gambas? If yes, how to do that? -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development

Re: [Gambas-user] Select a Row in a Tableview

2010-01-13 Thread Stefan Miefert
Hello, this syntax crashed gambas -Ursprüngliche Nachricht- Von: Werner [mailto:wd...@netfront.net] Gesendet: Mittwoch, 13. Januar 2010 12:35 An: mailing list for gambas users Betreff: Re: [Gambas-user] Select a Row in a Tableview On 13/01/10 18:16, Stefan Miefert wrote: > Hello, > >

Re: [Gambas-user] Select a Row in a Tableview

2010-01-13 Thread Werner
On 13/01/10 18:16, Stefan Miefert wrote: > Hello, > > how can i select a row in a TableView? Via code? > > Mytableview.row = 1 doesent working:) > A TableView is an editable GridView. http://www.mail-archive.com/gambas-user@lists.sourceforge.net/msg05860.html --

[Gambas-user] Best Linux Distribution for Gambas develop.

2010-01-13 Thread Matteo Lisi
Hi ! I have to develop a gambas application (I have to customize gambas IDE too) , but I encounted some problem with my ubuntu 9.10 ,if you read this mailing list you know :D . My simple question is: What is the best linux distrubution for gambas developing ? thanks --

Re: [Gambas-user] Modal dialog + Balloon hangs program

2010-01-13 Thread Rolf-Werner Eilert
Ok, yes, you're right: Mine is 2.16 on an "somewhat older" Suse 10.3 as terminal server. But I guess it's not that. "works fine" means no problems with it on your system? Rolf Am 13.01.2010 10:28, schrieb Fiddler63: > > oops, I forgot. > Ubuntu 9.10 and Gambas 2.13 > Kim > > > Works fine here

[Gambas-user] Select a Row in a Tableview

2010-01-13 Thread Stefan Miefert
Hello, how can i select a row in a TableView? Via code? Mytableview.row = 1 doesent working:) -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app develo

Re: [Gambas-user] Modal dialog + Balloon hangs program

2010-01-13 Thread Fiddler63
oops, I forgot. Ubuntu 9.10 and Gambas 2.13 Kim Works fine here Kim Rolf-Werner Eilert wrote: > > Maybe the rights are wrong? I tried it here, it works fine. Unpack that > thing and try doing a chown -R on the directory, this should fix it for > you. > > Rolf > > > Am 13.01.2010 09:29, sc

Re: [Gambas-user] Modal dialog + Balloon hangs program

2010-01-13 Thread Rolf-Werner Eilert
In case my idea doesn't help, just create it yourself: You need a Form FMain with a Button1 and a Timer1. You need another form that you name dlgTest. There do not need to be any objects on this form, it's just the dialog window to be opened. You set the Timer1 to 1. The code on FMain is f

Re: [Gambas-user] Modal dialog + Balloon hangs program

2010-01-13 Thread Fiddler63
Works fine here Kim Maybe the rights are wrong? I tried it here, it works fine. Unpack that thing and try doing a chown -R on the directory, this should fix it for you. Rolf Am 13.01.2010 09:29, schrieb Fiddler63: > > Unable to open download > Kim > > > Hi all, > > Last night I discovered th

Re: [Gambas-user] Modal dialog + Balloon hangs program

2010-01-13 Thread Rolf-Werner Eilert
Maybe the rights are wrong? I tried it here, it works fine. Unpack that thing and try doing a chown -R on the directory, this should fix it for you. Rolf Am 13.01.2010 09:29, schrieb Fiddler63: > > Unable to open download > Kim > > > Hi all, > > Last night I discovered this feature: > > If you

Re: [Gambas-user] Modal dialog + Balloon hangs program

2010-01-13 Thread Fiddler63
Unable to open download Kim Hi all, Last night I discovered this feature: If you have a balloon on FMain and want to let it appear while there is a modal dialog open (I didn't test a non-modal form yet), the balloon isn't shown and the program hangs, eating 100 % CPU load. I made a little t