Hi thron!
answers inline :

Le 13/07/2010 17:03, thron7 a écrit :
> Charles,
>
> long time.
>    
Indeed! Because qx is working so well :-)
> One quick remark concerning your config.json:
> The "compile-options" key in your "source-script" job should have the
> same basic structure as in the "build-script" job. So don't use keys
> "paths/file" but nesting: { "paths" : { "file" : ... } }. Using "/" is
> just a convenient way in the documentation to specify nested keys.
>    
ok thanks, fixed that, no changes
> Other than that I can't see anything suspicious with your configuration.
>
> On 07/13/2010 03:53 PM, Charlie wrote:
>
>    
>> [3] In my code  (here the ICON static is used as a simple button icon
>> source)
>>    statics : {
>>        LABEL : "Test Results",
>>        ICON : "org.argeo.slc.ria/office-chart.png"
>>    },
>> =>  "org.argeo.slc.ria/office-chart.png"
>>      
> Ok, this is how you define ICON, but how is this use? Where and how do
> you reference ICON?
>    
Basically, after various variable assignements, it's just assigned like that
var button = new qx.ui.menu.Button(LABEL, ICON);
(this one is just an example, all images are non-working (TreeFolder 
icons, buttons icons, etc)).
>    
>> All are well copied in the resources folder, but the resulting URI (I
>> can detect network errors in Firebug) is
>> "*org.argeo.slc.ria/office-chart.png*"
>> instead of
>> "*resource/org.argeo.slc.ria/office-chart.png*"
>>      
> You are right, if this resource id is run through the resource manager
> it should be returned as "resource/....png". In your running build
> version, could open the Firebug console and test the following expression:
>
>
> qx.util.ResourceManager.getInstance().toUri("org.argeo.slc.ria/office-chart.png")
>    
BUILD :  "org.argeo.slc.ria/office-chart.png" WRONG

SOURCE : 
"../argeo-ria-lib/slc/resource/org.argeo.slc.ria/office-chart.png" TRUE

---
Thanks for your help!
Charles

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to