Menu

#358 Next Button not visible in a PropertySheet Wizard

unspecified
wont-fix
nobody
GUI (79)
1
2017-02-10
2016-11-28
No

In a PropertySheet Dialog Box (PSH_WIZARD style) the previous button is never visible. However I do a SetWizButtons(PSWIZB_NEXT | PSWIZB_BACK). With the button Next, it is allways visible, and the SetWizButtons makes the button active or not (grayed).

I have fond nothing in the initialisation of the box that could change anythings. On an older version in BC5 everything works fine.

The problem occurs with OWLNext 6.42.

Discussion

  • Vidar Hasfjord

    Vidar Hasfjord - 2016-11-30

    Hi Xavier,

    I suspect that this is an issue in your code and not a bug in OWLNext, since the Back button in OWLMaker Wizard works fine. See OWLMaker source code.

    If the problem persists, please reproduce it in a minimal test project, and then share it here.

    PS. You can use the Open Discussion forum to trouble-shoot problems. There you may be able to get more feedback from other users.

     

    Related

    Discussion: 97175

  • Vidar Hasfjord

    Vidar Hasfjord - 2016-11-30
    • labels: --> GUI
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,5 @@
    -In a PropertySheet Dialog Box (PSH_WIZARD style) the previous button is never visible. However I do a SetWizButtons(PSWIZB_NEXT | PSWIZB_BACK).
    -With the button Next , it is allways visible , and the SetWizButtons makes the button active or not (grayed).
    -I have fond nothing in the initialisation of the box that could change anythings.
    -On an older version in BC5 everything works fine.  
    +In a PropertySheet Dialog Box (PSH_WIZARD style) the previous button is never visible. However I do a SetWizButtons(PSWIZB_NEXT | PSWIZB_BACK). With the button Next, it is allways visible, and the SetWizButtons makes the button active or not (grayed).
    
    +I have fond nothing in the initialisation of the box that could change anythings. On an older version in BC5 everything works fine.  
    
    +The problem occurs with OWLNext 6.42.
    
    • Group: 6.42 --> unspecified
     
  • Vidar Hasfjord

    Vidar Hasfjord - 2017-02-09

    Xavier, do you have an update on this?

    If not, the ticket will be closed with status "wont-fix".

     
  • Vidar Hasfjord

    Vidar Hasfjord - 2017-02-10
    • status: open --> wont-fix
     

Log in to post a comment.