[prev in list] [next in list] [prev in thread] [next in thread] 

List:       nsis-bugs
Subject:    [NSIS-Bugs] [ nsis-Feature Requests-2319333 ] More nsDialogs
From:       "SourceForge.net" <noreply () sourceforge ! net>
Date:       2009-04-07 13:59:29
Message-ID: E1LrBpp-0006TL-Ad () d45xhf1 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Feature Requests item #2319333, was opened at 2008-11-21 04:04
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=373088&aid=2319333&group_id=22049

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Plugins
Group: 2.0 Series
Status: Open
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: More nsDialogs combobox macros

Initial Comment:
It is possible that macros for the following combobox messages could be implemented in nsDialogs please?

CB_INSERTSTRING
CB_FINDSTRING
CB_DELETESTRING
CB_GETCURSEL

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2009-04-07 13:59

Message:
I was looking for a good location to post my own small addition. This
deletes a string from a ComboBox.

!macro __NSD_CB_DelString CONTROL STRING
 
    SendMessage ${CONTROL} ${CB_FINDSTRING} -1 `STR:${STRING}` $R0
    SendMessage ${CONTROL} ${CB_DELETESTRING} $R0 0
 
!macroend
 
!define NSD_CB_DelString `!insertmacro __NSD_CB_DelString`

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=373088&aid=2319333&group_id=22049

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
NSIS-Bugs mailing list
NSIS-Bugs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nsis-bugs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic