Seeking support boards for developing dashboard widgets?

i posted this 4 days ago to the "Software Development 101" board here on apple support. absolutely no response. 7 people viewed it, none responded.
it's just a very simple question - can i get help here or could someone please point me towards support boards, on apple or third party, which can help me out with some snags i've run into in creating dashboard widgets? that's all, really.
any response and help would be appreciated.
here's my original message from four days ago...
hi,
i'm trying my hand at the most rudimentary of developing for mac os x - developing a dashboard widget, using html, css & javascript.
i'm trying to make a simple widget that uses the real audio plug-in in the system (if you downloaded real player) to play a local portland, oregon fm classical radio station, kbps-fm 89.9 (www.allclassical.org).
i'm running into some snags both in making the "i" info button flip the thing around (it was working before, but since i added in the code that makes the real player plug in work, no matter where i place the position of the "i" flipper, it doesn't show up), and in the graphics i'm trying to create for the widget.
should i seek help here? are there better boards/forums for mac os x dashboard widget creation i can go to, and if so, can anyone direct me there? i know about adc, and am a (free) member, but they don't have discussion boards there and i don't want to pay oodles in tech support just to get some basic javascript and css questions handled.
if anyone could please direct me to where i can ask these questions or help me out, please let me know. thanx.
-- faddah yuetsu wolf
portland, oregon
[email protected]

Check the Apple Mailing Lists. There are several lists that might be interesting to you. There is even a "Dashboard-Dev" list. Usually the topics discussed in the mailing lists are much more in-depth than anything on these forums.
Before posting, make sure to use the archive search feature to check similar problems and/or solutions to try.
Sorry about not responding sooner. You message hit the "sweet spot" on Friday. I generally only check this forum during the (work) week due to boredom. Once I leave work for the week-end, I'm too busy programming on my Mac myself.

