Re: [lazarus] ScrollBar with a canvas ?

2006-07-12 Thread Graeme Geldenhuys
The link you posted doesn't work. The correct one is below. http://www.heliska-creations.com/ZHReplays/interfacereplayZHfinal.png For custom GUI component written in Object Pascal, have a look at the fpGUI project or the LPTK project. I am almost ready to publish my GUI components as well,

Re: [lazarus] Hint Shadow

2006-07-12 Thread Vincent Snijders
Henrique P Faria schreef: BTW Vincent, did u get any progress to implement hint shadow resource on Win32 Lazarus ? No, currently I am busy trying to fix issue 7108: http://www.freepascal.org/mantis/view.php?id=7108 Maybe you can add the information about this feature to the bug tracker, so it

[lazarus] Localization/Internationalization

2006-07-12 Thread George Birbilis
Is there any document/help on how to localize (or even better internationalize [have it dynamically load the correct localized resources]) the Lazarus IDE and Lazarus apps in general? In Delphi you use resourcestring (I see Lazarus/FPC also accepts it), but not sure how to use that without the

RE: [lazarus] Converting Unicode to ANSI

2006-07-12 Thread George Birbilis
I had such dificulties lately trying to manage Unicode texts. List members guided me to use UTF...* set of functions to manipulate Unicode strings and finally I got it. I'm not a high skilled programmer but because I mostly deal with such texts (it is Greek you see) I may think something.

[lazarus] Form editor copy/paste bug (refresh related)

2006-07-12 Thread George Birbilis
At lazarus 0.9.12beta, when right clicking a button on a form and pressing Copy, then Paste, then button doesn't appear, but only a placeholder for it. At next paste or other component insert on the form action, the button that was showing a placeholder now appears ok e.g. try pasting this:

RE: [lazarus] Request for PR noise !

2006-07-12 Thread George Birbilis
I like the name Lazarus (I'm Greek btw), it means Resurection and it has the potential indeed to become so (for both Pascal and Delphi/Object Pascal). BTW, at conference hosted by eurodevcon.com, well known speakers in the Borland tools world will talk about the future of Delphi, C++ and JBuilder

Re: [lazarus] Form editor copy/paste bug (refresh related)

2006-07-12 Thread Vincent Snijders
George Birbilis schreef: At lazarus 0.9.12beta, when right clicking a button on a form and pressing Copy, then Paste, then button doesn't appear, but only a placeholder for it. At next paste or other component insert on the form action, the button that was showing a placeholder now appears ok

Re: [lazarus] Converting Unicode to ANSI

2006-07-12 Thread Vincent Snijders
George Birbilis schreef: I had such dificulties lately trying to manage Unicode texts. List members guided me to use UTF...* set of functions to manipulate Unicode strings and finally I got it. I'm not a high skilled programmer but because I mostly deal with such texts (it is Greek you see) I

Re: [lazarus] ScrollBar with a canvas ?

2006-07-12 Thread Felipe Monteiro de Carvalho
On 7/11/06, Lepidosteus [EMAIL PROTECTED] wrote: Do you know about any implemntation of a scrollbar from scratch that i could use to change the drawing ? There are at least two ways to do that. The first way is to use all kinds of platform dependent code to write your scrollbar component. You

Re: [lazarus] Localization/Internationalization

2006-07-12 Thread dhkblaszyk
George, You can see how it's implemented in ./lazarus/ideidetranslations.pas. The FPC documentation is an excelent reference : http://community.freepascal.org:1/docs-html/prog/progch9.html#x204-2080009 HTH Darius Is there any document/help on how to localize (or even better

[lazarus] Lazarus and Suse 10.1

2006-07-12 Thread John Meyer
Hi, has anybody successfully installed Lazarus under SuSE 10.1. I try to, but it keeps complaining about gdk-pixbuf-devel and gtk+-devel. Where do I get those packages? _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Lazarus and Suse 10.1

2006-07-12 Thread Darius Blaszijk
rpmfind or gtk.org ?? - Original Message - From: John Meyer [EMAIL PROTECTED] To: lazarus@miraclec.com Sent: Wednesday, July 12, 2006 6:15 PM Subject: [lazarus] Lazarus and Suse 10.1 Hi, has anybody successfully installed Lazarus under SuSE 10.1. I try to, but it keeps complaining

Re: [lazarus] Lazarus and Suse 10.1

2006-07-12 Thread micahel schneider
Am Mittwoch, 12. Juli 2006 18:15 schrieb John Meyer: Hi, has anybody successfully installed Lazarus under SuSE 10.1. I try to, but it keeps complaining about gdk-pixbuf-devel and gtk+-devel. Where do I get those packages? _

Re: [lazarus] About Promoting-FPC

2006-07-12 Thread Al Boldi
Marc Weustink wrote: Al Boldi wrote: See the 'FPC performance profile' thread. I reread the thread, you stated something, some other users couldn't reproduce, so what do you expect for an answer ? Did you try it on your system? Also, I have another case involving TStringList which exhibits

Re: [lazarus] Lazarus and Suse 10.1

2006-07-12 Thread John Meyer
micahel schneider wrote: Am Mittwoch, 12. Juli 2006 18:15 schrieb John Meyer: Hi, has anybody successfully installed Lazarus under SuSE 10.1. I try to, but it keeps complaining about gdk-pixbuf-devel and gtk+-devel. Where do I get those packages? Actually, I installed it, using the

Re: [lazarus] About Promoting-FPC

2006-07-12 Thread Marc Weustink
Al Boldi wrote: Marc Weustink wrote: Al Boldi wrote: See the 'FPC performance profile' thread. I reread the thread, you stated something, some other users couldn't reproduce, so what do you expect for an answer ? Did you try it on your system? No, for several reasons. 1: I don't

[lazarus] Menuitems with icons and checks

2006-07-12 Thread Marc Weustink
Hi, Just tonight I noticed that the Icons in front of menuitems have a lot of whitespace on the left. I wondered why and expected some bug. However when I saw a menuitem with checkmark it became clear. The checkmark is drawn in front of the icon. This behaviour is not something windows and