Re: [Gambas-user] Problem running mplayer from EXEC

2014-10-20 Thread bill-lancaster
Thank you Benoît , I'll get on to it! -- View this message in context: http://gambas.8142.n7.nabble.com/Problem-running-mplayer-from-EXEC-tp48844p48853.html Sent from the gambas-user mailing list archive at Nabble.com. ---

Re: [Gambas-user] SmallWiki example

2014-10-20 Thread Benoît Minisini
Le 20/10/2014 21:26, Tobias Boege a écrit : > Hi Benoit, > > the SmallWiki example in 3.6 contains a copy of gb.markdown. IIRC this was > because people wanted to test it before the component was easily available. > But now, these redundant sources should go away, right? And gb.markdown > needs to

[Gambas-user] SmallWiki example

2014-10-20 Thread Tobias Boege
Hi Benoit, the SmallWiki example in 3.6 contains a copy of gb.markdown. IIRC this was because people wanted to test it before the component was easily available. But now, these redundant sources should go away, right? And gb.markdown needs to be added to its dependencies. Regards, Tobi -- "Ther

Re: [Gambas-user] Font size vs. Paint.Scale

2014-10-20 Thread Fabien Bodard
Le 20 oct. 2014 15:32, "Rolf-Werner Eilert" a écrit : > > Hi, > > just browsed the help text for the Paint system, and found this. It > sounds contradictory to me: > > BEWARE: The font size, as returned by Paint.Font.Size, is an absolute size. > Its unit is the typographic point. > A typographic p

Re: [Gambas-user] Problem running mplayer from EXEC

2014-10-20 Thread Benoît Minisini
Le 20/10/2014 15:09, bill-lancaster a écrit : > Thanks Tobias that produced a result - the file plays and mplayers output is > captured. > However, I used to get a handy measure of progress but now:- > > A: 0.1 V:-9223372036854775808.0 A-V: 0.000 ct: -nan 0/ 0 ??% ??% > ??,?% > A: 0.1 V:-

[Gambas-user] DegComboBox

2014-10-20 Thread Christof Thalhofer
Hi, I've published our improved ComboBox for lists and databases on Github. Feel free to fork and improve it: https://github.com/Deganius/DegComboBox There are some things to do: https://github.com/Deganius/DegComboBox/blob/master/TODO.md Alles Gute Christof Thalhofer -- Dies ist keine Sign

[Gambas-user] Font size vs. Paint.Scale

2014-10-20 Thread Rolf-Werner Eilert
Hi, just browsed the help text for the Paint system, and found this. It sounds contradictory to me: BEWARE: The font size, as returned by Paint.Font.Size, is an absolute size. Its unit is the typographic point. A typographic point is 1/72 of an inch, i.e. about 0,353 mm. [Ok up to here, but now

Re: [Gambas-user] Problem running mplayer from EXEC

2014-10-20 Thread bill-lancaster
Thanks Tobias that produced a result - the file plays and mplayers output is captured. However, I used to get a handy measure of progress but now:- A: 0.1 V:-9223372036854775808.0 A-V: 0.000 ct: -nan 0/ 0 ??% ??% ??,?% A: 0.1 V:-9223372036854775808.0 A-V: 0.000 ct: -nan 0/ 0 ??% ?

Re: [Gambas-user] Problem running mplayer from EXEC

2014-10-20 Thread Tobias Boege
On Mon, 20 Oct 2014, bill-lancaster wrote: > > this code:- > > Exec ["mplayer", "/folder/somemusic.mp3"] > > runs ok, but when trying to capture the mplayer ouput by adding] 'For Read > As "Process_Run"', mplayer doesn't run and this message is displayed. in Sub > Process_Run_Read() > > MPlaye

[Gambas-user] Problem running mplayer from EXEC

2014-10-20 Thread bill-lancaster
this code:- Exec ["mplayer", "/folder/somemusic.mp3"] runs ok, but when trying to capture the mplayer ouput by adding] 'For Read As "Process_Run"', mplayer doesn't run and this message is displayed. in Sub Process_Run_Read() MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team Terminal type `unknown' i

Re: [Gambas-user] Gambas 3.6 unable to deal with Connections

2014-10-20 Thread Jorge Carrión
Sorry. This morning I do a apt-get update and upgrade and Gambas3.6 was updated in my office's computer. But there a few packets that has not updated, I don't know why. After send the prior message I received the "updates pending" message from updates manager. I'v updated and all works fine now. S

[Gambas-user] Gambas 3.6 unable to deal with Connections

2014-10-20 Thread Jorge Carrión
Create a new proyect. Add components gb.db, gb.db.sqlite and gb.db.mysql Create a new connection and fill the parameters. Ide crash. If trying to open a Connection created with Gambas 3.5 then gives a signal 11. I'm in troubles with this. All my client has upgraded to gambas-team 3.6 version.