Fu Long
12th August 2008 08:05 UTC
UMUI Components Page
Hi,
When using the MUI_PAGE_COMPONENTS in the UltraModernUI, there is a little problem. By default, the description is a narrow text field to the right of the program items. When applying the definition MUI_COMPONENTSPAGE_NODESC, the description should disappear and when using MUI_COMPONENTSPAGE_SMALLDESC , the description should be a wide field of 4 lines just below the selection box.
However, these defines don't work.
Has anybody an idea?
SuperPat
15th August 2008 15:52 UTC
Hello,
The three defines:
MUI_COMPONENTSPAGE_SMALLDESC
MUI_COMPONENTSPAGE_NODESC
UMUI_COMPONENTSPAGE_BIGDESC
Must be declared before the insertion of the macro pages.
Otherwise they will be ignored
Fu Long
18th August 2008 08:05 UTC
Oops!
Thanks a lot!
I must admit I am VERY confused on such topics. Some may be defined anywhere (just before usage) others must be defined at a certain place...
I hope that one day (when a documentation is available) I start to understand ;-)