WAitStateManager
 

WAitStateManager

4 posts, 1 answered
  1. Roger Blanchard
    Roger Blanchard avatar
    381 posts
    Registered:
    29 Jun 2018
    05 Feb 2020
    Link to this post
    Is there a way to prevent the WaitStateManager from loading and displaying the default icon. For some of our apps we use our own WaitStateManager class. For others we do not want to display a notify icon. 
  2. Mike Fechner
    Mike Fechner avatar
    319 posts
    Registered:
    14 Sep 2016
    Answered
    06 Feb 2020 in reply to Roger Blanchard
    Link to this post
    Or own implementation 

    Consultingwerk.Framework.WaitStateManager

    does not use the icons. Just assign 

    FrameworkSettings:WaitStateManager = NEW Consultingwerk.Framework.WaitStateManager ().

    at the beginning of your client startup procedure.
  3. Mike Fechner
    Mike Fechner avatar
    319 posts
    Registered:
    14 Sep 2016
    06 Feb 2020 in reply to Mike Fechner
    Link to this post
    The class reference shows you the various implementations of an Interface:

    https://help.consultingwerkcloud.com/smartcomponent_library/117_64/Consultingwerk.Framework.IWaitStateManager.html


    Implemented by: Consultingwerk.Framework.NotifyIconWaitStateManager, Consultingwerk.Framework.WaitStateManager
  4. Roger Blanchard
    Roger Blanchard avatar
    381 posts
    Registered:
    29 Jun 2018
    06 Feb 2020 in reply to Mike Fechner
    Link to this post
    Thanks Mike.
4 posts, 1 answered