Use of Multipage default skin option throws hard fault on changing page

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Use of Multipage default skin option throws hard fault on changing page

    Hello there,

    I am facing some issue with setting default skin for multipage widget.

    When I use "MULTIPAGE_SetDefaultSkin(MULTIPAGE_SKIN_FLEX);" after GUI_Init() in main; My program create hardfault after changing page.
    without default skinflex setting(Classic skin) widget works fine and allows to change page.


    Although MULTIPAGE_SetSkin(hItem,MULTIPAGE_SKIN_FLEX); does set skin and it dosen't crash either. For now it helped..

    But would like to know if this is known bug? Can somebuddy try to recreate this fault?

    I am using STemWinLibrary522

    Thanks