ericg32 Posted July 27, 2008 Posted July 27, 2008 NO I don't need the code written but I would like some direction. I am reading a file and need to do some procesing on it. As I am reading it I would like to have a window that shows/scrolls the results of that processing (as it is happening). It will propbably be written to a log file as well but this way the user can see something is happening. Any pointers/functions you'all can recall that might help a bit ? THnx in advance
martin Posted July 27, 2008 Posted July 27, 2008 NO I don't need the code written but I would like some direction. I am reading a file and need to do some procesing on it. As I am reading it I would like to have a window that shows/scrolls the results of that processing (as it is happening). It will propbably be written to a log file as well but this way the user can see something is happening. Any pointers/functions you'all can recall that might help a bit ?THnx in advanceAre the results you want to scroll textual or graphical? Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Andreik Posted July 27, 2008 Posted July 27, 2008 Create a GUI with an edit box with $ES_AUTOVSCROLL and $ES_AUTOhSCROLL styles. Use _GUICtrlEdit_AppendText() to put information in edit box.
ericg32 Posted July 27, 2008 Author Posted July 27, 2008 Straight text. Thxn I will try the suggestion - seems easy enuff !
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