Workflow and possible syntax error?

7 views
Skip to first unread message

Andrew Hedges

unread,
May 3, 2009, 8:06:51 PM5/3/09
to xui-js
Hi, new to the group as well as to the framework. I'm just getting
started building an app using PhoneGap and XUI. I'd like to do most of
my development in Safari rather than the iPhone emulator as Safari
offers a better debugging environment for JavaScript. However, just
loading the basic XUI pieces, Safari reports "SyntaxError: Parse
error" in xui.app.js. The error is on line 151. Here is the change I
made to my file to get it to run correctly:

/* x$(window).load( function(){ setTimeout(function(){ new scrollable(x
$('#scroller').first())) }, 100) }; */
x$(window).load( function(){ setTimeout(function(){ new scrollable(x$
('#scroller').first()) }, 100) });

Is this a known issue? What's the preferred method for reporting/
patching bugs for the project?

Regards,
-Andrew

Rob Ellis

unread,
May 4, 2009, 12:38:34 PM5/4/09
to xui...@googlegroups.com
Andrew, the XUI App stuff was pretty experimental, and never got completed, we have no tests, specs, etc. The XUI.js is rock solid but doesn't provide any app level tools (like IUI or jQTouch). Im personally working on solving that problem though.

Hope that helps.
Rob
Reply all
Reply to author
Forward
0 new messages