Re: [Gambas-user] An arbitrary precision calculator class

2012-08-25 Thread Jussi Lahtinen
I don't have account for Gambas wiki, can you grant it for me? Maybe I would put some other snippets there too. Jussi On 25 August 2012 04:06, Sebi sebi...@gmail.com wrote: Great workaround!! I created a snippets page on the wiki some time ago, you will find a link on the main page. Feel

Re: [Gambas-user] Small typos in XMLRPC code

2012-08-25 Thread Benoît Minisini
Le 24/08/2012 11:52, Ron a écrit : gambas/2.0/gb.xml/src/rpc/gb.xml.rpc: RpcClient.class: IF ME.Mode = RpcClient.httpAsync THEN RAISE BadReply(Unable to contact with server, or bad reply from server) RpcClient.class: Error.Raise(Unable to contact with server, or bad reply from server)

Re: [Gambas-user] Gambas-3 Ubuntu 12.10 Quantal

2012-08-25 Thread Girard Henri
Le 24. 08. 12 18:22, Ru Vuott a écrit : It's very easy to compile gambas3 on quantal : sudo apt-get add-repository ppa:sebikul/gambas-daily sudo apt-get update sudo apt-get build-dep gambas3 you get the svn on gambas.sourceforge.net (maybe you will have to install subversion before : sudo

[Gambas-user] Stock.Icons: File or directory does not exist

2012-08-25 Thread Tobias Boege
Hi, Hans encountered problems using Stock.Icons with the example from the docs[0]. I don't know what went wrong in his system but here, I get File or directory does not exist from Stock.Icons_Read(). The project is attached. Do you need additional information to fix this? Regards, Tobi [0]

[Gambas-user] Invalid link to IconView on gambasdoc

2012-08-25 Thread Tobias Boege
Hi, Hans had problems accessing the link to IconView at [0]. The URL is http://gambasdoc.org/help/comp/gb.qt/iconview?v3 but should be: http://gambasdoc.org/help/comp/gb.form/iconview?v3 I would correct this one but want to ask if it could be a bug or invalid data in some software there?

Re: [Gambas-user] Stock.Icons: File or directory does not exist

2012-08-25 Thread Tobias Boege
On Sat, 25 Aug 2012, Tobias Boege wrote: Hi, Hans encountered problems using Stock.Icons with the example from the docs[0]. I don't know what went wrong in his system but here, I get File or directory does not exist from Stock.Icons_Read(). The project is attached. Do you need additional

Re: [Gambas-user] Invalid link to IconView on gambasdoc

2012-08-25 Thread Benoît Minisini
Le 25/08/2012 20:58, Tobias Boege a écrit : Hi, Hans had problems accessing the link to IconView at [0]. The URL is http://gambasdoc.org/help/comp/gb.qt/iconview?v3 but should be: http://gambasdoc.org/help/comp/gb.form/iconview?v3 I would correct this one but want to ask if it could be a

Re: [Gambas-user] Stock.Icons: File or directory does not exist

2012-08-25 Thread Benoît Minisini
Le 25/08/2012 21:02, Tobias Boege a écrit : On Sat, 25 Aug 2012, Tobias Boege wrote: Hi, Hans encountered problems using Stock.Icons with the example from the docs[0]. I don't know what went wrong in his system but here, I get File or directory does not exist from Stock.Icons_Read(). The

[Gambas-user] Two question on creating a form with controls from code

2012-08-25 Thread Willy Raets
Hi, I've been playing with creating forms from code and run into a few problem. Gambas documentation doesn't provide me the answer. 1. In IDE you have a form property Scaled (just below resizable) that can be set to True or False (see attached screenshot). When creating a form from code it seems

Re: [Gambas-user] Two question on creating a form with controls from code

2012-08-25 Thread Willy Raets
On za, 2012-08-25 at 23:01 +0200, Willy Raets wrote: .Text = Text on Label test .Font'=== How do I set the font for example to MonoSans, 10 pt? End With I meant FreeSans, 10 pt instead of MonoSans (seem to have combined teh names of two fonts to one non existing font)

Re: [Gambas-user] Two question on creating a form with controls from code

2012-08-25 Thread Bruce
On Sat, 2012-08-25 at 23:01 +0200, Willy Raets wrote: Hi, I've been playing with creating forms from code and run into a few problem. Gambas documentation doesn't provide me the answer. 1. In IDE you have a form property Scaled (just below resizable) that can be set to True or False (see

Re: [Gambas-user] Two question on creating a form with controls from code

2012-08-25 Thread Willy Raets
On zo, 2012-08-26 at 07:00 +0930, Bruce wrote: On Sat, 2012-08-25 at 23:01 +0200, Willy Raets wrote: 1. In IDE you have a form property Scaled (just below resizable) that can be set to True or False (see attached screenshot). When creating a form from code it seems impossible to set the

Re: [Gambas-user] Two question on creating a form with controls from code

2012-08-25 Thread Bruce
On Sun, 2012-08-26 at 00:03 +0200, Willy Raets wrote: On zo, 2012-08-26 at 07:00 +0930, Bruce wrote: On Sat, 2012-08-25 at 23:01 +0200, Willy Raets wrote: 1. In IDE you have a form property Scaled (just below resizable) that can be set to True or False (see attached screenshot). When

[Gambas-user] DesktopWatcher doesn't watch...

2012-08-25 Thread RICHARD WALKER
... or it does but it just won't tell me what it sees:-( Using Gambas 3.1.1 on Mageia 2 64-bit with desktop (LXDE) spread across two monitors. I am trying various techniques to discover if a program starts on the desktop. My latest effort tries to use a desktop watcher set up as