Jump to content


mikec

Member Since 18 Sep 2008
Offline Last Active Mar 28 2009 12:28 AM
-----

Posts I've Made

In Topic: delphi 2009 support

21 March 2009 - 02:40 AM

Hay Bojan,

Can you tell me what the compiler error message is or possibly provide a screen shot. I believe in the new BDS 2009 you have to take a different approach to compiling packages. In the older versions, you could open either Delphi or BCB and open, build and install a given package. As you already know, in BDS you have to open the RAD studio so both Delphi & BCB personalities are open. However, when you compile a package, there are different compile options (Build Options) that effect what gets created. I only know this because I read an article on the BCBJournal about compiling the LockBox VCL's. What the author did was compile the package with the options set to generate Delphi compatible output, then switched the builder options to generate BCB compatible output, then finally repeated the Delphi build. It sounds crazy but i tried it for LockBox and it works.

I have e-mailed you some information that might be of some help


QUOTE (Boki (Berg) @ Mar 7 2009, 04:48 PM) <{POST_SNAPBACK}>
Hello,

I need small help when building BCB packages.

1. I am compiling package NxCommonDsgn
2. Compiler stop and show error immediately after compile started on file DesignIntf. I have already include designide.bpi in requires section of package, but this wan't help. Do I need to do something more.

Any help is welcome.

Best regards

In Topic: Maintaining Selection in NxInspector

18 September 2008 - 10:53 PM

Hay Bojan

That would be excellant if it is not too much trouble. I know that the TTreeview VCL has a HideSelection property which controls whether or not the node selection is visually maintained.

I didn't know if the NextInspector had the same feature. I thought it must be possible becuase i saw a post (http://www.bergsoft....?showtopic=2193) where his screen shot showed three Inspectors all with the selection shown.

Many thanks and continue the good work

Mike