I've found with most contribs that its not necessarily the case that they're
incompatible, just that they've not been maintained past a certain qooxdoo
version number. You might find older contribs making use of deprecated
features, though… and I bet Dialog makes use of the old, slower Decorators
(just a hunch).
As for the Manifest… you've got your slashes pointing the wrong way. I think
you meant to type:
> "manifest": "C:/Qx.Contribs/Dialog/Manifest.json"
If you want to use windows backslashes, then you have to escape them, which is
an uglier thing to behold:
> "manifest": "C:\\\\Qx.Contribs\\Dialog\\Manifest.json"
^^^ four of the little blighters
Cheers,
Kai
On 9 Oct 2013, at 07:08, Peter Caffin <[email protected]> wrote:
> Hi guys,
>
> I've been attempting to use the Dialog contrib with Qooxdoo 3.0.1
> without much success.
>
> Just looking at http://demo.qooxdoo.org/contrib/demobrowser/#Dialog
>
> Clicking on "Compatible with qx version: 3.0," the only contrib listed
> is QxjpPlot. Is it a correct reading to say Dialog isn't yet compatible
> with 3.0.x?
>
> Going by that page, it seems to be suggesting that Dialog can only be
> used up to Qooxdoo 1.5.1. Is this correct?
>
> When I run "generate.py source", I get the following error for both of
> those Manifest lines. Is there anything else I might be missing?
>
> =========================================================
>
> C:\Qx.Websites\TestApp_Online>generate.py source
>
> ----------------------------------------------------------------------------
> Initializing: Padded_Online
> ----------------------------------------------------------------------------
>>>> Processing configuration
>
> ----------------------------------------------------------------------------
> Executing: source::source-script
> ----------------------------------------------------------------------------
>>>> Scanning libraries
>
>>>> Collecting classes
> - Warning: testapp_online.Application (111): Unknown global symbol
> used: dialog.Dialog.warning
> - Sorting 328 classes
>>>> Generate application
> - Processing 2 locales
> - Generate packages
> - Generate loader script
>>>> Done (0m03.69)
>
> ---------------------
> {
> "info" :
> {
> "name" : "TestApp_Online",
>
> "summary" : "TestApp Online",
> "description" : "TestApp",
>
> "homepage" : "http://someurl.com/",
>
> "license" : "SomeLicense",
> "authors" :
> [
> {
> "name" : "First Author (uid)",
> "email" : "[email protected]"
> }
> ],
>
> "version" : "trunk",
> "qooxdoo-versions": ["3.0.1","trunk"]
> },
>
> "libraries" : {
> "library" : [{
> // "manifest": "contrib://Dialog/trunk/Manifest.json"
> "manifest": "C:\Qx.Contribs\Dialog\Manifest.json"
> }
> ]
> },
>
> "provides" :
> {
> "namespace" : "testapp_online",
> "encoding" : "utf-8",
> "class" : "source/class",
> "resource" : "source/resource",
> "translation" : "source/translation",
> "type" : "application"
> }
> }
>
> =========================================================
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel