node

  1. Patent

    B4J Code Snippet Render a Node

    Dear community, here is a snip about NEW rendering of any node in any size you want. Yery useful: the original Node is not altered. Works with B4J, not tested with B4A. Enjoy Private Sub RenderNode (factorX As Double, factorY as Double, sourceView As B4XView) As B4XBitmap Dim...
  2. carlos7000

    Android Question Developing a Navigation System for a Complex Facility

    I have been asked to create an application to solve the following problem. Many patients and new staff members miss appointments and exams due to the complexity of a clinic. Although there is staff and signs that indicate the way to different departments, it is not possible to have a guide at...
  3. stevel05

    B4J Library [DSE] Shapes - Shape Nodes

    This class contains designer extension script methods based on the snippets I previously posted with some enhancements that make it too complex to post as snippets. You should now be able to shape and rotate any node, text alignment is currently handled for Button, Label, Radiobutton and...
  4. PatrikCavina

    B4J Question What node is it?

    What kind of node is in below image? It's look like a TreeTableView without head. I would like to reproduce a similar node to use it in my project. Any suggestions?
Top