Re: [lazarus] resource from delphi to lazarus

2006-09-01 Thread Bisma Jayadi
You can embed the resource file as-is on linux. So FPC can read .res file just like on Windows? Yes. Just to make sure... $R compiler directive will also work on Lazarus regarding the platform it run upon? If it does, then I'll be very happy. :) The loading will work. I don't think the

Re: [lazarus] Trying to make TScrollingWinControl more useful...

2006-09-01 Thread Micha Nelissen
Flávio Etrusco wrote: I'm at work yet (those modifications are at home), so let me try a last argument. If you don't buy it I'll make the new patch ;-) My main point is TWinControls (wrappers around external controls) shouldn't have to manipulate the control scrollbars in the LCL so having

Re: [lazarus] Implementing TLabel

2006-09-01 Thread Graeme Geldenhuys
On 9/1/06, Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: and at the correct position. Still doesn't work, but I certainly advanced a lot today. thanks for the help, -- Felipe Monteiro de Carvalho Oh, I know exactly how you feel. :-) Working on fpGUI, I sometimes get something

Re: [lazarus] Trying to make TScrollingWinControl more useful...

2006-09-01 Thread Flávio Etrusco
I don't understand your reasoning here. Yes, TWinControls shouldn't need to control the scrollbars (because that's done by the widgetset), and that is the reason why TScrollingWinControl descends from TWinControl, to separate that functionality to another class. I'm saying that there's no use

[lazarus] 0001680: If tooltip content is too big...

2006-09-01 Thread Graeme Geldenhuys
Hi Mattias, I can confirm that this bug is fixed under Ubuntu Linux 6.06 with IDE compiled against the GTK1 widget set. Thanks! Regards, - Graeme - -- There's no place like 127.0.0.1 _ To unsubscribe: mail [EMAIL

Re: [lazarus] Trying to make TScrollingWinControl more useful...

2006-09-01 Thread Micha Nelissen
Flávio Etrusco wrote: TForm already has almost the same behaviour as if it inherited from TCustomControl, so we're losing nothing from it. TCustomControl exposes its canvas while TCustomForm doesn't, IIRC ? It does. Remember, TForm even has OnPaint event ;-) Hmm, just looked,

Re: [lazarus] Trying to make TScrollingWinControl more useful...

2006-09-01 Thread Mattias Gaertner
On Fri, 01 Sep 2006 09:21:46 +0200 Micha Nelissen [EMAIL PROTECTED] wrote: Flávio Etrusco wrote: TForm already has almost the same behaviour as if it inherited from TCustomControl, so we're losing nothing from it. TCustomControl exposes its canvas while TCustomForm doesn't, IIRC ?

[lazarus] Re: 0001680: If tooltip content is too big...

2006-09-01 Thread Funky Beast
Graeme Geldenhuys wrote: I can confirm that this bug is fixed under Ubuntu Linux 6.06 with IDE compiled against the GTK1 widget set. Thanks! Regards, - Graeme - But the tooltip for object inspector and form designer went a bit out of tune after that, see screenshot:

Re: [lazarus] Re: 0001680: If tooltip content is too big...

2006-09-01 Thread Graeme Geldenhuys
Oops! You are right. Any tooltips over the GUI designer is also screwed, the same as Funky Beast's screenshot. Editor tooltips are still fine though. Regards, - Graeme - On 9/1/06, Funky Beast [EMAIL PROTECTED] wrote: Graeme Geldenhuys wrote: I can confirm that this bug is fixed under

Re: [lazarus] Re: 0001680: If tooltip content is too big...

2006-09-01 Thread Mattias Gaertner
On Fri, 01 Sep 2006 16:29:04 +0800 Funky Beast [EMAIL PROTECTED] wrote: Graeme Geldenhuys wrote: I can confirm that this bug is fixed under Ubuntu Linux 6.06 with IDE compiled against the GTK1 widget set. Thanks! Regards, - Graeme - But the tooltip for object inspector and

Re: [lazarus] Re: 0001680: If tooltip content is too big...

2006-09-01 Thread Graeme Geldenhuys
On 9/1/06, Mattias Gaertner [EMAIL PROTECTED] wrote: But the tooltip for object inspector and form designer went a bit out of tune after that, see screenshot: http://sg.geocities.com/funkybeast888/lazarus_designer_hint.png Fixed. Mattias Thanks Mattias! G.

Re: [lazarus] Trying to make TScrollingWinControl more useful...

2006-09-01 Thread Micha Nelissen
Mattias Gaertner wrote: About the name of TScrollingWinControl: The VCL version does not provide a canvas. That's an LCL special. Ah, that explains. We could derive TScrollingWinControl from TCustomControl to save some lines of code. Initial patch seems to do that, but I still am not sure

[Lazarus] Package for ubunti installation?

2006-09-01 Thread v.scozzaro '[EMAIL PROTECTED]'
is not possible installa rpm http://www.hu.freepascal.org/lazarus/ Package for ubunti installation? Tanks _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [Lazarus] Package for ubunti installation?

2006-09-01 Thread Mattias Gaertner
On Fri, 01 Sep 2006 11:47:00 +0200 v.scozzaro '[EMAIL PROTECTED]' [EMAIL PROTECTED] wrote: is not possible installa rpm http://www.hu.freepascal.org/lazarus/ Package for ubunti installation? Probably the next lazarus release will have a deb. Mattias

