Re:Parenting VCL classes to windows.
alias Yamal Karaffel <Please.l...@my.sig> wrote:
Quote
> On Sat, 29 Aug 1998 13:16:17 +0200, "Benoit MICHAUD"
> <BMich...@mnet.fr> wrote:
> >alias Yamal Karaffel a crit dans le message
> >>Have you tried the CreateParented constructor, descending from
> >>TWindowControl?
> >Did you ??
> >Cause i never succeed doing it that way !! Can create "child window" but
> >still have pbs with focus and tabs links ....
> >Any idea ?
> No sorry, I've never tried it my self. I was just forwarding a tip
> from another group, discussing how to create ActiveForms without
> parents. I'm really sorry if you wasted much time on this.
> In the future I'll try to mark such tips as "not tested by me", or
> something like that.
I finally got mine working, using the createparented constructor, the
application is quite specific, if you haven't yet heard of the Litestep
windows shell, it was a modular extension to that. What you get given by the
app is a window and you have to create your window parented to that. If
anyone would like to see how I managed it, the code is at
http://litestep.ru.ac.za in the archive section under Delphi VCL SDK. A
number of litestep modules have already been written in delphi (previously
VC++ was the only choice) and they seem to work fine. I have no idea how it
would work in a more generic application though.
Bryan
print "$m\n" if ($m = "yjhi pcdiwtg etga wprztg") =~ tr/p-za-o/a-z/;
///////////////////////////: c...@cs.ru.ac.za :///////////////////////////
// Bryan Kilian // To stay young requires unceasing cultivation //
// Rhodes University // of the ability to unlearn old falsehoods. //
// South Africa // - R. A. Heinlein //
//////////////////////////////////////////////////////////////////////////
Disclaimer: My views are my own. I pity anything that thinks otherwise.