vintagedave / firemonkey-container

Automatically exported from code.google.com/p/firemonkey-container
92 stars 34 forks source link

Small issue with the Designtime package #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Thanks for this very useful component.

One small issue with the packages. Currently, FireMonkeyContainer_DesignTime 
includes the FMXContainer.pas file. This means that if you try to use 
FMXContainer.pas in another package the IDE will try to add 
FireMonkeyContainer_DesignTime to the requires clause rather than 
FireMonkeyContainer_RunTime. This will prevent the package from compiling.

The fix is to remove FMXContainer.pas from the uses clauses of 
FireMonkeyContainer_DesignTime and add FireMonkeyContainer_RunTime to the 
requires section.

I've attached the fixed package.

Cheers,
Paul

Original issue reported on code.google.com by paul.tho...@easy-ip.net on 23 Jun 2014 at 7:58

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks! Integrated into the latest version.

I also created separate packages for all IDE versions (XE2-6) - having a single 
package supposed to able to be compiled in all of them was rapidly becoming 
unworkable.

Original comment by vintaged...@gmail.com on 1 Aug 2014 at 12:04