Hi,
I have installed all packages:
$ aptitude install build-essential g++ automake autoconf bzip2 debhelper dpatch
firebird2.0-dev
gettext kdelibs4-dev libbz2-dev libcurl3-dev libgtk2.0-dev libjpeg62-dev
libmysqlclient15-dev libpcre3-dev libpng12-dev libpoppler-dev libpq-dev
libqt3-co
Comment #4 on issue 14 by jonericn...@gmail.com: Draw.Drawing does not work
-- Signal #11 error
http://code.google.com/p/gambas/issues/detail?id=14
I have confirmed that Draw.Drawing DOES work in Gambas3 (2.99.0 -- using
Qt4). It will successfully draw a normal, plain .SVG file into the
Dr
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 42 by jonericn...@gmail.com: In Gambas3 (2.99.0), Line Input
hangs up.
http://code.google.com/p/gambas/issues/detail?id=42
1) In Gambas 2.99.0, Line Input does not work.
what i am doing wrong?
Private cursorPickColor As New
Cursor((Picture.Load("ftcolorpicker.png")))
Me.Mouse = Mouse.Custom
Me.Cursor = cursorPickColor
this code does not work on rev3546 Gnome.
project example here
lines 11, 168
http://www.mediafire.com/?kplu15bfewnmgb8
--
Regards,
Dem