Pe8er Posted November 9, 2004 Report Share Posted November 9, 2004 Since Konfabulator for Windows is finally released, I'm sure that people here are just dying to start creating wonderful widgets for it. Here's some useful information for skinners. Quick intro: Real Widgets can have dozens of images and text objects, multiple JavaScript sections (often in external files) and will usually create new objects at runtime using JavaScript to implement complex functionality. Whether on Windows or Mac OS X .widget bundle has the following structure: myWidget.widget ......Contents ..........myWidget.kon ..........Resources .............. The .kon file contains the actual Widget code (similar to the sample Widget above). On Windows the files that make up a Widget are stored in a .widget file (this is a standard ZIP file that has had its extension changed to .widget). Text above is a quote from Konfabulator Widget Reference (PDF, 450KB) - a huge, 142-page article which will give you all knowledge needed to start skinning. Note: I personally recommend you Crimson Editor for editing XML files. Also check Widget FAQ on Konfabulator website - it contains useful information about making your creations more efficient, submitting to the gallery and common problems with application. If you have more questions, visit Konfabulator forums or ask here, we will try to help you if we can. If you have any constructive suggestions, post here. No "thanks" or "i hate you" posts please Link to comment
herd Posted November 12, 2004 Report Share Posted November 12, 2004 An alternative XML editor would be cuesoft's now extinct freeware xml editor named exml. It'll do an editable tree view of the document and flatten the structure on demand. Looky here: http://www.infoweek.ch/downloads/dl_single...dl_id=311&sid=0 Its a swiss page but you'll only have to click on start download, the app is english. Link to comment
Shumai Posted November 14, 2004 Report Share Posted November 14, 2004 thanks for the links Pe8er and Herd!i would also like to add that http://scottcollins.net/konfabulator/ is a nice growing tutorial as well. Link to comment
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now