Row height in a menu

johnaaronrose

Active Member
Licensed User
Longtime User
Need popup wth label (containing authorship details of app etc) & return button

Erel,

AHQuickAction seems to be for popup menu. I want a popup wth label (containing authorship details of app etc) & return button. Any ideas as to what's appropriate for that?
 
Upvote 0

johnaaronrose

Active Member
Licensed User
Longtime User
MsgBox

I've already tried Panel with a Label child. Problem is that it then makes it difficult to work with the Designer in that I have to keep bringing views to to the front (& sending them to the back) so that I see what I'm doing. So I decided to use MsgBox: however it doesn't allow the display of many lines: can I change the size of a message box?
 
Upvote 0

johnaaronrose

Active Member
Licensed User
Longtime User
Many lines

You can use CustomDialog from the Dialogs library.

Though a Msgbox can show many lines (separated with CRLF).

Thanks, Erel. MsgBox does not expand (i.e. does not show lines at bottom) once there are above approx 7 lines (perhaps depending on resolution: I was using emulator 480x800 density 1.5). I used CRLF to do the end of line.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…