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 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 javascript, css so I
>>> may not
>>> know what I'm talking about.
>>>
>>> Can't I just create a <div> area that contains the plugin and it's
>>> functionality then have that be dragged and dropped?
>>>
>>>
>>>
>> In the qooxdoo widget system we abstract from the underlying HTML as
>> much as possible. As you have probably already noticed, the qooxdoo
>> widgets and layout managers are a layer above HTML and CSS. If you
>> want
>> to integrate custom HTML code into a qooxdoo GUI application you will
>> have embed it somehow into a qooxdoo widget. The widget
>> "qx.ui.html.Embed" does exactly that.
>>
>> You could use it in your application like this:
>>
>> var embed = new qx.ui.embed.Html();
>> embed.setHtml(_QTGenerate("QT_WriteOBJECT", false, ...));
>>
>> parent.add(embed);
>>
>>
> 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 blank screen)
>
>
>
> qx is not defined
> flush()()custom-0.js (line 4567)
> flush()()custom-0.js (line 5181)
> render()()custom-0.js (line 2987)
> finalize()()custom-0.js (line 2985)
> __bn()()custom-0.js (line 2852)
> dispatchEvent()()custom-0.js (line 2830)
> dispatchEvent()()custom-0.js (line 1016)
> (?)()()custom-0.js (line 1364)
> __bk()()custom-0.js (line 2760)
> ready()()custom-0.js (line 2748)
> _fireReady()()custom.js (line 231)
> _pageLoad()()
>
>
>
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win
> great prizes
> Grand prize is a trip for two to an Open Source event anywhere in
> the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel