drop

  1. H

    B4J Question pane drop shadow

    how can i make a drop shadow for a panel in B4J? i want out-shadow ( not inner )
  2. Lucas Eduardo

    Android Question Drag, Drop, Rotate and Resize Images

    Hello, i was looking for a lib that do all the functions mentioned in title and the best lib that i found and that works perfectly is this one https://www.b4x.com/android/forum/threads/multitouchwithdynamicaddandremove.84516/#content made by @Johan Schoeman But it's only working with one image...
  3. Mashiane

    B4J Tutorial [BANanoWebix] Lesson 22 - Method 3 (DropZone)

    Ola Lesson 22 - Method 1 Lesson 22 - Method 2 This method involves the dropzone where one can drag and drop files into the uploader. A list is placed on a page.. Dim lst As WixList lst.Initialize("mylist").SetTypeUploader(True).SetHeight(600).SetWidth(300).SetScroll(False) '...
  4. FERNANDO SILVEIRA

    Android Question Moving Labels based on touch event

    Hello Guys, I'm working to move labels on the screen based on touch event, but it seems touch it is only available at activity level. Is that true? I based my research on the ThreeActivityExample.b4a project. Sub Activity_Touch (Action As Int, X As Float, Y As Float) Private dX, dY As...
  5. Star-Dust

    B4A Library SD: DragBoard

    (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...
Top