jQWidgets Forums

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 10 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Force Notification to paint #59802

    JoopC
    Participant

    Is there any way to force the Notification window to paint on screen before a (long) calculation. (i use Internet explorer)

    Now I have some code:…

    // container for window
    $( “#myNotification” ).html( ‘<span style=”font-size: 20px”> <b>Start Calculations</b>’ );

    $( “#notificationWindow” ).jqxNotification( { template: “info” } );
    $( “#notificationWindow” ).jqxNotification( “open” );

    //then heavy calculations..

    But when the calculations are finish the window is visible (to late).
    I have experimented with settimeout etc without any result.

    Force Notification to paint #59911

    Dimitar
    Participant

    Hello JoopC,

    Please clarify your issue (preferably with a larger sample). What is the connection between the elements with ids myNotification and notificationWindow? Is the issue that the notification is hidden before the calculation is complete? In that case, you can set autoClose to false or increase the autoCloseDelay.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.