Re: [lazarus] How to compile LCL with fpgui?

2007-07-27 Thread Graeme Geldenhuys
Hi Giuliano, As Felipe mentioned, fpGUI has undergone a major redesign which broke compatibility. I definitely agree with Felipe that we should wait for fpGUI to stabilize in design before we continue the LCL implementation. The old fpGUI code base has been tagged before all the changes have

[lazarus] Formatting tools

2007-07-27 Thread Friedrich Hattendorf
Are there source-formattimg tools for lazarus? (controlling indentation, same use of upper and lower case for identifiers and Keywords) Friedrich _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as

Re: [lazarus] Formatting tools

2007-07-27 Thread Michael Van Canneyt
On Fri, 27 Jul 2007, Friedrich Hattendorf wrote: Are there source-formattimg tools for lazarus? (controlling indentation, same use of upper and lower case for identifiers and Keywords) Yes. ptopu exists, I think there is also a component for it that installs a menu item. Graeme

Re: [lazarus] Formatting tools

2007-07-27 Thread wile64
yes, in Pretty-format in component Laurent, 2007/7/27, Michael Van Canneyt [EMAIL PROTECTED]: On Fri, 27 Jul 2007, Friedrich Hattendorf wrote: Are there source-formattimg tools for lazarus? (controlling indentation, same use of upper and lower case for identifiers and Keywords)

Re: [lazarus] new Thread Manager Demo

2007-07-27 Thread Razvan Adrian Bogdan
For some reason on linux at least the suspended property is no always set correctly, one can suspend a thread by creating a method like TrySuspend and set a variable FSuspend when the execute is run check for FSuspend then set it to false and call Suspend. I tried overriding the Suspend method and

Re: [lazarus] Unicode (UTF-8) and OnKeyPress event

2007-07-27 Thread Razvan Adrian Bogdan
http://www.unicode.org/faq/programming.html How about converting to UTF-32? A: If your platform or i18n library supports UTF-32 (4-byte) characters, then, for similar reasons, you might want to use them instead of UTF-16. Generally, the simplest approach is to match your basic character and

Re: [lazarus] Unicode support and fonts

2007-07-27 Thread Razvan Adrian Bogdan
Windows has more fonts installable from the Control Panel, i think Unicode Arial is also there but there are OpenSource fonts like Bitstream Vera and FreeSans and DejaVu that are distributed with open licenses, also at some point i downloaded a ton of fonts for Graphics usage on windows and many

[lazarus] Convert text from one codepage to another or UTF

2007-07-27 Thread Razvan Adrian Bogdan
Is there any crossplatform way to convert text from different codepages ? From my knowledge only ANSI CP1250 or ISO 8859 1 or maybe a subset of them like the first 127 chars can be converted to UTF8 with AnsiToUTF8 and back. I have searched the web for alternative solutions, one option would be

Re: [lazarus] Unicode (UTF-8) and OnKeyPress event

2007-07-27 Thread Razvan Adrian Bogdan
Maybe there should be events like OnUniKeyPress that return a 32 bit UTF32 char, from what i've read some programming languages do this, Java is supposed to be one of them even if it uses UTF16 strings for storage reasons. Razvan _

Re: [lazarus] form embedded in another form

2007-07-27 Thread Razvan Adrian Bogdan
Reparenting forms is nice indeed, however if the widgetset does not allow this we really have to extend frames to have more form like behaviour, OnShow event does trigger in Delphi embedded forms, some events do not, but it is useful, reparenting Forms is useful in other cases too but i'm not sure

Re: [lazarus] How to compile LCL with fpgui?

2007-07-27 Thread Giuliano Colla
Thank you. (and also to Felipe) Graeme Geldenhuys ha scritto: Hi Giuliano, As Felipe mentioned, fpGUI has undergone a major redesign which broke compatibility. I definitely agree with Felipe that we should wait for fpGUI to stabilize in design before we continue the LCL implementation. The

[lazarus] Patch for TScrollBox-Bug(s)

2007-07-27 Thread Andreas Maier
Hello, this is my first patch. I hope i have made it in the correct way. This patch fixes two bugs of the TScrollBox. 1) If AutoScroll is set to False and a Range is assigned. The Position increases after the ScrollBar reaches the end. This bug is also descirbed in Bug # 0001986. 2) The

Re: [lazarus] Roadmap Status of features

2007-07-27 Thread Mattias Gaertner
On Fri, 20 Jul 2007 16:06:04 -0400 Hess, Philip J [EMAIL PROTECTED] wrote: Felipe, Good idea adding the Status of features table to the Roadmap page: http://wiki.lazarus.freepascal.org/Roadmap#Status_of_features_on_each_wi dgetset I wonder if it would be useful to list a

[lazarus] Ask for help

2007-07-27 Thread Darmawan Sugiarto
Hello, I have some question... 1. what is the differences between this code procedure SetCaption(_val:string); procedure SetCaption(const _val:string); 2. I create a spooling program but It's work very slow. Now I spool an image but It's size so big 60Mb,... I want to change