Results 1 to 6 of 6

Thread: Progress Bar not updated in real time

  1. #1
    Join Date
    Sep 2004
    Location
    Toulouse - France
    Posts
    482

    Default Progress Bar not updated in real time

    I have created a button :

    Wait10
    - NRBasic : add value to variable (NR.Wait,10,0,100)
    - DELAY : Delay:1000
    - ...
    - ...
    I have repeated NRBasic and DELAY ten times (10 seconds)

    I have created a button :

    WaitSlide :
    - Component : NRBasic: Image Progress Bar Component 1,NR.Wait,0,100

    When I click on Wait10 the WaitSlide is updated when the ten seconds are finished

    Help

  2. #2
    Join Date
    May 2004
    Location
    Cardigan, UK
    Posts
    9,278

    Default

    As you've seen it only updates the screen after the button action has completed. You'll need to use NetRemote.SetTimer for this
    --Rob

  3. #3
    Join Date
    Sep 2004
    Location
    Toulouse - France
    Posts
    482

    Default

    Ok, Thank You

  4. #4
    Join Date
    Sep 2004
    Location
    Toulouse - France
    Posts
    482

    Default

    How do use NetRemote.SetTimer for my problem ?

  5. #5
    Join Date
    Mar 2005
    Location
    Los Angeles, CA
    Posts
    1,001

    Default

    This won't directly answer your question, but let me direct you to another thread with users who are working on something similar: http://www.promixis.com/forums/showt...t=17452&page=2.

    Best,
    Tim

  6. #6
    Join Date
    Sep 2004
    Location
    Toulouse - France
    Posts
    482

    Default

    Ok, I'll read this thread in order to check if it answers to my prblem
    Thank You

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •