F FlyingEagle Member Licensed User Longtime User Jun 27, 2018 #1 hi, i'd like to make a kind of popup-window. i'd like to show there some math-formulas and an ok-button. is there meanwhile a method to not use a panel showing and hiding? regards
hi, i'd like to make a kind of popup-window. i'd like to show there some math-formulas and an ok-button. is there meanwhile a method to not use a panel showing and hiding? regards
Jeffrey Cameron Well-Known Member Licensed User Longtime User Jun 27, 2018 #2 Other than the built-in input dialogs you will need to use a panel. If it is a "styling" issue, you could have a transparent panel at highest elevation that is the size of the activity and place the smaller, "dialog," panel you wish to display inside that panel. Upvote 0
Other than the built-in input dialogs you will need to use a panel. If it is a "styling" issue, you could have a transparent panel at highest elevation that is the size of the activity and place the smaller, "dialog," panel you wish to display inside that panel.
Erel B4X founder Staff member Licensed User Longtime User Jun 28, 2018 #3 Dialogs library 2017 - Custom dialogs and async methods Upvote 0