seems the zip is too big (odd) only 2MB
any ways - here is a link to a very basic and primitive sample project
the target real project ius huge and quite old b4a project so no room to deep modifications
this one is as says a basic & primitive sample to demonstrate my problem
my issues are explained within the code but here they are:
1.
the buttons on the calling view are still active so if i remove the test if the view is visible it is any ways fire again and again redisplaying the dialog view
i would like the dialog view to be on top as modal and prevent any under view from being active
2.
i would like it to perform as dialog so it will return a return code (answer as described in the code) to the next line after calling it so i can use it as msgdialog or confirm dialog
so many thanks to the one that can help me out of this mess