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

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to