Missing little yellow Search panel in lookup
Brought to you by:
mcarniel
Hello,
would it be possible to add little Search panel which is shown in grid when you type some letters in lookup grid frame too? I would like to know what I exactly write. It would be really helpful. Search_box.jpg shows situation when I write acc and it tries to find corresponding row. Search_box_missing.jpg shows situation when I write B and it tries to find something starting on B. But without yellow search box.
Thanks Lukas
Hi all,
as the above images show, the SearchWindow is not showing in Lookups but it is visible in grids.
We have encountered this problem since we switched to JDK 1.7 and it is related, without doubt, with this version of jDK.
To see the probem it is enough to run the Demo no 9 with jdk 1.7.
I think the problem is related with searchWindow.setLocation(location.x, location.y); method in SearchWindowManager that is used to set the location
of search window, but as the documentations of the method say , it may have
non-deterministic outcomes.
I wish the above notes be helpful in solving problem and speed it up.
Thanks