Re: [Lazarus] How about new State in Mantis ?

2009-03-12 Thread Alexander Klenin
On Thu, Mar 12, 2009 at 05:45, Marc Weustink m...@dommelstein.net wrote: That is what resolved means. We (devels) think the issue is solved after some tests of our own. If you, the reporter, thinks it is not solved, then you can reopen the issue. If it is ok with you then you can close. If we

Re: [Lazarus] Adding units to a project

2009-03-12 Thread Graeme Geldenhuys
2009/3/11 Antonio Sanguigni a.sangui...@gmail.com: But now I have another issue I cannot understand, I mean that units of my BOM cannot find tiOPF units, even if I added tiOPF package into this new project. Of course, test project with tiOPF package added worked fine. I have no idea. Such

Re: [Lazarus] Adding units to a project

2009-03-12 Thread Vincent Snijders
Antonio Sanguigni schreef: My question is: Do I need to create a package to use that units or I'm missing something ? This is the recommended method if you share units between projects. It just works much easier. If you normally add a unit which lives in a

Re: [Lazarus] Adding units to a project

2009-03-12 Thread Antonio Sanguigni
Graeme, I'm trying to follow your suggest but I'm getting some troubles that I will explain in a few. Well, I have 5-6 units that are my BOM and with my test projects it seems to work well. Now I started a new Lazarus project to build a presentation layer for this BOM I'm using. I

Re: [Lazarus] Adding units to a project

2009-03-12 Thread Graeme Geldenhuys
On Thu, Mar 12, 2009 at 11:14 AM, Vincent Snijders vsnijd...@vodafonevast.nl wrote: The package with the BOM (Business object model?) should have a requirement to the tiOPF package too, not just the main program. Ah yes, I forgot about that. :-( Correct me if I am wrong, but doesn't that also

Re: [Lazarus] Adding units to a project

2009-03-12 Thread Antonio Sanguigni
Correct me if I am wrong, but doesn't that also mean that if the BOM is inside a package and has a requirement to tiOPF package, then your main program should only need to include the BOM package. The tiOPF package doesn't need to be added explicitly to the main program. Projects inherit

Re: [Lazarus] How about new State in Mantis ?

2009-03-12 Thread Marc Weustink
Alexander Klenin wrote: On Thu, Mar 12, 2009 at 05:45, Marc Weustink m...@dommelstein.net wrote: That is what resolved means. We (devels) think the issue is solved after some tests of our own. If you, the reporter, thinks it is not solved, then you can reopen the issue. If it is ok with you

[Lazarus] Bugs in Delphi DragTo?

2009-03-12 Thread Hans-Peter Diettrich
I suspect at least one error in the Controls.DragTo procedure: if DragImageList nil then begin if (Target = nil) or (csDisplayDragImage in Target.ControlStyle) or DragObject.AlwaysShowDragImages then begin DragImageList.DragCursor := DragCursor;