Re: [Gambas-user] Issue 523 in gambas: MediaPlayer example will not start on Elementary OS Luna GStreamer-CRITICAL

2014-05-30 Thread gambas
Comment #1 on issue 523 by pata.kar...@gmail.com: MediaPlayer example will not start on Elementary OS Luna GStreamer-CRITICAL http://code.google.com/p/gambas/issues/detail?id=523 I got it to work on a virtual machine by installing gstreamer1.0-x and gstreamer1.0-plugins-base. On the desktop

Re: [Gambas-user] ComboBox not editable + Combopbox_Change Event

2014-05-30 Thread B Bruen
On Fri, 30 May 2014 21:13:01 +0200 Fabien Bodard wrote: > Le 30 mai 2014 16:39, "abbat81" a écrit : > > > > I need those 2 properties: > > > > 1) ComboBox not editable > > 2) Combopbox_Change Event > > > > in one control. > > > > ReadOnly locks Event and default property allows to edit ComboBox.

Re: [Gambas-user] gb.desktop.x11

2014-05-30 Thread Benoît Minisini
Le 31/05/2014 01:07, herberth guzman a écrit : > Hi Benoit > > Thanks Benoit for Gambas3 , gb.desktop.x11 > Thanks to Fabien for his lib DesktopApps. > > My project is possible thanks to Benoit and Fabien. > > > Panel Innova Desktop (Desktop developed Gambas3) > > is a desktop panel, written in Gam

[Gambas-user] gb.desktop.x11

2014-05-30 Thread herberth guzman
Hi Benoit Thanks Benoit for Gambas3 , gb.desktop.x11 Thanks to Fabien for his lib DesktopApps. My project is possible thanks to Benoit and Fabien. Panel Innova Desktop (Desktop developed Gambas3) is a desktop panel, written in Gambas3 is funsional through Desktop.X11 and DesktopWatcher easy to

Re: [Gambas-user] Allocation non freed?

2014-05-30 Thread Jussi Lahtinen
All OK with latest version. Jussi On Fri, May 30, 2014 at 11:54 PM, Jussi Lahtinen wrote: > Apparently not... r6294. I'll update and try again. > > Jussi > > > On Fri, May 30, 2014 at 11:52 PM, Benoît Minisini < > gam...@users.sourceforge.net> wrote: > >> Le 30/05/2014 22:28, Jussi Lahtinen a

Re: [Gambas-user] Allocation non freed?

2014-05-30 Thread Jussi Lahtinen
Apparently not... r6294. I'll update and try again. Jussi On Fri, May 30, 2014 at 11:52 PM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 30/05/2014 22:28, Jussi Lahtinen a écrit : > > I get this from running my GambasTester: > > gbx3: warning: 1 allocation(s) non freed. > > > > T

Re: [Gambas-user] Allocation non freed?

2014-05-30 Thread Benoît Minisini
Le 30/05/2014 22:28, Jussi Lahtinen a écrit : > I get this from running my GambasTester: > gbx3: warning: 1 allocation(s) non freed. > > There shouldn't be, or at least earlier versions didn't give the complaint. > See attachment. > > > Jussi > Did you use the very last development version? -- B

Re: [Gambas-user] Wiki Last Changes - Admin Only

2014-05-30 Thread Jussi Lahtinen
"You must be connected to view the last changes." Connected? Logged in? Jussi On Fri, May 30, 2014 at 10:29 PM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 29/05/2014 22:28, Patrik Karlsson a écrit : > > Would it be possible to enable read access to > > http://gambaswiki.org/w

[Gambas-user] Allocation non freed?

2014-05-30 Thread Jussi Lahtinen
I get this from running my GambasTester: gbx3: warning: 1 allocation(s) non freed. There shouldn't be, or at least earlier versions didn't give the complaint. See attachment. Jussi GambasTester-0.9.28.tar.gz Description: GNU Zip compressed data -

Re: [Gambas-user] Wiki Last Changes - Admin Only

