Re: [lazarus] ListView question

2005-11-21 Thread Vincent Snijders
Darius Blaszijk wrote: Hi, I'm using two listviews in an app that hold items. The user can select items in both and link them by pressing a button. The problem now is, that as soon as focus leaves a listview there is no indication anymore what item is selected, although ItemFocussed stil

Re: [lazarus] ListView question

2005-11-21 Thread dhkblaszyk
It could be implemented for win32 interface by setting the LVS_SHOWSELALWAYS style if HideSelection is false. I'm thinking multiplatform here ;) _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as

Re: [lazarus] ListView question

2005-11-21 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: It could be implemented for win32 interface by setting the LVS_SHOWSELALWAYS style if HideSelection is false. I'm thinking multiplatform here ;) Yes, for the other platfroms there need to be a solution too, but I am not familiar with those. Maybe some the gtk

Re: [lazarus] ListView question

2005-11-21 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Should I add a bugreport then, so it does not get forgotten?? That seems ok: TListView.HideSelection not implemented. Vincent. _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] ListView question

2005-11-21 Thread Graeme Geldenhuys
Hi, I noticed that there are a few other methods not published either. eg: //property HotTrack; //property HotTrackStyles; //property HoverTime; Using HotTrackStyles as follows does work under Win32 Laz 0.9.10 ListView1.HotTrackStyles := [htHandPoint]; Is it not published due to

[lazarus] License and other widet sets

2005-11-21 Thread Dan Stefan Rundberget
This is a multi-part message in MIME format.If this just is a stupid question i apologize. Do you --have-- to use a third party widget set to use lazarus, or are the LCL classes as compleat widget set it self. Because the widget set itself has a license, which probably isn't compatible with

Re: [lazarus] License and other widet sets

2005-11-21 Thread Joost van der Sluis
On Mon, 2005-11-21 at 06:49 +0100, Dan Stefan Rundberget wrote: If this just is a stupid question i apologize. Do you --have-- to use a third party widget set to use lazarus, or are the LCL classes as compleat widget set it self. Because the widget set itself has a license, which probably

[lazarus] building fpc 2.0.1 from source code (amd64 ubuntu)

2005-11-21 Thread marius popa
I downloaded fpc 2.0.1 source code and have some problems for building it http://prdownloads.sourceforge.net/lazarus/fpc-2.0.1-050923.source.tar.gz?download tar -zxvf fpc-2.0.1-050923.source.tar.gz cd fpc make build /opt/fpc/bin/ppcx64 -Ur -Ur -Xs -n -Fi../inc -Fi../x86_64 -Fi../unix

Re: [lazarus] ListView question

2005-11-21 Thread dhkblaszyk
Vincent, I need some help here. I'm not familiar with the widgetset at all. TCustomListView has a HideSelection property, not yet published by TListView. I removed the comments so the property gets published. It could be implemented for win32 interface by setting the LVS_SHOWSELALWAYS style

Re: [lazarus] ListView question

2005-11-21 Thread Marc Weustink
[EMAIL PROTECTED] wrote: Vincent, I need some help here. I'm not familiar with the widgetset at all. TCustomListView has a HideSelection property, not yet published by TListView. I removed the comments so the property gets published. It could be implemented for win32 interface by

Re: [lazarus] building fpc 2.0.1 from source code (amd64 ubuntu)

2005-11-21 Thread Vincent Snijders
marius popa wrote: I downloaded fpc 2.0.1 source code and have some problems for building it http://prdownloads.sourceforge.net/lazarus/fpc-2.0.1-050923.source.tar.gz?download tar -zxvf fpc-2.0.1-050923.source.tar.gz cd fpc make build /opt/fpc/bin/ppcx64 -Ur -Ur -Xs -n -Fi../inc

[lazarus] Reporting tools for lazarus

2005-11-21 Thread Sam Washkansky
Hi I'm new to lazarus, and was wondering what reporting tools are available out there. are there any tools which can be intergrated into the IDE, like rave or quickreport in Delphi? I've tried LaReport, but can't seem to see how to actually create a report.-- Sam

[lazarus] error with printer4lazarus

2005-11-21 Thread George Lober
Hello All, I've been away from Lazarus for some period, so I started from scratch and erased my old Lazarus directory, got the latest SVN, and built Lazarus OK, but when I try to add the printer4lazarus package and I keep getting the following error: