Tagged Questions
Dashcode is a graphical IDE bundled in Apple Developer Tools and aimed at the development of Dashboard widgets and Safari Web applications (for both Mobile Safari and standard Safari browser).
26
votes
12answers
83k views
HTTP GET request in Javascript?
I need to do an HTTP GET request in JS, what's the best way to do that?
Thanks
EDIT: I need to do this in a Mac OS X dashcode widget
19
votes
8answers
17k 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 Joe Hewitt has made, ...
17
votes
31answers
14k 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 you can't code up ...
6
votes
6answers
2k views
Help on website optimization for iPhone
We re trying to work on making a mobile version for one of our asp.net web applications, however we would like to make iPhone specific.
Are there any resources out there which provide best practice ...
5
votes
1answer
2k views
Where are Dashboard Widget preferences actually saved?
This is a followup question to my other widget-related question.
I'd like to check what's actually written into the preferences of the widget. Where is that data actually stored?
4
votes
3answers
1k views
What HTML5 features are available for Dashcode widgets in iBooks?
With the new iBooks Author tool, you can create e-books for the iPad. The format allows you to embed HTML widgets created with Dashcode. The resulting files can be distributed outside of the app ...
4
votes
4answers
906 views
Use of XMLHttpRequest in Dashboard widget failing
I am unable to get an XMLHttpRequest object to work correctly in a Dashboard widget I am writing. I've isolated it to a trivial example not working in the global scope of the main.js file:
xhr = ...
4
votes
5answers
273 views
Is it possible to create new widget instances from within a Dashboard widget?
This is a followup to this question.
It seems to be impossible to to simply keep already configured dashboard widget instances. An alternative way would be to recreate previous instances.
Is it ...
3
votes
2answers
193 views
Dashcode understanding
I am new in iOS development and I am totally confused about Dashcode. Please anybody help me for better answer of my question.
Why Dashcode is useful?
What is difference between Dashcode vs Xcode.
...
2
votes
1answer
91 views
Why are some widget elements not showing up when embedded in iBook?
I created a widget in Dashcode. It has some buttons, text fields and texts. It works fine when run from Dashcode or when installed into the Dashboard. When I install it into an iBook (via iBooks ...
2
votes
1answer
103 views
d3.js and dashcode: anyone tried and won?
I'd like to build OSX widgets to rapidly prototype streaming-data-based viz dashboard components. I'd like to use d3.js to do that displaying, but the most basic things I try get stuck with errors I ...
2
votes
3answers
2k views
Dashcode Distinguish Between iPad and iPhone Browser
I am trying to figure out how to get a Dashcode web application to distinguish between an iPhone browser and iPad browser. A working example of this is the Apple iPad User Guide. An iPad will display ...
2
votes
0answers
220 views
Dashcode - how to register and use my own filterPredicate procedurally
In my Dashcode mobile app I have a listView that is bound to a datasource. By default it shows everything in the datasource. If I add a search field the user may limit the list to just the records ...
2
votes
1answer
288 views
Dashcode - How do I get the name of a button from an event?
In Dashcode you can set up a handler for a behavior in the inspector.
Here's a sample handler for a button click on a button I've named "mybutton1" in the Inspector:
function myGetButtonName(event)
...
2
votes
3answers
1k views
How to use DashCode for designing a website, especially Browser template of the DashCode?
I am new to DashCode, upto now I used to design websites with JavaScript, HTML, now I want develop website in DashCode for iPhone's mobile safari. but I am really frustrating about DashCode. I started ...
2
votes
3answers
1k views
Set selection in Dashcode List Controller
I have a list controller in my Dashcode project, it pulls its data from a dynamic source.
After my list controller has loaded its data I'd like to set it's selected index to 0 - so that information ...
2
votes
1answer
808 views
Dashcode and firefox compatibility
I started to use Dashcode with a Safari Custom Project, my apps work fine, but StackLayout Object does not work in Firefox.
I know Dashcode use many wekbit-specific things but is there any way I can ...
2
votes
2answers
1k views
Dashcode development for iPhone resources
I've been developing web applications and iPhone applications for years. Now I want to create a web application oriented to the iPhone browser.
I willing to use Dashcode, since it seams to have tons ...
2
votes
1answer
876 views
Embedding an offline Dashcode application in a UIWebView in an iPhone application
In order words, can anyone tell me the basics of how to create a "hybrid" iPhone application? I want to load the web content (the Dashcode app itself) from the native application's application bundle.
...
2
votes
2answers
2k 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 range slider part. ...
2
votes
3answers
2k views
Dashcode newbie question: Change a button's label programmatically
I'm new to Mac OS X Dashboard developement. Now, I have a button with id b_start.
When that button is clicked, I want the label of the button to change to "Round".
Now I have tried these, but none of ...
2
votes
3answers
1k views
Can I make my iphone app created in xcode into a web application?
I made an application for the iphone in Xcode, but as a result of recent developments, I now need to make it into a web application.
I know that Dashcode creates web applications suitable for the ...
2
votes
2answers
1k views
Can I use Dashcode to develop an application that can be sold in the app store?
Can I use Dashcode to develop an application that can be sold in the app store?
1
vote
1answer
49 views
How to get row values from a Rounded Rectangle List in Dashcode?
I am new to dashcode and trying to build a simple web app for iphone using it. My primary aim is to have a Rectangular List (I have used the "Rounded rectangle list"). It is a static list and has ...
1
vote
1answer
102 views
How to change xml binding at runtime in Dashcode (iPhone)
I am working on Dashcode (iphone).
I get xml data from a url and need to change or refresh xml binding to a list at runtime.
In apple website, there is a way shown to bind xml/Json data only at ...
1
vote
1answer
163 views
How to port an Apple Dashboard widget to Windows?
I made visual aid type of widget (user needs to see through it) with Dashcode, now I want to port it to Windows XP & 7.
I heard that StarDock DesktopX Pro can export standalone widgets as .exe ...
1
vote
2answers
66 views
Jquery cross domain request? I just need a single digit returned, but I can't get it to work
I am making a dashcode webapp and all I want is a single digit, a 1 or 0 returned from an external server so if there is an easier way to do this please let me know. I am using the plug in found at ...
1
vote
1answer
33 views
Why is my button not an object? Is it because it is in the header?
When I run this code
var button=document.getElementById("button")
if (navigator.userAgent.indexOf('iPhone') != -1)
{
button.style.left = 250;
}
The error is result of expression is not an object. ...
1
vote
1answer
61 views
How can I toggle the display of an element remotely? I will not have server access
Can anyone recommend the easiest way to toggle the display of an element remotely? I won't have access to the server so I was wondering if there is a way to remotely toggle the display of an element, ...
1
vote
2answers
136 views
Dashcode web clip icon, I have tried everything and it won't show up
I can't get my dashcode web clip icon to show up, it just shows the safari generated icon. I have tried using dashcode to design it, then I used the code
<link rel="apple-touch-icon" ...
1
vote
0answers
70 views
Is it possible to have both links and subviews in a list in dashcode? My attempts have failed
So I want to have a web app list that has some items go to external links when clicked and some items go to subviews when clicked. What is the best way to achieve this? I know I am close with this ...
1
vote
1answer
137 views
Cross Domain Policy with JSON feeds and Dashcode. Is there a way to use JSONP and implement it with the datasource feature in dashcode UI?
I'm just trying to get data from a json feed from an external server into my webapp.
I don't know enough about javascript to custom build my webapp so I was relying on the dashcode UI (specifically ...
1
vote
4answers
304 views
Jsonp callback function not working? Am I doing this wrong?
So I'm totally new to this, but jsonp seemed so simple, I'm just trying to make a web app using dashcode. I need to put twitter json data on a page of my web app. This is what I tried.
I put this ...
1
vote
1answer
194 views
Is it possible to convert a Dashcode Webkit Web app to “normal” html + css
I have a Dashcode app I built, a blog. Nothing fancy...
HTML + CSS + Javascript + getting data from an xml file...
The way i see it...
1. Javascript should be fully supported by any browser (with ...
1
vote
0answers
190 views
Is it possible to configure dashcode to support https datasource?
I am using the Web template in dashcode. I want to change the datasource specification from http to https but I don't know how to specify username and password.
I see in /Parts/core/net/XHR.js, one ...
1
vote
2answers
230 views
Dashcode localhost server fails
I write a dashcode program and run it to test. this should connect to http://localhost:50853/index.html but fails to do so with a "could not connect to the server".
THis worked some months ago when i ...
1
vote
1answer
257 views
Can you access the iPhone's address book in a Dashcode-designed web application?
I'm writing a web application using Dashcode. Is it possible to access the iPhone address book from within this web application?
1
vote
0answers
549 views
How to set an SQLite database as datasource in Dashcode?
is it possible to set an SQLite Database as datasource in Dashcode? And how? I'm referring to the "Mobile Safari Web Application Tutorial" ...
1
vote
4answers
717 views
Set source for the image object - Dashcode related
How can one change the source of an image object in Dashcode (Javascript) at runtime?
I tried:
var image = document.getElementById("image").object;
image.src = "IMG_0230.JPG";
1
vote
1answer
629 views
Howto force DashCode webapp to use Safari Mobile layout on iPhone but Safari layout on iPad
A project in DashCode can be configure to support both Safari and Safari Mobile.
I like this dual support, but on the iPad, I found that the Safari layout was much more suitable than the Safari ...
1
vote
1answer
386 views
Dashcode - fun with Value Transformers
I'm creating a Dashcode App that displays products that have won one or more awards.
The Data Source has a column/field for each award that the product may win (products may win multiple awards). ...
1
vote
1answer
597 views
Rendering html text in Dashcode text area
I'm loading product reviews from an xml datasource into a dashcode text area.
The text includes basic html tags. When it's loaded into the text area the tags are not rendered they are just there like ...
1
vote
2answers
190 views
Customize List's cells in DashCode
I have my site created with Dashcode and I am using the List object but I don't like the default blue background when a cell is selected.
How can I customize this? For example change it to grey or ...
1
vote
1answer
748 views
How to create iPad native looking html help pages?
I'd like to make some in-app help for my iPad app so I'm looking for examples of other apps that do it well. If I look the help for the Apple Pages app on my iPad, it opens the following url:
...
1
vote
3answers
508 views
Incorrect touch events from Android's browser with Dashcode mobile projects
I'm developing an HTML/Javascript mobile web application using Dashcode. Normally I wouldn't use such WYSIWYG stuff, but I've found it a very rapid development process.
Unfortunately it seems like I ...
1
vote
2answers
671 views
Dashcode Widgets Datasource
I would like to know if there is a Reference manual somewhere for Dashcode 3.0 Widgets' datasources.
I need to know the following:
How to refresh (requery) a datasource
How to listen for datasource ...
1
vote
6answers
964 views
Changing a checkbox's state programmatically in dashcode
Okay, so I'm trying to change a checkbox's state programmatically in dashcode. I've tried:
var checkbox = document.getElementById("checkbox");
// I have tried all the following methods.
...
1
vote
0answers
991 views
Change Dynamically Data Source's xml source on Dashcode
Classic StackLayout-List(s) scenario.
StackLayout have: Home - Detail - Leaf
On "Home" I have a Datasource like this:
<row><name>Element ...
1
vote
1answer
647 views
How do I embed a quicktime movie into an iphone web app using dashcode?
I have a functional webapp that I have created through dashcode, but I want to add a video by clicking a button. Any idea on how to code a handler to do that or any sample code? thanks
here is what I ...
1
vote
1answer
499 views
Dashcode code translation
a quick, probably easy question whose answer is probably "best practice"
I'm following a tutorial for a custom-template mobile Safari webapp, and to change views around this code is used:
function ...