Hi,
I have a multipage with four pages. The multipage contains a FRAMEWIN as first dialog item of the GUI_WIDGET_CREATE_INFO. I want to modify some FRAMEWIN properties but I failed. Unfortunately I dont see any effect.
Some Details and code snippets:
The multipage and the checkboxes works fine. So far so good.
Then I tried to modify some properties of the FRAMEWIN with the FRAMEWIN API functions, e.g. FRAMEWIN_SetText(); I call the FRAMEWIN_API functions within the dialog callback of the corresponding multipage dialog when its called with WM_INIT_DIALOG, like:
Unfortunately I dont see any effect. Same with other FRAMEWIN properties like color, border size.
What have I done wrong? Is there something magic because the FRAMEWIN is part of a mutlipage?
Regards
Matz
PS: I am actually working with the simulation - precompiled emWin5.32
I have a multipage with four pages. The multipage contains a FRAMEWIN as first dialog item of the GUI_WIDGET_CREATE_INFO. I want to modify some FRAMEWIN properties but I failed. Unfortunately I dont see any effect.
Some Details and code snippets:
The multipage and the checkboxes works fine. So far so good.
Then I tried to modify some properties of the FRAMEWIN with the FRAMEWIN API functions, e.g. FRAMEWIN_SetText(); I call the FRAMEWIN_API functions within the dialog callback of the corresponding multipage dialog when its called with WM_INIT_DIALOG, like:
Unfortunately I dont see any effect. Same with other FRAMEWIN properties like color, border size.
What have I done wrong? Is there something magic because the FRAMEWIN is part of a mutlipage?

Regards
Matz
PS: I am actually working with the simulation - precompiled emWin5.32