Discussion:
ICustomDesignForm and IHostForm
(too old to reply)
David Moorhouse
2008-03-28 23:47:20 UTC
Permalink
Hi

Are there any resources available for writing an embedded custom
design surface.

I've got a custom module descending from TDataModule and am writing my
own designer. My Designer descends from TDesignWindow and implements
ICustomDesignForm.

When I register my module, the designer ends up floating, not
embedded.

Is there any other interface I should implement to get an embedded
designer ? (I've tried implementing IHostForm but this doesn't help).

I can post code if anyone is interested.

Thanks

D



David Moorhouse
Moorhouse Works ltd
www.moorhouse.co.nz
David Moorhouse
2008-05-21 20:55:02 UTC
Permalink
bump
Post by David Moorhouse
Is there any other interface I should implement to get an embedded
designer ? (I've tried implementing IHostForm but this doesn't help).
David Moorhouse
Moorhouse Works ltd
www.moorhouse.co.nz
Erik Berry
2008-05-29 07:09:39 UTC
Permalink
Post by David Moorhouse
When I register my module, the designer ends up floating, not
embedded.
See here:
http://qc.codegear.com/wc/qcmain.aspx?d=44164
You can vote there for the bug to be fixed.

If you have a (hopefully very simple!) test case, it would be helpful to post
it, so someone can add it to the QC issue.

Erik

Loading...