In source version, qooxdoo apps try to load files using the local file:// protocol, which doesn't require a web server. If you build your application these problem may will be solved. Other option is using your app through a web server.
I think most web browsers allow the file:// protocol (which basically gets the file from local filesystem), but some doesn't. 2012/8/31 qooxdoocuckoo <[email protected]>: > A qooxdoo newbie here. I've created a simple desktop app with a couple of > buttons, etc. I finally got it to work on my Linux development box (had to > re-generate and fix a path problem). I tarred up the application > subdirectory and moved to another Linux box and a Windows box but pulling up > index.html with the file:// protocol gave "Failed to load resource" errors > with the resource path specifying qooxdoo-2.0.1-sdk components. > > The page.. > http://manual.qooxdoo.org/2.0.1/pages/tool/sdk_requirements.html > suggests that the SDK is not required. I think apps from most languages and > frameworks run without an installed SDK. > > Do I need to install the SDK on the box from which I run the qooxdoo app? > If not, what step am I missing? > > Thanks. > > > > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/SDK-required-tp7581185.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel -- ----- Sent from my Atari ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
