SlimShady Posted October 13, 2004 Share Posted October 13, 2004 (edited) I'm creating an editor and I want the user to switch word wrap on/off.And I think it's the following style I need to switch: ES_AUTOHSCROLLI know we can set a style using GUICtrlSetStyle.But how do I "unset" a style?Edit: Removed typo Edited October 13, 2004 by SlimShady Link to comment Share on other sites More sharing options...
CyberSlug Posted October 13, 2004 Share Posted October 13, 2004 It's my understanding that GuiCtrlSetStyle overwrites any existing style settings (except forced default styles documented in the help file appendix)....With regard to toggling word wrap, I ran into this probem in my long-abandoned project AutoPadSetting the word wrap style was not sufficient to make the edit control word wrap. Maybe there is a GuiSendMsg or DllCall that will work, but I ended up creating two edit controls and showing/hiding them as needed. Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Link to comment Share on other sites More sharing options...
SlimShady Posted October 13, 2004 Author Share Posted October 13, 2004 I'm gonna check out GUIRecvMsg and DllCall. Thanks for the info, CyberSlug. Link to comment Share on other sites More sharing options...
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