[Gambas-user] Reading pen pressure from wacom tablets

2012-07-24 Thread Ricardo Díaz Martín
Hi, I wonder if there is some way to read the pen pressure from wacom like tablets in gambas. I have read some documentations for java and looks like wacon tablets works like a normal mouse with some extra properties you can get: pressure, rubber mode, etc... I know there is qt4 support for this

Re: [Gambas-user] Install problems

2012-07-24 Thread Fabien Bodard
Le 25 juil. 2012 02:06, "rocko" a écrit : > > On Wed, 2012-07-25 at 00:16 +0200, Jesus wrote: > > El 24/07/12 22:26, rocko escribió: > > > DOH! I forgot to run ./reconf -all, ./configure does work, BUT > > > I'm now getting "Components Disabled" warning after ./configure -C > > > > > > || > > > ||

Re: [Gambas-user] Install problems

2012-07-24 Thread Kevin Fishburne
On 07/24/2012 08:24 PM, Jussi Lahtinen wrote: > About top-posting... > This is how gmail does it automatically, and I don't see any significant > difference between top-posters vs non-top-posters... > Is this really problem? > > Jussi > Top posting means the thread has to be read from the bottom u

[Gambas-user] Issue 290 in gambas: gb.XML endless loop when CDATA loaded from file

2012-07-24 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 290 by adamn...@gmail.com: gb.XML endless loop when CDATA loaded from file http://code.google.com/p/gambas/issues/detail?id=290 1) Describe the problem. When a CDATA node

Re: [Gambas-user] Install problems

2012-07-24 Thread Jussi Lahtinen
I think you don't have devs installed! http://gambasdoc.org/help/install/ubuntu?v3&view About top-posting... This is how gmail does it automatically, and I don't see any significant difference between top-posters vs non-top-posters... Is this really problem? Jussi On 25 July 2012 03:04, rock

Re: [Gambas-user] Install problems

2012-07-24 Thread rocko
On Wed, 2012-07-25 at 00:16 +0200, Jesus wrote: > El 24/07/12 22:26, rocko escribió: > > DOH! I forgot to run ./reconf -all, ./configure does work, BUT > > I'm now getting "Components Disabled" warning after ./configure -C > > > > || > > || THESE COMPONENTS ARE DISABLED: > > || - gb.cairo > > || -

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Benoît Minisini
Le 24/07/2012 23:09, Maria a écrit : > > > Ok, now it works. It loads always the icon set you choose for your desktop. > > Here is after chaging to oxygen: > > GB_STOCK=debug gambas3 > gb.form: init stock with icon theme: '' > gb.form: desktop is LXDE > gb.form: add icon path: /usr/share/icons/defa

Re: [Gambas-user] Install problems

2012-07-24 Thread Jesus
El 24/07/12 22:26, rocko escribió: DOH! I forgot to run ./reconf -all, ./configure does work, BUT I'm now getting "Components Disabled" warning after ./configure -C || || THESE COMPONENTS ARE DISABLED: || - gb.cairo || - gb.compress.bzlib2 || - gb.db.mysql || - gb.db.postgresql || - gb.db.sqlite

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Maria
Ok, now it works. It loads always the icon set you choose for your desktop. Here is after chaging to oxygen: GB_STOCK=debug gambas3 gb.form: init stock with icon theme: '' gb.form: desktop is LXDE gb.form: add icon path: /usr/share/icons/default.kde4-original/&1x&1!&2 gb.form: add icon path: /u

[Gambas-user] cannot find -llwebcore

2012-07-24 Thread Erwin Lemmers
Hi there, I'm running Slackware-current an want to compile the latest svn of gambas3 A reconf-all is running OK, Also a configure -C is running without errors. But when I do a make I get theerror message below. I know webcore is a library that can't be found but why is the configure -C running

Re: [Gambas-user] Install problems

