Re: [Gambas-user] Reading pen pressure from wacom tablets

2012-08-16 Thread Ricardo Díaz Martín
Ok, I'm in the forum. So if you change I'll know it and test again. I don't know too why gb.gtk doens't want to detect. If you want to include in gambas examples I attach last version with some improvements (a small pointer position cache). Regards, Ricardo 2012/8/17 Benoît Minisini > Le 16/0

[Gambas-user] Frame Control

2012-08-16 Thread Ivan Kern
Thank you Ricardo, it works. Regards, Ivan Ivan, You are using Clearlooks in gnome but not in qt. You need to install qtconfig to set one border visible frame theme (like clearlooks for qt). Regards, Ricardo 2012/8/16 Ivan Kern < ivan-k...@free

[Gambas-user] Bug in Printer object

2012-08-16 Thread Leonardo Miliani
I think I've found a bug in the Printer object. I have Arch Linux with Gnome 3 and this bug is present both in Gambas 3.2.1 form the Arch repos and in the IDE compiled from sources. If I open a project that uses the Printer object, the IDE starts running the project but no forms will never appear o

Re: [Gambas-user] Reading pen pressure from wacom tablets

2012-08-16 Thread Benoît Minisini
Le 16/08/2012 19:37, Ricardo Díaz Martín a écrit : > Yes, now works fine!! > > Thanks a lot Benoit > Cool. Now beware that I may change the interface for reading tablet events sooner or later before the version release! Now I don't understand why your pen is detected with the GIMP that uses GTK

Re: [Gambas-user] Questions about SQLIte and Data Objects

2012-08-16 Thread rocko
On Thu, 2012-08-16 at 14:14 +0200, Benoît Minisini wrote: > Le 10/08/2012 01:34, acidblue a écrit : > > > > I noticed when i use 'datetime' as a type in sqlite it also adds a time at > > the end the date: > > 8/9/2012 00:00:00 when displayed in a dataview box. > > > > Is there a way to NOT display

Re: [Gambas-user] Reading pen pressure from wacom tablets

2012-08-16 Thread Ricardo Díaz Martín
Yes, now works fine!! Thanks a lot Benoit 2012/8/16 Benoît Minisini > Le 16/08/2012 17:16, Ricardo Díaz Martín a écrit : > > He it goes! > > > > OK. This was a stupid error with { ... }. Please try revision #5048! > > -- > Benoît Minisini > > > --

Re: [Gambas-user] Reading pen pressure from wacom tablets

2012-08-16 Thread Benoît Minisini
Le 16/08/2012 17:16, Ricardo Díaz Martín a écrit : > He it goes! > OK. This was a stupid error with { ... }. Please try revision #5048! -- Benoît Minisini -- Live Security Virtual Conference Exclusive live event will co

Re: [Gambas-user] Frame Control

