BigDaddyO Posted February 4, 2005 Posted February 4, 2005 I have an input box that is disabled at GUI Load. when you check a checkbox it will enable the input box and set it with $GUI_ACCEPTFILES so I can drag a file onto it to get the location. My problem is that I can't remove the $GUI_ACCEPTFILES when I uncheck the box. I can disable the box so it's grayed out but then it can still accept drag and drops? isn't there like a guictrlsetstate($Inputbox, -$GUI_ACCEPTFILES) to remove a specific setting? that would certianly be nice.
jpm Posted February 4, 2005 Posted February 4, 2005 I have an input box that is disabled at GUI Load.when you check a checkbox it will enable the input box and set it with $GUI_ACCEPTFILES so I can drag a file onto it to get the location. My problem is that I can't remove the $GUI_ACCEPTFILES when I uncheck the box. I can disable the box so it's grayed out but then it can still accept drag and drops? isn't there like a guictrlsetstate($Inputbox, -$GUI_ACCEPTFILES) to remove a specific setting? that would certianly be nice.<{POST_SNAPBACK}>True the GUI_ACCEPTFILES is never reset,I will do a correction so GuiCtrlSetState($inputbox,$GUI_ENABLE) will reset it
BigDaddyO Posted February 7, 2005 Author Posted February 7, 2005 True the GUI_ACCEPTFILES is never reset,I will do a correction so GuiCtrlSetState($inputbox,$GUI_ENABLE) will reset it <{POST_SNAPBACK}>Sweet,I just downloaded the Beta version from the 5th and it disables and enables perfectly. Thank you very much. Mike
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