R rafaelmotaquintana Active Member Licensed User Mar 18, 2016 #1 I'd like to use a full screen panel in this program by Erel. https://www.b4x.com/android/forum/threads/signature-capture-tutorial.9096/ its a signature capture. When I expand the panel to 100%x and 100%y, the strokes are apart of the current drawing. What am I missing?
I'd like to use a full screen panel in this program by Erel. https://www.b4x.com/android/forum/threads/signature-capture-tutorial.9096/ its a signature capture. When I expand the panel to 100%x and 100%y, the strokes are apart of the current drawing. What am I missing?
somed3v3loper Well-Known Member Licensed User Longtime User Mar 18, 2016 #2 add this to designer script B4X: Panel1.SetLeftAndRight(0,100%x) Panel1.SetTopAndBottom(0,100%y) And if you want there is also a library here https://www.b4x.com/android/forum/threads/signpad-v0-20-signature-capture-incl-java-source.50072/ Upvote 0
add this to designer script B4X: Panel1.SetLeftAndRight(0,100%x) Panel1.SetTopAndBottom(0,100%y) And if you want there is also a library here https://www.b4x.com/android/forum/threads/signpad-v0-20-signature-capture-incl-java-source.50072/