On 03/17/2011 03:27 PM, snakemedia wrote:
> Hello, i am new for Qooxdoo, i want to know splitted javascript files
> - if i load snakemedia.Application with more js files.
>
> But i do not like this build version to one java script file. That is
> stupid because same web-hosting can not load completed and biggest js
> file. Now i want to part of javasctipt files like demobrowser of
> qooxdoo? or like EyeOS

If your build application file gets too big, a good solution would be 
using parts, see this link:
http://manual.qooxdoo.org/1.3.x/pages/development.html#parts

and this recent mailing thread:
http://qooxdoo.678.n2.nabble.com/Compiler-aplication-I-need-help-tp6177919p6177919.html

This would not only allow you to split the built application across 
several .js files, but also to load some of them only when they are 
needed (e.g. like a config dialog).

> I want to change from build-version-used javascript file like showing
> themes and functions...

The demobrowser is special, in that it is not a single application, but 
actually consists of many applications. Every demo you run in it is a 
separate application, and each theme variant is a separate application 
too. Each demo app is loaded individually, as are the JS and HTML 
sources in their respective views. All those files are independent from 
each other, and independent of the GUI, so that is a good fit for the 
demobrowser. In a normal application, you usually have a tighter 
integration. This is where parts play their strength.

>
> Can you help or tell about fixing to Showing theme while i am
> soure-version-used qooxoo application. Note: Zymichost does not
> support with psd files and meta files :(

I don't understand this last sentence. Zymichost might be a hosting 
provider, but what are psd and meta files? These are not file types 
necessary to run the build version of a qooxdoo app (you have .meta 
files in the source libraries, though).

HTH,
T.

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to