droppy

  1. R

    Android Question Droppy_onDismissed() on runs first time

    Using the Droppy library: https://www.b4x.com/android/forum/threads/droppy-dropdown-menu.81918/ All working fine, but found one minor problem. Droppy_onDismissed() only runs the droppy menu is dismissed first time. As I am using sub menu's now (so another droppy menu is shown by clicking a...
  2. R

    Android Question Droppy setYOffset not working

    Integrated the Droppy library in my app now: https://www.b4x.com/android/forum/threads/droppy-dropdown-menu.81918/ and all working very well. There is only one thing I can't get to work yet and that is the setYOffset method. As I understand it this should move the top of the dropdown vertically...
  3. R

    Android Question Problem with Droppy library with labels

    Posted this is a different thread: https://www.b4x.com/android/forum/threads/droppy-library.108691/ but the problem in that thread (lost button click event) has been solved, but got a different problem now and that is that if I use labels for the menu items (which seems to be needed to specify...
  4. R

    Android Question Droppy library

    Came across this library and it looks very nice indeed: https://www.b4x.com/android/forum/threads/droppy-dropdown-menu.81918/ I am thinking I could use this to replace the regular 3-dot overflow menu. Main reason to do this is to do with the fact that there is no simple way (via an event...
Top