Konfabulator kan gebruikt worden om zogenaamde widgets te installeren en te tonen. Widgets zijn kleine applicaties die via JavaScript allerlei informatie, zoals nieuwskoppen, weerdata, systeeminstellingen en agenda's aan de gebruiker laten zien. Het programma is te vergelijken met Dashboard uit Mac OS X Tiger en is beschikbaar voor systemen met Mac OS X en Windows als besturingssysteem. De ontwikkelaars hebben onlangs versie 2.1.1 de deur uitgedaan met de volgende aanpassingen:
Widget Changes:Engine Changes:
- Fixed problem with determining night time with other timezone names in TheWeather.
Windows Changes:
- Added URL.responseData to allow the ability to get the response regardless of the response code. Previously, if you had a response code that was not 200, the only result you'd see was "Cannot load URL." URL.result still will return that for backwards compatibility.
- Added system.userWidgetsFolder.
- Fixed animation code to behave nicer when no parameters are passed into start()
- Fixed CustomAnimation to behave better if a floating point number was passed in for the interval.
- Changed CustomAnimation so that you cannot pass an interval of zero.
- Fixed ease validity checking. It was rejecting kEaseNone.
- Make sure to remove handlers when passed an empty string or null.
- Made openURL deal with other protocols better (e.g. mailto:)
- Fixed issue where animations now make sure that the object they are animating can’t get garbage collected during the animation.
Macintosh Changes:
- Fixed problem where windows were getting chopped off after a display change.
- Attempt to fix an issue where the WiFi Widget would throw a string encoding error and exit on some setups.
- Fixed issue where if you created a window in JavaScript and then set something in preferences, you'd see an error in the debug window about "window001" or the like not being found. We no longer use JS to set the preferences.
- Fixed bug that caused URR (and possibly other Widgets with highly dynamic content) to crash.
- Fixed bug where popupMenu could crash if the popup items were garbage collected too soon.
- Fixed bug where Widgets launched while Konspose was up were not aware of Konspose.
- Finally implemented system.event.timestamp.
- Fixed issue where we might not find a header in an HTTP response if the case was wrong.
- Fixed issue where if you started an async fetch of a URL inside the done proc for a previous one it would crash.
- Fixed issue where passing an array into runUntilDone could crash.
- Fixed issue where a non-editable text area was not sending onMouseUp/Down, etc.
[break]De volgende twee smaken zijn binnen te halen:
- Fixed image interpolation quality when resizing images
Konfabulator 2.1.1 voor Mac OS X 10.2 of hoger
Konfabulator 2.1.1 voor Windows 2000 / XP