Jump to content

Neat tool Help


bqp2
 Share

Recommended Posts

Just curious if this is possable, say i have script that adds numbers as certian task are completed, say there are 5 task

$a = 0

$b = 0

$c = 0

$d = 0

$e = 0

Now i know how to get each $ to increase each time a Task is completed but is there a way to have auto it like have a small window up in corner with totals at all time that updates as each task is completed

example

Task a = 12

Task b = 8

Task c = 3

Task d = 11

Task e = 13

Total = 47

then say i look 2 hours later and the small box says

Task a = 24

Task b = 16

Task c = 6

Task d = 22

Task e = 26

Total = 94

Just have it update the stats before the Wend this way i don't have to manually check all 5 ?

Link to comment
Share on other sites

Without really having any code to work with it is hard, but GUICtrlSetData sounds like what you need, if you create a GUI.

Edited by shanet

[font="Comic Sans MS"]My code does not have bugs! It just develops random features.[/font]My Projects[list][*]Live Streaming (Not my project, but my edited version)[right]AutoIt Wrappers![/right][/list]Pure randomness[list][*]Small Minds.......................................................................................................[size="1"]Simple progress bar that changes direction at either sides.[/size][*]ChristmasIt AutoIt Christmas Theme..........................................................[size="1"]I WAS BOOOORED![/size][*]DriveToy..............................................................................................................[size="1"]Simple joke script. Trick your friends into thinking their computer drive is haywire![/size][/list]In Development[list][*]Your Background Task Organiser[*]AInstall Second Generation[/list]BEFORE POSTING ON THE FORUMS, TRY THIS:

%programfiles%/AutoIt3/autoit3.chm
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...