[ wxwindows-Feature Requests-1727815 ] Selection (for copy & paste )
on wxMessageBox
SourceForge.net
noreply at sourceforge.net
Fri Jun 1 03:04:42 PDT 2007
Feature Requests item #1727815, was opened at 2007-05-29 20:21
Message generated for change (Comment added) made by vadz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=359863&aid=1727815&group_id=9863
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: None
Group: None
>Status: Closed
Priority: 5
Private: No
Submitted By: beddy (beddypw)
Assigned to: Nobody/Anonymous (nobody)
Summary: Selection (for copy & paste ) on wxMessageBox
Initial Comment:
I use to log various debug information on a wxMessageBox (hardware info, serial numbers etc ).
I found impossible to make copy & paste from the text displayed (PC & Mac )
I think this could be a very useful feature for all wxwidgets developers.
----------------------------------------------------------------------
>Comment By: Vadim Zeitlin (vadz)
Date: 2007-06-01 12:04
Message:
Logged In: YES
user_id=71618
Originator: NO
You can already copy the text using Ctrl-C under Windows. Mac OS doesn't
provide any such built in mechanism unfortunately but there is nothing we
can do about it -- we just use the native message box under all platforms.
Obviously, if you must make it possible to copy the text you shouldn't be
using the message box but a custom dialog with "Copy" and probably "Save"
buttons.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=359863&aid=1727815&group_id=9863
More information about the wx-dev
mailing list