2014-05-30 Thread Benoît Minisini
Le 29/05/2014 22:28, Patrik Karlsson a écrit : > Would it be possible to enable read access to > http://gambaswiki.org/wiki/changes ? > > Every now and then I discover that a page has change and I think it would > be of value to see what pages are updated. > > /Patrik Done! -- Benoît Minisini -

Re: [Gambas-user] ComboBox not editable + Combopbox_Change Event

2014-05-30 Thread Fabien Bodard
Le 30 mai 2014 16:39, "abbat81" a écrit : > > I need those 2 properties: > > 1) ComboBox not editable > 2) Combopbox_Change Event > > in one control. > > ReadOnly locks Event and default property allows to edit ComboBox.Text. ??? > > Thanks > > > > -- > View this message in context: http://g

Re: [Gambas-user] Param values can't be watched

2014-05-30 Thread Benoît Minisini
Le 30/05/2014 00:34, Fabián Flores Vadell a écrit : > Hi folks. > > Just that, regardless which inspection tool you use items of Param array > aren't showed. > > This seems a bug to me or maybe I missing something. > > I attach a project. > > SFME. > This has been fixed in revision #6295. Regard

Re: [Gambas-user] Feature Requests

2014-05-30 Thread Jussi Lahtinen
> > I was thinking several colors selectable from the open ColorChooser. > OK. > > You mean, you could move project directory via IDE? > > A way to tell the interpreter that the application should be run from a > specified directory during debug. > Why you need that? Jussi --

Re: [Gambas-user] Paste bug in IDE

2014-05-30 Thread Jussi Lahtinen
I cannot reproduce your problem on XFCE (at least with dev version). Maybe someone else using Mate could try to reproduce this? Jussi On Fri, May 30, 2014 at 7:15 PM, VonZorch wrote: > I haven't noticed it in any other application and I'm not using a clipboard > manager. > > > > -- > View thi

Re: [Gambas-user] Paste bug in IDE

2014-05-30 Thread VonZorch
I haven't noticed it in any other application and I'm not using a clipboard manager. -- View this message in context: http://gambas.8142.n7.nabble.com/Paste-bug-in-IDE-tp46734p46752.html Sent from the gambas-user mailing list archive at Nabble.com. -

Re: [Gambas-user] Feature Requests

2014-05-30 Thread VonZorch
Jussi Lahtinen wrote >> Would you add the ability to save custom colors in the ColorChooser >> across >> sessions? > > > There is little error in documentation. Property SelectedColor is actually > writable. > So, just write the value (integer) to hard drive and read it from there > back to Selec

Re: [Gambas-user] Questions on where *.webpage files should be put and how to call them

2014-05-30 Thread paulwheeler
Benoit and Randall, Thank you for your replies. Yes, Benoit, I understand how CGI works, and have succesfully used the http component to complete some needed transactions! I now want to use the browser function to create a web page which will be used to send information to a server. 1) I hav

[Gambas-user] ComboBox not editable + Combopbox_Change Event

2014-05-30 Thread abbat81
I need those 2 properties: 1) ComboBox not editable 2) Combopbox_Change Event in one control. ReadOnly locks Event and default property allows to edit ComboBox.Text. Thanks -- View this message in context: http://gambas.8142.n7.nabble.com/ComboBox-not-editable-Combopbox-Change-Event-tp46748

Re: [Gambas-user] gb.desktop.x11

2014-05-30 Thread PICCORO McKAY Lenz
Oh that's great! Gambas rules! From: Beno?t Minisini >You even don't have to recompile anything. It should run as is. >Otherwise you can report a bug. of course! thanks! Le 30/05/2014 15:18, PICCORO McKAY Lenz a ?crit : > From: Beno?t Minisini >> Le 27/05/2014 15:15, PICCORO McKAY Lenz a ?crit :

Re: [Gambas-user] Issue 527 in gambas: Keypress event, twice.

