Opened on Aug 2, 2008 at 12:32:17 AM
Last modified on Aug 2, 2008 at 2:00:12 AM
#490 closed Feature Request
Ability to have GUICtrlCreate... accept hide, show, enable and disable state options — at Initial Version
| Reported by: | HeidiR | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
Example:
GUICtrlCreateButton("", 10, 10, 60, 25, $GUI_HIDE)
GUICtrlCreateButton("", 10, 10, 60, 25, $GUI_SHOW)
GUICtrlCreateButton("", 10, 10, 60, 25, $GUI_ENABLE)
GUICtrlCreateButton("", 10, 10, 60, 25, $GUI_DISABLE)
Note:
See TracTickets
for help on using tickets.
