Re: [Gambas-user] Issue 257 in gambas: Database password retrieval error and abort in IDE

2014-12-09 Thread gambas
Comment #19 on issue 257 by eofficec...@gmail.com: Database password retrieval error and abort in IDE https://code.google.com/p/gambas/issues/detail?id=257 hi guy i have the same problem (use gambas 3 ) , common.checkdb.34 i use lubuntu 14 and i add component gb.desktop , and gb.desk

Re: [Gambas-user] Questions about compiler options

2014-12-09 Thread Jussi Lahtinen
> > What "define the 'Exec' preprocessor constant" means? Is there some > > undocumented Exec constant? > > Yes. This is used by the IDE when compiling the entire project to make > an executable. Don't use it in your programs. > OK. I'm trying to figure out easy way to test JIT with my GambasTeste

Re: [Gambas-user] Make -> Installation package: Visual problem

2014-12-09 Thread Benoît Minisini
Le 09/12/2014 16:26, Tobias Boege a écrit : > Hi, > > there is a visual bug in the Make -> Installation package dialog. The line > numbers are covered by the text in the Editor. See attached screenshot from > a Ubuntu system. It happens on my Arch Linux, too. Anything else needed? > > Regards, > To

Re: [Gambas-user] Questions about compiler options

2014-12-09 Thread Benoît Minisini
Le 09/12/2014 17:30, Jussi Lahtinen a écrit : > What "define the 'Exec' preprocessor constant" means? Is there some > undocumented Exec constant? Yes. This is used by the IDE when compiling the entire project to make an executable. Don't use it in your programs. > > Also there seems to be "add d

[Gambas-user] Questions about compiler options

2014-12-09 Thread Jussi Lahtinen
What "define the 'Exec' preprocessor constant" means? Is there some undocumented Exec constant? Also there seems to be "add debugging information" option, but it seems debugging information is added by default. Is there command line option to remove the debugging information? Jussi -

Re: [Gambas-user] Bad Image format

2014-12-09 Thread Paul Horechuk
Thank you. Specifying the image dimensions did the trick. Now that I have a saved image, I can isolate it from the printer requirements. On 14-12-09 09:16 AM, Fabien Bodard wrote: > yes > > in pseudo code : > > myimage = new image(with, height, backcolor) > > paint.begin(myimage) > > paint.whatyo

[Gambas-user] Make -> Installation package: Visual problem

2014-12-09 Thread Tobias Boege
Hi, there is a visual bug in the Make -> Installation package dialog. The line numbers are covered by the text in the Editor. See attached screenshot from a Ubuntu system. It happens on my Arch Linux, too. Anything else needed? Regards, Tobi -- "There's an old saying: Don't change anything... e

Re: [Gambas-user] Bad Image format

2014-12-09 Thread Fabien Bodard
yes in pseudo code : myimage = new image(with, height, backcolor) paint.begin(myimage) paint.whatyouwant paint.end myimage.save("myfile.ext") 2014-12-09 15:00 GMT+01:00 Paul Horechuk : > The actual purpose of the code is to get rid of the DrawingArea. I have a > program that currently prin

Re: [Gambas-user] Bad Image format

2014-12-09 Thread Paul Horechuk
The actual purpose of the code is to get rid of the DrawingArea. I have a program that currently prints an area (not an image/Picture/DrawingArea). It uses Begin(MyPrinter), various Paint commands, and Image.Load to position text and graphics, directly to the printer. The routine does work. The

[Gambas-user] Issue 588 in gambas: Online documentation wiki error for listview Items.

2014-12-09 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 588 by r...@cyberjunky.nl: Online documentation wiki error for listview Items. https://code.google.com/p/gambas/issues/detail?id=588 1) Describe the problem. Wiki displa

Re: [Gambas-user] Bad Image format

2014-12-09 Thread Fabien Bodard
Le 8 déc. 2014 22:35, "Paul Horechuk" a écrit : > > Kubuntu 14.04 LTS x86_64 > Gambas 3.6.2 > --- > Dim PageImage as Image > > ... > > Public Sub Preview() > PageImage = New Image As "PageImage" > Paint.Begin(PageImage) ' Bad Format >PageImage.L