UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. dl8aax
    D Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 6
    • Groups 0

    dl8aax

    @dl8aax

    0
    Reputation
    2
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Age 62
    Website www.modellbau-yodi.de/imker
    Location Nörten Hardenberg

    dl8aax Unfollow Follow

    Latest posts made by dl8aax

    • RE: Where is the database?

      @Vlad-Nirky said:

      Could you give some more details about the database to be backed up?
      Which application is it for?

      I'm creating the database with:

      var db = LocalStorage.openDatabaseSync("MienImmen", "1.0", "", 1000000);

      Because there's also important data, I want to back up the database and import it to my PC. Swapping the database is less error-prone than exporting and importing individual tables.

      There are approximately 40 tables.

      posted in App Development
      D
      dl8aax
    • Where is the database?

      Hello,

      I'd like to create a function for backing up the SQLite3 database. Where can I find the database? Is there a way to query it? And is this the same for all devices?

      Best regards,

      Dirk

      posted in App Development
      D
      dl8aax
    • RE: Print table ?

      Hi,

      Propolis is good for your hands, not so good for your phone/tablet 😉

      But the goal is to later scan a QR code and immediately access the stock card.

      I'm not sure how to create a PDF either.

      volk1.png volker2.png

      Without a print function, everything's useless.

      Printing QR codes and tables is a must-have feature of the app if you want to work with it properly.

      Regards, Dirk

      posted in App Development
      D
      dl8aax
    • Print table ?

      Hi,

      I'm currently developing an app for managing a beekeeping operation.

      On the home screen, I have a task list (tasks to be done today).

      The data is stored in an SQLite file.

      How can I print the data?

      Regards Dirk

      posted in App Development printer print
      D
      dl8aax
    • ScrollView with ListView does not work

      Hi,
      I've been tinkering for a long time but I can't get the data coming from the database to be output in the ListView and ScrollView.

      When scrolling, the data goes up outside the ScrollView.

      Sorry for my english, google translate is my friend 😀

      https://pastebin.com/nCf0wh9F

      volker1.png

      volker2.png

      posted in App Development
      D
      dl8aax
    • Read TextArea from another site

      Hi,
      I have a page called einstellungen.qml and a page called berechnung.qml.
      On the Settings page I have a TextArea and a Button.
      When I press the button I want to call the machmacombob(tv) function on the other side berechnung.qml to process the data from the TextArea. But unfortunately that doesn't work.

      greetings Dirk

      https://pastebin.com/05UCDmiW
      https://pastebin.com/RsGNqYdE

      posted in App Development textarea another site
      D
      dl8aax