2012-07-24 Thread rocko
DOH! I forgot to run ./reconf -all, ./configure does work, BUT I'm now getting "Components Disabled" warning after ./configure -C || || THESE COMPONENTS ARE DISABLED: || - gb.cairo || - gb.compress.bzlib2 || - gb.db.mysql || - gb.db.postgresql || - gb.db.sqlite2 || - gb.db.sqlite3 || - gb.desktop

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Benoît Minisini
Le 24/07/2012 22:04, Benoît Minisini a écrit : > Le 24/07/2012 21:59, Maria a écrit : >> Oops! Sorry >> >> Here is what it prints: >> >> gb.form: init stock with icon theme: '' >> gb.form: desktop is LXDE >> gb.form: add icon path: /usr/share/icons/Faenza-Green/&2!&1 >> gb.form: add icon path: /usr

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Benoît Minisini
Le 24/07/2012 21:59, Maria a écrit : > Oops! Sorry > > Here is what it prints: > > gb.form: init stock with icon theme: '' > gb.form: desktop is LXDE > gb.form: add icon path: /usr/share/icons/Faenza-Green/&2!&1 > gb.form: add icon path: /usr/share/icons/Faenza/&2!&1 > gb.form: add icon path: /usr/

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Maria
Oops! Sorry Here is what it prints: gb.form: init stock with icon theme: '' gb.form: desktop is LXDE gb.form: add icon path: /usr/share/icons/Faenza-Green/&2!&1 gb.form: add icon path: /usr/share/icons/Faenza/&2!&1 gb.form: add icon path: /usr/share/icons/gnome/&1x&1!&2 gb.form: add icon path: /u

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Benoît Minisini
Le 24/07/2012 21:36, Maria a écrit : > > > >> Can you test revision #4986? > >> Can you please set GB_STOCK=debug before running the IDE and tell me >> what it prints? > > > > I did in a terminal: > > GB_STOCK=debug; gambas3& > > and then: > > echo $GB_STOCK > > It prints: debug > > :-/ "it" means

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Maria
>Can you test revision #4986? >Can you please set GB_STOCK=debug before running the IDE and tell me >what it prints? I did in a terminal: GB_STOCK=debug; gambas3& and then: echo $GB_STOCK It prints: debug :-/ -

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Maria
Hi, Ok, I am going to test #4986... In Debian and Arch  desktop.conf is the configuration file. Here is some information about this conflict of configuration files: https://wiki.archlinux.org/index.php/LXDE Interesant part copypaste... -

Re: [Gambas-user] Install problems

2012-07-24 Thread rocko
After updateing and doing make clean I'm getting "no such file or directory" after doing ./configure. Automake is installed, I am perplexed as to why im getting this error. On Tue, 2012-07-24 at 20:52 +0300, Jussi Lahtinen wrote: > Did you do "svn update" in trunk folder? > That way you can update

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Benoît Minisini
Le 24/07/2012 19:30, Jussi Lahtinen a écrit : > I can't get it work either. > > Debug gives this, but nothing changes: > > gb.form: init stock with icon theme: '/usr/share/icons/oxygen' > gb.form: desktop is XFCE > gb.form: add icon path: /usr/share/icons/gnome/&1x&1!&2 > gb.form: add icon path: st

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Benoît Minisini
Le 24/07/2012 20:11, Benoît Minisini a écrit : > Le 24/07/2012 20:10, Benoît Minisini a écrit : >> Le 24/07/2012 20:06, Maria a écrit : >>> Also appears that in LXDE only look in >>> /etc/xdg/lxsession/LXDE/desktop.conf >>> >>> but not in ~/.config/lxsession/LXDE/desktop.conf >> >> On my Ubuntu the

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Benoît Minisini
Le 24/07/2012 20:10, Benoît Minisini a écrit : > Le 24/07/2012 20:06, Maria a écrit : >> Also appears that in LXDE only look in >> /etc/xdg/lxsession/LXDE/desktop.conf >> >> but not in ~/.config/lxsession/LXDE/desktop.conf > > On my Ubuntu the config is stored in '~/.config/lxsession/LXDE/config'!

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Benoît Minisini
Le 24/07/2012 20:06, Maria a écrit : > Also appears that in LXDE only look in /etc/xdg/lxsession/LXDE/desktop.conf > > but not in ~/.config/lxsession/LXDE/desktop.conf On my Ubuntu the config is stored in '~/.config/lxsession/LXDE/config'! I will add a test to check the two files. -- Benoît Min

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Maria
Also appears that in LXDE only look in /etc/xdg/lxsession/LXDE/desktop.conf but not in ~/.config/lxsession/LXDE/desktop.conf If I change my icon set, the second desktop.conf in ~ is changed, but not the first one in /etc. For example, if I have in /etc "Faenza" and in ~ "oxygen", gambas show me

Re: [Gambas-user] Install problems

2012-07-24 Thread Jussi Lahtinen
Did you do "svn update" in trunk folder? That way you can update sources correctly in easy way. Before trying to compile again, run "sudo make clean" in trunk folder. Jussi On 20 July 2012 20:16, rocko wrote: > No matter which version/revision I download I get gbx error's. > > gbx_extern.c

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Jussi Lahtinen
For Each sStr In Stock.Themes Print sStr Next Jussi On 24 July 2012 14:03, Maria wrote: > Yes, directory name in /usr/share/icons > > How I use the Stock.Theme property for getting themes? When I wrote it > doesn't give me suggestions of themes, thats what you mean? > > I wrote with lower c

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Jussi Lahtinen
I can't get it work either. Debug gives this, but nothing changes: gb.form: init stock with icon theme: '/usr/share/icons/oxygen' gb.form: desktop is XFCE gb.form: add icon path: /usr/share/icons/gnome/&1x&1!&2 gb.form: add icon path: stock/&2 Also "oxygen" is found from Stock.Themes list. Gam

Re: [Gambas-user] Issue 282 in gambas: xmlreader.node.value charset problems

2012-07-24 Thread gambas
Comment #10 on issue 282 by adrien.p...@gmail.com: xmlreader.node.value charset problems http://code.google.com/p/gambas/issues/detail?id=282 Did you try the last revision from svn ? -- Live Security Virtual Conferenc

Re: [Gambas-user] Issue 282 in gambas: xmlreader.node.value charset problems

2012-07-24 Thread gambas
Comment #11 on issue 282 by kokok...@gmail.com: xmlreader.node.value charset problems http://code.google.com/p/gambas/issues/detail?id=282 Nope, sorry, i've had issues with it, i plan to try in two days. -- Live Secur

Re: [Gambas-user] Issue 282 in gambas: xmlreader.node.value charset problems

2012-07-24 Thread gambas
Comment #9 on issue 282 by kokok...@gmail.com: xmlreader.node.value charset problems http://code.google.com/p/gambas/issues/detail?id=282 Just tried 3.2.1 and i still have wrong encoded chars with that example. -- Liv

Re: [Gambas-user] Issue 274 in gambas: Unknown symbol 'IsEmptyElement' in class '.XmlReader.Node

2012-07-24 Thread gambas
Comment #4 on issue 274 by kokok...@gmail.com: Unknown symbol 'IsEmptyElement' in class '.XmlReader.Node http://code.google.com/p/gambas/issues/detail?id=274 Is 3.2.1 supposed to fix that? i still have the error. -- L

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Benoît Minisini
Le 24/07/2012 13:03, Maria a écrit : > Yes, directory name in /usr/share/icons > > How I use the Stock.Theme property for getting themes? When I wrote it > doesn't give me suggestions of themes, thats what you mean? Browse /usr/share/icons, and look for directories having an "index.theme" file i

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Maria
Yes, directory name in /usr/share/icons How I use the Stock.Theme property for getting themes? When I wrote it doesn't give me suggestions of themes, thats what you mean? I wrote with lower case all themes, is it right? (some directories have the first letter in upper case)  

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Benoît Minisini
Le 24/07/2012 12:40, Maria a écrit : > Hi, > > Sorry for the late feedback, I had some problems with dependencies in Debian > for compiling gambas. > > Revision #4985 > > Gambas icons load according with the default icon desktop :-) > And I can use svg icon themes...great! > > The Stock.Theme prop

Re: [Gambas-user] Gambas3 daily builds PPA

2012-07-24 Thread Benoît Minisini
Le 24/07/2012 07:19, Sebastian Kulesz a écrit : > Hi! I would like to let everybody know that I have setup an Ubuntu PPA > for daily builds of Gambas 3. If the svn trunk repo has any new > revision within the last 24hs, a new version is built and pushed to > the PPA. > > It can be found here [0] an

Re: [Gambas-user] Interception of keys

2012-07-24 Thread Benoît Minisini
Le 24/07/2012 11:10, abbat a écrit : > > When my form is fullscreen I need disable a F11 (no/fullscreen) > Is there any way of interception of F11 (Catch F11 and ignore it) > Thanks > These are global shortcuts of your window manager, so I don't think it is possible... On X-Window, the window man

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Maria
Hi, Sorry for the late feedback, I had some problems with dependencies in Debian for compiling gambas. Revision #4985 Gambas icons load according with the default icon desktop :-) And I can use svg icon themes...great! The Stock.Theme property I don't know how to use it. I wrote simply Stock.

Re: [Gambas-user] Interception of keys

2012-07-24 Thread abbat
Utility = True :-/ abbat wrote: > > When my form is fullscreen I need disable a F11 (no/fullscreen) > Is there any way of interception of F11 (Catch F11 and ignore it) > Thanks > -- View this message in context: http://old.nabble.com/Interception-of-keys-tp34204226p34204238.html Sent fro

[Gambas-user] Interception of keys

2012-07-24 Thread abbat
When my form is fullscreen I need disable a F11 (no/fullscreen) Is there any way of interception of F11 (Catch F11 and ignore it) Thanks -- View this message in context: http://old.nabble.com/Interception-of-keys-tp34204226p34204226.html Sent from the gambas-user mailing list archive at Nabble.c

Re: [Gambas-user] Gambas3 daily builds PPA

2012-07-24 Thread Kevin Fishburne
On 07/24/2012 01:19 AM, Sebastian Kulesz wrote: > Hi! I would like to let everybody know that I have setup an Ubuntu PPA > for daily builds of Gambas 3. If the svn trunk repo has any new > revision within the last 24hs, a new version is built and pushed to > the PPA. > > It can be found here [0] an