PopupView

Hi :slight_smile:

How can I show a popup view using a Button?? if it’s not possible can I show a subWindow near the button that shows it???

One way is to add the PopupView to the same layout as the Button, right before or after the button, in the Button ClickListener. If you set it to setPopupVisible(true) it will be shown immediately.

yes I tried it and it works :slight_smile:
Thanks :slight_smile:

This worked for me, displaying a standard Reindeer style button:

popView = new PopupView(“<div tabindex="0" class="v-button" role="button"><span class="v-button-wrap"><span class="v-button-caption">Click This”, yourContent);