dashcode

Simple dashboard application

Hi all, I am trying to have some fun with dashboard widgets, so I tried a simple application : there will be a button over the widget which when clicked will open StackOverflow website in safari To implement it, I tried this: Created a custom dashboard widget. Added a button to it from library. Associated gotoStackOverflow ...

Add file.html to dashcode

Hi, I work with dashcode. I write other file html inside to my project but i don't undestand how to modify this file grafically, only index.html is modificable. best regards Samantha ...

How to configure bindings in Dashcode from a JSON DataSource to a Popup (design-time)?

Hello, Background: I have an Apple Dashcode v3 project in which there is a "Popup Button" UI element. I have a datasource that references a JSON file. The datasource correctly reads the JSON file at design-time and shows content containing two records, which matches the structure of the JSON file. Example of fields for each record in ...

Dash code for MAC Application (please help, its urgent)

How to fix the position of the elements(image, button) to be always on the screen when scrolling in dashcode for iPhone web application ...

Simplest way to extend Dashcode components?

I'm presently working on a project in Dashcode, and am getting increasingly frustrated at how the default classes have very little in the way of bind-able events much like jQuery uses. Dashcode doesn't let me edit the files, which I'm guessing is because until the project is exported they're a standard set of core classes. I'm thus conte...

Web service for dashcode web application using(SOAP, POST and GET)

Do any one have Web service tutoral for dashcode web application using(SOAP, POST and GET) ...

web service for dash code using XMLHttpRequest

do any one know how to use web service for dashcode using web serice for XMLHttpRequest ...

Using Dashcode to query and XML file

Im trying to create a 'tree' using and xml source with dashcode for a webapp. My record set (as an example) is similar to a Used Car Lot: *where I have 100 cars *I have multiple of the same kinds of cars, but still varying makes and models What I'd like to do is have a stacklayout/dataArrays with a a table handle something like *Ford...

Dashcode question - OnClick image to fullscreen?

I have a web app I'm building in Dashcode, currently every thing is working as advertised. I'm using the browser template and was able to modify it a bit, got the xml working to connect images and their description. Now I want to add a simple OnClick event that sends the image to fullscreen but I can't find any documentation for that. I'...

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: http://help.apple.com/iwork/mobile/interface/#tan724868a9 This looks like a native app in Safari on iPad. How did Apple make their html help page ...

Dashcode mobile web app dynamic list row labeling

Hi, I'm trying to put together a mobile web app using Apple's Dashcode. I would like to use a Rounded Rectangle List as a menu interface for my users, however, I cannot seem to change the various rows' labels in a dynamic list. Here is the javascript for my list: var dayController = { /* categoryList will display these items */ _row...

Dashcode List Selection

I am working with the Dashcode List element from the library and am trying to make a selection from within the program. I have 2 lists binded to a datasource that gets requeried, which removes my selection from the lists. I am trying to keep the selection on the lists, so my current attempt to workaround the problem is to save the index...

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 design by taking Browser template of DashCode so I can get navigation which suited for my website. but for detail I am not able to put any...

Dashcode - mp4 or m4v not playing

Hi all, I have put my video on my server and tried to link my dashcode application to them for playback. But i noticed that only .mov files can be played. .mp4 or .m4v files cannot be played. Is this true? or there's something wrong with my files? I have used iTunes to convert them into iphone format but it still doesn't work. Can any...

Implementing Tab bar ctrl in dashcode

Hi I am developing web application for iphone. Is it possible to implement Tab bar controller in dashcode. Is there is any option available for implementing tab bar using dashcode for developing web application. Thanks mindus ...

Dashcode CurrencyConverter App

I was working on CurrencyConverterApp in Dashcode by following this url. http://mobiforge.com/developing/story/build-web-apps-iphone-using-dashcode. But in code i am geting an error [Session started at 2010-09-08 14:55:29 +0530] mobile/main.js line 146: SyntaxError: Parse error mobile/index.html line 14: Can't find variable: load [Sess...

Dashcode browser template open link to document

In browser template I have made a button link to a pdf document. When I click on button the document opens but the navigation bar disappears. I don't want to use Safari back button but I want to use only the navigation bar. Sorry for my english. Thanks. ...

Customize List's cells in DashCode

Hi, 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 white, etc. (As far as i know, everything is customizable in Dashcode, is just sometimes you have to do it using code and not Dashcode ...

Dashcode - Attributes Inspector - Design Guide?

In the Dashcode Inspector Window when you're on the Attributes tab with a Part selected there is a checkbox labeled "Design Guide". I'm trying to find out what that is for. Anyone know? It does not seem to be mentioned in the Dashcode User Guide. Are there any other docs for Dashcode 3? Thanks! ...

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 this: <p>Some text... etc. Is there a way to have a Dashcode text area render the html? Thanks! ...