On Mon, Apr 7, 2014 at 2:15 PM, Dan Dennedy <d...@dennedy.org> wrote:
>> 1) I did not want to create an extra playlist item to determine length:
>> I saw that jquery was in the html created from the template, so I tried
>> to use that, but it seems to be unavailable in the qmelt batch renderer
>> (qrc:// resources). As a workaround I put another copy of jquery.js in
>> the project folder and included from the html source.
>
> Eww, yeah, that is a major oversight. Thanks for bringing it to attention.

No, wait. I visited this tonight. The jquery and rangy scripts shotcut
includes are only included for the wysiwyg editor to adjust font size,
outline color, and shadow. They directly affect the HTML and CSS at
author time. At render time, the javascript in the generated HTML will
fail, but that is fine, does not affect the rendering of the CSS, and
now I recall that being somewhat intentional. Any usage of jquery by
your own script needs to include its own copy of jquery, which will be
a problem to mix with the wysiwyg editor. So, either go wysiwyg or go
all on your own - perhaps after initially temporarily using the
wysiwyg editor. Javascript files are located relative to the html
file.

-- 
+-DRD-+

------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to