Re: [lazarus] Trying to make TScrollingWinControl more useful...

2006-09-01 Thread Mattias Gaertner
On Fri, 01 Sep 2006 11:25:39 +0200 Micha Nelissen [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: About the name of TScrollingWinControl: The VCL version does not provide a canvas. That's an LCL special. Ah, that explains. We could derive TScrollingWinControl from TCustomControl to

[lazarus] SVN Update: Find in Files with multi lines

2006-09-01 Thread Mattias Gaertner
Search - 'Find in Files' now supports multi line patterns and replace texts. Mattias _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] Trying to make TScrollingWinControl more useful...

2006-09-01 Thread Flávio Etrusco
Ok, I've just noticed that in VCL the Canvas is only provided by TCustomForm and not TScrollingWinControl... Don't know. Flavio is right, that at the moment only TScrollingWinControl uses TControlScrollBar and so the code *could* be moved to save a 'with'. Is there another gain? Although I

[lazarus] looking for a xml class/component to play with opendocument

2006-09-01 Thread Alexandre Leclerc
Hi all, I want to play arround with opendocument format. I must unzip the file then I load the content.xml. Is there any class/component to play with xml easely in lazarus? (or any other good one in Delhpi world that could be ported?) I want to create content then save repackage the file. (By

[lazarus] VersionInfo - How to set SomethingHasChanged? (fwd)

2006-09-01 Thread Jouke Rensma
Somehow I cannot get this mail through. Maybe this one??? -- Forwarded message -- From: [EMAIL PROTECTED] To: lazarus@miraclec.com lazarus@miraclec.com Subject: VersionInfo - How to set SomethingHasChanged? Date: Fri, 01 Sep 2006 13:16:44 +0200 Hi, I'm still working on

Re: [lazarus] Trying to make TScrollingWinControl more useful...

2006-09-01 Thread Tony Maro
On Fri, 2006-09-01 at 12:49 -0300, Flvio Etrusco wrote: Again, I can't see any use for overriding/inheriting from TControlScrollbar... One would have to inherit the control from TScrollingWinControl and use quite some hacks to be able to change the instance of the scrollbars to new one...

Re: [lazarus] VersionInfo - How to set SomethingHasChanged? (fwd)

2006-09-01 Thread Tony Maro
Yes, you must make sure you send them from the address you signed up with. Your From address was different on the first one from the looks of it. On Fri, 2006-09-01 at 18:21 +0200, Jouke Rensma wrote: Somehow I cannot get this mail through. Maybe this one??? -- Forwarded message

Re: [lazarus] Trying to make TScrollingWinControl more useful...

2006-09-01 Thread Mattias Gaertner
On Fri, 01 Sep 2006 12:24:20 -0400 Tony Maro [EMAIL PROTECTED] wrote: On Fri, 2006-09-01 at 12:49 -0300, Flávio Etrusco wrote: Again, I can't see any use for overriding/inheriting from TControlScrollbar... One would have to inherit the control from TScrollingWinControl and use quite

Re: [lazarus] Trying to make TScrollingWinControl more useful...

2006-09-01 Thread Tony Maro
On Fri, 2006-09-01 at 19:19 +0200, Mattias Gaertner wrote: I've done that... inherit from TScrollingWinControl that is. The check register component in CheckBook Tracker used that method. I needed a scrolling win control, but needed the scrollbar to handle many thousands of entries,

Re: [lazarus] Implementing TLabel

2006-09-01 Thread Felipe Monteiro de Carvalho
On 9/1/06, Graeme Geldenhuys [EMAIL PROTECTED] wrote: Oh, I know exactly how you feel. :-) Working on fpGUI, I sometimes get something working real easy under one platform, and struggle for days on the other. Progress is slow, but hey... It is progress! ;-) Acctually it was already

Re: [lazarus] paradox access fron lazarus?

2006-09-01 Thread Jorge Ortiz
Jesus, I can help you in the implementation. We can work in spanish, I am from Dominican Republic. From: Jesus Reyes [EMAIL PROTECTED] Reply-To: lazarus@miraclec.com To: lazarus@miraclec.com Subject: Re: [lazarus] paradox access fron lazarus? Date: Thu, 31 Aug 2006 12:30:13 -0500 (CDT) ---

Re: [lazarus] Implementing TLabel

2006-09-01 Thread Mattias Gaertner
On Fri, 1 Sep 2006 15:04:53 -0300 Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: On 9/1/06, Graeme Geldenhuys [EMAIL PROTECTED] wrote: Oh, I know exactly how you feel. :-) Working on fpGUI, I sometimes get something working real easy under one platform, and struggle for days on the

[lazarus] File attributes (win32)

2006-09-01 Thread bobby
I have had some headaches while using FindFirst function to search for files in a folder. I would share some gained knowledge with the people on this list. Everybody knows about file attributes (archive, system, hidden, read only). If someone use FindFirst('*.*', faAnyFile, SearchRec) it

Re: [lazarus] File attributes (win32)

2006-09-01 Thread Cesar Romero
Very good bobby, thank you.. []s Cesar Romero http://www.liws.com.br/wiki/index.php/English http://blogs.liws.com.br/cesar I have had some headaches while using FindFirst function to search for files in a folder. I would share some gained knowledge with the people on this list. Everybody