[Lazarus] FrameRect implementation for WInCE

2015-02-14 Thread patspiper
I am trying to implement FrameRect(DC: HDC; const ARect: TRect; hBr: HBRUSH) for WinCE via line drawing, and thus I have 2 questions: - Since LineTo draws using the pen, and FrameRect specifies the brush, how can the brush color be retrieved so that a new pen is created with the brush color?

Re: [Lazarus] Promoting Lazarus: A Case Study Video

2015-02-14 Thread Giuliano Colla
Il 14/02/2015 11:52, Anthony Walter ha scritto: Hello all, in our continuing effort to re-energize the Lazarus community, and reach out to new prospective users, I will be creating a series of Lazarus case study videos. This first one is posted online here:

Re: [Lazarus] Promoting Lazarus: A Case Study Video

2015-02-14 Thread JuuS
Hthe corrections got garbeled...sorry...Here they are in CAPS Report operators are pulled from data, as well AT to AS report criteria data types, they are all pulled from data. Finally, with regards to innovative features, this applications/APPLICATION allows reports to be placed into

[Lazarus] Promoting Lazarus: A Case Study Video

2015-02-14 Thread Anthony Walter
Hello all, in our continuing effort to re-energize the Lazarus community, and reach out to new prospective users, I will be creating a series of Lazarus case study videos. This first one is posted online here: http://www.getlazarus.org/videos/reports/ The aim of this initiative is to draw

Re: [Lazarus] How to edit color value in Object inspector

2015-02-14 Thread JuuS
I also found this confusing a bit ago when I wanted to set colors. I resorted to loading a color picker, tuning the colors I wanted and storing those values later to be used in a case statement. The problem was in the Object Inspector one cannot put value, one must use the drop down color

[Lazarus] Is this bug?

2015-02-14 Thread FreeMan
osx fpc lazarus svn qt x64 In Install/Uninstall Packages form. *-)When open this form, Installed list items showing, but Available for installation list empty. just when mouse move list printing. There is a refresh problem I think. *-)export list button not ask overwrite question, if file

Re: [Lazarus] How to edit color value in Object inspector

2015-02-14 Thread Mattias Gaertner
On Sat, 14 Feb 2015 13:25:03 +0100 JuuS j...@mykolab.ch wrote: [...] The problem was in the Object Inspector one cannot put value, one must use the drop down color picker. In the color picker one can only put a color in the form of #AABBCC. But what comes back from the Picker is a value in

Re: [Lazarus] Promoting Lazarus: A Case Study Video

2015-02-14 Thread Mattias Gaertner
On Sat, 14 Feb 2015 12:44:31 +0100 Giuliano Colla giuliano.co...@fastwebnet.it wrote: [...] Play under Linux (CentOs 6) - Firefox has no effect. It plays under Firefox Ubuntu. Mattias -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Promoting Lazarus: A Case Study Video

2015-02-14 Thread JuuS
Good link thanks, looks like a neat program! I also bemoan the fact that the super super Pascal Language and Lazarus is not used more...I am always pushing it when anyone asks about languages... BTW: Giuliano: I played it on Kubuntu in Firefox...maybe Javascript is blocked on that site on your

Re: [Lazarus] Promoting Lazarus: A Case Study Video

2015-02-14 Thread FreeMan
It plays under Firefox osx too. On 14.02.2015 13:51, Mattias Gaertner wrote: [...] Play under Linux (CentOs 6) - Firefox has no effect. It plays under Firefox Ubuntu. Mattias -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Examples of CairoCanvas usage

2015-02-14 Thread Graeme Geldenhuys
On 2015-02-13 19:21, Juha Manninen wrote: property PagerWidth: integer read GetPaperWidth; Ah, well spotted. I'll fix this right now. The API is very different than what for example PowerPdf has. As far as I understood the author wrote everything from scratch based directly on the PDF

Re: [Lazarus] How to edit color value in Object inspector

2015-02-14 Thread FreeMan
Onaltılık renk no. mean Hexadecimal color number I wrote in there CCD148 then click Ok. It coverted that number ? after click 3dot button. Is number is same? and only one this place editable in color picker On 14.02.2015 14:33, Mattias Gaertner wrote: The color picker is the system color

Re: [Lazarus] patch:add /$(LCLWidgetType) to rx packages FU

