Hi, Jacques,
Kabir(Quark):As for the third question , I am afraid I cant give you a work around to solve this but this is something we might want to fix in an upcoming release.
And of course you can "fix" it yourself, using expressions to calculate that yourself.
However, soon this will get into a coding lesson, not really what you probably want to do. If still, here's how:
(assuming your text box is called Clock)
If Date.GetMinutes()<10
Clock.Append("0")
endif
Clock.Append(Date.GetMinutes())
You need to repeat that for hours and seconds too.
YOu can also construct that using variables, however you will loose the ability to do that in one statement. Construct them bit by bit using "IF hours <10 ClockString = "0"+Hours Else ClockString + Hours" and then the same for minutes and seconds.
Whether that's the best use case for Quark Interactive Designer, I doubt it. Maybe get an SWF downloaded where somebody already created this and just load it into an SWF object in Interactive.
Best
Matthias
Matthias Günther
Senior Product Manager
Quark Software Inc.(Please note: As I am traveling frequently, answering your post might sometimes take longer)
Want to easily publish for the iPad, using high-fidelity designs with stunning interactivity? See here: English:
http://youtu.be/Gldk5lvXXTA French:
http://youtu.be/nsgB4Q7lQzg German:
http://youtu.be/lecdenqaUGY Italian:
http://youtu.be/wjBpYZsF-8s
Need help? Contact Quark's support:
http://support.quark.com/contact_us.html
Please don't install the newest update 10.7.3 of Mac OS X Lion yet. For details please see here: http://goo.gl/AzKeR