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
>
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
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
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
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
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.
--
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.)
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.)
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
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
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.
>
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
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,
> >
> >
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", ">
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
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
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
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
18 matches
Mail list logo