Re: [Gambas-user] Help needed with installing Gambas 3.5.35

2014-06-16 Thread bill-lancaster
Thanks gianluigi Not speaking Italian I wasn't confident in following the instructions in the link - sorry. Thanks also Jesus-21, but still had errors. I found this link:- http://kalaharix.wordpress.com/2012/04/22/installing-gambas-3-on-ubuntu-12-04-lts-precise-pangolin/ It worked fine -- View

Re: [Gambas-user] "The program received an X Window System error"... and more problems

2014-06-16 Thread Benoît Minisini
Le 17/06/2014 01:27, Ru Vuott a écrit : > Hello, > > well, I have this code to run a extern program from a Terminal: > > > Public Sub Button1_Click() > > ' Opens the Terminal: > Desktop.OpenTerminal > > End > > > Public Sub Button2_Click() > > Dim c As

[Gambas-user] Getting the "un-specialed" XMLElement.TextContent string

2014-06-16 Thread B Bruen
(I'm sure I've done this before, but I can't find my prior code nor can I find it in either of the help sites.) I just want to set a string variable to the text content of an element. I am almost certain there was a way to have it automatically convert all the "special character"s, like  , <,

[Gambas-user] "The program received an X Window System error"... and more problems

2014-06-16 Thread Ru Vuott
Hello, well, I have this code to run a extern program from a Terminal: Public Sub Button1_Click() ' Opens the Terminal: Desktop.OpenTerminal End Public Sub Button2_Click() Dim c As Integer[] ' Finds the ID of Terminal

Re: [Gambas-user] Totally lost on this one

2014-06-16 Thread B Bruen
On Mon, 16 Jun 2014 15:18:15 +0200 Fabien Bodard wrote: > Htmldocument is a class from gb.xml.html to work on html page in Dom mode. > Aha, a missing requires in a library. Thanks Fabien. -- B Bruen -- HPCC Systems Ope

[Gambas-user] Probably a dumb listcontainer question

2014-06-16 Thread richard terry
Hi List, Second try, not sure my first message got through as I didn't receive it 1) How come the documentation says you should populate the listcontainer with read-only controls when it doesn't seem to matter, eg. I had occasion to want to have a list type of control contain small forms with

[Gambas-user] test - ignore

2014-06-16 Thread richard terry
-- HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis fo

Re: [Gambas-user] IDE Feature Request

2014-06-16 Thread Benoît Minisini
Le 16/06/2014 00:52, B Bruen a écrit : > ( Don't see why I shouldn't join in :-) ) > > Would it be possible to lock source files the same as for forms? This > would prevent me from changing the wrong class in a set of very > similar classes. > > Oh,and while you're there - the reload button on the

Re: [Gambas-user] Feature request IDE: Make the origin of the DEBUG line code act as a hyper link

2014-06-16 Thread Benoît Minisini
Le 16/06/2014 17:14, Jussi Lahtinen a écrit : > Happens also with XFCE. > > > Jussi > Not all the code has been committed. This should be fixed in revision #6323. Regards, -- Benoît Minisini -- HPCC Systems Open Source

Re: [Gambas-user] Feature request IDE: Make the origin of the DEBUG line code act as a hyper link

2014-06-16 Thread Jussi Lahtinen
Happens also with XFCE. Jussi On Mon, Jun 16, 2014 at 12:29 PM, B Bruen wrote: > On Mon, 16 Jun 2014 07:45:42 +0930 > B Bruen wrote: > > > hmmm. > > > > IDE crashes on rollover. > > > > > Seems to happen only if Debug is used, Print and Error dont crash. > LXDE? > > -- > B Bruen > > > -

[Gambas-user] sdl mouse

2014-06-16 Thread Shane
hi benoit would it be possible to include the ability to keep the mouse within the bounds of the sdl window thanks Shane -- HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most

Re: [Gambas-user] Totally lost on this one

2014-06-16 Thread Fabien Bodard
Htmldocument is a class from gb.xml.html to work on html page in Dom mode. Le 16 juin 2014 11:51, "B Bruen" a écrit : > > ERR: Cannot load class 'HtmlDocument': Unable to load class file (2) > FHelpView.Run.78 > FSearch.mnuHelpBrowser_Click.166 > -

[Gambas-user] Totally lost on this one

2014-06-16 Thread B Bruen
ERR: Cannot load class 'HtmlDocument': Unable to load class file (2) FHelpView.Run.78 FSearch.mnuHelpBrowser_Click.166 FHelpView.Run.78 is: Me.ShowModal FHelpView.Run is: Public Sub Run(helppath As String)

Re: [Gambas-user] Feature request IDE: Make the origin of the DEBUG line code act as a hyper link

2014-06-16 Thread B Bruen
On Mon, 16 Jun 2014 07:45:42 +0930 B Bruen wrote: > hmmm. > > IDE crashes on rollover. > > Seems to happen only if Debug is used, Print and Error dont crash. LXDE? -- B Bruen -- HPCC Systems Open Source Big Data Pl