Codename One - AutoComplete popup window location

狂风中的少年 提交于 2019-12-23 01:11:26

问题


On my GUI built app I am using the AutoComplete TextField for searching for values. After the user taps the "search" button, the AutoComplete appears. When I enter something, it works well, and the popup window appears showing the matched values right at the bottom of the field.

But if I perform another search, the popup window appears further down. On a third search, it appears even further, and on a fourth search, it is gone from the window. I am attaching a screenshot of the third search.


回答1:


This seems to be related to this bug: https://github.com/codenameone/CodenameOne/issues/1687 or maybe this one: https://github.com/codenameone/CodenameOne/issues/1697



来源:https://stackoverflow.com/questions/35810486/codename-one-autocomplete-popup-window-location

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!