[Gambas-user] Problem's Compiling Gambas 2.22.0 on Debian 6.0

2011-02-23 Thread Carlos Parrilla GarcĂ­a
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

Re: [Gambas-user] Issue 14 in gambas: Draw.Drawing does not work -- Signal #11 error

2011-02-23 Thread gambas
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

[Gambas-user] Issue 42 in gambas: In Gambas3 (2.99.0), Line Input hangs up.

2011-02-23 Thread gambas
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.

[Gambas-user] i cant change mouse cursor.

2011-02-23 Thread Demosthenes Koptsis
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