ahmet Posted October 21, 2010 Posted October 21, 2010 When I click on Draw-Text and draw the text I can't execute the $text event more,but if I press the Esc key I can execute that event until i finish drawing text. does anyone know why is this happening?drawing_tool.au3
martin Posted October 21, 2010 Posted October 21, 2010 When I click on Draw-Text and draw the text I can't execute the $text event more,but if I press the Esc key I can execute that event until i finish drawing text. does anyone know why is this happening?Probably because although $text is set to be the menu item at the start, you destroy it by setting $text to the text from the edit box later. Very naughty . 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.
ahmet Posted October 21, 2010 Author Posted October 21, 2010 Thanks!It was so obvious. Before posting here I rewrote almost whole script using onevent mode.
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