Skip to content

Commit

Permalink
Add Refresh Memory 1500ms
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Mar 13, 2012
1 parent ee94846 commit cda8dda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
13 changes: 1 addition & 12 deletions src/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -450,18 +450,6 @@ Public Sub Button3_Click()

End

Public Sub Button5_Click()

dospam_uptime()

End

Public Sub Button6_Click()

dospam_uptime()

End

Public Sub Button4_Click()

Desktop.Open("http://www.cpu-world.com/cgi-bin/SearchSite.pl?SEARCH=" & TextBox29.Text & "&PROCESS=Search")
Expand Down Expand Up @@ -587,6 +575,7 @@ End

Public Sub Timer1_Timer()
'Refresh temp 1500/ms
dospam_uptime()
Object.Call(thermal_zone, "_inits")
Print "Temp: " & (thermal_zone.calculate / 1000) & " C"
End
4 changes: 0 additions & 4 deletions src/i-nex/.src/Finfosys.form
Original file line number Diff line number Diff line change
Expand Up @@ -918,10 +918,6 @@
Move(7,7,126,21)
Text = ("Ram used:")
}
{ Button6 Button
Move(441,119,28,21)
Picture = Picture["icon:/16/refresh"]
}
{ ProgressBar1 ProgressBar
Move(7,28,462,21)
}
Expand Down

0 comments on commit cda8dda

Please sign in to comment.