relationships between controls

Login to reply to this topic.
Sat, 2004-11-20 09:05
Joined: 2004-11-02
Forum posts: 10
hello,

i have an application with a non-owning-window control (Like container)
and an owning-window control(Like a dialog) .
how can make a relationship between these controls .
i think it's done through by SetMopParent Method .

is there any idea?

Regards.

Sat, 2004-11-20 21:22
Joined: 2003-04-03
Forum posts: 39
relationships between controls
I think you need to use AppUi based class to manipulate shared data/methods in controls.

To get pointer to AppUi class use:
((CMyAppUi*)CEikonEnv::Static()->AppUi())->iMyData...
Sun, 2004-11-21 13:36
Anonymous (not verified)
Forum posts: 2043
relationships between controls
ummm,
nice
it worked Smiley

thank u
  • Login to reply to this topic.