ocupado's Forum Posts

  • 5 posts
  • > The lines that were added disappear when I change layout

    >

    Setting the Listview to Global should fix that, but not saving it across closing and opening the application, if that's what you mean.

    https://drive.google.com/uc?export=down ... EZid0pBMWM Here is a capx to demonstrate how to export the Listview content to LocalStorage (where LocalStorage can be easily replaced by NW.js filesystem), fully commented.

    randomly

    Once again I thank you for your help.

    Thank you for using your time

    To make a .capx

    I will test it and put into practice and in the future to create a database, firebase or something.

  • ocupado

    Try to make the Listview global.

    Are you talking to json? Or global variable .. Could you make an example?

    I need to save the lines that are created by the application ..

    Is the global listview you speak of saving a row in each variable?

  • How do I do to save and load the listview when accessing the layout.

    Whenever I add a line and I leave, when I return it does not appear.

    The lines that were added disappear when I change layout

    What is the best way to save to load later

    Any examples?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • ocupado

    If you want to combine expressions and text, it has to look like this:

    expression & "text" & expression2 & "text2"[/code:lxnarr9y]
    Example:
    [code:lxnarr9y]List_MODELO.SelectedText & ":" & TextBox_NOME.Text & ":" & TextBox_IP.Text[/code:lxnarr9y]
    

    Hi randomly, thank you very much for your attention. With your help I solved, the second example worked

  • Thank you

    It's a great plugin, plus I'd like to know how to insert expression from other plugins into the columns. Does it only work with text?

    See this example: does not work

    Could you help me, thank you

  • 5 posts