code

  1. Daniel44

    Android Question A unique code for a sqlite field

    Hi Everyone! I'd like to know if exists some function to create a unique code for a field in a sqlite table type of String or number, no matter how long it is. I had thought to collect hour minutes and seconds in a single line to be unique and not repeat but I don't know how to do it. Thank you
  2. ALBRECHT

    Android Question UML Diagrams

    Hello, For B4X, Is there currently an IDE plugin or a UML syntax library to generate The Code Diagram ? like for example in VS PlantUml If no, it would be a wish ... Michel
  3. ALBRECHT

    Android Question Code Includes

    Hello, Please, a little question at 1/2 cent : Is there an way to include some vb script modules like in .asp pages " <! - # include ...--> " (vbscript in active server pages) which include in one place, a piece of code as is Regards Michel
  4. M

    Android Question Make not visible Place Autocomplete View

    Hi, everyone, im trying to use the Place Autocomplete View from Erel. I have the necessity to hide (or show) the view as i want by code, but the command: PlaceAutocompleteView.Visible = False doesn't exist... how can i solve this?
  5. D

    Italian Panoramica Filippo

    Deleted
  6. Alexander Stolte

    B4A Class [B4X] [XUI] AS PinLock

    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. :) This Class is optimized for B4A and B4I, but not for B4J. This is the First...
  7. A

    Android Question GoTo line

    Hello, Is there a way in code to skip to specific line by goto? For example: If Succes Then Msgbox("","") Else goto gg End If File.WriteString(File.DirInternal,"1.txt","") gg: Msgbox("End","") (what will happen is that if Succes = false then it will directly go to line gg and...
  8. M

    Android Question Strange problem, help.

    Hello guys I got a project I'm working right now, and I'm using a set of customlistview, which results are a another set, a define number of times. Each of these elements contains -Image -Transparent buttom/ white frame when the focus is on the element. -Link -Title The focus was created with...
  9. Star-Dust

    Italian Panoramica Star-Dust

    Per comodità (mia) raccolgo qui i miei contributi: Warning: Non sono wrap (non saprei farli) , sono realizzate quasi interamente in B4X. Librerie B4A 01 Dialogs 02 Menu 03 Floating Button StandOut 04 DragBoard 05 ViewExtra 06 PanelExtra 07 BT_Printer (Bluetooth & BLE) 08 MenuExtender 09...
Top