Re: [Gambas-user] Playing dv video files

2015-06-06 Thread Tobias Boege
On Fri, 05 Jun 2015, bill-lancaster wrote: This code works:- hProc = Exec [mplayer, -fps, 25, -wid, dwgMoviePlayer.Handle, User.Home / aa.dv] The dv file plays in the drawing area. But it doesn't work when adding 'For Read Write As Process' to the line. Any ideas would be welcome Gotta

[Gambas-user] Playing dv video files

2015-06-06 Thread bill-lancaster
This code works:- hProc = Exec [mplayer, -fps, 25, -wid, dwgMoviePlayer.Handle, User.Home / aa.dv] The dv file plays in the drawing area. But it doesn't work when adding 'For Read Write As Process' to the line. Any ideas would be welcome -- View this message in context:

[Gambas-user] Wireless modem

2015-06-06 Thread Mike Crean
Hi, for those thatwent to www.creaniestoys.noip.me asking why I used the the KY-210 433mHz wireless modems running at 19200 bps cause they are cheep (around$15 US) and the 433 mHz band they are on here is free to air. Theyhave a good range for our application. Reliable out to 100 to 130meters.

Re: [Gambas-user] Souirce code line splitting?

2015-06-06 Thread Benoît Minisini
Le 05/06/2015 09:59, adamn...@gmail.com a écrit : Maybe I dreamed this but didn't it used to be possible to split declarations with signatures (methods, events etc ) between parameters? As in: Private Sub MySub(aParam As String, bParam As Integer) ' etc... End tia

Re: [Gambas-user] Wireless modem

2015-06-06 Thread Jussi Lahtinen
Sorry to nitpick, can't help it, but 433mHz means 0.433Hz (pretty impossible for that small device). It's 433MHz (= 43300 Hz). Anyway I think that is good choice, and quite a project! Jussi On Sat, Jun 6, 2015 at 2:41 PM, Mike Crean mike.cr...@y7mail.com wrote: Hi, for those thatwent to

[Gambas-user] TextEditor: Click in empty space

2015-06-06 Thread Tobias Boege
Hi Benoit, when a source file is very short, there is space in the TextEditor control below all the lines. To be sure I'm understood, I attach a picture :-) If you click into that space, nothing happens. What I am used to from other text controls (trying not to sound like [0]) is that it would

Re: [Gambas-user] Souirce code line splitting?

2015-06-06 Thread adamn...@gmail.com
On Sat, 06 Jun 2015 16:47:32 +0200 Benoît Minisini gam...@users.sourceforge.net wrote: Le 05/06/2015 09:59, adamn...@gmail.com a écrit : Maybe I dreamed this but didn't it used to be possible to split declarations with signatures (methods, events etc ) between parameters? As in:

Re: [Gambas-user] Editor word wrap mode

2015-06-06 Thread adamn...@gmail.com
On Sat, 06 Jun 2015 16:45:52 +0200 Benoît Minisini gam...@users.sourceforge.net wrote: Pfew ! I think I finally succeeded in implementing word wrap mode in the new text editor. It was painful, but here it is. I have added two options in the IDE so that you can test: - A button to

Re: [Gambas-user] TextEditor: Click in empty space

2015-06-06 Thread Benoît Minisini
Le 06/06/2015 18:54, Tobias Boege a écrit : Hi Benoit, when a source file is very short, there is space in the TextEditor control below all the lines. To be sure I'm understood, I attach a picture :-) If you click into that space, nothing happens. What I am used to from other text controls

Re: [Gambas-user] Editor word wrap mode

2015-06-06 Thread adamn...@gmail.com
On Sat, 06 Jun 2015 16:45:52 +0200 Benoît Minisini gam...@users.sourceforge.net wrote: Pfew ! I think I finally succeeded in implementing word wrap mode in the new text editor. It was painful, but here it is. I have added two options in the IDE so that you can test: - A button to