[Gambas-user] [Gambas Bug Tracker] Bug #893: Variables become Null after "Unable to load class file" error?

2016-02-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.893&from=L21haW4- Comment #4 by Tobias BOEGE: I thought it could maybe be a reference counting issue related to error management. It would fit into the picture that things become Null (when an object is freed in Gambas, it is cleaned with zeros,

[Gambas-user] [Gambas Bug Tracker] Bug #893: Variables become Null after "Unable to load class file" error?

2016-02-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.893&from=L21haW4- Comment #3 by Benoît MINISINI: The problem occurs even if there is no recursion at all. -- Site24x7 APM Insight: Get Deep Visibility into Application P

[Gambas-user] [Gambas Bug Tracker] Bug #893: Variables become Null after "Unable to load class file" error?

2016-02-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.893&from=L21haW4- Comment #2 by Benoît MINISINI: Anyway, weird behavior... I look at it! Benoît MINISINI changed the state of the bug to: Accepted. -- Site24x7 APM Insi

[Gambas-user] [Gambas Bug Tracker] Bug #893: Variables become Null after "Unable to load class file" error?

2016-02-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.893&from=L21haW4- Comment #1 by Benoît MINISINI: There is no automatic dependency managed by the interpreter (unless a few one explicitly). The interpreter relies on the IDE to correctly define the dependencies inside the '.project' file. Maybe i

[Gambas-user] [Gambas Bug Tracker] Bug #889: new library management

2016-02-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.889&from=L21haW4- Comment #9 by Benoît MINISINI: Is is better now with revision #7602? Benoît MINISINI changed the state of the bug to: Accepted. -- Site24x7 APM Insigh

Re: [Gambas-user] Video question

2016-02-10 Thread Benoît Minisini
Le 10/02/2016 22:30, richard terry a écrit : > On 11/02/16 01:41, ML wrote: >> On 2016-02-10 08:37, richard terry wrote: >>> On 10/02/16 22:24, Benoît Minisini wrote: Le 10/02/2016 12:22, richard terry a écrit : > On 10/02/16 21:48, Benoît Minisini wrote: >> gb.media can do that. >

Re: [Gambas-user] Video question

