Re: [JPP-Devel] [jump-pilot:bugs] #312 Menu slow down

2021-10-01 Thread Michaud Michael
Hi Ede,Nice idea. Seems to me that the only check call involved is in EnableCheckMenuItemShownListener.Don't you thing it maybe an overkilled solution. It means that opening a new menu will create as many threads as visible menuitems. I don't want to slow down every enablecheck just to solve a ra

[JPP-Devel] [jump-pilot:bugs] Re: #312 Menu slow down

2021-10-01 Thread michael michaud via Jump-pilot-devel
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml";> Hi Ede,Nice idea. Seems to me that the only check call involved is in EnableCheckMenuItemShownListener.Don't you thing it maybe an overkilled solution. It means that opening a new menu will create as many

[JPP-Devel] [jump-pilot:bugs] #312 Menu slow down

2021-10-01 Thread ede via Jump-pilot-devel
Mike, threading was mainly meant to wrap the check itself, so it can be abandoned after a timeout. Swing would probably still run those one afte the other i guess. provided the EnableChecks are generally fast and read only and modern CPUs are multicore, i wouldn't expect disadvantages though.