Re: [lazarus] PostgreSql installationc

2006-10-25 Thread Michael Van Canneyt
On Tue, 24 Oct 2006, Terry A Haimann wrote: Can you be more specific as to what the name of the file will be, I would prefer to have something in a rpm. I don't know about FC4, because I have SuSE installed. On SuSE, the rpm package with the libraries is postgresql-libs-8.1.4-1.2 The link

[lazarus] TTabControl status

2006-10-25 Thread Graeme Geldenhuys
Hi, On the Project Roadmap it doesn't mentiond TTabControl anywhere, yet it is in the Common Controls palette. I did find a TTabSheet in the roadmap. Is that supposed to be TTabControl maybe? Anyway, back to my original query. Could someone confirm these problems please so I know if I should

[lazarus] [patch] - TTabControl doesn't act as a container

2006-10-25 Thread Graeme Geldenhuys
Hi, As the subject line says: The TTabControl doesn't accept other controls. It doesn't act like a container, when it is supposed to. The patch make it accept other componets at design time, but the patch is not 100% as you can move the child component over the Tabs, which shouldn't be allowed.

Re: [patch] - TTabControl doesn't act as a container

2006-10-25 Thread Graeme Geldenhuys
I forgot to mention that the second image shows that the patch works when you set the StringGrid.Align = clClient, but as shown in the first images, when it is clNone, you can move it over the tabs. Regards, - Graeme - PS: I just discovered GMane! Can one post messages using a Newsgroup Reader

Re: [patch] - TTabControl doesn't act as a container

2006-10-25 Thread Graeme Geldenhuys
This patch needs to be applied instead of the previous one. I managed to fix the background color issue! The Canvas was set to clBackground instead of clBtnFace. Regards, - Graeme - On 25/10/06, Graeme Geldenhuys [EMAIL PROTECTED] wrote: Hi, As the subject line says: The TTabControl

[lazarus] usage of TTabControlStrings

2006-10-25 Thread Graeme Geldenhuys
Hi What is the point/usage of TTabControlStrings? Why couldn't a TStrings be used to store the Tabs text? TTabControlStrings = class(TStrings) Regards, - Graeme - -- There's no place like 127.0.0.1 _ To unsubscribe: mail

Re: [lazarus] usage of TTabControlStrings

2006-10-25 Thread vsnijders
- Origineel bericht - Van: Graeme Geldenhuys [EMAIL PROTECTED] Datum: woensdag, 25 oktober 2006 12:04 Onderwerp: [lazarus] usage of TTabControlStrings Hi What is the point/usage of TTabControlStrings? Why couldn't a TStrings be used to store the Tabs text? TTabControlStrings =

Re: [lazarus] TTabControl status

2006-10-25 Thread Felipe Monteiro de Carvalho
On 10/25/06, Graeme Geldenhuys [EMAIL PROTECTED] wrote: On the Project Roadmap it doesn't mentiond TTabControl anywhere, yet it is in the Common Controls palette. Well, please add it =) I did find a TTabSheet in the roadmap. Is that supposed to be TTabControl maybe? No, I did a quick

[lazarus] translation

2006-10-25 Thread George Birbilis
http://www.microsoft.com/downloads/details.aspx?familyid=25018024-2DFD-4229- 9763-05F78FEAF2FF http://www.microsoft.com/downloads/details.aspx?familyid=25018024-2DFD-4229 -9763-05F78FEAF2FFdisplaylang=en displaylang=en May be useful for Lazarus localizations George Birbilis

Re: [lazarus] TTabControl status

2006-10-25 Thread Graeme Geldenhuys
On the Project Roadmap it doesn't mentiond TTabControl anywhere, yet it is in the Common Controls palette. Well, please add it =) I can't, it is on the Lazarus website, not the wiki. http://www.lazarus.freepascal.org/modules.php?op=modloadname=Roadmapfile=index I did find a TTabSheet in

Re: [lazarus] TTabControl status

2006-10-25 Thread Felipe Monteiro de Carvalho
On 10/25/06, Graeme Geldenhuys [EMAIL PROTECTED] wrote: I can't, it is on the Lazarus website, not the wiki. The website roadmap is old and will be replaced by the wiki one: http://wiki.lazarus.freepascal.org/Roadmap Actually the whole lazarus website could use some updating. -- Felipe

Re: ideprinting package

2006-10-25 Thread Darius Blaszijk
I have created a package that adds a printing menu item to the IDE. You can now print the active unit in the source editor. The package has been tested under win32 and linux. Darius ideprinting.zip.remove Description: Binary data

[lazarus] Problem with UTF8 in ubuntu 6.06

2006-10-25 Thread Alejandro Lucas Baldres
Hello list, I developed a application under linux and when runthe program the labels appear truncated or they do not appear. If launch the application from the console appear in the console the message: Warning the UTF8 not implemented. How to solution this problem? Than you! -- Lucas

Re: [lazarus] Problem with UTF8 in ubuntu 6.06

2006-10-25 Thread Felipe Monteiro de Carvalho
This is a FAQ: http://wiki.lazarus.freepascal.org/Lazarus_Faq#I_get_this_message:_.22.5BWARNING.5D_.2A.2A_Multibyte_character_encodings_.28like_UTF8.29_are_not_supported_at_the_moment..22 The Lazarus IDE will eventually be migrated to Unicode. Until then, you can follow the instructions on the

[lazarus] KDE

2006-10-25 Thread John Meyer
Has anybody been able to run Lazarus under KDE (suse 10.1). I can't even get it up. _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] patch guitestrunner

2006-10-25 Thread Darius Blaszijk
Please ignore this patch. I mistakenly assumed that a missing XSL file would not prevent the XML file from showing in a browser. And although the code will show properly in any editor, MS Explorer and Firefox show an error. I will add a new checkbox to the GUI so the user can select wether or

Re: [lazarus] KDE

2006-10-25 Thread Felipe Monteiro de Carvalho
On 10/25/06, John Meyer [EMAIL PROTECTED] wrote: Has anybody been able to run Lazarus under KDE (suse 10.1). I can't even get it up. Does it give any error message? What happens? How did you install it? Also, try running it from the command line. The command is: lazarus -- Felipe Monteiro

Re: [lazarus] KDE

2006-10-25 Thread John Meyer
Felipe Monteiro de Carvalho wrote: On 10/25/06, John Meyer [EMAIL PROTECTED] wrote: Has anybody been able to run Lazarus under KDE (suse 10.1). I can't even get it up. Does it give any error message? What happens? How did you install it? Also, try running it from the command line. The

Re: [lazarus] KDE

2006-10-25 Thread John Meyer
John Meyer wrote: Felipe Monteiro de Carvalho wrote: On 10/25/06, John Meyer [EMAIL PROTECTED] wrote: Has anybody been able to run Lazarus under KDE (suse 10.1). I can't even get it up. Does it give any error message? What happens? How did you install it? Also, try running it from the