Re: [Gambas-user] Two problems, might be local

2012-04-30 Thread Benoît Minisini
Le 01/05/2012 02:03, Bruce Bruen a écrit : > Final comments for now. > >... > > To check this out you'd need a project with a form with a DateChooser > already in it. But because of this issue, I cannot create one! If you > need more info I'll see if I can fudge one up out of an existing project

Re: [Gambas-user] Two problems, might be local

2012-04-30 Thread Benoît Minisini
Le 01/05/2012 02:03, Bruce Bruen a écrit : > Final comments for now. > > 1) Is the previous method I posted that causes the IDE crash > reproduceable? I will look as soon as possible. > > 2) in the IDE Project.module, in the LoadFile function, towards the > bottom of the function is the following

Re: [Gambas-user] Two problems, might be local

2012-04-30 Thread Bruce Bruen
Final comments for now. 1) Is the previous method I posted that causes the IDE crash reproduceable? 2) in the IDE Project.module, in the LoadFile function, towards the bottom of the function is the following code: Files[sPath] = hForm If hForm Then bError = hForm.LoadFile()

Re: [Gambas-user] Two problems, might be local

2012-04-30 Thread Benoît Minisini
Le 01/05/2012 01:27, GMail a écrit : > > Problem 2 (the Busy problem) remains, so far I have tracked it down as > follows: > a) it occurs with some projects and not others, so I have eliminated qt4 > as the culprit. > b) it occurs when the FCompletion popup is being loaded. I am using rev > 4698. I

Re: [Gambas-user] Two problems, might be local

2012-04-30 Thread Bruce Bruen
Aha! Got the location of the "Bad event handler" (error message attached) And it's the DateChooser control that does it. Reproduce: 1 Create new graphical project 2 Open the main form 3 Drag a date chooser onto it. Bruce <>---

Re: [Gambas-user] Two problems, might be local

2012-04-30 Thread GMail
On Mon, 2012-04-30 at 13:34 +0200, Benoît Minisini wrote: > Le 30/04/2012 13:18, Bruce Bruen a écrit : > > Since today I have had the following happen - see the screenshot. > > > > 1) The first time I try to "Make Executable" in the IDE I get that blue > > balloon. > > > > Fixed in revision #4698.

Re: [Gambas-user] Problem with Image.Load

2012-04-30 Thread Benoît Minisini
Le 01/05/2012 00:07, Willy Raets a écrit : > Hi all, > > I get an error 'Null object in SysInfo' on the LibIconImage.Load() line > The 'SysInfo-24.png' is present in the user home. > SysInfo is a class > > 'Class SysInfo > > Static Public LibIconImage As Image > > Public Sub ReadLibInfo(() > >

[Gambas-user] Problem with Image.Load

2012-04-30 Thread Willy Raets
Hi all, I get an error 'Null object in SysInfo' on the LibIconImage.Load() line The 'SysInfo-24.png' is present in the user home. SysInfo is a class 'Class SysInfo Static Public LibIconImage As Image Public Sub ReadLibInfo(() LibIconImage.Load(User.Home & "/SysInfo-24.png") End What a

Re: [Gambas-user] Gambas & GStreamer

2012-04-30 Thread Benoît Minisini
Le 30/04/2012 21:49, M. Cs. a écrit : > Does this all means that sdl and sdl-sound components will be finally > replaced with a better backend? > I don't know. They are not backends, but completely different systems. The question : can we used GStreamer with SDL (without gb.sdl.sound)? Theoritic

Re: [Gambas-user] Gambas & GStreamer

2012-04-30 Thread M. Cs.
Does this all means that sdl and sdl-sound components will be finally replaced with a better backend? 2012/4/30, Fabien Bodard : > 2012/4/30 Benoît Minisini > >> Le 30/04/2012 14:35, Fabien Bodard a écrit : >> > is there a way to list media or codecs for source,demuxer, etc ? >> >> Apparently 'gs

[Gambas-user] send a link with gambas

