Re: [Gambas-user] compile errore with rev 5557 in gb.pcre (sotema)

2013-02-24 Thread Emanuele Sottocorno
Is it better with revision #5558? -- Beno?t Minisini Revision #5560 It's OK Thanks -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free

[Gambas-user] r5560 do not compile

2013-02-24 Thread Karl Reinl
Salut Benoît, r5560 do not compile [System] OperatingSystem=Linux Kernel=3.0.0-31-generic Architecture=x86 Distribution=Ubuntu 10.04.4 LTS Desktop=GNOME Theme=QPlastique Language=de_DE.UTF-8 Memory=3026M [Libraries] GStreamer=libgstreamer-0.10.so.0.24.1 GTK+=libgtk-x11-2.0.so.0.2000.1

Re: [Gambas-user] r5560 do not compile

2013-02-24 Thread Benoît Minisini
Le 24/02/2013 16:35, Karl Reinl a écrit : Salut Benoît, r5560 do not compile [System] OperatingSystem=Linux Kernel=3.0.0-31-generic Architecture=x86 Distribution=Ubuntu 10.04.4 LTS Desktop=GNOME Theme=QPlastique Language=de_DE.UTF-8 Memory=3026M [Libraries]

[Gambas-user] WebView.HTML does not show that instead WebView.Url shows.

2013-02-24 Thread vu...@tiscali.it
Hello, I have noticed that not all the HTML code works with WebView.HTML. So, in this cases I must use WebView.Url property. Example, if this HTML code: HTML audio controls=controls autoplay src=my_file_audio /audio /html it doesn't work if I write: WebView1.HTML

Re: [Gambas-user] r5560 do not compile

2013-02-24 Thread Charlie Reinl
Am Sonntag, den 24.02.2013, 17:48 +0100 schrieb Benoît Minisini: Le 24/02/2013 16:35, Karl Reinl a écrit : Salut Benoît, r5560 do not compile [System] OperatingSystem=Linux Kernel=3.0.0-31-generic Architecture=x86 Distribution=Ubuntu 10.04.4 LTS Desktop=GNOME

[Gambas-user] Bug or misuse of observer?

2013-02-24 Thread Jussi Lahtinen
Hi! Not sure if I use Observer correctly, or is there bug. Should observer deattached manually? See attachment. Steps to reproduce the problem: 1. Run the project. 2. Close both forms. 3. You will see message. 4. Run the project again. 5. Click on the Signal button *two* times (ie send one

Re: [Gambas-user] WebView.HTML does not show that instead WebView.Url shows.

2013-02-24 Thread Jesus
El 24/02/13 17:49, vu...@tiscali.it escribió: Hello, I have noticed that not all the HTML code works with WebView.HTML. So, in this cases I must use WebView.Url property. Example, if this HTML code: HTML audio controls=controls autoplay src=my_file_audio /audio

[Gambas-user] Maybe another bug.

2013-02-24 Thread Jussi Lahtinen
Hi! See attached projects. 1. Compile LibTest so you can use it as library. 2. Set LibTest.gambas to be used as library for LibTestPart2. 3. Run LibTestPart2. 4. Click on the button. 5. I expect Var1 and Var2 have same count (10). Instead Var1 is empty. Why? Gambas 3 revision 5554 @ Xubuntu

Re: [Gambas-user] Issue 388 in gambas: Parse error : Invalid Tag ! Line 1 , Column 1 : ?mso-application pro with gb.xml (gb.libxml works fine)

2013-02-24 Thread gambas
Updates: Status: Started Comment #3 on issue 388 by adrien.p...@gmail.com: Parse error : Invalid Tag ! Line 1 , Column 1 : ?mso-application pro with gb.xml (gb.libxml works fine) http://code.google.com/p/gambas/issues/detail?id=388 Since rev. #5564, the parser does not complain

Re: [Gambas-user] Issue 390 in gambas: gb.xml does not raise error with invalid tag name

2013-02-24 Thread gambas
Updates: Status: Fixed Owner: adrien.p...@gmail.com Labels: -Version Version-TRUNK Comment #1 on issue 390 by adrien.p...@gmail.com: gb.xml does not raise error with invalid tag name http://code.google.com/p/gambas/issues/detail?id=390 I added this error to XmlReader in

[Gambas-user] R: Re: WebView.HTML does not show that instead WebView.Url shows.

2013-02-24 Thread vu...@tiscali.it
Hi, no, I suppose the problem is this: if I write: WebView1.HTML = audio controls = controls autoplay src =\my_file_audio\ Print WebView1.HTML in console I see: htmlhead/headbodyaudio controls=controls autoplay= src=my_file_audio/audio/body/html ?? The WebView object ADDS some

Re: [Gambas-user] WebView.HTML does not show that instead WebView.Url shows.

2013-02-24 Thread Bruce
On Sun, 2013-02-24 at 17:49 +0100, vu...@tiscali.it wrote: Hello, I have noticed that not all the HTML code works with WebView.HTML. So, in this cases I must use WebView.Url property. Example, if this HTML code: HTML audio controls=controls autoplay