Hi
to create my layout, the data viewer list seemed perfect, alas promise not kept, known bug mentioned so often and the workarounds did not work for me
I hope to be able to implement the clones goodbye the simplicity of the data viewer list
Hi @bibbi
Can you describe a bit more the issue youâre talking about. The message was too vague for me to be able to offer helpful info.
Perhaps you can describe
- what youâre trying to accomplish
- what youâve tried
- whatâs not working as expected
Thereâs a lot that could go wrong in those blocks. So the next step might be to really simplify things and make sure that your row creation works with simple, static values such as text strings. Once thatâs working, start adding in object properties and lists one by one to make sure each one works. Thatâs the hard work of troubleshooting code.
One thing I noticed is that you are trying to create rows in a loop. Loops move very fast so you might try adding a Wait 0 seconds block after the create row block (inside the loop) and see if that helps.
Also, you havenât explained what is/is not working. â[It] did not work for meâ is not really a description we can help you with.
hi
I took into account your observations, the indications provided in posts and with a little luck I suppose it works while using the data changed block event
what was wrong?
is that my list has about thirty items and I only saw 10 (this is what I consider a bug)
There is a known bug in the Data Viewer. See this post. Is it what you see?
hi
absolutely
Hi
it works but Iâm not satisfied updating an element of a DVL takes time since the refresh block takes over all the cards of the DVL and I have the impression that if I use cloning it would be faster because it points to a card am I wrong?
For me cloning
was always faster than the DVL but it will depend in your use case.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.