Similar Messages

  • Support boards for developing dashboard widgets?  any response, please??

    i don't mean to be a noodge, but 4 days ago i posted a simple request asking if i could get support here for some questions i had as regards some snags i ran into making dashboard widgets. while other people's questions about ruby/rails, c and objective c and even powerpoint (shouldn't that be in a microsquish support forum??) have been responded to.
    all i want to know is, can anyone help me here or at least point me to other support boards that offer help for those developing dashboard widgets? is that too much to ask?
    my original message i posted 4 days ago is below. i would appreciate response from anyone, please. i can't believe i'm the only person out here seeking support for my *.html, *.css and javascript files for dashboard widgets.
    hi,
    i'm trying my hand at the most rudimentary of developing for mac os x - developing a dashboard widget, using html, css & javascript.
    i'm trying to make a simple widget that uses the real audio plug-in in the system (if you downloaded real player) to play a local portland, oregon fm classical radio station, kbps-fm 89.9 (www.allclassical.org).
    i'm running into some snags both in making the "i" info button flip the thing around (it was working before, but since i added in the code that makes the real player plug in work, no matter where i place the position of the "i" flipper, it doesn't show up), and in the graphics i'm trying to create for the widget.
    should i seek help here? are there better boards/forums for mac os x dashboard widget creation i can go to, and if so, can anyone direct me there? i know about adc, and am a (free) member, but they don't have discussion boards there and i don't want to pay oodles in tech support just to get some basic javascript and css questions handled.
    if anyone could please direct me to where i can ask these questions or help me out, please let me know. thanx.
    -- faddah yuetsu wolf
    portland, oregon
    [email protected]

    Hi
    i don't mean to be a noodge, but 4 days ago i posted
    a simple request asking if i could get support here
    for some questions i had as regards some snags i ran
    into making dashboard widgets. while other people's
    questions about ruby/rails, c and objective c and
    even powerpoint (shouldn't that be in a microsquish
    support forum??) have been responded to.
    You shouldn't take the lack of response as a personal insult The nature of these forums (fora?) is that people respond to those messages where they can help and don't respond when they can't help. FWIW I've got two unresolved questions dating back to Mar 17th!
    In my opinion, the Developer forums would be absolutely ideal and on-topic places to discuss Widget development..... but it looks like very few experienced Widget developers hang out here, so any questions would most likely go unanswered. My own skill area in limited to Java so I can't help out with widgets. No doubt the other forum regulars are in a similar position.
    Bob

  • Looking for a Dashboard Widget

    Is there a Dashboard widget that will notify me when I receive responses on message boards, like this one for example so I don't have to check email?
    Also, is there a good widget that can store my passwords for message boards as well?
    thanks!

    there are certainly no widgets like that for general board and there isn't one for this board. Apple discussions notifies only by email so whatever program you'd possibly want to use for notifications would have to tap into your email which means that your email client has to be open.

  • How to search for a dashboard widget

    Can someone tell me how to search the Dashboard site for a specific widget?
    http://www.apple.com/downloads/dashboard/
    The ridiculous thing is, I think I asked this same question within the past year and someone answered it. But I'll be damned if I can find the search button again. It just is not intuitive. And when a friend asks me how to do something and I need to tell them I have to ask on the Apple website it's sort of embarrassing.

    Type in Dashboard or widget as well as the name or description of that widget into the text field at the top right of the page. Press Enter.
    (32302)

  • Creating Dashboard Widgets

    Ok, I'm trying to create my first Dashboard widget; and I need some help. Heres my Info.plist:
    <plist>
    <dict>
    <key>CFBundleIdentifier</key>
    <string>com.JZ.widget.Mailer</string>
    <key>MainHTML</key>
    <string>index.html</string>
    </dict>
    </plist>
    Heres my index.html:
    <html>
    <head>
    <script>
    function launchMail() {
    var commandLine = "/usr/bin/osascript -e 'tell application \"Mail\"\nactivate\nend tell\n'";
    widget.system(commandLine, null);
    </script>
    </head>
    <body>
    img src=Mail.png onmousedown="launchMail();" (NOTE: Tags removed.)
    </body>
    </html>
    It returns the "Not a valid widget" error... What's wrong?

    You are missing a number of required keys in your plist. See the section titled The Info.plist File on Apple's "Developing Dashboard Widgets" page.

  • How to enable the SharePoint 2010 and 2013 Developer Dashboard for specific WebApplication or Sitecollection?

    How to enable the SharePoint 2010 and 2013 Developer Dashboard for specific Web Application or Site collection(not for all Web Application)?
    Vishal Goyal

    Hi Vishal,
    I don't think there is option for specific site collection or web application,but there is option of enabling developer dashboard on specific master pages and that is one on of the way you could do it.
    look article on below link to enable developer dashboard on specific master pages
    https://msdn.microsoft.com/en-us/library/office/ff512745%28v=office.14%29.aspx?f=255&MSPPError=-2147217396
    Let me know if this helps.
    Thanks
    Bhism 

  • The version of iOS on does not match any of the versions of iOS supported for development with this installation of the iOS SDK

    Getting this error message as of this morning: The version of iOS on “iPad” does not match any of the versions of iOS supported for development with this installation of the iOS SDK. Please restore the device to a version of the OS listed below, or update to the latest version of the iOS SDK. I've downloaded the latest SDK and gone through the usual turn off and turn on again for iPad and computer, removed and reinstalled the iPad from Organizer and have no idea how to make apps build now. I was prompted to update the iphone too but there's no way I'm updating it if this issue can't be resolved.

    Okay these are the steps I took to solve the problem - they may not be the right ones for you but they've solved the problem and saved time hunting for some other solution. Firstly I changed my MAC system to Lion with the £20 download, then I deleted the old Xcode and installed the new version that is app based and doesn't support Snow Leopard, then all was well. I can now update my xcode via the app which is quicker and more logical and can update my iPhone rather than chug along avoiding updates as I need to update my existing apps on the app store and upload a new one.

  • Dashboard widgets not rendering correct for second user account

    Hi - on my macbook I have two user accounts. My problem here is that the dashboard widgets do not render correct on the second account.
    This goes for most widgets - the typical effect is that the text is not show, as in the unit converter - text is not shown in weather widget - and so on.
    If I switch to the other (Admin) account then everything seems to work perfectly. I have tried removing the .plist files and changing the second account to an Admin account but with no luck.
    Is there anything else I ought to try?
    regards
    Christian
    MacBook (black)   Mac OS X (10.4.7)  

    So - solved - conflicting Helvetica font.

  • No search feature for Dashboard widgets?

    In Dashboard, when you click the Manage Widgets button at the bottom and then you click More Widgets in the Manage Widgets window, you are taken to Apples' official Dashboard Widgets web page at http://www.apple.com/downloads/dashboard.
    At the bottom of the page, it says there are "3901 Dashboard Widgets" available. But oddly, there seems to be no search feature for the widgets.
    There's a Widget Browser where you can drill down by category, but sometimes it's just easier to search for what you want.
    There's a search field at the very top of the page in the navigation bar (just as there's one for this page, but that searches the whole Apple site, not just the widgets.
    Is there a way to do a text search for Dashboard widgets?

    I took a look and agree that there doesn't seem to be a way so you aren't just blind...unless we both are
    The only thing I noticed is since all the widgits seem to reside in the same directory you could do a google search a la
    "widget I want site:http://www.apple.com/downloads/dashboard/"
    I suppose apple thinks most people don't commonly associate widgets by there actual name so categories are easier but it seems trivial just to throw in a search function with a nice little preview of each widget.
    Maybe we just didn't look deep enough.

  • Searching For Dashboard Widgets

    Hi,
    How do you search for Dashboard Widgets on Apple's website? Since they changed the site this year, I've found it very hard to find widgets which I know for a fact are listed on the site. For example, if I type into the Search bar in the top-right corner "tomatometer", I get no results. The only way I can see of finding the Tomatometer widget on Apple.com is to manually browse through the Widget Browser.
    If anyone can help, I'd appreciate it.

    Easy enough to find. They are here.

  • My info for battery charging says "Not Charging" when it is charging as per dashboard widget.

    My info for battery charging says "Not Charging" when it is charging as per dashboard widget. Since change to lion all slowed down do I need more ram ( have 2 gig). Lost  some icons in web site icons and other random icons. So far SL better.

    Yeah, it was purchased in August 2008. I'm not really sure what a charge cycle is, but I do plug it in and unplug it a lot to a power source. Mainly because I keep my computer on most of the time (either on or on sleep). So between taking it to classes and stuff, I'll recharge in between and when it's really low, otherwise I run it off the battery most of the time.
    On a sidenote, I have went to that information thing about about the battery after letting it sit plug in for a few hours, and now it has this information:
    Battery Information:
    Model Information:
    Serial Number: DP-ASMB016-38ea-4762
    Manufacturer: DP
    Device name: ASMB016
    Pack Lot Code: 0002
    PCB Lot Code: 0000
    Firmware Version: 0110
    Hardware Revision: 0500
    Cell Revision: 0200
    Charge Information:
    Charge remaining (mAh): 61993
    Fully charged: No
    Charging: No
    Full charge capacity (mAh): 61993
    Health Information:
    Cycle count: 324
    Condition: Good
    Battery Installed: Yes
    Amperage (mA): -1208
    Voltage (mV): 12129
    System Power Settings:
    AC Power:
    System Sleep Timer (Minutes): 0
    Disk Sleep Timer (Minutes): 10
    Display Sleep Timer (Minutes): 60
    Automatic Restart On Power Loss: No
    Wake On AC Change: No
    Wake On Clamshell Open: Yes
    Wake On LAN: Yes
    Display Sleep Uses Dim: Yes
    Battery Power:
    System Sleep Timer (Minutes): 10
    Disk Sleep Timer (Minutes): 10
    Display Sleep Timer (Minutes): 2
    Wake On AC Change: No
    Wake On Clamshell Open: Yes
    Display Sleep Uses Dim: Yes
    Reduce Brightness: Yes
    Hardware Configuration:
    UPS Installed: No
    AC Charger Information:
    Connected: No
    Charging: No
    Message was edited by: Akalboy
    Oh, forgot to note. Now the time remaining is 10 hours, which is DEFINITELY wrong.

  • Is there a Dashboard widget for the telephone Alphabet?

    Hi everyone, I'm trying to figure out if there is a Dashboard widget that will help me always have the international telephone Alphabet to hand (could be the NATO one, too, no special preference... just some kind of Alpha Bravo Charlie thing that will allow me to spell my complicated last name and address over the phone . I can never manage to remember the words for all letters, and I always seem to need it when my hands aren't free to Google it. Argh!
    I explored the widgets download page, but I couldn't find a search box to search through the widgets, and I gave up on the idea of checking the categories one by one when I saw the International one had over 700 entries whoops
    So any help will be appreciated!
    m

    Try this link:
    http://www.apple.com/downloads/dashboard/reference/phoneticalphabet.html

  • Can't find i button for World Clock of Dashboard widget

    Can't find i button for World Clock of Dashboard widget to change the City.

    Hi ogawam,
    in my clock there is no i nor sydney.
    Sydney is my city (Time Zone). What city does your clock show?
    Try this:
    System Preferences > Language and Text > Region
    What does it show?
    Regards,
    Ian.
    Message was edited by: Yellowbox. I am using MacBook Pro, OS X Mountain Lion 10.8.3

  • Album art work dashboard widget for PC

    hi
    Does anyone know where i can down load Album art work dashboard widget for PC
    Rod Dohrman

    Im having issues manually importing artwork to all
    the songs on a CD. I used to select all the songs
    and drag the album artwork to the "Drag album artwork
    here" box. Now I can only get the art work to show
    up for the current song playing. Therefore, I have
    to play each song and drag the artwork to each song
    on the CD. There has to be an easier way because I
    used to do this and it worked find. Has something
    changed in 7.2?
    Select all of the tracks of the album, then open the Get Info window and drag your artwork to the little artwork box in the lower right.

  • IPad supported iOS version for development

    Hi, i have a reference iPad (1) for development, running iOS 4.2.1, now i need to upgrade to 4.3 for testing, but iTunes wants me to download the latest (5.1).
    In Organizer i can see that supported iOS versions are:
    Xcode Supported iOS Versions
    6.0 (10A403)
    5.1
    5.0
    4.3
    How can i get the 4.3 and install on my dev iPad?
    Anyone managed to do this?
    Thank you.

    Not possible.
    Older versions of iOS are not available once a new version is released.
    ***** but that's the way it is.
    About the only thing you can do is find a device that has the version of iOS you want and purchase it.

Maybe you are looking for

  • Printing a File(.html, .doc ,etc) from LabVIEW

    Hi All, I am currently using LabVIEW 6i(PDS). In one of my application I had created (HTML) reports. Now I want to print the report through LabVIEW. If I use the Standard report format than LabVIEW has a vi to print the report. Please guide me how to

  • HT5622 How do I delete credit card information ?

    How do I delete credit card information from my apple account .... iPhone 5c

  • Display Pref Overscan Options

    Throughout this forum people are having mixed results connecting a Mac Mini to a HDTV. Often noted for overscan issues is "deselecting" the overscan option in System Preferences/Displays. Can anyone tell me why when my Mini is connected to my Sony HD

  • IDVD Disk Image - How long does it take?

    Hi, I exported my iMovie to iDVD, added the necessary effects and am now trying to save it as a disk image for ripping out DVDs later. How long does the "Save as Disk Image" process normally take? Mine has been at it for over 2 hours now. It seems to

  • Why won't my attached index.html file display properly?

    Hi It's taken me months to get my head around DW CS5 and I have finally started to produce the first few pages of my site! My problem now is that I need to send the unpublished pages to my client for review but simply attaching the files to an email