IIRC, ptimer will automatically stop and dispose when the parent form is destroyed.
It was originally implemented to support animation in the opengl shader demo. Вт, 08 сен 2015, Michal Wallace написал(а): > Awesome! Thanks! Am I right in thinking there's no need to clean it up when > you close the parent? > > > On Mon, Sep 7, 2015 at 11:57 PM, bill lam <[email protected]> wrote: > > > Correct. there is only one system timer in wd. > > > > However, in J8, each parent form has its own timer. search for > > ptimer in jwiki. > > > > Пн, 07 сен 2015, Michal Wallace написал(а): > > > All the examples I've found seem to set sys_timer_z_ ... > > > > > > Is it only possible to have a single timer running through wd? > > > > > > I could install my own multiplexing timer manager in sys_timer_z_ if I > > > want, but is there a better way? > > > > > > (I want to run multiple animated windows at once.) > > > ---------------------------------------------------------------------- > > > For information about J forums see http://www.jsoftware.com/forums.htm > > > > -- > > regards, > > ==================================================== > > GPG key 1024D/4434BAB3 2008-08-24 > > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 > > gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
