Jump to content

ThorSummoner

Members
  • Posts

    1
  • Joined

  • Last visited

ThorSummoner's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Sounds awesome but i cannot for the life of me figure out how to actually use it. the closed i came was when i copied my script and replaced the section with the guictrlceate() to the end of the While loop with my script, and and moved the functions to function block of my pasted script. The result was a console spewing when running the "_GoProgressTest()" function. Lines 165, 168,171,173,176,178,181, and 183 all call $oTB3.SetProgressState(blah) Or $oTB3.SetProgressValue(Blah) I'm wondering if its because the $oPB3 = 0, or the .setblahblah,or if its from Global $gui = Number(GUICreate("Blah", "width", "height")) The only difference between your posted script, witch runs perfectly, and my script, is my script in the middle. I also tried #including you script with the gui-loop part commented out, but no luck their either. any idea what could possibly cause this error!? I would absolutely love to have the task bar progress bar for this program as its main purpose it to process lots of data. Please help me understand? Thanks a Ton! -Thor
×
×
  • Create New...