R redoctober57 New Member Jun 20, 2021 #1 I’m new to B4X. I try to test a simple program with a draggable ImageView. Searching the forum for templates, I found the following: 1. (https://www.b4x.com/android/forum/threads/classes-are-soon-coming.18395/#content) Example of draggable view class (by Erel) which instantiate "Dim dv1, dv2, dv3 As DraggableView" 2. Since I don’t see DraggableView listed in my B4J “Add View”, I assume it’s a custom view from a library 3. In this thread: https://www.b4x.com/android/forum/threads/library-download.123081/ Erel mentions that the adt’l libraries can be downloaded from https://www.b4x.com/android/forum/forums/additional-libraries-classes-and-official-updates.29/ 4. …which leads me to “B4X Libraries Index” https://www.b4x.com/android/forum/threads/b4x-libraries-index.127418/ 5. …then B4A Library [B4X] [XUI] xCustomListView - cross platform CustomListView https://www.b4x.com/android/forum/t...mlistview-cross-platform-customlistview.84501 6. …and Android Tutorial [B4X] [XUI] Expandable list based on xCustomListView https://www.b4x.com/android/forum/threads/b4x-xui-expandable-list-based-on-xcustomlistview.86449/ Up to this point, I still can’t find the adt’l library. Much appreciation if someone can point out to me what I missed & where to find the library which supports the DraggableView class.
I’m new to B4X. I try to test a simple program with a draggable ImageView. Searching the forum for templates, I found the following: 1. (https://www.b4x.com/android/forum/threads/classes-are-soon-coming.18395/#content) Example of draggable view class (by Erel) which instantiate "Dim dv1, dv2, dv3 As DraggableView" 2. Since I don’t see DraggableView listed in my B4J “Add View”, I assume it’s a custom view from a library 3. In this thread: https://www.b4x.com/android/forum/threads/library-download.123081/ Erel mentions that the adt’l libraries can be downloaded from https://www.b4x.com/android/forum/forums/additional-libraries-classes-and-official-updates.29/ 4. …which leads me to “B4X Libraries Index” https://www.b4x.com/android/forum/threads/b4x-libraries-index.127418/ 5. …then B4A Library [B4X] [XUI] xCustomListView - cross platform CustomListView https://www.b4x.com/android/forum/t...mlistview-cross-platform-customlistview.84501 6. …and Android Tutorial [B4X] [XUI] Expandable list based on xCustomListView https://www.b4x.com/android/forum/threads/b4x-xui-expandable-list-based-on-xcustomlistview.86449/ Up to this point, I still can’t find the adt’l library. Much appreciation if someone can point out to me what I missed & where to find the library which supports the DraggableView class.
Erel B4X founder Staff member Licensed User Longtime User Jun 21, 2021 #2 The DraggableView class is a very old B4A example of a class. It was created before custom views were supported. Do you want to add an ImageView that the user can move by dragging? Upvote 0
The DraggableView class is a very old B4A example of a class. It was created before custom views were supported. Do you want to add an ImageView that the user can move by dragging?
R redoctober57 New Member Jun 21, 2021 #3 Hi Erel. That's correct. I would like to test the draggable feature on ImageView then apply it to other views. Upvote 0
Hi Erel. That's correct. I would like to test the draggable feature on ImageView then apply it to other views.
Erel B4X founder Staff member Licensed User Longtime User Jun 22, 2021 #4 Check this library: https://www.b4x.com/android/forum/threads/b4a-xui-sd-xui_dragview.92512/#content Upvote 0