Dashcode
Apple released a public beta of Dashcode to ADC members (including the free accounts). I have to say I am deeply impressed.
It has still some quirks, but it is stable and has stunning features.
I started this week to play around with it and I can assure you it’s fun.
Implementing a Scrollarea gave some problems for me tho.
(I admit, has a lot to do with my JS n00bness…but hey…)
If you you update the content of your scrollarea, don’t forget to refresh it…
example:
if (logstatus == 0) {
loginhoud = logcall.outputString;
content.innerHTML = loginhoud;
document.getElementById("scrollArea").object.refresh();
}
else {
content.innerHTML = "Problem fetching server data...";
}
I think this is missing in the documentation…(yup, reporting it to Apple as well).
Posted by: Merlijn on Wednesday, 10 of January , 2007 at 08:39
Tags: Apple, dashcode, javascript, safari
Categories: Apple, Coding, OS X
Comments: (opens in a pop-up window)
Add this post to del.icio.us or digg it
Tags: Apple, dashcode, javascript, safari
Categories: Apple, Coding, OS X
Comments: (opens in a pop-up window)
Add this post to del.icio.us or digg it





