sSkinProvider DisabledBlured Possible Issue

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #38200
    TAZ
    Participant

    I created a simple project to demonstrate a possible issue.

    Main form:

    • Has SkinManager, SkinProvider, TitleBar (not really needed).[*]Click on the button to a modal form. Main form is now blurred.

    OpenDialog form:

    • Click on the button to show an OpenDialog. OpenDialog form is now blurred.[*]Close the OpenDialog using either “Open” or “Cancel”. Notice that the Main form's title bar area momentarily flashes visible while the Main form is still supposed to be blurred. This should not happen, right?

    Closing both forms cancels the blurred action for each form.

    I have not tried this with other dialogs (like Save, etc) but I imagine that they will exhibit the same behavior.

    Now I have also included message dialog in this test and fortunately I did not see this issue.

    Thanks.

    #59270
    Support
    Keymaster

    Hello

    I see this flashing and I'll try to improve it soon if possible.

    #59315
    TAZ
    Participant

    I have a workaround for this. I set the main form border style to none before the dialog execute. Then after the dialog execute (both open and cancel) set the main form border style back to its original position. Surprising thing is that when the border style is set to none, the main form disabled appearance does not change (title bar is still there). So this operation appears to be seamless and that is all I can ask.

    Thanks.

    'Support' wrote:

    Hello

    I see this flashing and I'll try to improve it soon if possible.

    #59321
    Support
    Keymaster

    You tried the v14.20? It should be solved there already.

    #59324
    TAZ
    Participant

    Yes, I did and I saw no improvement. That is the reason for my workaround.

    'Support' wrote:

    You tried the v14.20? It should be solved there already.

    #59325
    Support
    Keymaster

    Can you show your new Exe-file, please?

    I will check, maybe I'm wrong in something.

    #59326
    TAZ
    Participant

    As requested. I also added several items (on both forms that you toggle enabled/disabled). Setting the main form border style to none then back to original value is the only thing that worked.

    Thanks.

    'Support' wrote:

    Can you show your new Exe-file, please?

    I will check, maybe I'm wrong in something.

    #59328
    Support
    Keymaster

    Thank you. I see the issue and I will fix it in the nearest release.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.