Object documentation: TouchPanelCreator B4A Question TouchPanelCreator (Solved) - Shelby    May 6, 2022
Parsing code. Error
Error parsing program.
Error description: Unknown type: touchpanelcreator
Are you missing a library reference?
Error occurred on line: 38 (XUIScrollView)
Dim tpc As TouchPanelCreator... B4A Question [Solved] Conflict between ViewsEx and RatingBar from Informatix - asales    Mar 4, 2021 I have a app that uses RatingBar from @Informatix . I put B4XDrawer menu in the app, but I get an error because the ViewsEx has a RatingBar view, with the same name from the Informatix view. The only problem is because the B4XDrawer uses the TouchPanelCreator from ViewsEx. I don't want to change the Informatix RatingBar to the view of ViewsEx. Any tip to solve this? Thanks in advance.... B4A Question detect swipe action on panel - hanyelmehy (first post)    Oct 10, 2021
Check CLVSwipe
i try to use TouchPanelCreator ,but
OnTouchEvent and OnInterceptTouchEvent fire only TOUCH_ACTION_DOWN ?... B4A Question Panel_click receiver - Erel (first post)    Jul 13, 2021   (1 reaction) You can use TouchPanelCreator from ViewsEx for this. It is not trivial to handle the gestures correctly. It is used in B4XDrawer and CLVSwipe.... B4A Question Click event of a panel not working - Erel (first post)    Jun 9, 2021 The ScrollView will consume the touch events. The only way around it is to use ViewsEx with TouchPanelCreator. You will need to handle the touch logic yourself and it can be a bit complicated.... B4J Library [B4X] [XUI] SD XUIScrollView2D - Star-Dust (first post)    Nov 14, 2020 answered you about this.
No touch listener will be added if you don't implement the touch or click events.
.... it must be based on ViewsEx.TouchPanelCreator for it to work in more complex cases... with TouchPanelCreator you can intercept the panel touch event but not absorb the movement.
Please read... B4A Question ScrollView2d disappeared (Solved) - Shelby (first post)    Oct 2, 2021 Unknown type touchpanelcreator is still displayed in my logs tab even before I try to compile.
Also, this when I compile:
B4A Version: 11.00
Parsing code. Error
Error parsing program.
Error... B4A Question Scroll View Inside Scroll View - Erel (first post)    Aug 5, 2020 It is difficult to get two scrolling views to behave properly. You can see an example here: https://www.b4x.com/android/forum/threads/clvnested-allows-nesting-clvs.107742/#content It is based on TouchPanelCreator from ViewsEx library.... B4A Question [Solved] How to drag panel outside CLV? - TILogistic (first post)    Dec 29, 2021   (1 reaction) ?? Library ViewsEx https://www.b4x.com/android/help/viewsex.html#touchpanelcreator see: https://www.b4x.com/android/forum/threads/b4x-clvswipe-xcustomlistview-swipe-actions-and-pull-to-refresh.98252/#content https://www.b4x.com/android/forum/threads/clvnested-allows-nesting-clvs.107742/#content https://www.b4x.com/android/forum/threads/tablepanel-adds-swipe-navigation-to-b4xtable.104628/#content https://www.b4x.com/android/forum/threads/b4x-b4xdrawer-sliding-drawer.97828/#content etc.... B4A Question Touch Events on ScrollView - Erel (first post)    Dec 11, 2019 In most cases you will need to use TouchPanelCreator from ViewsEx for this. It is a bit more complicated but give you more control: https://www.b4x.com/android/forum/threads/b4x-clvswipe-xcustomlistview-swipe-actions-and-pull-to-refresh.98252/#content... Page: 1   2   3   4   5   6   7   |