Re: [Lazarus] .or and .res files

2010-06-25 Thread Paul Ishenin
25.06.2010 2:17, Mark Morgan Lloyd пишет: Should .or be removed by a Clean Directory? I think yes. What about .res? Are they compiler version specific? res files should stay - they are not made by the compiler but by the IDE. Best regards, Paul Ishenin. --

Re: [Lazarus] list language specific wiki pages

2010-06-25 Thread Graeme Geldenhuys
On 24 June 2010 22:23, Swen Heinig wrote: http://wiki.lazarus.freepascal.org/Special:Allpages/* Thanks, the last link helped me find what I was looking for. -- Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit

Re: [Lazarus] list language specific wiki pages

2010-06-25 Thread Vincent Snijders
2010/6/24 Graeme Geldenhuys graemeg.li...@gmail.com: Hi, Is there a way to list all pages in the wiki based on a specific language? For example: I created some Afrikaans pages way back, but I can't seem to find them to update them, and searching for 'af' or 'af_ZA' doesn't yield any results.

Re: [Lazarus] .or and .res files

2010-06-25 Thread Mark Morgan Lloyd
Paul Ishenin wrote: 25.06.2010 2:17, Mark Morgan Lloyd пишет: Should .or be removed by a Clean Directory? I think yes. What about .res? Are they compiler version specific? res files should stay - they are not made by the compiler but by the IDE. Thanks Paul. I tried compiling the current

Re: [Lazarus] list language specific wiki pages

2010-06-25 Thread Graeme Geldenhuys
On 25 June 2010 10:02, Vincent Snijders vincent.snijd...@gmail.com wrote: I don't know how to list all pages of a language. But you can find the Thanks. For some reason I thought I translated more pages to Afrikaans... I guess not. [maybe I got confused with Wikipedia] Anyway, I am now adding

[Lazarus] next release date?

2010-06-25 Thread Graeme Geldenhuys
Hi, I would like to get my Lazarus todo list in order. Is there any scheduled release date for the next Lazarus version? I guess it will happen some time after FPC 2.4.2 release (anybody know when that is too?). -- Regards, - Graeme - ___ fpGUI

Re: [Lazarus] next release date?

2010-06-25 Thread Samuel Herzog
Hi Graeme, you bring up a difficult question. I would already be happy if someone would announce a feature freeze for release 0.9.30 At the moment the bugtracker say's we are at 87%. http://bugs.freepascal.org/roadmap_page.php But I tried several times to convince people to move some

Re: [Lazarus] next release date?

2010-06-25 Thread Paul Ishenin
25.06.2010 17:38, Graeme Geldenhuys wrote: Is there any scheduled release date for the next Lazarus version? I guess it will happen some time after FPC 2.4.2 release (anybody know when that is too?). Not the paticular date but we hoped to release this summer after the fpc 2.4.2 release.

Re: [Lazarus] .or and .res files

2010-06-25 Thread Paul Ishenin
25.06.2010 16:25, Mark Morgan Lloyd wrote: Thanks Paul. I tried compiling the current code I'm working on with 0.9.26/2.2.4 yesterday and had problems which by the looks of it were caused by resources- probably not worth pursuing further but it looks as though something isn't

Re: [Lazarus] next release date?

2010-06-25 Thread Graeme Geldenhuys
On 25 June 2010 12:47, Paul Ishenin wrote: Not the paticular date but we hoped to release this summer after the fpc 2.4.2 release. I presume that would be summer in the northern hemisphere, correct? :) Thanks, that gives me a relative time frame. -- Regards, - Graeme -

Re: [Lazarus] Anchor-Docking Bugs

2010-06-25 Thread Eugen Bolz
Am 23.06.2010 20:37, schrieb Eugen Bolz: Done. http://bugs.freepascal.org/view.php?id=16782 I have created a Patch for AnchorDock: http://bugs.freepascal.org/view.php?id=16789 please Apply :) And also a working solution attached to the Bug-Report :) --

Re: [Lazarus] next release date?

2010-06-25 Thread theo
I presume that would be summer in the northern hemisphere, correct? :) 56° 0′ 0″ N, 92° 56′ 0″ E Yes! ;-) -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Keyboard shortcuts not always working

2010-06-25 Thread Hans-Peter Diettrich
Martin schrieb: Embedded designers require scrolling and other navigation, when not the whole form (or all currently open forms) fit into the docking area. IMO it were much more useful to have floating form designers, even in a docked environment, with a synchronization between active

Re: [Lazarus] .or and .res files

2010-06-25 Thread Mark Morgan Lloyd
Paul Ishenin wrote: 25.06.2010 16:25, Mark Morgan Lloyd wrote: Thanks Paul. I tried compiling the current code I'm working on with 0.9.26/2.2.4 yesterday and had problems which by the looks of it were caused by resources- probably not worth pursuing further but it looks as though something

[Lazarus] SetFileTime in Linux?

2010-06-25 Thread bobby
Hi @all, Is there in Linux any function to set file time (created/modified)? I need it to set the file/directory time at unpacking ZIP archives. In Windows I use the following function: function SetFileDateTime(FileName: UTF8string; DT: longint): boolean; var hDir: THandle; ftCreation:

Re: [Lazarus] .or and .res files

2010-06-25 Thread Paul Ishenin
25.06.2010 23:55, Mark Morgan Lloyd wrote: {$IFDEF WINDOWS}{$R hp495x.rc}{$ENDIF} This one is the old directive. {$R *.res}// === THAT ONE This one is the new directive. IDE adds the new directive once you edit the project options. It does not remove the old one.

Re: [Lazarus] .or and .res files

2010-06-25 Thread Mark Morgan Lloyd
Paul Ishenin wrote: IDE adds the new directive once you edit the project options. It does not remove the old one. Probably it should but how to decide whether this directive was inserted there automatically or manually? So IDE leaves the old directive. As result you get an error with resource

[Lazarus] TListView OnItemChecked Method

2010-06-25 Thread Andrew Brunner
I'm maulling over the idea of adding an TListView.OnItemChecked event for TListItem.SetChecked It would be easier for me to work around but I'm thinking I'll ask first and see if it would be worth it to revise LCL's TListView. Any comments? -- ___

Re: [Lazarus] SetFileTime in Linux?

2010-06-25 Thread Andreas Schneider
Am Freitag 25 Juni 2010, 17:55:38 schrieb bobby: Hi @all, Is there in Linux any function to set file time (created/modified)? I need it to set the file/directory time at unpacking ZIP archives. As it happens, I had to use such a function for my patch engine ... all necessary functions and

Re: [Lazarus] SetFileTime in Linux?

2010-06-25 Thread Michael Van Canneyt
The libc unit is deprecated. Also, it only works on i386. You can use the fpUtime function from the baseunix unit. See http://www.freepascal.org/docs-html/rtl/baseunix/fputime.html Michael. On Fri, 25 Jun 2010, Andreas Schneider wrote: Am Freitag 25 Juni 2010, 17:55:38 schrieb bobby: Hi

Re: [Lazarus] Embedded database for Lazarus/Linux

2010-06-25 Thread Andreas Berger
waldo kitty wrote: one extremely hilarious aspect of working with newer coders is the expressions on their faces when you show them 20 year old code running rings around their code with the same test data and in the same environment... the best part is when they realize that the 20 year old

Re: [Lazarus] Embedded database for Lazarus/Linux

2010-06-25 Thread waldo kitty
On 6/25/2010 17:06, Andreas Berger wrote: waldo kitty wrote: one extremely hilarious aspect of working with newer coders is the expressions on their faces when you show them 20 year old code running rings around their code with the same test data and in the same environment... the best part is