Ticket #639 (closed enhancement: fixed)

Opened 2 years ago

Last modified 11 months ago

[patch][cla] Sequnce control module

Reported by: anonymous Owned by: ttrenka
Priority: normal Milestone: 0.9
Component: Dojox Version: 0.2
Severity: normal Keywords: patch
Cc: ttrenka, dante

Description

I have written a tiny sequence control module, if that is of any interest to dojo, I would be glad to contribute it. CLA was already sent. The name dojo.seqctrl is of course discussable, might fit in dojo.fx or dojo.algorithms or alike. Opinions are welcome.
It can be found here: http://wolfram.kriesing.de/programming/dojo/dojo.seqctrl.js
The class doc:

This class provides functionality to really sequentialize function calls. 
You need to provide a list of functions and some parameters for 
each (like: pauseBefore, pauseAfter, repeat) and they will be run 
one after another. This can be very useful for slideshows or alike things.

finally submitting to raise my posting quota :-)

Change History

Changed 2 years ago by dylan

  • priority changed from normal to highest
  • keywords patch added
  • owner changed from anonymous to BryanForbes
  • milestone set to 0.4

can someone please look at this patch. assigning to Bryan since it seems vaguely related to lfx.

Changed 2 years ago by bill

  • summary changed from Sequnce control module to [patch] Sequnce control module

Changed 22 months ago by dylan

  • summary changed from [patch] Sequnce control module to [patch][cla] Sequnce control module

Changed 22 months ago by dylan

  • priority changed from highest to normal
  • milestone changed from 0.4 to 0.5

sorry, we're out of time for 0.4, need to push to 0.5, but it will get attention for that release.

Changed 12 months ago by peller

  • owner changed from BryanForbes to dylan
  • milestone deleted

Back to you, Dylan. Judging from the lack of activity, I think we ought to mark this wontfix.

Changed 11 months ago by dylan

  • owner changed from dylan to ttrenka
  • component changed from General to Dojox
  • milestone set to 0.9

Let's please get this into dojox before 0.9.

Changed 11 months ago by dante

  • cc ttrenka, dante added

happy to include this in dojox.fx ... if that's where it should live. ttrenka: re-assign to me and maybe comment on a better naming convention. (dojox.fx.sequence?) Seems like it will be a straight-forward port ...

Changed 11 months ago by dante

  • status changed from new to closed
  • resolution set to fixed

(In [10110]) initial port of 'dojo.seqctrl' module/patch, renamed to dojox.timing.Sequence (it's more timing-related than it is specifically fx realated) ... updated to use dojo.declare, and tried to cleanup inline docs and adhere to style guidelines, and added a test case. -- fixes #639

Changed 11 months ago by dante

(In [10111]) duh. "run test" created a new sequence each time, etc. test file cleanups. refs #639

Note: See TracTickets for help on using tickets.