2015-02-14 Thread Mattias Gaertner
On Sat, 14 Feb 2015 17:10:59 +0200 FreeMan freema...@delphiturkiye.com wrote: not in CCR /lazarus/components/rx/rx.lpk -UnitOutputDirectory Value=lib/$(TargetCPU)-$(TargetOS)/ +UnitOutputDirectory Value=lib/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)/ Done. Mattias --

Re: [Lazarus] Is this bug?

2015-02-14 Thread Juha Manninen
On Sat, Feb 14, 2015 at 4:44 PM, FreeMan freema...@delphiturkiye.com wrote: Why not? I'm using ram driver, some times remove drive and reinstall fpc lazarus. make or make bigide, I'm using 3party tools rx etc. I mean, after maked IDE and run, this form show rx packages is in installed list,

Re: [Lazarus] Is this bug?

2015-02-14 Thread Juha Manninen
On Sat, Feb 14, 2015 at 1:48 PM, FreeMan freema...@delphiturkiye.com wrote: osx fpc lazarus svn qt x64 In Install/Uninstall Packages form. *-)When open this form, Installed list items showing, but Available for installation list empty. just when mouse move list printing. There is a refresh

Re: [Lazarus] Is this bug?

2015-02-14 Thread FreeMan
On 14.02.2015 16:21, Juha Manninen wrote: On Sat, Feb 14, 2015 at 1:48 PM, FreeMan freema...@delphiturkiye.com wrote: osx fpc lazarus svn qt x64 In Install/Uninstall Packages form. *-)When open this form, Installed list items showing, but Available for installation list empty. just when

Re: [Lazarus] How to edit color value in Object inspector

2015-02-14 Thread JuuS
Ha! I should have known that! Lazarus/pascal is infinitely customizable. Been out of the pascal environment for so long I'm forgetting the basics. Thanks Mattias, I will look into the override... BTW, super job. You are all my heroes. On 02/14/2015 01:33 PM, Mattias Gaertner wrote: On Sat,

Re: [Lazarus] Promoting Lazarus: A Case Study Video

2015-02-14 Thread Anthony Walter
As a reminder, if you could please use the wiki to make corrections rather than posting additions or corrections here, my life would be much easier. And thank you for the feedback. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

[Lazarus] patch:add /$(LCLWidgetType) to rx packages FU

2015-02-14 Thread FreeMan
not in CCR /lazarus/components/rx/rx.lpk -UnitOutputDirectory Value=lib/$(TargetCPU)-$(TargetOS)/ +UnitOutputDirectory Value=lib/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)/ Index: components/rx/rx.lpk === ---

Re: [Lazarus] Is this bug?

2015-02-14 Thread FreeMan
Thank you very much for your explains. On 14.02.2015 19:45, Juha Manninen wrote: Ok, you need the list of packages you installed yourself, in addition to bigide. There is no such list I am afraid. After make bigide your selected packages are marked differently in the Install/Uninstall packages

Re: [Lazarus] Is this bug?

2015-02-14 Thread Juha Manninen
On Sat, Feb 14, 2015 at 7:11 PM, FreeMan freema...@delphiturkiye.com wrote: No :) I understood right, but my translate is wrong :) this link explain bigide http://wiki.lazarus.freepascal.org/Getting_Lazarus bigide as all, except that the IDE is built with a lot of extra packages

Re: [Lazarus] Is this bug?

2015-02-14 Thread FreeMan
No :) I understood right, but my translate is wrong :) this link explain bigide http://wiki.lazarus.freepascal.org/Getting_Lazarus bigide as all, except that the IDE is built with a lot of extra packages but what is extras? no where in web. of course after install / uninstall any

Re: [Lazarus] to zeljko about bug #27411

2015-02-14 Thread zeljko
On 02/13/2015 04:45 PM, FreeMan wrote: Hello zeljan, bug id 27411, I'm not opened so I can not reopen in bugtracker. not changed more then that patch for me. example: alt + g combination not working still for me. and some other keys. That other keys not important but, alt+g is important for me.

Re: [Lazarus] Is this bug?

2015-02-14 Thread Mattias Gaertner
On Sat, 14 Feb 2015 13:48:25 +0200 FreeMan freema...@delphiturkiye.com wrote: osx fpc lazarus svn qt x64 In Install/Uninstall Packages form. *-)When open this form, Installed list items showing, but Available for installation list empty. just when mouse move list printing. There is a