Re: [Lazarus] lazdebian.lpk - Create Debian package from exiting Lazarus Project

2012-10-01 Thread Reinier Olislagers
On 2-10-2012 0:17, prof7...@gmail.com wrote: > On , Reinier Olislagers wrote: > >> If you want me to, I can have a look at extending the backend for Inno >> Setup on Windows; > > Patches (or pull requests) are very welcome. But at the moment I am > still moving a lot of stuff around, so currentl

Re: [Lazarus] lazdebian.lpk - Create Debian package from exiting Lazarus Project

2012-10-01 Thread prof7bit
On , Reinier Olislagers wrote: If you want me to, I can have a look at extending the backend for Inno Setup on Windows; Patches (or pull requests) are very welcome. But at the moment I am still moving a lot of stuff around, so currently it might very well be possible that one morning you

Re: [Lazarus] TDBNavigator icons break symmetry

2012-10-01 Thread Bart
On 10/1/12, Ajeandro Gonzalo wrote: > Since the nbInsert icon is "+", the nbDelete icon MUST be "-". > Also, using the trash can icon could be confusing - it resembles the Windows I normally do not associate "-" with "delete", that's why I replaced it with th trashcan icon. Bart -- ___

[Lazarus] TDBNavigator icons break symmetry

2012-10-01 Thread Ajeandro Gonzalo
Maintaining Symmetry is a basic principle of good design. It's broken here in 2 ways. Since the nbInsert icon is "+", the nbDelete icon MUST be "-". Also, using the trash can icon could be confusing - it resembles the Windows Recycle Bin so a user might think it deletes the whole file, not ju

Re: [Lazarus] How to disable specific code generation feature

2012-10-01 Thread Graeme Geldenhuys
On 2012-10-01 16:57, Martin wrote: > > Options / Codetools / first tab/node > > anything todo with indent => disable. All those options where already disabled, but it didn't help. The old reply from Henry did the trick. Cheers, G. -- ___ Lazarus

Re: [Lazarus] How to disable specific code generation feature

2012-10-01 Thread Graeme Geldenhuys
On 2012-10-01 17:08, Martin wrote: > > or read this thread > http://lists.lazarus.freepascal.org/pipermail/lazarus/2011-July/065208.html :) Sorry I lost my Lazarus mailing list history. Thanks for the reminder - that fixed the problem. At least I'm consistent with my annoyances. ;-) Graeme.

Re: [Lazarus] How to disable specific code generation feature

2012-10-01 Thread Martin
On 01/10/2012 16:57, Martin wrote: On 01/10/2012 16:37, Graeme Geldenhuys wrote: 1) The "end;" was generated at the completely wrong indentation level. This happens the whole time, so I would like to disable this code generation thingy, but where I looked everywhere in the editor settings a

Re: [Lazarus] How to disable specific code generation feature

2012-10-01 Thread Martin
On 01/10/2012 16:37, Graeme Geldenhuys wrote: 1) The "end;" was generated at the completely wrong indentation level. This happens the whole time, so I would like to disable this code generation thingy, but where I looked everywhere in the editor settings and Code Templates. What is it called

[Lazarus] How to disable specific code generation feature

2012-10-01 Thread Graeme Geldenhuys
Hi, I'm getting increasingly frustrated with Lazarus IDE again. It is generating rubbish code, especially since I use TAB character indentation, and not 2-Space indentation. Anyway, how do I disable the code completion (or whatever you call it), after I press the ENTER key after I typed "begin".

[Lazarus] SendMessage problem?

2012-10-01 Thread Anthony Walter
I am using Linux Gtk2 here ... Is there a problem with SendMessage? I am using LCLIntf.SendMessage to synchronize a method invocation which touches the ui from a background thread. The problem is when my message is handled, the message handler isn't in the correct thread context. That is 'procedur

Re: [Lazarus] [Ask] Create user domain

2012-10-01 Thread Reinier Olislagers
On 1-10-2012 3:00, ddtopgun wrote: > hi all > > i'm new in freepascal but i want to make user domain with freepascal, so > can anyone help me where i must to started to create/delete/list user > domain. > > thanks, It depends on what you mean by a "user domain". Do you want to keep track of user

Re: [Lazarus] lazdebian.lpk - Create Debian package from exiting Lazarus Project

2012-10-01 Thread Reinier Olislagers
On 1-10-2012 10:51, Bernd wrote: > I have refactored it a little yesterday evening and put all debian > specific stuff into a separate class (only the backend, not the gui > yet). I guess then it would also need a different name because > "lazdebian" implies that it is debian only. lazinstaller

Re: [Lazarus] lazdebian.lpk - Create Debian package from exiting Lazarus Project

2012-10-01 Thread Bernd
2012/10/1 zeljko : > Great, I guess that it won't be a big deal to create an rpm package creator > too, and yes I'd like to see it in lazarus/components I have refactored it a little yesterday evening and put all debian specific stuff into a separate class (only the backend, not the gui yet). I g