Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Bug CExtPageNavigatorWnd StateSave & StateLoad Collapse All
Subject Author Date
R M Jun 21, 2021 - 8:53 AM

Using the Navigation Pane Options moving the items up and down StateSave & StateLoad don’t keep the ItemsOrder. (Registry: ItemsOrder)

Expanded Items are restored correctly. (Registry: ItemsExpandedCount)


CExtPageNavigatorWnd

    virtual bool StateLoad(
        __EXT_MFC_SAFE_LPCTSTR sSectionNameCompany,
        __EXT_MFC_SAFE_LPCTSTR sSectionNameProduct,
        __EXT_MFC_SAFE_LPCTSTR sSectionNameProfile,
        bool bPersistent = true,
        HKEY hKeyRoot = HKEY_CURRENT_USER
        );

    virtual bool StateSave(
        __EXT_MFC_SAFE_LPCTSTR sSectionNameCompany,
        __EXT_MFC_SAFE_LPCTSTR sSectionNameProduct,
        __EXT_MFC_SAFE_LPCTSTR sSectionNameProfile,
        HKEY hKeyRoot = HKEY_CURRENT_USER
        );