hi
i have a problem with closing transparent form and myown titlebar with pane
when i open "frm2" > two or many time only close form that opened first and i cant close others
i'm using this class for titlebar : https://www.b4x.com/android/forum/threads/replacement-titlebar.84586/
example attached.....
this problem only when i use titlebar
thats ok in decorated or ..... style
i have a problem with closing transparent form and myown titlebar with pane
when i open "frm2" > two or many time only close form that opened first and i cant close others
i'm using this class for titlebar : https://www.b4x.com/android/forum/threads/replacement-titlebar.84586/
example attached.....
B4X:
sub mainform start()
mainform.show
sleep(1000)
form2.show 'its can close'
sleep(1000)
form2.show 'i can not close this'
end sub
this problem only when i use titlebar
thats ok in decorated or ..... style
Attachments
Last edited: