Qel's Forum Posts

  • 2 posts
  • Thank you rexrainbow

    When i was trying to simplify the capx i realized where the error could be, i filter the select from the database by date, from-to

    if i remove the conditions it works always, if i don't, it only works while i don't enter the first layout, it works if i go in and out the third layout, wich is only a menu.

    FINAL EDIT, i am an idiot, thanks for your patiences, watching the image i realized it couldn't be a database or plugin problem, because it was using CuritemID for filling the table, so, it was correct, i took a look at the variables "hasta" and "desde" (to and from) i was using and they were empty!! thanks for your patience again and sorry

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi, i am having some problems with this magnificent plug in, i have a two layouts project, with one of them writing on firebase and the other one reading, i am using itemtable to read and write from the database.

    When i launch the application, if i enter the second layout, the ranking, it reads ok, but the moment i enter the first layout, the one that writes, even if i don't do anything, when i enter again the second layout, it doesn't read from the database anymore, is there something i am missing?

    Edit with more info: i have used two different tags when loading the itemtable, and even two differente instances of itemtable for reading and writing, and it is always the same, the moment i get into layout 1, the 2nd one stops working

    More edit: it is related to itemmonitor, wich i am also using to check for changes in the Database in Layout 1, if i remove all instances to itemmonitor evertything works, but i need it, i tried to stop the monitor everywhere but keeps locking the queries of L2 afer i enter L1

    Final though: when i launch the Start Monitor is when it crashes, even if i stop it right away... is there a workaround or is it a bug?

  • 2 posts