2012-08-16 Thread Ricardo Díaz Martín
Ivan, You are using Clearlooks in gnome but not in qt. You need to install qtconfig to set one border visible frame theme (like clearlooks for qt). Regards, Ricardo 2012/8/16 Ivan Kern > At moment I use Clearlooks theme > > -Ursprüngliche Nachricht- > Von: Fabien Bodard [mailto:gambas

Re: [Gambas-user] Reading pen pressure from wacom tablets

2012-08-16 Thread Ricardo Díaz Martín
He it goes! 2012/8/16 Benoît Minisini > Le 16/08/2012 17:05, Ricardo Díaz Martín a écrit : > > More extra information... > > > > If I keep the pen pressed (it means mouse down its fired) I can move the > > pen to everywhere in the screen with no crash. If I try to do it with pen > > pressure =

Re: [Gambas-user] Reading pen pressure from wacom tablets

2012-08-16 Thread Benoît Minisini
Le 16/08/2012 17:05, Ricardo Díaz Martín a écrit : > More extra information... > > If I keep the pen pressed (it means mouse down its fired) I can move the > pen to everywhere in the screen with no crash. If I try to do it with pen > pressure = 0 (the pencil is some millimeter over the tablet) the

Re: [Gambas-user] Reading pen pressure from wacom tablets

2012-08-16 Thread Ricardo Díaz Martín
More extra information... If I keep the pen pressed (it means mouse down its fired) I can move the pen to everywhere in the screen with no crash. If I try to do it with pen pressure = 0 (the pencil is some millimeter over the tablet) the I got the crash. I wrote on before that MouseUp and MouseDo

Re: [Gambas-user] Reading pen pressure from wacom tablets

2012-08-16 Thread Ricardo Díaz Martín
Extra information. I said that IDE crash after the poject crash. So I try now to do a gdb to gambas3 and I got this: ricardo.diaz@ubuntu-desarrollo:~/Documentos/gambassource/trunk/app/src/gambas3$ gdb gbx3 GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04 Copyright (C) 2012 Free Software F

Re: [Gambas-user] Reading pen pressure from wacom tablets

2012-08-16 Thread Ricardo Díaz Martín
Yes, with gimp works nice. 2012/8/16 Benoît Minisini > Le 16/08/2012 16:16, Ricardo Díaz Martín a écrit : > > Benoit, > > > > Ummm, take an oulook to this: > http://doc.trolltech.com/4.6/qtabletevent.html > > > > this is the event definition: > > QTabletEvent::QTabletEvent ( Type type, const QP

Re: [Gambas-user] Reading pen pressure from wacom tablets

2012-08-16 Thread Benoît Minisini
Le 16/08/2012 16:16, Ricardo Díaz Martín a écrit : > Benoit, > > Ummm, take an oulook to this: http://doc.trolltech.com/4.6/qtabletevent.html > > this is the event definition: > QTabletEvent::QTabletEvent ( Type type, const QPoint & pos, const QPoint & > globalPos, const QPointF & hiResGlobalPos, i

Re: [Gambas-user] Frame Control

2012-08-16 Thread Ivan Kern
At moment I use Clearlooks theme -Ursprüngliche Nachricht- Von: Fabien Bodard [mailto:gambas...@gmail.com] Gesendet: Donnerstag, 16. August 2012 15:30 An: mailing list for gambas users Betreff: Re: [Gambas-user] Frame Control It's because of the oxygen theme Le 16 août 2012 12:33, "Ivan

Re: [Gambas-user] Reading pen pressure from wacom tablets

2012-08-16 Thread Ricardo Díaz Martín
Benoit, Ummm, take an oulook to this: http://doc.trolltech.com/4.6/qtabletevent.html this is the event definition: QTabletEvent::QTabletEvent ( Type type, const QPoint & pos, const QPoint & globalPos, const QPointF & hiResGlobalPos, int device, int pointerType, qreal pressure, int xTilt, int yTil

Re: [Gambas-user] Reading pen pressure from wacom tablets

2012-08-16 Thread Ricardo Díaz Martín
Hi Benoit, When I said using gtk+ components tablet is not detected is because the Pointer.Type is 0 (this is the same value you get using qt4 when you use the mouse for drawing in the drawing area control). In using Ubuntu 12.04 gnome 3 so you wacom tablets are plug and play with the kernel. You

Re: [Gambas-user] Frame Control

2012-08-16 Thread Fabien Bodard
It's because of the oxygen theme Le 16 août 2012 12:33, "Ivan Kern" a écrit : > Hello, > > There is some problem with a Frame control. > > When I place the control on my Form I cannot see it. There is no border. > > And I must change the background to see it. > > > > Ubuntu 10.04 > > Gambas3 Rev

[Gambas-user] Frame Control

2012-08-16 Thread Ivan Kern
I've updated Gambas3 up to Rev. 5046 and there is still no border round the Frame control. I forgot to mention, I use component QT4. Regards Ivan On Thu, 2012-08-16 at 12:29 +0200, Ivan Kern wrote: > Hello, > > There is some problem with a Frame control. > > When I place the contr

Re: [Gambas-user] Questions about SQLIte and Data Objects

2012-08-16 Thread Benoît Minisini
Le 10/08/2012 01:34, acidblue a écrit : > > I noticed when i use 'datetime' as a type in sqlite it also adds a time at > the end the date: > 8/9/2012 00:00:00 when displayed in a dataview box. > > Is there a way to NOT display the time, just the date? > > I have to re-adjust the column widths every

Re: [Gambas-user] Reading pen pressure from wacom tablets

2012-08-16 Thread Benoît Minisini
Le 16/08/2012 09:06, Ricardo Díaz Martín a écrit : > Ok, this is the information I got: > > - When I said crash in the IDE too, it means after the crash in the > project, if you still moving the pen in the tablet, the IDE got the crash > with no information (IDE disappear) If the IDE segfaults too

[Gambas-user] Frame Control

2012-08-16 Thread Ivan Kern
Hello, There is some problem with a Frame control. When I place the control on my Form I cannot see it. There is no border. And I must change the background to see it. Ubuntu 10.04 Gambas3 Rev. 5004 Regards Ivan ---

Re: [Gambas-user] just a question about editor-bookmarks

2012-08-16 Thread Fabien Bodard
2012/8/15 Benoît Minisini : > Le 15/08/2012 10:21, Fabien Bodard a écrit : >> There is years ... Now we wait for that :-) > > Finally done in revision #5045. > > Regards, > > -- > Benoît Minisini > > -- > Live Security Virt

Re: [Gambas-user] Reading pen pressure from wacom tablets

2012-08-16 Thread Ricardo Díaz Martín
In addition I attach the project with last modifications. Regards 2012/8/16 Ricardo Díaz Martín > Ok, this is the information I got: > > - When I said crash in the IDE too, it means after the crash in the > project, if you still moving the pen in the tablet, the IDE got the crash > with no info

Re: [Gambas-user] Reading pen pressure from wacom tablets

2012-08-16 Thread Ricardo Díaz Martín
Ok, this is the information I got: - When I said crash in the IDE too, it means after the crash in the project, if you still moving the pen in the tablet, the IDE got the crash with no information (IDE disappear) - With gtk+ components the tablet is not detected. Tablet is detected as normal mouse