<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>FlexTime - Red Sweater Forums</title>
      <link>http://www.red-sweater.com/forums/categories/flextime/p2/feed.rss</link>
      <pubDate>Thu, 23 May 13 05:19:14 -0400</pubDate>
         <description>FlexTime - Red Sweater Forums</description>
   <language>en-CA</language>
   <atom:link href="/forums/discussions/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Having some trouble - &quot;At Finish&quot; cues not working.</title>
      <link>http://www.red-sweater.com/forums/discussion/46/having-some-trouble-at-finish-cues-not-working-</link>
      <pubDate>Thu, 28 Sep 2006 08:38:30 -0400</pubDate>
      <dc:creator></dc:creator>
      <guid isPermaLink="false">46@/forums/discussions</guid>
      <description><![CDATA[Hello,<br /><br />The program looks great, but I'm having some trouble (perhaps it's a misunderstanding on my part). I've set up several routines with both "At Start" and "At Finish" cues, but none of the "At Finish" cues are ever performed. For example, here is a sample routine:<br /><br />-----------------------------------------<br />Act 1 (30sec)<br />   At Start: Show Text "TEXT1"<br />   At Finish: Play Sound "Purr"<br />Act 2 (30sec)<br />   At Start: Play Sound "Basso"<br />   At Finish: Play Sound "Sosumi"<br />Act 3 (30sec)<br />   At Start: Play Sound "Purr"<br />   At Finish: Show Text "TEXT2"<br />Act 4 (30sec)<br />   At Start: Play Sound "Glass"<br />   At Finish: Play Sound "Submarine"<br />-----------------------------------------<br /><br />Only the "At Start" cues (whether sound or text) work - the finish cues are never seen or heard.<br /><br />Am I just missing something? I'm using Version 1.0.4 (202) in unregistered demo mode on Mac OS 10.4.7 (dual G5).<br /><br />Thanks!<br />Jeff]]></description>
   </item>
   <item>
      <title>Run Script problem</title>
      <link>http://www.red-sweater.com/forums/discussion/45/run-script-problem</link>
      <pubDate>Wed, 27 Sep 2006 17:38:57 -0400</pubDate>
      <dc:creator></dc:creator>
      <guid isPermaLink="false">45@/forums/discussions</guid>
      <description><![CDATA[I'm trying to get the FlexTimeGrowl script (<a rel="nofollow" target="_blank" href="http://www.lifeclever.com/2006/08/24/flextime-growl-a-gentle-way-to-end-procrastination/">http://www.lifeclever.com/2006/08/24/flextime-growl-a-gentle-way-to-end-procrastination/</a>) to work properly. It works great when I set it up and select the script. However, after I close FlexTime and open my (saved) file again, the script is not invoked even though the script name is in the script drop-down.  The only way I can get it to work again is to "Choose script" once more. Seems like FlexTime doesn't remember the path to the script or something. <br /><br />Any thoughts?<br /><br />Thanks!]]></description>
   </item>
   <item>
      <title>Is there any way to find out how much time has elapsed?</title>
      <link>http://www.red-sweater.com/forums/discussion/39/is-there-any-way-to-find-out-how-much-time-has-elapsed</link>
      <pubDate>Sat, 26 Aug 2006 01:29:41 -0400</pubDate>
      <dc:creator></dc:creator>
      <guid isPermaLink="false">39@/forums/discussions</guid>
      <description><![CDATA[I'm looking at the scripting interface, and I don't think the scripting dictionary has access to how many times an interval cue has been fired so far.<br /><br />I've been able to work around this using script properties, but that's kind of fragile -- if I have to reset the document or something else that prevents the counter from being reset, I have to do it by hand.  The goal here is to pop up a notification a certain number of times during the activity to let me know how much time is left.  Here's the script I'm using.<br /><br />======<br /><br />property timesToFire : 10<br />property timesFired : 0<br /><br />using terms from application "FlexTime"<br />	on HandleFlexTimeCue(myDocument, myRoutine)<br />		<br />		if timesFired is not equal to timesToFire then<br />			set timesFired to timesFired + 1<br />		else<br />			set timesFired to 0<br />		end if<br />		<br />		<br />		set activityName to name of myRoutine<br />		set timeUnits to (base unit of myRoutine as string)<br />		set timeToRun to numeric duration of myRoutine as integer<br />		<br />		set timeSlice to timeToRun / timesToFire<br />		<br />		set timeLeft to (timeToRun - (timesFired * timeSlice))<br />		<br />		set myMessage to "Time left for " &amp; activityName &amp; ": <br />" &amp; timeLeft &amp; " " &amp; (timeUnits as string) &amp; ""<br />		<br />		display message myMessage at screen position top left dismissing after delay 1<br />	end HandleFlexTimeCue<br />end using terms from<br /><br />=======<br /><br />By the way, the using terms from business was the only way I was able to get the dang thing to compile on 10.4.7 in Script Editor.  Am I missing something there?]]></description>
   </item>
   <item>
      <title>Duration UI a little misleading</title>
      <link>http://www.red-sweater.com/forums/discussion/40/duration-ui-a-little-misleading</link>
      <pubDate>Sat, 26 Aug 2006 01:51:43 -0400</pubDate>
      <dc:creator></dc:creator>
      <guid isPermaLink="false">40@/forums/discussions</guid>
      <description><![CDATA[I just discovered that I can enter durations as reals, not just integers.  The little arrow buttons pretty much always, as far as I can remember, work with integers, so I just figured that was what I had to do.<br /><br />I have to admit I'm not sure what, if anything, should be done about this.  I'm inclined to say the arrows shouldn't be there if you're allowing more free numeric input, but that's probably silly.  I just can't think of another instance where arrows and decimal points have gone together.  Failing memory, perhaps.]]></description>
   </item>
   <item>
      <title>FlexTime 1.0 and Default Folder X 3.0.1</title>
      <link>http://www.red-sweater.com/forums/discussion/36/flextime-1-0-and-default-folder-x-3-0-1</link>
      <pubDate>Sun, 20 Aug 2006 13:03:44 -0400</pubDate>
      <dc:creator></dc:creator>
      <guid isPermaLink="false">36@/forums/discussions</guid>
      <description><![CDATA[I just noticed that FlexTime and Default Folder X (version 3.0.1, the latest for PPC based macs) might have an incompatibility. When I double-click on a routine file and FlexTime is not yet running, it opens as it should. However, if FlexTime is already running, it just does nothing. I explicitely disable FlexTime in the preferences for Default Folder, then the erratic behaviour disappears. Anybody else had this problem?<br /><br />(Other than that, looks like a nice application.)]]></description>
   </item>
   <item>
      <title>How do you use FlexTime?</title>
      <link>http://www.red-sweater.com/forums/discussion/35/how-do-you-use-flextime</link>
      <pubDate>Fri, 18 Aug 2006 01:35:55 -0400</pubDate>
      <dc:creator></dc:creator>
      <guid isPermaLink="false">35@/forums/discussions</guid>
      <description><![CDATA[I don't mean "how do I work this?", which is quite clear.  I mean, what kinds of routines do people really use this software for?<br /><br />The first thing I'm trying this for is timing myself doing drumming exercises, where I exercise each hand for X minutes with X seconds rest in between.  I have to admit that I'm not sure what I would use this for, because the intervals are not very long, and I have to use a metronome in addition to this anyway.<br /><br />It's so clean and nice that I'd like to find more to do with it, but I need more ideas than the example routines folder.]]></description>
   </item>
   <item>
      <title>Playying with FlexTime</title>
      <link>http://www.red-sweater.com/forums/discussion/34/playying-with-flextime</link>
      <pubDate>Thu, 17 Aug 2006 12:13:23 -0400</pubDate>
      <dc:creator></dc:creator>
      <guid isPermaLink="false">34@/forums/discussions</guid>
      <description><![CDATA[Hi Daniel,<br /><br />I was looking at FlexTime and had the following observations:<br /><br />• I did not like having to click of a "Show Text" message in ordr to dismiss it. I instead ended up using the "at intervals:" field specifying it to do nothing at every 5 seconds (interval = Duration/5 sec). That dismisses the dialog but require that I perform unwelcomed calculations. Maybe this could be addressed by having a "dismiss after:" field accompanying the "Show Text" value.<br /><br />• A "duplicate" menu item should be added even though you can "Option+Drag" them if the cue viewer.<br /><br />• It would be nice if we could set start Date/Time for any given routine.<br /><br />• By the same token, it would also be nice to have a "Routine manager" of sort where we could check/uncheck routines that needs to be running.<br /><br />I realize that this might not be what you wanted to do at the beginning and I apologize if these requests "brush you" the wrong way, but I believe you might be onto something here and adding somekind of "cron" capability would greatly broaden your target audience.<br /><br />Keep up the good work!<br /><br />Michel]]></description>
   </item>
   <item>
      <title>Welcome FlexTime Users!</title>
      <link>http://www.red-sweater.com/forums/discussion/33/welcome-flextime-users</link>
      <pubDate>Tue, 01 Aug 2006 12:10:04 -0400</pubDate>
      <dc:creator></dc:creator>
      <guid isPermaLink="false">33@/forums/discussions</guid>
      <description><![CDATA[Thank you for visiting the new FlexTime discussion board. Feel free to post any questions or comments here as you explore the software.<br /><br />Daniel Jalkut<br />Red Sweater Software]]></description>
   </item>
   </channel>
</rss>