K. Frank
2015-01-01 19:10:05 UTC
Hello List!
What would be a good way -- the Wt way -- to animate filling
in a WLineEdit? What I have in mind is having code write
characters to the WLineEdit (and display them) one by one
at a rate of three or four characters per second.
What tools does Wt provide to do something like this, and
how should the manipulations be divided up between the
browser and the server?
If I were doing this on a desktop app, I would probably lock
the line-edit, use a timer to trigger writing each character
into the line-edit, and then unlock the line-edit when I was
done.
Any thoughts would be appreciated.
Thanks.
K. Frank
What would be a good way -- the Wt way -- to animate filling
in a WLineEdit? What I have in mind is having code write
characters to the WLineEdit (and display them) one by one
at a rate of three or four characters per second.
What tools does Wt provide to do something like this, and
how should the manipulations be divided up between the
browser and the server?
If I were doing this on a desktop app, I would probably lock
the line-edit, use a timer to trigger writing each character
into the line-edit, and then unlock the line-edit when I was
done.
Any thoughts would be appreciated.
Thanks.
K. Frank