memnon Posted May 12, 2005 Posted May 12, 2005 Hi i made a script what monitors sysstats from a pc and displays it in a gui - it should scroll the information automaticly downwards... my script is working . but only for short time... $edit = GUICtrlCreateEdit("",10,10,200,100,$WS_VSCROLL) ... .. .. GUICtrlSetData($edit, GUICtrlRead($edit) & "----------" &@CRLF & $ret[2] & @CRLF) _GUICtrlEditScroll($edit,$SB_PAGEDOWN) after some perfect working pagedown-scrolls the scrolling stops working at all.... are there any limitations to the _GuiCtrlEditScroll ? das beste Windows Support Forum: Windows 2000 Helpline und tschüss den WindowsfehlernProgrammieren: Autoit 3 - wer braucht noch VBS ?!Programmieren: Autoit 3 Forum?
GaryFrost Posted May 12, 2005 Posted May 12, 2005 Don't think it's a problem with the scroll, might be a buffer limitation, if you keep adding to the edit control you'll eventually run out of buffer. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
memnon Posted May 13, 2005 Author Posted May 13, 2005 Don't think it's a problem with the scroll, might be a buffer limitation, if you keep adding to the edit control you'll eventually run out of buffer.<{POST_SNAPBACK}>hmm the problem is, that This bufferlimitation comes really really fast, it scrolls down i think 4 times - and that´s itproblem is , i want to keep the actual information up on the screen - a infoscreen what automaticly scrolls older infos downwards - any other suggestions ? das beste Windows Support Forum: Windows 2000 Helpline und tschüss den WindowsfehlernProgrammieren: Autoit 3 - wer braucht noch VBS ?!Programmieren: Autoit 3 Forum?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now