Re: [qooxdoo-devel] embedded quicktime

2008-08-21 Thread John de la Garza
Fabian Jakobs wrote: > John de la Garza schrieb: > >> Fabian Jakobs wrote: >> >> >> >> I added this code now the page shows nothing in source browsing and when >> I do a generate.py build it only shows a empty video player and gets >> these errors (but no errors in source with the bl

Re: [qooxdoo-devel] embedded quicktime

2008-08-21 Thread John de la Garza
Matthew Gregory wrote: > Out of curiosity, why do you want to replace the single click with a > drag and drop routine? > > If you did really want drag and drop, you couldn't do this on the movie > itself as Sabastian explained. You could consider creating "handles" for > each movie though depe

Re: [qooxdoo-devel] embedded quicktime

2008-08-21 Thread John de la Garza
Matthew Gregory wrote: > Out of curiosity, why do you want to replace the single click with a > drag and drop routine? > > The big area may be divided into 4 areas and you can drag the small vid to one of the areas, so clicking would be ambigious. Like where you have BIG MOVIE HERE that mayb

Re: [qooxdoo-devel] embedded quicktime

2008-08-21 Thread John de la Garza
Sebastian Werner wrote: > Am 20.08.2008 um 23:54 schrieb John de la Garza: > > >> Sebastian Werner wrote: >> >>> You can insert the movie as Fabian explained, but you cannot use the >>> drag&drop support of qooxdoo to interact with the quicktime plugin. >>> >>> Sebastian >>> >>> >>> >>>

Re: [qooxdoo-devel] embedded quicktime

2008-08-21 Thread Matthew Gregory
Out of curiosity, why do you want to replace the single click with a drag and drop routine? If you did really want drag and drop, you couldn't do this on the movie itself as Sabastian explained. You could consider creating "handles" for each movie though depending on your UI. I'll try and ex

Re: [qooxdoo-devel] embedded quicktime

2008-08-21 Thread Fabian Jakobs
John de la Garza schrieb: > Fabian Jakobs wrote: > >> John de la Garza schrieb: >> >> >>> Sebastian Werner wrote: >>> >>> >>> QuickTime is a plugin which is not interoperable in this way with the qooxdoo Drag&Drop system. This is mainly a browser plugin integrat

Re: [qooxdoo-devel] embedded quicktime

2008-08-21 Thread Sebastian Werner
Please do not develop your application in the build version. This gives you zero feedback about coding errors and may just fail in any other place, but not the original place of the issue. Sebastian Am 21.08.2008 um 00:20 schrieb John de la Garza: > Fabian Jakobs wrote: >> John de la Garza

Re: [qooxdoo-devel] embedded quicktime

2008-08-21 Thread Sebastian Werner
Am 20.08.2008 um 23:58 schrieb John de la Garza: > Fabian Jakobs wrote: >> John de la Garza schrieb: >> >>> Sebastian Werner wrote: >>> >>> QuickTime is a plugin which is not interoperable in this way with the qooxdoo Drag&Drop system. This is mainly a browser plugin integ

Re: [qooxdoo-devel] embedded quicktime

2008-08-21 Thread Sebastian Werner
Am 20.08.2008 um 23:54 schrieb John de la Garza: > Sebastian Werner wrote: >> >> You can insert the movie as Fabian explained, but you cannot use the >> drag&drop support of qooxdoo to interact with the quicktime plugin. >> >> Sebastian >> >> >> > currently I have this line to swap out a movie >

Re: [qooxdoo-devel] embedded quicktime

2008-08-20 Thread John de la Garza
Fabian Jakobs wrote: > John de la Garza schrieb: > >> Sebastian Werner wrote: >> >> >>> QuickTime is a plugin which is not interoperable in this way with the >>> qooxdoo Drag&Drop system. This is mainly a browser plugin integration >>> issue and not so such a qooxdoo issue. >>> >>>

Re: [qooxdoo-devel] embedded quicktime

2008-08-20 Thread John de la Garza
Fabian Jakobs wrote: > John de la Garza schrieb: > >> Sebastian Werner wrote: >> >> >>> QuickTime is a plugin which is not interoperable in this way with the >>> qooxdoo Drag&Drop system. This is mainly a browser plugin integration >>> issue and not so such a qooxdoo issue. >>> >>>

Re: [qooxdoo-devel] embedded quicktime

2008-08-20 Thread John de la Garza
Sebastian Werner wrote: > > You can insert the movie as Fabian explained, but you cannot use the > drag&drop support of qooxdoo to interact with the quicktime plugin. > > Sebastian > > > currently I have this line to swap out a movie Replace One Movie with Another: movie1.SetURL(MyOtherMovi

Re: [qooxdoo-devel] embedded quicktime

2008-08-20 Thread Sebastian Werner
John de la Garza schrieb: > Sebastian Werner wrote: >> QuickTime is a plugin which is not interoperable in this way with the >> qooxdoo Drag&Drop system. This is mainly a browser plugin integration >> issue and not so such a qooxdoo issue. >> >> > > I'm not following fully, I'm really new to

Re: [qooxdoo-devel] embedded quicktime

2008-08-20 Thread Fabian Jakobs
John de la Garza schrieb: > Sebastian Werner wrote: > >> QuickTime is a plugin which is not interoperable in this way with the >> qooxdoo Drag&Drop system. This is mainly a browser plugin integration >> issue and not so such a qooxdoo issue. >> >> >> > > I'm not following fully, I'm r

Re: [qooxdoo-devel] embedded quicktime

2008-08-20 Thread John de la Garza
Sebastian Werner wrote: > QuickTime is a plugin which is not interoperable in this way with the > qooxdoo Drag&Drop system. This is mainly a browser plugin integration > issue and not so such a qooxdoo issue. > > I'm not following fully, I'm really new to javascript, css so I may not know w

Re: [qooxdoo-devel] embedded quicktime

2008-08-20 Thread Sebastian Werner
QuickTime is a plugin which is not interoperable in this way with the qooxdoo Drag&Drop system. This is mainly a browser plugin integration issue and not so such a qooxdoo issue. Sebastian johndela1 schrieb: > I am trying to make a drag and drop interface to a multi camera dvr. > > I've made

[qooxdoo-devel] embedded quicktime

2008-08-19 Thread johndela1
I am trying to make a drag and drop interface to a multi camera dvr. I've made a prototype of two qx.ui.form.List objects. One is dragable one is a dropable. I can drag list elements from one to the other. I now want to have an area of embedded quicktime plugins (just two for a demo) and have