瀏覽單個文章
hashi
Advance Member
 

加入日期: Nov 2002
文章: 476
大消息!

Konfabulator 2.1出了!而且這次不用再找快樂版了!
原因:Konfabulator整個被YAHOO給買走,從2.1版以後變成免費軟體。
下載:
http://a191.g.akamai.net/7/191/1560...bulator_2.1.exe

Changes in 2.1
- Added Localization for Taiwan.
↑繁體中文支援?
- Internal changes to help us cache more object positions and sizes for improved view drawing performance.
- Added an evaluation field to the debug window to allow you to check the value of variables,
set variables, and call functions.
- Added URL.fetchAsync( proc ) to URL object. The function passed as first parameter is called
with the url in question when the request is completed. You can call URL.cancel() to cancel an
outstanding request.
- Added URL.addPostFile( name, path ) to allow multipart POST of images, etc.
- Automatic cookie handling in URL object is now turned off. To continue to use cookies you must now use setRequestHeader and getResponseHeaders, two new methods on URL.
- Added URL.clear(). Use this if you want to reuse a URL object for another request. If an async request is pending, it will be cancelled.
- Added ability to define text for an about box. One special element, about-version can be used to show the Widget’s version. A normal text element is just called about-text. Both have many of the properties of a text object, plus the ability to have a solid shadow.
- Added popupMenu( menuItems, x, y ). The menuItems parameters is an array of MenuItem objects (just like for context menus). The x and y parameters are in window coordinates.
- Added asynchronous animation support.
- New XML Parser with a new ‘strict’ mode. Added ability to nest image, text, and textarea objects inside window objects.
- Added new ‘secure’ attribute for text areas to provide a password-like field.
- Added ‘truncation’ tag to text object to allow end truncation with ellipses.

Fixes in 2.1
- Worked around a bug in Netware Client which could lead to a BSOD
- Fixed an occasional crash in our URL object
- Fixed bug in getDirectoryContents when called at the top level (e.g. C:\)
- Fixed problem where moveTo wasn’t working for any window but the main window
- Fixed problem where getDisplayName wasn’t working properly on W2K
- Fixed problem where chooseFile was changing the working directory
- Fixed issue where you couldn’t call showWidgetPreferences inside the onPreferencesChanged handler.
- Fixed issue where using a with clause didn’t work for the optionValue property of a preference item.
- Fixed ability to change opacity on the fly
 
舊 2005-07-26, 12:17 AM #712
回應時引用此文章
hashi離線中