0
votes
1answer
13 views
Switched to Snow Leopard: HTTP-Requests stopped working in simulator (WebApp)
Hi!
I've created a web app in Mac OS 10.5 which receives data by sending http requests like this:
var http = new XMLHttpRequest();
var url = "http://www.test1234.com/data.php?pa …
0
votes
0answers
22 views
Where to change data for a “list” datasource in dashcode?
I created a new project in dashcode and it automatically generated a mobile web app for me with a list and sample datasources. I see two datasources, one is labeled as "datasource" …
0
votes
0answers
7 views
Dashcode: How to add custom inspector panel for custom Dashcode Parts?
I like using Dashcode for making quick little web apps, but it specifically targets the iphone version of mobile safari, which is not acceptable for cross-platform development. I' …
0
votes
0answers
13 views
Dashcode: How to create a custom/new Project Template?
I'm trying to customize the javascript that Dashcode uses. So that I won't step on Apple's Project Templates, I want to make a custom project template that would appear as a choic …
2
votes
2answers
273 views
Slider in dashcode web app?
I am trying to make a web app in Dashcode that uses a range slider. I see that the code library has code for "get range slider value" and "set range slider value," but there is no …
1
vote
2answers
103 views
how to prompt a numpad in an iphone web app?
I'm developing a web app for iphone using dashcode. I'm stuck where user needs to enter zip code or phone number and the app doesn't show the numpads but the regular keyboard.
any …
10
votes
9answers
2k views
iPhone web applications, templates, frameworks?
Does anyone have any good starting points for me when looking at making web pages/sites/applications specifically for viewing on the iPhone?
I've looked at templates like the one …
0
votes
0answers
14 views
dashcode and external rss feeds
I was wonder if anyone can help me with this. I've been looking everywhere for this information, but I want to make a web application using dascode rss. I know that you can't link …
0
votes
0answers
33 views
iPhone web app from dashcode rss feed template works deployed on simulator but not on iphone
iPhone web app from dashcode rss feed template works deployed on simulator but not on iphone.
The web app is deployed at;
http://www.alila.se/wordpress/index.html
If i run th …
0
votes
1answer
34 views
First widget works in Dashcode but not when deployed
Hi all,
My widget does not work once deployed even though it shows no errors in Dashcode. Apologies in advance for my inarticulartness with the terminology. I am a newbie.
To c …
1
vote
3answers
351 views
iPhone dashcode xmlhttprequest no response
I'm developing an iPhone web app with dashcode. My app runs fine when I browse it with the iphone simulator. When I deploy it to a web-server, I never get a response from XMLHttpRe …
6
votes
17answers
2k views
What are possible/good ways to prototype iPhone applications?
This is intentionally left broad. If you wanted to show users what iPhone/mobile applications could to for them. The more interactive the better, but it must be quick to build as …
1
vote
2answers
125 views
A Dashcode project without a Dashcode project package
Dashcode keeps source files in a ".dcproj" project file, which is really a package to OS X, which in turn is actually nothing more than a directory structure. I'd like to continue …
0
votes
2answers
96 views
iPhone 3.0 SDK freely availible?
In the United States, is the iPhone 3.0 SDK freely available like how the iPhone 2.x SDK was? I have an application that I wrote in Dashcode and I would like to update it to see if …
0
votes
0answers
345 views
Dashcode 3.0, data sources + non-form POST request?
Question in brief: In Dashcode 3.0, how do I tell a Data Source to send a POST request like:
url:
https://example.com/xml
method:
POST
HTTPBody:
<?xml ver …
