Re: Re: [lazarus]

2008-01-12 Thread Felipe Monteiro de Carvalho
2008/1/12 Vasily I. Volchenko <[EMAIL PROTECTED]>: > >This will find the string even in strings and comments. > Yes. This won't be useful in future when all widgetsets will be in one > encoding AND/OR when there will be another mechanism to translate .lfm files > (this hack is a bad idea, I agree

[lazarus] The Lazarus components

2008-01-12 Thread ik
Hello, For a while now I'm trying to figure out how to write proper component (and also to solve problems of specific components) in Lazarus. One of the component I wish to create is a general Calendar component that will allow me the ability to register different set of dates ... For example Jew

Re: [lazarus] Compiling Lazarus Ide Gtk2

2008-01-12 Thread Antonio Sanguigni
> > It's never clear to me what file name is supposed to be used, so in my > case I always make a backup copy just in case some application > overwrites my changes. Some GUI tools (theme selection apps) create a > .gtkrc file automatically and add a 'include .gtkrc.mine' in it. If > you never use

Re: [lazarus] The Lazarus components

2008-01-12 Thread Graeme Geldenhuys
On 12/01/2008, ik <[EMAIL PROTECTED]> wrote: > One of the component I wish to create is a general Calendar component > that will allow me the ability to register different set of dates ... BTW: I've already implemented a custom cross-widget calendar component. By cross-widget, I mean it looks and

[lazarus] Runtime Component Design/Manipulation

2008-01-12 Thread Lee Jenkins
Are there any lazarus libraries available for moving, resizing controls at runtime? -- Warm Regards, Lee "If I don't see you around here, I'll see you around, hear?" _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Runtime Component Design/Manipulation

2008-01-12 Thread Lee Jenkins
Lee Jenkins wrote: Are there any lazarus libraries available for moving, resizing controls at runtime? I found a great article on doing this: http://delphi.about.com/library/weekly/aa110105a.htm A few simple changes to port the TMover object to lazarus/freepascal. Worked pretty well.

[lazarus] Our first Serial Port, Firewire Camera Capture and Fast Form components

2008-01-12 Thread Paulo Costa
Hi, As we are porting our robots' software from Kylix to Lazarus and we developed a few components. These components are collected on the 5dpo Component Library that we decided to publish. This library includes a serial communication component (TSdpoSerial), an IEEE1394 camera component (TSd