Re: [lazarus] TFilelistBox dont work

2007-04-27 Thread fedorax
Thank's. With ftArchive that's work. I cant find exactly when ftArchive become necessary but when FPC svn version was 2.1.1 the component TFilelistBox work without this line. In the IDE the default value of filetype ftArchive is set to false. May be the best way is set the default to true in

Re: [Lazarus] Problem compiling 0.9.23 (11015)

2007-04-27 Thread Mattias Gaertner
On Fri, 27 Apr 2007 16:22:32 +0200 Guadagnini David [EMAIL PROTECTED] wrote: After download the patch for build 11015 (or 11016 is the same) I try to compile but appeare the follow error: Error: No member is provided to access property in file SynCompletion.pas (line 460) the line is

[lazarus] A list of required libs for Ubuntu 7.04

2007-04-27 Thread Graeme Geldenhuys
Hi, I just installed Ubuntu 7.04 and thought I would post a listing of all required libs (packages) to be able to compile FPC, Lazarus and Lazarus applications using the gtk1 widget set. Ubuntu uses the 'apt' package management system, so installing the following 6 packages will pull in the

[lazarus] Hints from other objects clear DrawGrid

2007-04-27 Thread Mike Sapsard
When a hint from another screen object, such as a button, passes over a Drawgrid the Drawgrid returns the affected cell color to the drawgrid background color. Is this the intended behaviour? If so, how should I work around it? I am using the Daily download from 26/04/2007 om Windows XP

[lazarus] Cursor does not change when selecting object handles in IDE

2007-04-27 Thread Mike Sapsard
In the 26/04/2207 Daily Download (Win32), selected BitBtns in the IDE display the handles, and the handles work, but the cursor does not change. Mike Sapsard -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/

[lazarus] TSpeedbutton patch

2007-04-27 Thread Graeme Geldenhuys
Hi, If there are no objections, could somebody apply the patch listed in the following bug report. I have another patch for Editor Toolbar and would like to use the feature added to TSpeedButton. http://www.freepascal.org/mantis/view.php?id=8756 Thanks, G. -- Graeme Geldenhuys There's no

Re: [lazarus] Locking controls

2007-04-27 Thread Graeme Geldenhuys
You must have read my mind! :-) I was just looking for that exact same feature as well and couldn't find anything. I know in Delphi you can right click on the form and select lock form. G. On 4/27/07, Mark Morgan Lloyd [EMAIL PROTECTED] wrote: Hope this isn't an FAQ- does the IDE have a

Re: [lazarus] Hints from other objects clear DrawGrid

2007-04-27 Thread Jesus Reyes
--- Mike Sapsard [EMAIL PROTECTED] escribió: When a hint from another screen object, such as a button, passes over a Drawgrid the Drawgrid returns the affected cell color to the drawgrid background color. Is this the intended behaviour? If so, how should I work around it? I am

Re: [lazarus] Locking controls

2007-04-27 Thread Mark Morgan Lloyd
Graeme Geldenhuys wrote: You must have read my mind! :-) I was just looking for that exact same feature as well and couldn't find anything. I know in Delphi you can right click on the form and select lock form. [Chuckle] I'm making another attempt to get back into Lazarus here, but I've

Re: [lazarus] Locking controls

2007-04-27 Thread Graeme Geldenhuys
On 4/27/07, Mark Morgan Lloyd [EMAIL PROTECTED] wrote: If anybody ever does look at this it would be doubly-useful if there was a project setting, so that once the GUI is laid out it's protected by default. Locking controls on a from might already exist - I just couldn't spot it. A few

RE: [lazarus] Locking controls

2007-04-27 Thread Hess, Philip J
Perhaps you're thinking of the Delphi Edit | Lock Controls command. I'm not aware of any right-click command that locks the form in Delphi. -Original Message- From: Graeme Geldenhuys [mailto:[EMAIL PROTECTED] Sent: Friday, April 27, 2007 12:46 PM To: lazarus@miraclec.com Subject: Re:

Re: [lazarus] Locking controls

2007-04-27 Thread Graeme Geldenhuys
On 4/27/07, Hess, Philip J [EMAIL PROTECTED] wrote: Perhaps you're thinking of the Delphi Edit | Lock Controls command. I'm not aware of any right-click command that locks the form in Delphi. Ah yes, that must be it. It's been over a year since I last used Delphi. ;-) -- Graeme Geldenhuys

[lazarus] images used in Lazarus IDE

2007-04-27 Thread Graeme Geldenhuys
Hi, For the Editor Toolbar (add-on) package to work correctly (visually than is), it needs to grab the glyph associated with each registered action in the IDE. Unfortunately most menu items have no images. I'm trying to solve this problem by creating some artwork, but before I can continue, I

Re: [lazarus] TFilelistBox dont work

2007-04-27 Thread Luis R. Hilario B.
Right now works thus: ftArchive = If has the attribute of file. ftNormal = If has no attribute. Do the test removing all the attributes. DOS/Windows (OS/2?): attribu -r -a -s -h file.ext It can be that in the future be 100% Delphi compatible, but now I am working in unit serie.pp for Windows.

Re: [lazarus] images used in Lazarus IDE

2007-04-27 Thread Paul Ishenin
Hello, Graeme Geldenhuys. On 28.04.2007 you wrote: GG Hi, GG For the Editor Toolbar (add-on) package to work correctly (visually GG than is), it needs to grab the glyph associated with each registered GG action in the IDE. Unfortunately most menu items have no images. I'm GG trying to solve