2016-02-10 Thread richard terry
On 11/02/16 01:41, ML wrote: > On 2016-02-10 08:37, richard terry wrote: >> On 10/02/16 22:24, Benoît Minisini wrote: >>> Le 10/02/2016 12:22, richard terry a écrit : On 10/02/16 21:48, Benoît Minisini wrote: > gb.media can do that. MediaView1.URL = Media.URL("https://www.youtube.com/

Re: [Gambas-user] Packages rejected by Ubuntu

2016-02-10 Thread Benoît Minisini
Le 10/02/2016 17:35, Gianluigi a écrit : > I can not update by PPA Gambas on Ubuntu 14.04 due to unreliable libraries. > Regards > Gianluigi > ?? What's the problem exactly? -- Benoît Minisini -- Site24x7 APM Insight: G

[Gambas-user] Packages rejected by Ubuntu

2016-02-10 Thread Gianluigi
I can not update by PPA Gambas on Ubuntu 14.04 due to unreliable libraries. Regards Gianluigi [System] Gambas=3.8.90 OperatingSystem=Linux Kernel=3.13.0-54-generic Architecture=x86 Distribution=Ubuntu 14.04.3 LTS Desktop=GNOME Theme=Gtk Language=it_IT.UTF-8 Memory=3020M [Libraries] Cairo=libcairo

Re: [Gambas-user] Problems running project.gambas executable(Charlie Reinl)

2016-02-10 Thread Charlie Reinl
Am Mittwoch, den 10.02.2016, 08:56 -0500 schrieb Martin McGlensey: > Charlie, > > > > Thanks for the lead. I found I was missing one library in the project > executable directory. As you know I use DBReport as an integral part of my > project. I added obfuscation.gambas to the project directory

Re: [Gambas-user] Video question

2016-02-10 Thread ML
On 2016-02-10 08:37, richard terry wrote: > On 10/02/16 22:24, Benoît Minisini wrote: >> Le 10/02/2016 12:22, richard terry a écrit : >>> On 10/02/16 21:48, Benoît Minisini wrote: gb.media can do that. >>> MediaView1.URL = Media.URL("https://www.youtube.com/watch?v=h-cUFt2t0IY";) >>> >>> Hi Be

Re: [Gambas-user] Problems running project.gambas executable(Charlie Reinl)

2016-02-10 Thread Martin McGlensey
Charlie, Thanks for the lead. I found I was missing one library in the project executable directory. As you know I use DBReport as an integral part of my project. I added obfuscation.gambas to the project directory and the executable ran OK. Should I put all three components of DBReport in the

Re: [Gambas-user] Video question

2016-02-10 Thread Jussi Lahtinen
> And also, how come it doesn't play a URL of a video? It's website containing flash application, which shows the video. You need browser to open that. What you need is URL to video stream, not URL to website containing video file in some arbitrary format. If you have website containing video st

Re: [Gambas-user] MaskBox bug?

2016-02-10 Thread Peter Roc
Greetings. I've been doing the development of the project with the version from the ppa stable, and because it's almost done, I'm planning a demo. I replaced the ppa stable with the ppa daily and testing a simple form with the MaskBox set to [0-9], the behavior that I did reporte

[Gambas-user] Gambas charting tutorial

2016-02-10 Thread Small Planet Airlines
Hi everyone I've tried to write one small application containing a chart, but a tutorial was insufficient to me complete this task. Could someone to write an full example containing a chart element and only one button which shall draw x^2 function? It would be as documentation example... Thanks!

Re: [Gambas-user] Video question

2016-02-10 Thread Benoît Minisini
Le 10/02/2016 12:37, richard terry a écrit : > On 10/02/16 22:24, Benoît Minisini wrote: >> Le 10/02/2016 12:22, richard terry a écrit : >>> On 10/02/16 21:48, Benoît Minisini wrote: gb.media can do that. >>>MediaView1.URL = >>> Media.URL("https://www.youtube.com/watch?v=h-cUFt2t0IY";)

Re: [Gambas-user] Video question

2016-02-10 Thread richard terry
On 10/02/16 22:24, Benoît Minisini wrote: > Le 10/02/2016 12:22, richard terry a écrit : >> On 10/02/16 21:48, Benoît Minisini wrote: >>> gb.media can do that. >> MediaView1.URL = >> Media.URL("https://www.youtube.com/watch?v=h-cUFt2t0IY";) >> >> Hi Benoit, >> >> This doesn't work ?am I missi

Re: [Gambas-user] Video question

2016-02-10 Thread Benoît Minisini
Le 10/02/2016 12:22, richard terry a écrit : > On 10/02/16 21:48, Benoît Minisini wrote: >> gb.media can do that. > MediaView1.URL = > Media.URL("https://www.youtube.com/watch?v=h-cUFt2t0IY";) > > Hi Benoit, > > This doesn't work ?am I missing something? > > What I wanted to do was to stream a

Re: [Gambas-user] Video question

2016-02-10 Thread richard terry
On 10/02/16 21:48, Benoît Minisini wrote: > gb.media can do that. MediaView1.URL = Media.URL("https://www.youtube.com/watch?v=h-cUFt2t0IY";) Hi Benoit, This doesn't work ?am I missing something? What I wanted to do was to stream an i-p camera from my front office to my room with a little m

Re: [Gambas-user] Video question

2016-02-10 Thread Benoît Minisini
Le 10/02/2016 11:18, richard terry a écrit : > Not sure if my last question reached the list, however will repeat expand. > > Can any control in gambas actually stream video from a URL like an > internal office IP camera? > > Thanks > > richard > If GStreamer can do that, then gb.media can do that

[Gambas-user] Video question

2016-02-10 Thread richard terry
Not sure if my last question reached the list, however will repeat expand. Can any control in gambas actually stream video from a URL like an internal office IP camera? Thanks richard -- Site24x7 APM Insight: Get Deep