CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Arjay

Search: Search took 0.45 seconds.

  1. Replies
    9
    Views
    2,660

    Re: Storyboard .... again

    Check which thread the event handler executes in. Is it the same as the main ui thread?
  2. Replies
    9
    Views
    2,660

    Re: Storyboard .... again

    Solve the two problems separately. That is, get the popup modal for. Working before putting thst code in an event handler.

    Also, respond to my suggestions directly. Tell me if my suggestions have...
  3. Replies
    9
    Views
    2,660

    Re: Storyboard .... again

    Simple - rather than having a method contain code that happens before and after the wait, you create an iscometed event handler and put the after the wait code in there.

    In general, in the main...
  4. Replies
    9
    Views
    2,660

    Re: Storyboard .... again

    Btw, the file attachment download problem at code guru has been fix so you might want to zip up and post a sample solution that repros the issue.
  5. Replies
    9
    Views
    2,660

    Re: Storyboard .... again

    It doesn't hang, it spins and uses a lot of cpu so it appears to hang.

    In general, you never want to wait for a variable in an empty loop.
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured