#2857 closed Feature Request (Completed)
_GUICtrlEdit_GetCueBanner / _GUICtrlEdit_SetCueBanner
| Reported by: | mLipok | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.13.20 | Component: | Standard UDFs |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
Please consider:
add this two function
_GUICtrlEdit_GetCueBanner
_GUICtrlEdit_SetCueBanner
to the standard UDF : GuiEdit.au3
http://www.autoitscript.com/wiki/Snippets_(_GUI_)#Small_Cue_Banner
Attachments (2)
Change History (10)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Yes I know, and I realize and I know that at present the standard UDF file are already two similar functions:
_GUICtrlComboBox_SetCueBanner
_GUICtrlComboBox_GetCueBanner
So I thought that it would be appropriate to add features to the EDIT control.
comment:3 by , 12 years ago
Perhaps EM_GETCUEBANNER = CB_GETCUEBANNER
but it is not a reason to use the proposed Function for edit on ComboBox
by , 12 years ago
| Attachment: | Edit_CueBanner.ZIP added |
|---|
comment:7 by , 12 years ago
| Milestone: | → 3.3.13.20 |
|---|---|
| Owner: | set to |
| Resolution: | → Completed |
| Status: | new → closed |
Added by revision [11064] in version: 3.3.13.20
comment:8 by , 12 years ago
You misunderstand me - I meant that I was working on an example.
Even it did.
But I noticed that there is a problem with the $ idText control.
Unfortunately, it is not solved.
by , 12 years ago
| Attachment: | _GUICtrlEdit_SetCueBanner.au3 added |
|---|

Cuebanners have a wider application that just the edit controls created by that UDF.
M23