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).

learn more… | top users | synonyms

-2
votes
0answers
8 views

How to limit any gestures in WebApp or iPhone native WebApp [closed]

I'm train to make a very simple WebApp in dashcode with a green screen only to make a chroma key in video post production so i need that the screen not recognize any gesture or tap or drag... Sorry ...
0
votes
1answer
61 views

Html5 game with Dashcode

I'm new to Dashcode and I got quick question here: Say I have a Html5 game (javascript) already, is it possible to integrate it into Dashcode (I don't know if I have myself understood) ~ I know I ...
0
votes
0answers
7 views

Dash Commerce site Transfer

I am trying to Transfer a site which uses dashcommerce from one hosting provider to another hosting provider. I transferred the code to the new server through FTP but I also took a backup of the ...
-5
votes
1answer
69 views

I want to add a push button to my web app so that when it's clicked it will open another page like browsers goForward method. How can i do this? [closed]

I must take hurry answers please! I'm making a web app and I'm going one page to the another with the list's default itemClicked event but now i want to go the another page by using a push button. The ...
0
votes
0answers
71 views

Calling Objective-C from JavaScript in DashCode

I am making a website in Dashcode. I know objective c very well but barely know javascript at all. Here is an example objective-c class: /* Here is an example .h file, "CircularList.h". All behavior ...
0
votes
1answer
31 views

Connecting to a server service from Javascript/Mac OS X widget/Dashcode

My question is fairly short: I'm trying to open a simple TCP connection (lets say on port 110 = POP3) sending an command and getting the response with the Javascript API inside Mac OS X widgets using ...
0
votes
1answer
46 views

How to make a cube root calculator in dashcode

Can someone post the javascript to cube root in dashcode
0
votes
0answers
44 views

PhoneGap build does not works with Dashcode

i'm developing a javascript console, i have build the interface with Dashcode, when i have converted (via PhoneGap Build) and downloaded it to my iPad, and i open the app it does not stop loading (it ...
0
votes
0answers
44 views

Set an image using the popup element

I am currently using Dashcode. I have a popup element (popup) and an image (image). I have set the value of the items in the popup element to correspond with the image file name. I have used this ...
0
votes
0answers
49 views

Dashcode datasource not updating

I have configured 3 datasources in dashcode, and pointed them to fixed json files. When I run the app, I then change the URLs of the datasources to asp pages which return json in the same format as ...
0
votes
2answers
292 views

Photo-frame-like widgets are not working on Lion/Mountain?

I tried to write own widget for Mac OS Dashboard - kind of photo-frame displaying dropped image, but a bit more beautiful then others I found or used some time ago. To have some resource/example I ...
0
votes
0answers
56 views

How to get values of selected items in a list in Dashcode

So I have a static list in Dashcode that's set to allow multiple selections. The dashcode documentation isn't that steller, and I can't seem to find how to tell if an element in the list is selected ...
1
vote
0answers
115 views

iBooks Widgets: Parameters and shared assets

Consider a text book made with iBooks Author, using HTML widgets for interactive features, for example a quiz at the end of every chapter. You end up with a lot of widgets (one per chapter) that share ...
1
vote
0answers
116 views

How to sign a Dashboard Widget (Dashcode) with Gatekeeper ID

Does anyone know how to sign a Dashboard widget (OS-X Mountain Lion) that was made by Dashcode with a Gatekeeper ID? All tutorials just go about XCode-Apps or package-installers. Are dashboard-widgets ...
2
votes
1answer
146 views

dashcode: how to add/remove items in list? List does not refresh visually

I'm working on some widget. It doesn't use any web service for data source. I parse some data using jQuery from a normal web page, and want to display this data as a dashcode list. I followed the ...
0
votes
1answer
70 views

Deploying a web application project made using DashCode on iphone

I have developed a web application project using Dashcode for iPhone. It is running fine on iPhone simulator. Can anyone help me to deploy it on a iphone and test it ?
1
vote
0answers
47 views

Dashcode scroll area refresh with multiple writes

I'm creating a Dashcode project that allows me to mount remote drives. I have a Scroll Area named "statusArea" defined to contain status text of the mounting progress, kind of a command output area. ...
0
votes
1answer
254 views

First widget doesn't work in Dashcode but does work when deployed. Can I fix this?

I am brand new to Dashcode. I've created the textbook 'Dashboard Widget Tutorial', using the Countdown template. When I tell Dashcode to Run the widget, the widget window appears briefly. (It ...
0
votes
0answers
25 views

Class instance properties are undefined when called from UI in Mac Dashboard widgets

I'm writing a Dashboard widget, and I'm having trouble with accessing variables inside of JavaScript "class" instances. According to the Apple developer docs for Dashboard Widgets, you're supposed to ...
0
votes
0answers
71 views

OS X Widget development quirks

I am setting down to devise my first ever OS X widget. First thing, I have to do it in Dashcode, which is reasonable but I would rather do it using VIM. Any directions for that are appreciated. Now ...
0
votes
0answers
52 views

list height dashcode

I have a list in a stack layout in dashcode. But if the list grows beyond the length of the stack, it just clips the list and doesn't extend the page. I've tried changing css properties for the stack ...
0
votes
1answer
2k views

How can I install dashcode (part of Apple's developer suite)?

I've installed XCode from the App Store, but it doesn't include Dashcode. I found this (somewhat out of date) solution, that says to just download XCode from the Apple Developer Connection and it's ...
0
votes
0answers
114 views

Dashcode onmousedown, onmouseover, ibooks

I'm creating a widget for iBooks and the event onmousedown does not get called at all when assigned to a 'button', when applied to a random object it acts like a onclick (the event is fired when the ...
0
votes
0answers
25 views

Dashcode RSS Widget text overflow

My RSS widget defaults to have the RSS title overflow with an ellipsis, but I would like to have the entire title, even if it goes to the next line. How do I do this? (see image below) If you need ...
0
votes
0answers
264 views

Using $(this) in Dashcode with JQuery

I am using dashcode for probably the second time in my life. Working on to see the limitations of dashboard widgets. I have a function being called onclick(). I want to use "$(this)" when it the ...
0
votes
1answer
105 views

Display Dashcode Browser in App with SIngle NavBar

How can I display a Dashcode created Browser template in a UIWebView, that the user can dismiss, without having two navigation bars? In the photo below, you'll see that the top bar is part of an Xcode ...
0
votes
1answer
156 views

Dashboard widget: getting version number from Info.plist

I'm writing a Dashboard widget in Dashcode, and on the back side, I've got a string for credits. I want to include the widget's version number in that string, but if possible, I want to ...
0
votes
0answers
216 views

Android Webview can show google.com but not localhost whereas iPhone UIWebView can show localhost

I have created a hello world app in both android and iPhone. Both can show http://google.com. But when I try http://localhost:5555/example.html , iPhone app works but Android webview complains with ...
3
votes
1answer
5k views

Can't find Dashcode after installing Xcode 4 on brand new MacBook

I have a brand new MacBook (air if it matters). I have installed Xcode 4 but I can't find Dashcode even using finder. What should I do ?
0
votes
1answer
59 views

Where Dashcode wire the button click handler?

I have created a button click handler on a Button with Dashcode but I can't see anywhere the handler in index.html whereas I can see handlers of slider in that same html. Where Dashcode wire the ...
0
votes
1answer
112 views

How can I add my library to be loaded Dashcode parts

Dashcode loads a bunch of library listed in an array within part.js (function() { var scripts = dashcodePartSupport['core']; scripts = scripts.concat(dashcodePartSupport['scripts']); ...
1
vote
1answer
670 views

Any way to pass user data from iBooks Author?

Is it possible to associated some specific user id with someone who views an iBook generated from iBooks Author? A simple example may clarify the question. Imagine you build an HTML5 Widget that ...
0
votes
1answer
99 views

How to prevent Dashcode from renaming label-strings after save operation [iBook Author related]?

For use in iBooks Author, I created a widget with Dashcode. The widget some labels: If I save the widget within Dashcode, the windows flickers a bit (updates) - and all labels suddenly appear with ...
0
votes
1answer
151 views

How to add Dashcode output in PhoneGap?

How can I add Dashcode project HTML content to a PhoneGap project? A straight copy the of the Dashcode project's html file contents to the www folder results in a blank white screen displayed in ...
3
votes
1answer
601 views

iBooks test for an internet connection with HTML widget

I created a widget in dashcode that embeds a YouTube video. I'd like to test for an interent connection first and alert the user. I embedded the YouTube widget into iBooks. I'm guessing at times ...
1
vote
1answer
318 views

“Undefined is not a function” playing sound in Dashcode

I'm trying to play a sound in a Dashcode widget. I just droped the file over the widget and now I a video item. This is the code I'm using: // Values you provide var qtElement = ...
5
votes
1answer
1k 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 ...
5
votes
5answers
6k 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 ...
0
votes
4answers
724 views

Open URL from button Dashcode

I am sure that this is extremely easy and probably a one liner but I can't seem to find the answer anywhere. I am creating a very simple web app in Dashcode (my first time) that has a button, when ...
1
vote
1answer
230 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 ...
0
votes
1answer
308 views

How to add search filter in DashCode

I have a list loaded from datasource in Dashcode and I added a search field. Also I've found filterPredicate option in the list. How to bind all things together to make the search filter the list? ...
0
votes
1answer
340 views

How to show a Webview in a Mac Dashboard Widget?

I am making a simple Mac Dashboard widget which would show a webpage in a webview, from a user selectable URL. To be honest, I assumed there would simply be a 'webview' type part in the Library which ...
0
votes
1answer
109 views

Create iCal using Dashcode

I am new to Mac programming. Currently, I need to create a calender like iCal in Mac with monthly, weekly, and daily event creation. Is it possible to create it using Dashcode? Since I am creating a ...
2
votes
1answer
210 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 ...
0
votes
1answer
202 views

How to get/set text values in widgets?

I'm fairly new to working with OS X widgets and wanted to create a simple widget for myself which should simply get the stringValue of a textbox, add it to a fixed string and open this in a browser. ...
4
votes
3answers
773 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. ...
1
vote
1answer
253 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 ...
0
votes
0answers
180 views

Access command-line functions like Dashboard's “widget.system” call in a WebView?

I have successfully been able to use the lightly-document widget.system to run a "command-line" processes from a Dashboard widget... if(window.widget) { if(currentlyBeingSpoken != null) { ...
1
vote
2answers
374 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
160 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 2 3 4