Hi

I have now changed my structure so that I have two projects "dcbase" for 
my base classes and a second real project called "kardpoll".  I then 
changed the config.json and added

"library" :
[
    {
       "manifest" : "../dcbase/Manifest.json"
    }
]

I can now simply use dcbase classes in my kardpoll application.  The 
only problem left to solve is the images used in the dcbase classes. 
When used in the kardpoll application the images are missing.  I assume 
this is due to the relative paths.  So is there a way to refer to these 
images so that they will work in any application?

Thanks
Simon


On 20/07/2011 10:38 AM, Martin Wittemann wrote:
> Hello Simon,
> you can put your classes in a dedicated library and include that in all your 
> other projects. We did that recently for some stuff of our demo applications 
> in the framework. Take a look at the "components/library" folder in the svn 
> checkout to see how such a library looks. Its basically just another app so 
> nothing to worry about.
> Regards,
> Martin
>
> Am 20.07.2011 um 16:34 schrieb Simon White:
>
>> Hi
>>
>> I plan to create sub-classes of most of the QooxDoo widgets so that I
>> can enforce certain standards in our QooxDoo applications.  I would
>> prefer to put these base classes in a location that would be accessible
>> by all our QooxDoo applications so that I only have one copy of these
>> files.  The question I have is where to put them so that they can be
>> referenced by classes in individual projects and by the generate/build
>> tools.  Any suggestions for best practices would be appreciated.
>>
>> Thanks,
>> Simon
>>
>>
>> ------------------------------------------------------------------------------
>> 10 Tips for Better Web Security
>> Learn 10 ways to better secure your business today. Topics covered include:
>> Web security, SSL, hacker attacks&  Denial of Service (DoS), private keys,
>> security Microsoft Exchange, secure Instant Messaging, and much more.
>> http://www.accelacomm.com/jaw/sfnl/114/51426210/
>> _______________________________________________
>> qooxdoo-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
> ------------------------------------------------------------------------------
> 10 Tips for Better Web Security
> Learn 10 ways to better secure your business today. Topics covered include:
> Web security, SSL, hacker attacks&  Denial of Service (DoS), private keys,
> security Microsoft Exchange, secure Instant Messaging, and much more.
> http://www.accelacomm.com/jaw/sfnl/114/51426210/



------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to