Lope Posted April 21, 2010 Posted April 21, 2010 (edited) I want to either * Lock what my graphics objects draw onto the form so it persists when the form redraws * Know when the form redraws and then I can redraw my graphics objects At the moment my graphics stuff disappears when the window goes behind another. I can make it always ontop, but then MsgBoxes don't work Edited April 25, 2010 by Lope
martin Posted April 25, 2010 Posted April 25, 2010 I hope its okay if I bump this.You need to detect when the form is redrawn then redraw your images. UseGuiRegisterMsg($WM_PAINT,"MyRedawFn")and write the MyRedrawFn to do what you need. 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.
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