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
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
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
---
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
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)?
---
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
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
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