Announcement

Collapse
No announcement yet.

ProgressBar Question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • ProgressBar Question

    in this code
    Code:
    Progress.SetRange("Progress1", 0, 100000);
    result = Progress.GetRange("Progress1");
    Dialog.Message("Notice", result.End, MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
    Why i got 34464 not 100000 as result ??

  • #2
    The maximum value for Progress.SetRange() is 65535 in AutoPlay Media Studio, so what you see is the overflow.

    Ulrich

    Comment


    • #3
      thanksUlrich

      Comment

      Working...
      X
      😀
      🥰
      🤢
      😎
      😡
      👍
      👎