Re: [PATCH setup] Make Enter in the user URL box cause ADD instead of NEXT

2017-12-08 Thread Ken Brown
On 12/8/2017 10:48 AM, Jon Turney wrote: On 07/12/2017 20:46, Ken Brown wrote: On 12/7/2017 1:35 PM, Jon Turney wrote: On 05/12/2017 17:32, Ken Brown wrote: On 12/5/2017 11:03 AM, Ken Brown wrote: On 12/5/2017 7:58 AM, Jon Turney wrote: The search textbox on the package chooser page needs

Re: [PATCH setup] Make Enter in the user URL box cause ADD instead of NEXT

2017-12-08 Thread Jon Turney
On 08/12/2017 14:47, Ken Brown wrote: On 12/7/2017 11:55 PM, Brian Inglis wrote: On 2017-12-07 13:46, Ken Brown wrote: In my testing, 'Next' does indeed become the default button after I click outside of the textbox, but there's no visual indication of this. The MSDN page for DM_SETDEFID

Re: [PATCH setup] Make Enter in the user URL box cause ADD instead of NEXT

2017-12-08 Thread Jon Turney
On 07/12/2017 20:46, Ken Brown wrote: On 12/7/2017 1:35 PM, Jon Turney wrote: On 05/12/2017 17:32, Ken Brown wrote: On 12/5/2017 11:03 AM, Ken Brown wrote: On 12/5/2017 7:58 AM, Jon Turney wrote: The search textbox on the package chooser page needs the same fix. It's not immediately clear

Re: [PATCH setup] Make Enter in the user URL box cause ADD instead of NEXT

2017-12-08 Thread Ken Brown
On 12/7/2017 11:55 PM, Brian Inglis wrote: On 2017-12-07 13:46, Ken Brown wrote: On 12/7/2017 1:35 PM, Jon Turney wrote: On 05/12/2017 17:32, Ken Brown wrote: On 12/5/2017 11:03 AM, Ken Brown wrote: On 12/5/2017 7:58 AM, Jon Turney wrote: The search textbox on the package chooser page needs

Re: [PATCH setup] Make Enter in the user URL box cause ADD instead of NEXT

2017-12-07 Thread Brian Inglis
On 2017-12-07 13:46, Ken Brown wrote: > On 12/7/2017 1:35 PM, Jon Turney wrote: >> On 05/12/2017 17:32, Ken Brown wrote: >>> On 12/5/2017 11:03 AM, Ken Brown wrote: On 12/5/2017 7:58 AM, Jon Turney wrote: > The search textbox on the package chooser page needs the same fix. It's not

Re: [PATCH setup] Make Enter in the user URL box cause ADD instead of NEXT

2017-12-07 Thread Ken Brown
On 12/7/2017 1:35 PM, Jon Turney wrote: On 05/12/2017 17:32, Ken Brown wrote: On 12/5/2017 11:03 AM, Ken Brown wrote: On 12/5/2017 7:58 AM, Jon Turney wrote: The search textbox on the package chooser page needs the same fix. It's not immediately clear to me how to do this, since I don't

Re: [PATCH setup] Make Enter in the user URL box cause ADD instead of NEXT

2017-12-05 Thread Ken Brown
On 12/5/2017 11:03 AM, Ken Brown wrote: On 12/5/2017 7:58 AM, Jon Turney wrote: Please apply. Done. The search textbox on the package chooser page needs the same fix. It's not immediately clear to me how to do this, since I don't know what the default pushbutton should be while the user

Re: [PATCH setup] Make Enter in the user URL box cause ADD instead of NEXT

2017-12-05 Thread Ken Brown
On 12/5/2017 7:58 AM, Jon Turney wrote: Please apply. Done. The search textbox on the package chooser page needs the same fix. It's not immediately clear to me how to do this, since I don't know what the default pushbutton should be while the user is typing in the search box. One

Re: [PATCH setup] Make Enter in the user URL box cause ADD instead of NEXT

2017-12-05 Thread Jon Turney
On 04/12/2017 15:58, Ken Brown wrote: --- site.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site.cc b/site.cc index 641a6bb..64e56a8 100644 --- a/site.cc +++ b/site.cc @@ -759,7 +759,9 @@ bool SitePage::OnMessageCmd (int id, HWND hwndctl, UINT code) {

[PATCH setup] Make Enter in the user URL box cause ADD instead of NEXT

2017-12-04 Thread Ken Brown
--- site.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site.cc b/site.cc index 641a6bb..64e56a8 100644 --- a/site.cc +++ b/site.cc @@ -759,7 +759,9 @@ bool SitePage::OnMessageCmd (int id, HWND hwndctl, UINT code) { case IDC_EDIT_USER_URL: { - //