My solution to the Msgbox.
This one is modal-like or non-modal so the result is returned either in the calling sub or in a special return sub.
Size, colors and textsize are controlled.
See also http://www.b4x.com/forum/additional...updates/24911-class-getfiles-file-dialog.html and the discussion there.
I'll be glad to have your feedback.
Edit: Updated.
Edit: Orientation changes happen only after dialog is off.
Edit : version 2, added the FreezeOrientation by stevel05 (Thanks !) see here http://www.b4x.com/android/forum/threads/freeze-orientation.41681/
Edit: After finding problems with some devices with the freezing method, I replaced it and attached Message ver 4.
Note: use only after activity_resume is done otherwise it is ignored by the OS.
Edit: Change of method name, version 4.1
This one is modal-like or non-modal so the result is returned either in the calling sub or in a special return sub.
Size, colors and textsize are controlled.
See also http://www.b4x.com/forum/additional...updates/24911-class-getfiles-file-dialog.html and the discussion there.
I'll be glad to have your feedback.
Edit: Updated.
Edit: Orientation changes happen only after dialog is off.
Edit : version 2, added the FreezeOrientation by stevel05 (Thanks !) see here http://www.b4x.com/android/forum/threads/freeze-orientation.41681/
Edit: After finding problems with some devices with the freezing method, I replaced it and attached Message ver 4.
Note: use only after activity_resume is done otherwise it is ignored by the OS.
Edit: Change of method name, version 4.1
Attachments
Last edited: