DonManfred Expert Licensed User Longtime User Apr 22, 2019 #2 You can use Charsequence Builder and use Clickable words. Or you can use the Lib Linker. In both cases you need to show the popup by yourself (using asyncdialogs for example). Upvote 0
You can use Charsequence Builder and use Clickable words. Or you can use the Lib Linker. In both cases you need to show the popup by yourself (using asyncdialogs for example).
N nanjidusan Member Licensed User Apr 22, 2019 #3 DonManfred said: You can use Charsequence Builder and use Clickable words. Or you can use the Lib Linker. In both cases you need to show the popup by yourself (using asyncdialogs for example). Click to expand... Thank you . I have tried using csbuilder and dialog . But I don't know how to dynamically adjust the position of the dialog . Upvote 0
DonManfred said: You can use Charsequence Builder and use Clickable words. Or you can use the Lib Linker. In both cases you need to show the popup by yourself (using asyncdialogs for example). Click to expand... Thank you . I have tried using csbuilder and dialog . But I don't know how to dynamically adjust the position of the dialog .
DonManfred Expert Licensed User Longtime User Apr 22, 2019 #4 You can not control the position of the Dialogs. It is always centered. You can try to find a popup library which maybe is able to do a similar solution... But both of the methods i suggested does not provide the position of the text clicked. Upvote 0
You can not control the position of the Dialogs. It is always centered. You can try to find a popup library which maybe is able to do a similar solution... But both of the methods i suggested does not provide the position of the text clicked.
Erel B4X founder Staff member Licensed User Longtime User Apr 23, 2019 #5 You can use a regular panel instead of a dialog. Upvote 0