Which one of you ? will create a draggable B4X View (B4XLib)?
A simple pane(l) that can be dragged fluidly, not as it is possible to do with the Touch event, which is cross-platform?
It doesn't seem to me that it already exists, or am I wrong?
(No WRAP, No Java Only B4A) I had to change my color, updating and changing different parts. I also called it differently. So if you have previous projects you will need to update the declaration of the variables. This library contains three classes. The first "DragBoard" allows you to move...
(No WRAP, No Java Only B4A) I had to change my color, updating and changing different parts. I also called it differently. So if you have previous projects you will need to update the declaration of the variables. This library contains three classes. The first "DragBoard" allows you to move...
I believe it's just a matter of placing a transparent pane over the dialog, and "listen" to a touch-hold event, maybe by using a timer, to allow for dragging, if it's a short touch, the retur false to passe it to the underlying views
First, i spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view cost a lot of time. If you want to support me, then you can do it here by Paypal. :) Hello, I needed a cross platform msgbox and dialog, that I can modify to 100%...
This is my 2k'th post on this Forum and i want to share a nice library with you i made some months ago. It was not easy to create this library, it took many hours of testing and programming to make the user experience as good as possible. If you want to support me, then you can do this here or...
In my tutorial Kanban cards (Android version in message #2) you can move the card (panel) on the grid.
Tap on the header or footer of the card to select and then drag it around with your finger.
I believe it's just a matter of placing a transparent pane over the dialog, and "listen" to a touch-hold event, maybe by using a timer, to allow for dragging, if it's a short touch, the retur false to passe it to the underlying views
What I'm referring to is a movable panel, a custom view that I would place on a full-screen semi-transparent panel.
To be more clear, like the B4XDialog, which I suppose has its own basic panel, but the user can't move it.
First, i spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view cost a lot of time. If you want to support me, then you can do it here by Paypal. :) Hello, I needed a cross platform msgbox and dialog, that I can modify to 100%...
This is my 2k'th post on this Forum and i want to share a nice library with you i made some months ago. It was not easy to create this library, it took many hours of testing and programming to make the user experience as good as possible. If you want to support me, then you can do this here or...
I downloaded it (and the B4J example, which requires the class, not present in the project; I imported the library and you have to change the line "ASMsgBox1.InitializeWithoutDesigner...").
Donation more than deserved (and done, obviously).
The message comes in every example project of mine, because when I upload the example project I have previously used the .bas files, but the example projects can then be used with the .b4xlib, you just have to hook the b4xlib in the manager.