Re: [Gambas-user] R: Fwd: Re: MediaPlayer

2015-09-08 Thread Shane
i don't like the loop thing but thanks i obviously need to call stop i guess i can just call stop before for calling play but i want to load the next song after one is finished like what you have done. i tried to declare an event Process but it isn't being called i must be doing something wrong

[Gambas-user] Gambas was live on Twitch

2015-09-08 Thread Kevin Fishburne
This is the Twitch export (to YouTube) of the live stream I broadcast earlier this evening: https://youtu.be/lPUDxkkb4u4?t=5m30s 46 minutes of me working on OpenAL in Sylph using the stable Gambas PPA on Linux Mint 17.2 Cinnamon. I probably needed more beer. -- Kevin Fishburne Eight Virtues

Re: [Gambas-user] R: Fwd: Re: MediaPlayer

2015-09-08 Thread Shane
Ok i got End event to trigger but still can't get Progress event to trigger On 08/09/15 16:03, Shane wrote: i don't like the loop thing but thanks i obviously need to call stop i guess i can just call stop before for calling play but i want to load the next song after one is finished like what

[Gambas-user] [Gambas Bug Tracker] Bug #726: Result object does not retrieve data when using ODBC driver.

2015-09-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.726=L21haW4- M. L. reported a new bug. Summary --- Result object does not retrieve data when using ODBC driver. Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Database component

[Gambas-user] [Gambas Bug Tracker] Bug #726: Result object does not retrieve data when using ODBC driver.

2015-09-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.726=L21haW4- M. L. added an attachment: NewODBC.tar.gz -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

[Gambas-user] Question about bugtracker mails

2015-09-08 Thread Karl Reinl
Salut, mails from bugtracker I get twice if I'm the reporter. ( see attachment ) One via [Gambas Bug Tracker] and one via [Gambas-user] And there is a minor bug, the reporters adresse (I think) is two time in the mail ( see attachment ) -- Amicalement Charlie

Re: [Gambas-user] Gambas was live on Twitch

2015-09-08 Thread Jussi Lahtinen
I'm sure your game loading times could be heavily optimized. What method you use? Are you loading everything once, or rest by demand? Jussi On Tue, Sep 8, 2015 at 10:25 AM, Kevin Fishburne < kevinfishbu...@eightvirtues.com> wrote: > This is the Twitch export (to YouTube) of the live stream I

[Gambas-user] [Gambas Bug Tracker] Bug #725: gb.dbus makes invalid interface name if application name has hyphen

2015-09-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.725=L21haW4- Comment #2 by nemuru TAKEDA: I installed revision #7292 from PPA:gambas-daily, but looks like it doesn't work. --

[Gambas-user] [Gambas Bug Tracker] Bug #725: gb.dbus makes invalid interface name if application name has hyphen

2015-09-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.725=L21haW4- nemuru TAKEDA added an attachment: screenshot_20150909.png -- ___ Gambas-user mailing list

Re: [Gambas-user] 3.8.1 incompatibility with 3.6

2015-09-08 Thread Benoît Minisini
Le 08/09/2015 21:23, Pino Zollo a écrit : > > (gbx3:5228): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion > 'GTK_IS_WIDGET (widget)' failed > > (gbx3:5228): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion > 'GTK_IS_WIDGET (widget)' failed > > > > No idea about the

[Gambas-user] [Gambas Bug Tracker] Bug #702: Installation Package Building

2015-09-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.702=L21haW4- Comment #10 by Benoît MINISINI: As for your question on comment #8, packages build with Gambas 3.X require component packages with version >= 3.X and < 3.X.90. So the answer is no.

[Gambas-user] [Gambas Bug Tracker] Bug #726: Result object does not retrieve data when using ODBC driver.

2015-09-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.726=L21haW4- Comment #1 by Benoît MINISINI: When doing a query, the database driver is supposed to return the number of rows in the result. This is at line 821 is the last version (revision #7291). Please use the last driver, set DB.Debug = True,

[Gambas-user] [Gambas Bug Tracker] Bug #702: Installation Package Building

2015-09-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.702=L21haW4- Comment #9 by Benoît MINISINI: If you want to provide useful information, please send the full output and all messages printed by 'dpkg' or 'apt-get'. Thanks.

[Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-08 Thread richard terry
HI Benoit, I didn't see my question about breakpoints get back into my maibox. . I had to debug a form/class last night due to some long standing bugs and breakpoints won't stop on that form. Gambas 3.7.1. Any other form, putting in a breakpoint does work. I tried the cleanup project option.

[Gambas-user] [Gambas Bug Tracker] Bug #727: Bad colour of error message in KDE Breeze dark theme

2015-09-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.727=L21haW4- Moviga TECHNOLOGIES added an attachment: gambas_breeze_dark.png -- ___ Gambas-user mailing list

[Gambas-user] [Gambas Bug Tracker] Bug #727: Bad colour of error message in KDE Breeze dark theme

2015-09-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.727=L21haW4- Moviga TECHNOLOGIES reported a new bug. Summary --- Bad colour of error message in KDE Breeze dark theme Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Development

Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-08 Thread Jussi Lahtinen
Are you using JIT..? It disables breakpoints. Jussi On Wed, Sep 9, 2015 at 1:49 AM, richard terry wrote: > HI Benoit, > > I didn't see my question about breakpoints get back into my maibox. > . > I had to debug a form/class last night due to some long standing bugs >

Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-08 Thread Benoît Minisini
Le 09/09/2015 00:49, richard terry a écrit : > HI Benoit, > > I didn't see my question about breakpoints get back into my maibox. > . > I had to debug a form/class last night due to some long standing bugs > and breakpoints won't stop on that form. Gambas 3.7.1. Any other form, > putting in a

[Gambas-user] [Gambas Bug Tracker] Bug #727: Bad colour of error message in KDE Breeze dark theme

2015-09-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.727=L21haW4- Benoît MINISINI changed the state of the bug to: Closed. -- ___ Gambas-user mailing list

[Gambas-user] [Gambas Bug Tracker] Bug #727: Bad colour of error message in KDE Breeze dark theme

2015-09-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.727=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- ___ Gambas-user mailing list

[Gambas-user] [Gambas Bug Tracker] Bug #726: Result object does not retrieve data when using ODBC driver.

2015-09-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.726=L21haW4- Benoît MINISINI changed the state of the bug to: Waiting. -- ___ Gambas-user mailing list

[Gambas-user] [Gambas Bug Tracker] Bug #727: Bad colour of error message in KDE Breeze dark theme

2015-09-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.727=L21haW4- Comment #2 by Benoît MINISINI: ...should be better in revision #7294. -- ___ Gambas-user mailing list

[Gambas-user] [Gambas Bug Tracker] Bug #727: Bad colour of error message in KDE Breeze dark theme

2015-09-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.727=L21haW4- Comment #1 by Benoît MINISINI: It -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

[Gambas-user] [Gambas Bug Tracker] Bug #725: gb.dbus makes invalid interface name if application name has hyphen

2015-09-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.725=L21haW4- Comment #3 by Benoît MINISINI: Is it better now with revision #7293? -- ___ Gambas-user mailing list

Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-08 Thread richard terry
On 09/09/15 09:07, Jussi Lahtinen wrote: > Are you using JIT..? It disables breakpoints. > > > Jussi > > On Wed, Sep 9, 2015 at 1:49 AM, richard terry > wrote: > >> HI Benoit, >> >> I didn't see my question about breakpoints get back into my maibox. >> . >> I had to debug

Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-08 Thread Jussi Lahtinen
Where..? Jussi On Wed, Sep 9, 2015 at 3:37 AM, richard terry wrote: > See code/piccie below. > > On 09/09/15 10:22, Benoît Minisini wrote: > > Le 09/09/2015 02:02, richard terry a écrit : > >> On 09/09/15 09:07, Jussi Lahtinen wrote: > >>> Are you using JIT..? It

Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-08 Thread Benoît Minisini
Le 09/09/2015 02:02, richard terry a écrit : > On 09/09/15 09:07, Jussi Lahtinen wrote: >> Are you using JIT..? It disables breakpoints. >> >> >> Jussi >> >> On Wed, Sep 9, 2015 at 1:49 AM, richard terry >> wrote: >> >>> HI Benoit, >>> >>> I didn't see my question about

[Gambas-user] OpenAL 1.0.0 example code on software farm

2015-09-08 Thread Kevin Fishburne
I just published my OpenAL example code project but it doesn't show up under the Examples category. How does one publish to a specific category, and what should be done to correct this showing up in the wrong category? -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com

Re: [Gambas-user] Gambas was live on Twitch

2015-09-08 Thread Kevin Fishburne
On Tue, Sep 8, 2015 at 10:25 AM, Kevin Fishburne < kevinfishbu...@eightvirtues.com> wrote: >> This is the Twitch export (to YouTube) of the live stream I broadcast >> earlier this evening: >> >> https://youtu.be/lPUDxkkb4u4?t=5m30s >> >> 46 minutes of me working on OpenAL in Sylph using the

Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-08 Thread richard terry
The image which was embedded must have been stripped by the list-serv, anyway, heres some code but the code is irrelevant, its the behaviour of not stopping, nothing to do with the code. Public Sub Plans_Refresh() '- 'Refreshes