Q qsrtech Active Member Licensed User Longtime User Sep 25, 2012 #1 Hi, is there a way to tell if the user is clicking on the application label? I'm looking for a way to be able to scroll back panels via the user dragging the application label, similar to the status bar. Thanks! John
Hi, is there a way to tell if the user is clicking on the application label? I'm looking for a way to be able to scroll back panels via the user dragging the application label, similar to the status bar. Thanks! John
vb1992 Well-Known Member Licensed User Longtime User Sep 25, 2012 #2 there is a database sql-lite example on here with a swipe of a label that scrolls a list horizontally, I think you could learn from that example http://www.b4x.com/forum/basic4andr...arebones-view-examples-sqlite.html#post120915 . Last edited: Sep 25, 2012 Upvote 0
there is a database sql-lite example on here with a swipe of a label that scrolls a list horizontally, I think you could learn from that example http://www.b4x.com/forum/basic4andr...arebones-view-examples-sqlite.html#post120915 .