Archive: UMUI Components Page


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?


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


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 ;-)