View Single Post
  #2  
Old March 16th 19, 02:28 PM posted to alt.comp.os.windows-10,alt.windows7.general
Paul[_32_]
external usenet poster
 
Posts: 11,873
Default Why does the right click list take so long to appear?

micky wrote:
Was it on this group that someone just posted how to edit the
right-click list?::

https://technicalustad.com/edit-wind...-context-menu/

No matter. The question is, Won't making the list longer mean it will
take longer to open the right click list?

It already takes a long time, and I've concluded that it builds the list
from another list every time I right click.

Am I right, or if not, why does it take so long to right=click and see
the list, compared to most other operations?


The right-click context menu is a "communal toilet".

It's a poor design, in that when you add the N+1th
item to the list, it can "break" the entire list.
Suddenly, it's slow, or it stops without
completely painting, or... whatever.

It can even crash.

They could have made the list, such that the list
is a series of "slots" and the "slots" only paint
when they're good and ready. Then, a "guilty" item
does not hold up the whole list, and "latecomers"
fill their spot in the list after everyone else
has painted theirs. This would allow you to determine
which items are too slow. Or which items are misbehaving.
In effect, you're isolating their runtime behavior
from one another, so the "bad" items stand out.

Paul
Ads