2014-05-30 Thread gambas
Comment #3 on issue 527 by pato@gmail.com: Keypress event, twice. http://code.google.com/p/gambas/issues/detail?id=527 hahaha sry... found it :$. first time :$ [System] Gambas=3.5.3 OperatingSystem=Linux Kernel=3.13.0-24-generic Architecture=x86_64 Distribution=Ubuntu 14.04 LTS Desktop=GNOME

Re: [Gambas-user] Issue 527 in gambas: Keypress event, twice.

2014-05-30 Thread gambas
Comment #2 on issue 527 by pato@gmail.com: Keypress event, twice. http://code.google.com/p/gambas/issues/detail?id=527 Ubuntu 14.04 (trusty) GNOME 3.8.4 (Ubuntu 2014-03-17) Kernel 3.13.0-24-generic (#47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014) OS type Linux GCC version 4.8(x86_64-linux-gnu Xo

Re: [Gambas-user] Issue 527 in gambas: Keypress event, twice.

2014-05-30 Thread gambas
Comment #1 on issue 527 by benoit.m...@gmail.com: Keypress event, twice. http://code.google.com/p/gambas/issues/detail?id=527 Can you provide information about your system as returned by the IDE system information dialog box? Thanks. -- You received this message because this project is config

Re: [Gambas-user] gb.desktop.x11

2014-05-30 Thread Benoît Minisini
Le 30/05/2014 15:18, PICCORO McKAY Lenz a écrit : > From: Beno?t Minisini >> Le 27/05/2014 15:15, PICCORO McKAY Lenz a ?crit : >>> From: Fabien Bodard >>> The signature of gb.setwindowproperty have changed. The windows id must be given in the first argument and not in the last. >>

[Gambas-user] Issue 527 in gambas: Keypress event, twice.

2014-05-30 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 527 by pato@gmail.com: Keypress event, twice. http://code.google.com/p/gambas/issues/detail?id=527 1) Simple, the event "Keypress" happens twice instead of one. 2) Ubun

Re: [Gambas-user] gb.desktop.x11

2014-05-30 Thread PICCORO McKAY Lenz
From: Beno?t Minisini >Le 27/05/2014 15:15, PICCORO McKAY Lenz a ?crit : >> From: Fabien Bodard >> >>> >>> The signature of gb.setwindowproperty have changed. The windows id must be >>> given in the first argument and not in the last. >> Le 24 mai 2014 00:31, "herberth guzman" a >>> ?crit : >>>

Re: [Gambas-user] Feature Requests

2014-05-30 Thread Jussi Lahtinen
> Would you add the ability to save custom colors in the ColorChooser across > sessions? There is little error in documentation. Property SelectedColor is actually writable. So, just write the value (integer) to hard drive and read it from there back to SelectedColor when new session starts. I re

Re: [Gambas-user] Paste bug in IDE

2014-05-30 Thread Jussi Lahtinen
Are you sure this doesn't happen in other applications, only in Gambas? Are you using clipboard manager, like Parcellite? Jussi On Fri, May 30, 2014 at 6:30 AM, VonZorch wrote: > Sometimes when I paste a snippet of code it pastes to some random location > as > well as where I want it. > I can

Re: [Gambas-user] Fwd: Music.Length part 2

2014-05-30 Thread Benoît Minisini
Le 30/05/2014 10:15, Patrik Karlsson a écrit : > Thanks, this solved my problem, and may I say, Temp$() is a really nice > concept! > > However, I noticed that it takes about 0.15 seconds (for GStreamer?) to > calculate the length of my mp3 file, but I was able to manage that. > > /Patrik > Thanks

[Gambas-user] Fwd: Music.Length part 2

2014-05-30 Thread Patrik Karlsson
From: Benoît Minisini Date: 2014-05-28 14:38 GMT+02:00 Subject: Re: [Gambas-user] Music.Length part 2 To: Patrik Karlsson Le 28/05/2014 14:32, Patrik Karlsson a écrit : I had some trouble with gambas gstreamer on Elementary OS so now I'm on > Kubuntu. > > I get MediaPlayer to play a mp3 file