View Single Post
Copernicus's Avatar
Posts: 1,986 | Thanked: 7,698 times | Joined on Dec 2010 @ Dayton, Ohio
#1150
Originally Posted by sixwheeledbeast View Post
All the links in app go to the old website so I had to come to TMO to find the link to the macro docs.
Oops, sorry, I really do need to clean up the documentation. (I keep putting that off...)

Also, I honestly do intend to finally try and get a extras-worthy version of 1.1 prepared once the documentation is updated.

Having trouble getting the pause command to work, you have no examples to copy in the docs.
Sorry about that! Yeah, the current syntax is:

Code:
  <pause seconds="1"/>
I was thinking that other attributes, such as "millisecond" or "minute", might be convenient in other situations. (Pausing by minute, along with a loop, would be enough to implement an intervalometer. I really need to get some more work done on adding more macro features...)

Also it would be nice if we could hide the XML file away from MyDocs, I hate settings files missing up documents folders. Open file will only allow user accessible locations. Ideally I would locate it in /home/user/.pierogi for example.
Hmm. That sounds quite logical; and, it's yet another strike against the Qt "getOpenFileName" dialog. I'm going to have to come up with some custom dialog of my own, I guess... Thanks!
 

The Following 2 Users Say Thank You to Copernicus For This Useful Post: