Android Question floating form

Zeev Goldstein

Well-Known Member
Licensed User
Longtime User
hi

me again...

how can i create a simple floating form?
i mean a form not to be on all screen
the form under should be shown but disabled if possible
no need to move it or resize it
once i set it it is there as a normal form but not on full screen

if possible to programmatically create it and not with designer that will be the best but not mandatory

a simple normal form but not on full screen so i can use it like a dialog for example
if a sample will be attached i will shout hooray twice...

thanks
 

josejad

Expert
Licensed User
Longtime User
Upvote 0

Zeev Goldstein

Well-Known Member
Licensed User
Longtime User
Add a transparent (or semi-transparent) panel on top of all other views, full screen, and create its Click event (leave it empty).
Then add the visibile non-fullscreen panel to it.

This is how dialogues are made.
thanks
the main question i have is how to create the form so it is not fullscreen...
how do i make the form non fullscreen?
i currently use panel to load forms
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…