[Gambas-user] R: Form, as Control, in a Balloon function... BIS

2013-01-29 Thread Ru Vuott
I'ld like to add that if I write this code: ** Public Sub TextEdit1_Enter() dim bt As Button With bt = New Button(Form) .X = 20 .Y = 20 .W = 100 .H = 50 End With Balloon.Info("Textum", Form) End ** well, on "new" Form I can see that But

Re: [Gambas-user] gb.pcre crash

2013-01-29 Thread Rob Kudla
On 01/29/2013 04:26 PM, Tobias Boege wrote: > is gb.pcre still maintained? If so, not by me. I haven't even have Gambas installed since about 2.11. Still enjoy it, I just very rarely have desktop-only projects anymore. Sounds like a pretty basic fix and a dumb move on my part originally, but I w

[Gambas-user] gb.pcre crash

2013-01-29 Thread Tobias Boege
Hi, is gb.pcre still maintained? However, there is a simple crash when trying Regexp.Compile("") ' Notice how an empty string produces a segfault For convenience, a test project is attached. Regards, Tobi pcre_crash-0.0.1.tar.gz Description: Binary data ---

[Gambas-user] Form, as Control, in a Balloon function produces another same Form !

2013-01-29 Thread Ru Vuott
Hello, well, I have this simple code: * Public Sub TextEdit1_Enter() Balloon.Info("Textum", Form) End * When I launch the project, if mouse cursor stays in the same screen area where TextEdit'll appear on Form, a new Form'll (w

Re: [Gambas-user] Issue 398 in gambas: configure can't find LLVM

2013-01-29 Thread gambas
Comment #2 on issue 398 by emil.len...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 Does openSUSE install the LLVM libraries as .a static object libraries, or as shared object libraries (.so)? ---

Re: [Gambas-user] Issue 398 in gambas: configure can't find LLVM

2013-01-29 Thread gambas
Comment #1 on issue 398 by duchyde...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 config.log attached. Attachments: config.log 13.6 KB -- Master Visual Studio, Sha

Re: [Gambas-user] Shell command including string containing a quote

2013-01-29 Thread Tobias Boege
On Tue, 29 Jan 2013, John Rose wrote: > Tobias, > > Thanks for that useful reply. > > I have a quick question (it doesn't seem worth asking on the Mailing List): > Using Dialog.OpenFile(), the resulting Dialog.Path shows the full path > to the file (e.g. /home/john/x.txt). Given that the runtime

Re: [Gambas-user] Shell command including string containing a quote

2013-01-29 Thread John Rose
Tobias, Thanks for that useful reply. I have a quick question (it doesn't seem worth asking on the Mailing List): Using Dialog.OpenFile(), the resulting Dialog.Path shows the full path to the file (e.g. /home/john/x.txt). Given that the runtime user might change to a different directory (from t