On Sunday 26 Jan 2003 2:50 pm, Rolf Dubitzky wrote: > On Sunday 26 January 2003 03:25 am, Jason Wood wrote: > > Great work! And I can confirm, it doesn't work with Kdenlive at all at > > the moment ;-) > > Actually I am not sure why. For me, kdenlive sends a <getCapabilities> > request, and then locks up. Doesn't even send <createXWindow> ...
Ah, I think I know what is causing this. Are you still running piave from a seperate console? You can still do this, but Kdenlive is now running *3* instances of piave. They are allocated the following ports : 6100 : Document renderer - handles requests for file lengths, and exporting. 6101 : Workplace Monitor - Displays and previews the complete timeline. 6102 : Clip Monitor - Handles the display of a single clip, including for resizing on the timeline. Whilst all renderers will be asked for their capabilities, only the workplace and clip monitor actually get an create window request - the document renderer is for background tasks only. If this setup changes, I'll let you know. In the meantime, start piave with the relevant port to test whichever window you want to test. > > I have been relaxing a little whilst I sort out in my head how > > to code the file dialog(s) properly - it's coming along slowly but > > surely, expect something in about a week, I should say, maybe sooner if I > > find the time and it all suddenly slots into place. > > ;-) To get you something to test with, I implemented some replies to > <getCapabilities> so you can try to parse those ;-) (latest HEAD) Compiling now, thanks that should help me to put together the "loading" code for the dialogs, rather than hand-coding an example ;-) >From a first look, the capabilities look good, I'll comment some more when I have had chance to study it a little. Cheers, Jason -- Jason Wood Homepage : www.uchian.pwp.blueyonder.co.uk