2012-04-30 Thread Charlie Reinl
Salut, does anybody have the knowledge how to read out the current visited page in firefox (open tab). What I want is a small app, - when starts opens a window with a textbox - when firefox ran at this moment, copys the current URI into this textbox (if not textbox lea

Re: [Gambas-user] Gambas & GStreamer

2012-04-30 Thread Fabien Bodard
2012/4/30 Benoît Minisini > Le 30/04/2012 14:35, Fabien Bodard a écrit : > > is there a way to list media or codecs for source,demuxer, etc ? > > Apparently 'gst-inspect' does that. Actually I don't really know: I have > started to read the GStreamer documentation for the first time two days > ag

Re: [Gambas-user] Gambas & GStreamer

2012-04-30 Thread Benoît Minisini
Le 30/04/2012 14:35, Fabien Bodard a écrit : > is there a way to list media or codecs for source,demuxer, etc ? Apparently 'gst-inspect' does that. Actually I don't really know: I have started to read the GStreamer documentation for the first time two days ago... -- Benoît Minisini --

Re: [Gambas-user] send e-mail out of gambas

2012-04-30 Thread Roel Zuidema
Thanks a lot. On Mon, Apr 30, 2012 at 2:43 PM, Fabien Bodard wrote: > #!/usr/bin/env gbs3 > ' Gambas module file > > USE "gb.db", "gb.net.smtp" > > Private hcon As New Connection > Private hTim as Timer > Public Sub Main() > Application.Daemon = True > hTim = new timer as "Timer1" > hTim.Dela

Re: [Gambas-user] send e-mail out of gambas

2012-04-30 Thread Fabien Bodard
#!/usr/bin/env gbs3 ' Gambas module file USE "gb.db", "gb.net.smtp" Private hcon As New Connection Private hTim as Timer Public Sub Main() Application.Daemon = True hTim = new timer as "Timer1" hTim.Delay = 6 hTim.Start End Public sub Timer1_Timer() Dim hsmtp As Smtpclient Dim hR

Re: [Gambas-user] Gambas & GStreamer

2012-04-30 Thread Fabien Bodard
is there a way to list media or codecs for source,demuxer, etc ? -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can re

Re: [Gambas-user] Gambas & GStreamer

2012-04-30 Thread Fabien Bodard
Le 30 avril 2012 12:47, Benoît Minisini a écrit : > Le 30/04/2012 12:39, Fabien Bodard a écrit : > > trop fort :-) >> >> A quand le bureau gambas ;-) >> >> >> Really impressive ! (simple) >> > > Here is an updated test project. > > -- > Benoît Minisini > > >

[Gambas-user] send e-mail out of gambas

2012-04-30 Thread Roel Zuidema
Hello I just started working with Gambas. I managed to write out of different text documents an html-document. I would like to send this html-document as an html-e-mail to different e-mailadresses. Could someone give me a hint, how to write a mail-function? Thanks, Roel *When I open the html-doc

Re: [Gambas-user] Two problems, might be local

2012-04-30 Thread Benoît Minisini
Le 30/04/2012 13:18, Bruce Bruen a écrit : > Since today I have had the following happen - see the screenshot. > > 1) The first time I try to "Make Executable" in the IDE I get that blue > balloon. > Fixed in revision #4698. > 2) Also, as soon as a change is made to a code line that pops up the >

[Gambas-user] Two problems, might be local

2012-04-30 Thread Bruce Bruen
Since today I have had the following happen - see the screenshot. 1) The first time I try to "Make Executable" in the IDE I get that blue balloon. 2) Also, as soon as a change is made to a code line that pops up the "mini" help, then strange things occur. For example, if I type "App" then the hel

Re: [Gambas-user] Gambas & GStreamer

2012-04-30 Thread Benoît Minisini
Le 30/04/2012 12:39, Fabien Bodard a écrit : trop fort :-) A quand le bureau gambas ;-) Really impressive ! (simple) Here is an updated test project. -- Benoît Minisini TestGStreamer-0.0.2.tar.gz Description: GNU Zip compressed data ---

Re: [Gambas-user] Gambas & GStreamer

2012-04-30 Thread Fabien Bodard
trop fort :-) A quand le bureau gambas ;-) Really impressive ! (simple) -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT mana