Rank: Newbie Groups: Member
Joined: 7/4/2009 Posts: 8 Points: -73 Location: Germany
|
Hello Skin-Soft Support, i subclass the MdiParent (WM_GETTEXT) to remove the maximized MdiChild title from the parent title. But when i use VisualStyler only the MdiChild title is drawn.  Can you fix it? Best regards, Markus Lax
|
Rank: Newbie Groups: Member
Joined: 7/4/2009 Posts: 8 Points: -73 Location: Germany
|
Hello Skin-Soft Team,
i need your help with this problem.
Best regards, Markus Lax
|
 Rank: Administration Groups: Administration
Joined: 2/19/2008 Posts: 158 Points: -1,473 Location: UK
|
Hi Markus,
The problem is, this is non-standard behavior, VisualStyler is reading the text directly from the MDI parent Text property (we also cache this through the WM_SETTEXT message).
To get it to work in your scenario, we will have to modify VisualStyler, it will work if you clear the Text property on the MDI child form, are you able to do that ?
|