|
Does Wings or WxWidgets filter out \r and \n from PASTE?
|
|
02-20-2017, 04:35 PM
Post: #2
|
||||
|
||||
RE: Does Wings or WxWidgets filter out \r and \n from PASTE?
(02-20-2017 02:02 PM)ggaliens Wrote: I'm trying to paste into a wide text control in WINGS ...As know, that is the usual behaviour in Windows. In a single line control, if we try to past multiple lines then only the first one is "accepted". That you want just works only for multiple line controls. At the Windows' API documentation for Edit Controls Style we see that ENTER isn't managed by single-line controls: Quote:ES_WANTRETURN and specifically for wxWidgets - wxTextCtrl: Quote:wxTE_PROCESS_ENTER:Basically the same thing. As Wings3D doesn't have any need for multiple line controls they doesn't exists in wings_dialog.erl module (1386 and 1464). So, probably you will need to manage the clipboard by your self. Maybe adding a button to do that using the wxClipboard class. Just an idea. Maybe dgud could bring more details.
|
||||
|
« Next Oldest | Next Newest »
|
| Messages In This Thread |
|
Does Wings or WxWidgets filter out \r and \n from PASTE? - ggaliens - 02-20-2017, 02:02 PM
RE: Does Wings or WxWidgets filter out \r and \n from PASTE? - micheus - 02-20-2017 04:35 PM
RE: Does Wings or WxWidgets filter out \r and \n from PASTE? - nemyax - 02-22-2017, 10:48 AM
RE: Does Wings or WxWidgets filter out \r and \n from PASTE? - ggaliens - 02-22-2017, 05:13 PM
RE: Does Wings or WxWidgets filter out \r and \n from PASTE? - micheus - 02-22-2017, 09:48 PM
RE: Does Wings or WxWidgets filter out \r and \n from PASTE? - ggaliens - 02-23-2017, 12:49 AM
|
User(s) browsing this thread: 1 Guest(s)




@MicheusVieira
MicheusVieira
Micheuss
micheus4wings3d