Re: [Gambas-user] Gambas 3.3.2 fails to install on Debian wheezy

2012-10-02 Thread William Cabrera
you must install the package libpoppler-private-dev -- William Cabrera http://willicab.gnu.org.ve 2012/10/2 Willy Raets > -= Details =- > > - Gambas version: 3.3.2 download from Gambas webpage > - Distribution/desktop: Debian wheezy - gnome3 > - Problem: >reconf-all -> runs fine >

Re: [Gambas-user] Question: Is it possible to build 'plugins/add ons' for Gambas applications

2012-10-02 Thread Willy Raets
On Wed, 2012-10-03 at 08:26 +0930, Bruce wrote: > On Tue, 2012-10-02 at 23:03 +0200, Willy Raets wrote: > > Hi. > > > > I recently had a request of someone if it is possible to build a > > plugin/add on for my existing Gambas application. > > > > I like the idea, as it would give extra function t

Re: [Gambas-user] Unending cycle "For...Next" with variable As Byte

2012-10-02 Thread Ru Vuott
Thank you, nando, for your contribution. --- Mar 2/10/12, nando ha scritto: > Da: nando > Oggetto: Re: [Gambas-user] Unending cycle "For...Next" with variable As Byte > A: "mailing list for gambas users" > Data: Martedì 2 ottobre 2012, 07:38 > When using Byte data type > > The loop iterat

[Gambas-user] Question: Is it possible to build 'plugins/add ons' for Gambas applications

2012-10-02 Thread Willy Raets
Hi. I recently had a request of someone if it is possible to build a plugin/add on for my existing Gambas application. I like the idea, as it would give extra function to my application. So would it be possible to write applications that, once installed, add something to my application, like the

Re: [Gambas-user] Issue 334 in gambas: Broken error message from compiler

2012-10-02 Thread gambas
Updates: Status: Fixed Comment #2 on issue 334 by benoit.m...@gmail.com: Broken error message from compiler http://code.google.com/p/gambas/issues/detail?id=334 Fixed in revision #5223. -- Don't let slow site

Re: [Gambas-user] Issue 335 in gambas: Edit "Text" property of any component and set "Use a fixed font" then crash

2012-10-02 Thread gambas
Updates: Status: Fixed Comment #2 on issue 335 by benoit.m...@gmail.com: Edit "Text" property of any component and set "Use a fixed font" then crash http://code.google.com/p/gambas/issues/detail?id=335 Fixed in revision #5222. --

Re: [Gambas-user] Issue 334 in gambas: Broken error message from compiler

2012-10-02 Thread gambas
Updates: Status: Accepted Labels: -Version Version-3.3.0 Comment #1 on issue 334 by benoit.m...@gmail.com: Broken error message from compiler http://code.google.com/p/gambas/issues/detail?id=334 (No comment was entered for this change.)

Re: [Gambas-user] Issue 335 in gambas: Edit "Text" property of any component and set "Use a fixed font" then crash

2012-10-02 Thread gambas
Updates: Status: Accepted Labels: -Version Version-3.3.0 Comment #1 on issue 335 by benoit.m...@gmail.com: Edit "Text" property of any component and set "Use a fixed font" then crash http://code.google.com/p/gambas/issues/detail?id=335 (No comment was entered for this change.)

Re: [Gambas-user] Unending cycle "For...Next" with variable As Byte

2012-10-02 Thread nando
When using Byte data type The loop iteration when j=255 is 255 + 1 = 0 Thus, the end condition of j>255 can never happen It is an endless loop. This 'problem' is correct operation for the datatype used. This issue arises always at the boundary of the datatype when math takes it beyond the possibl

[Gambas-user] Issue 335 in gambas: Edit "Text" property of any component and set "Use a fixed font" then crash

2012-10-02 Thread gambas
Status: New Owner: Labels: Version Type-Crash Priority-Medium OpSys-Linux Dist-ArchLinux Arch-Any Desktop-KDE GUI-QT4 New issue 335 by djg...@gmail.com: Edit "Text" property of any component and set "Use a fixed font" then crash http://code.google.com/p/gambas/issues/detail?id=335 1) Des

Re: [Gambas-user] This application has raised an unexpected, error and must abort. (Ubuntu 12.04)

2012-10-02 Thread Benoît Minisini
Le 02/10/2012 17:20, Stefan Klees a écrit : > Hallo, > > when i start gambas3 the following error will show > > This application has raised an unexpected,error and must abort. > > [43] Access forbidden. Stock.Themes_Read.64 > > > When i start gambas3 as sudo, gambas3 runs without errors. >

[Gambas-user] This application has raised an unexpected, error and must abort. (Ubuntu 12.04)

2012-10-02 Thread Stefan Klees
Hallo, when i start gambas3 the following error will show This application has raised an unexpected,error and must abort. [43] Access forbidden. Stock.Themes_Read.64 When i start gambas3 as sudo, gambas3 runs without errors. Old config was deleted and the permissions of home it's ok

Re: [Gambas-user] " ls > /dev/pts/0 " by Exec.....

2012-10-02 Thread Ru Vuott
Uhmmm... Ok, Tobias. Thanks vuott --- Mar 2/10/12, Tobias Boege ha scritto: > Da: Tobias Boege > Oggetto: Re: [Gambas-user] " ls > /dev/pts/0 " by Exec. > A: "mailing list for gambas users" > Data: Martedì 2 ottobre 2012, 16:54 > On Tue, 02 Oct 2012, Ru Vuott wrote: > > Hello, > > > >

Re: [Gambas-user] " ls > /dev/pts/0 " by Exec.....

2012-10-02 Thread Tobias Boege
On Tue, 02 Oct 2012, Ru Vuott wrote: > Hello, > > I'ld like launch this line "ls > /dev/pts/0" by "Exec". > > If I write: > >Exec ["ls", ">", "/dev/pts/0" ] > > it returns an error. It says I cannot access to > : file or directory not > found. > > Idem, if I launch: > >Exec ["ls", ">

[Gambas-user] " ls > /dev/pts/0 " by Exec.....

2012-10-02 Thread Ru Vuott
Hello, I'ld like launch this line "ls > /dev/pts/0" by "Exec". If I write: Exec ["ls", ">", "/dev/pts/0" ] it returns an error. It says I cannot access to > : file or directory not found. Idem, if I launch: Exec ["ls", "> /dev/pts/0" ] And, if I use: Exec ["ls >", /dev/pts/0" ] T

[Gambas-user] Issue 334 in gambas: Broken error message from compiler

2012-10-02 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 334 by jussi.la...@gmail.com: Broken error message from compiler http://code.google.com/p/gambas/issues/detail?id=334 1) Describe the problem. Some code makes compiler una

Re: [Gambas-user] gb.media compilation error

2012-10-02 Thread Benoît Minisini
Le 02/10/2012 02:10, Pino Zollo a écrit : > -- > root@SIP-ubuntu:/usr/src/gambas3-3.3.2# ./configure -C > conf_ubuntu.txt > configure: WARNING: Unable to find file: libintl.so > configure: WARNING: This library may be located inside the system C library > configu

Re: [Gambas-user] Release 3.3.1, gtk ColourChooser is somewhat broken

2012-10-02 Thread Benoît Minisini
Le 02/10/2012 02:50, RICHARD WALKER a écrit : > > a = array of any type Yes. > b = boolean Yes. > c = container ? c = Collection > h = several different things, mostly Objects h = Object of any type > i = integer, short, byte Yes. > s = string Yes. d = Date too. > $ = can be added in f