Page 7 of 34 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 335

Thread: NetRemote Designer 2.0.0 BETA

  1. #61
    Join Date
    Jan 2004
    Location
    The Netherlands
    Posts
    2,140

    Default

    f.y.i.

    in build 3, it still takes about 80 seconds for me to open the scroll thumb dialog box

    Marcel

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

    Default

    Every time? Or just the first time?
    --Rob

  3. #63
    Join Date
    Jan 2004
    Location
    The Netherlands
    Posts
    2,140

    Default

    I tried it several times (just double click in the tree)

    and the delay happens every time...

    Marcel

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

    Default

    Okay, I'll try to reproduce it.

    ... Hmm, it comes up almost immediately here - which rather points to an issue with data.

    Although, having said that I should probably try it with the released build rather than from within Visual Studio, who knows, something may have happened in the build process.

    Is 30 seconds an improvement though? I seem to remember that it was taking > 1 minute previously.
    Last edited by Rob H; September 20th, 2008 at 09:42 AM.
    --Rob

  5. #65
    Join Date
    Jan 2004
    Location
    The Netherlands
    Posts
    2,140

    Default

    Quote Originally Posted by Rob H View Post
    Is 30 seconds an improvement though? I seem to remember that it was taking > 1 minute previously.
    ummm, I wrote 80, not 30

    so about the same as the previous version. (or any older NRD version as well)

    Marcel

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

    Default

    Ah, sorry - I misread it.

    I have spotted one thing that could slow things down if there are a lot of variables - it adds the variables to the combo box one at a time, but wasn't wrapping it in a BeginUpdate()/EndUpdate() pair - I've changed that now, so it may improve things a bit, especially with very large numbers of variables.

    I'll keep an eye out for similar sorts of things.
    --Rob

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

    Default

    I was almost right - I created about 10,000 NR variables and sure enough the time taken to load the variable list went up to about 69 seconds, wrapping the loop in a BeginUpdate/EndUpdate pair only reduce the load time by a few seconds.

    However, using the AddRange method rather than a loop with the Add method reduced it to a under a second

    I'm hoping Ron will be able to upload a new build sometime this weekend, or Monday failing that.
    --Rob

  8. #68
    Join Date
    Jan 2000
    Location
    Jupiter, FL
    Posts
    11,348

    Default

    Build 2.0.0.4


    • Improved speed of loading plugin action forms that use variables - now wraps the loop that adds items to comboboxes and listboxes in calls to BeginUpdate/EndUpdate
    • Image picker now has a null image to allow the user to clear the image for an element.
    • The menu for loading a skin under Look and feel wasn't showing a checkmark for the current skin.
    Ron
    No support through PM

  9. #69
    Join Date
    Jan 2004
    Location
    The Netherlands
    Posts
    2,140

    Default

    That fixed my speed problem ...

    Thanks,
    Marcel

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

    Default

    Terrific, that one was driving me nuts trying to work out what was up.
    --Rob

Posting Permissions

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