General discussion related to "Everything".
therube
Posts: 5727 Joined: Thu Sep 03, 2009 6:48 pm
Post
by therube » Thu Aug 03, 2017 4:58 am
That's odd when it occurs.
Might not be apparent just what is going on in such circumstances.
void
Developer
Posts: 19899 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Fri Aug 04, 2017 10:11 am
It's a limitation with the Windows edit control.
I will need to implement my own edit control...
therube
Posts: 5727 Joined: Thu Sep 03, 2009 6:48 pm
Post
by therube » Fri Aug 04, 2017 3:00 pm
My point was more that it is just "blank".
Maybe if there were some sort of "message"; "overflow", "too long", ... at least it might be more apparent that actual results are being returned (even if you might not necessarily know what they are based on
.)
Note that the window
title does show
some part of the search line.
void
Developer
Posts: 19899 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Fri Aug 04, 2017 10:30 pm
The limitation varies from different Windows versions, with no easy way to know the limitation.
I could render the text myself when the length is over 4096 characters.
The Window caption is truncated to 255 characters.