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 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 toggle word wrap mode ind

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 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 toggle word wrap mode ind

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 con

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 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: > > > > Private Sub MySub(aPar

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 wrote: > Hi, for those thatwent to www.creaniestoys.noip

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

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

[Gambas-user] Editor word wrap mode

2015-06-06 Thread Benoît Minisini
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 toggle word wrap mode individually in each editor. - A global option to define if word wrap mode mus

Re: [Gambas-user] Example Quote typo

2015-06-06 Thread Gianluigi
Sorry for my error I repeat: In the Quote example documentation there is a typo: Print Quote("This is not a \\\" quoted \\\ "\\ nmulti-line string.") Is correct as in UnQuote. Currently: PRINT Quote("This is not a \\"quoted\\"\\nmulti-line string.") Regards Gianluigi 2015-06-06 14:47 GMT+02:00

[Gambas-user] Example Quote typo

2015-06-06 Thread Gianluigi
In the Quote example documentation there is a typo: Print Units ("This is not a \\\" quoted \\\ "\\ nmulti-line string.") Is correct as in UnQuote. Currently: PRINT Quote("This is not a \\"quoted\\"\\nmulti-line string.") -- Regards Gianluigi -

[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. I

Re: [Gambas-user] Playing dv video files

2015-06-06 Thread bill-lancaster
You're right Tobi, I need to look into the many settings for mplayer. It might be connected with the -wid parameter Bill -- View this message in context: http://gambas.8142.n7.nabble.com/Playing-dv-video-files-tp51701p51703.html Sent from the gambas-user mailing list archive at Nabble.com. -

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 we

[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: http://gamba