Opened on Aug 22, 2014 at 9:41:01 PM
Closed on Sep 7, 2014 at 5:10:42 PM
Last modified on Sep 7, 2014 at 7:58:36 PM
#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:2 by , on Aug 23, 2014 at 8:29:38 PM
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 , on Sep 2, 2014 at 4:21:56 PM
Perhaps EM_GETCUEBANNER = CB_GETCUEBANNER
but it is not a reason to use the proposed Function for edit on ComboBox
comment:4 by , on Sep 7, 2014 at 5:58:04 AM
@mLipok
if you really want them just add the .txt for the doc
Cheers
by , on Sep 7, 2014 at 10:34:16 AM
| Attachment: | Edit_CueBanner.ZIP added |
|---|
comment:6 by , on Sep 7, 2014 at 3:12:22 PM
You do not ask for examples only for txt.
So I will be working on it.
comment:7 by , on Sep 7, 2014 at 5:10:42 PM
| 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 , on Sep 7, 2014 at 7:58:36 PM
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 , on Sep 7, 2014 at 7:59:06 PM
| Attachment: | _GUICtrlEdit_SetCueBanner.au3 added |
|---|

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