xml

  1. P

    Libraries documentation viewer: the XML files...

    Did you ever wonder where the autocomplete information in the IDE comes from? Well, i'm not 100% sure but the same information can be found in the XML file from the library that has been used. In the case of a (B4J) Button the jFX.xml file contains information about the Button and its events...
  2. yo3ggx

    Android Question XML2MAP and lists of maps

    Hello, Let's consider the following simple xml file as xmlstring. <main> <device> <memory> <param1>123456</param1> <param2>654321</param2> </memory> <memory> <param1>45678</param1> <param2>87654</param2>...
  3. X

    B4J Question Why are the generated JSON sorted with Json librarys

    I try to parse this XML file and generate JSON. Why is the data order of the generated JSON file different from that of the original XML? Instead, it is sorted the same. Why can't we generate JSON files in the same order as the original data. I am not good at communicating with others in...
  4. rleiman

    Android Question [Solved] - Custom widgets XML layout

    Greetings everyone, I was looking at this thread on how to make a custom XML file and manifest coding so a widget can be customised. https://www.b4x.com/android/forum/threads/widget-layout-resizable-adaptive.115638/#content I would like to alter the coding in the manifest so it will work for...
  5. carlos7000

    Android Question Error compiling Wallpaper app [SOLVED]

    I have a small app that changes the images on the wallpaper of my android phone. Today I want to change some images for new ones. I did not make any changes to the code, but when compiling I get the following error: I guess part of the problem is due to upgrading to B4A 10.70
  6. P

    B4J Question Trying to have a very basic XML Declaration with XML Builder

    So I'm using a very annoying system that's very specific about the way the XML is presented. Currently I have a handler serving this: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <CONTROLLER> <PARAMS> <FP ID="PIRTIMEOUT" MAX="7200" MIN="0" NAME="PIR Time Out" UNIT="SECONDS">1800</FP>...
  7. Star-Dust

    Italian [B4X] SD p7m (Fattura elettronica)

    Con l'avvento della Fattura Elettronica ( :confused: ) è nato il bisogno di leggere i file p7m (che arrivano nella posta certificata se non hai un portale con codice univoco) Il formato del p7m della fattura elettronica (fortunatamente) non è codificata/crittografata. Con questa libreria ho...
  8. G

    Italian Ciclo For in XML files

    Salve a tutti, mi rivolgo a voi per un aiuto. Sto realizzando un modulo per la fatturazione elettronica utilizzando come libreria XMLBuilder ma sono arenato nella realizzazione dei nodi di dettaglio linee ossia non riesco ad inserire un cliclo in base ai prodotti venduti per ottenere una...
  9. Pedro Caldeira

    B4J Question xmlparsing with xml2map

    Hello, I am trying to parse a xml file with the xm2map module i get a map not initialized in the example code Sub GetElements (m As Map, key As String) As List Dim res As List If m.ContainsKey(key) = False Then <- line37 res.Initialize Return res Else Dim...
  10. R

    Android Question Error when parsing an xml file

    I have an xml file that I receive from a webservuce. But when I run xml2 "PamaprsedData", I get an error and it crashes. Here is the XML. Any and all help is appreciated.
  11. K

    Android Question What does the term "Wrapper" actually refer to ?

    I understand that in some cases a Wrapper must be created to have an external 3rd party jar file used in a B4A project. When referring to that as a "Wrapper", is it in fact the XML file that defines the methods in that jar file ? In other words, what goes into the Library folder is the 3rd...
  12. Luciano Canachiro

    B4J Question Parse XML document

    Hi guys, I'm newbie into B4J and I need help to parse XML document. How can I parse this document with XMLsax or XML2map.bas? I don't know where to start. I need to read from this line: <rs:data> <z:row Cliente='TESTE COMUNICACOES E EVENTOS LTDA' Endereco='' areaatend='AT10' Territorio='A10'...
Top