⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 releasenotes.html

📁 ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"     "http://www.w3.org/TR/html4/strict.dtd"><html lang="en"><head><title>Bindows 1.5 Release Notes</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body><h1>Bindows 1.5 Release Notes</h1><ul>	<li><a href="#major">Major Features</a>		<ul>			<li>Inline Editing of Tree Views</li>		</ul>	</li>	<li><a href="#other">Other Features</a>		<ul>			<li>BiAccordionPane</li>			<li>BiScrollBar</li>			<li>Bindows Pad</li>			<li>Class Browser</li>		</ul>	</li>	<li><a href="#changes">Changes</a>		<ul>			<li>Improved Performance</li>			<li><a			href="http://bindows.net/documentation/api/BiOlapGridDataModel.html">BiOlapGridDataModel</a>			has been simplified</li>		</ul>	</li>	<li><a href="#knownbugs">Known Bugs and Issues</a>		<ul>			<li>All</li>			<li>Internet Explorer</li>			<li>Mozilla</li>		</ul>	</li></ul><h2><a name="major"></a>Major Features</h2><h3>Editable Grid</h3><p>We now allow editing of the data in the <ahref="http://bindows.net/documentation/api/BiTreeView.html">BiTreeView</a> aswell as the <ahref="http://bindows.net/documentation/api/BiOlapGrid.html">BiOlapGrid</a>. Wealso support something we call attached components which allows you to addBindows components to the grid and attach these to certain cells in the view.For a demo of this see <ahref="http://bindows.net/bindows/tests/TreeViewAttachedTest.xml">TreeViewAttachedTest.xml</a>in the <ahref="http://bindows.net/bindows/samples/applauncher/">AppLauncher</a>.</p><p>For more information see the <ahref="http://bindows.net/documentation/tutorials/inlineediting.html">tutorial</a>.</p><h2><a name="othern"></a>Other Features</h2><h3>BiAccordionPane</h3><p>The <ahref="http://bindows.net/documentation/api/BiAccordionPane.html">BiAccordionPane</a>allows you to have mutually exclusive sections much like a tab pane but with adifferent look and feel. The most common use of an accordion pane is most likelyin Microsoft Outlook and it sometimes therefore called an Outlook bar. To see it inaction take a look at <ahref="http://bindows.net/bindows/tests/AccordionPaneTest.xml">AccordionPaneTest.xml</a>in the <ahref="http://bindows.net/bindows/samples/applauncher/">AppLauncher</a>.</p><h3>BiScrollBar</h3><p>We now have a custom scroll bar component, <ahref="http://bindows.net/documentation/api/BiScrollBar.html">BiScrollBar</a>that can be used as a stand alone scroll bar or as a scroll bar for situationswhere the native scroll bars don't provide you enough control. To see it inaction take a look at <ahref="http://bindows.net/bindows/tests/ScrollBarTest.xml">ScrollBarTest.xml</a>in the <ahref="http://bindows.net/bindows/samples/applauncher/">AppLauncher</a>.</p><h3>BiPad</h3><p>BiPad is a simple application that allows you to enter Bindows markup in atext area and imediately see the results. It is located under <ahref="http://bindows.net/documentation/samples/">samples</a>.</p><h3>Class Browser</h3><p>The Class Browser inspects the Bindows class tree and allows you to browsethe classes along with their methods and properties. It is located under <ahref="http://bindows.net/documentation/samples/">samples</a>.<h2><a name="changes"></a>Changes</h2><h3>Improved Performance</h3><p>Bindows 1.5 improves performance by 10% or more. Applications start faster and events such as resizing give more immediate results. This also includes several minor adjustments to improve performance.</p><h3><ahref="http://bindows.net/documentation/api/BiOlapGridDataModel.html">BiOlapGridDataModel</a>has been simplified</h3><p>In previous release the <ahref="http://bindows.net/documentation/api/BiOlapGridDataModel.html">BiOlapGridDataModel</a>used an <code>axis</code> parameter to tell which axis was to be considered tobe at the top (column headers). This parameter has been removed to make the <ahref="http://bindows.net/documentation/api/BiOlapGridDataModel.html">BiOlapGridDataModel</a>simpler and more similar to how the tree view data model works. Expect more workto unify these two components in an upcoming release.</p><h3>Improved <ahref="http://bindows.net/documentation/api/BiMoveHandle.html">BiMoveHandle</a>and <ahref="http://bindows.net/documentation/api/BiResizeHandle.html">BiResizeHandle</a></h3><p>The <ahref="http://bindows.net/documentation/api/BiMoveHandle.html">BiMoveHandle</a>and <ahref="http://bindows.net/documentation/api/BiResizeHandle.html">BiResizeHandle</a>now uses <ahref="http://bindows.net/documentation/api/BiMoveEvent.html">BiMoveEvent</a> and<a href="http://bindows.net/documentation/api/BiResize.html">BiResize</a> eventrespectively to provide more information during moving and resizing</p><h2><a name="knownbugs"></a>Known Bugs and Issues</h2><h3>All</h3><ul>	<li>Inline editing of tree views and keyboard navigation has some issues.	When navigating from one type to another type of editing component the edit	component is sometimes hidden and the focus is lost.</li>	<li>Drag'n drop is not working when continuous selection is used. This is	used by default for OLAP grids and if you need to be able to drag a cell in	an OLAP grid you should turn off <code>dragSelection</code> of its selection	model.</li>	<li>Right to left is not working correctly for <a	href="http://bindows.net/documentation/api/BiTree.html">BiTree</a>, <a	href="http://bindows.net/documentation/api/BiGrid.html">BiGrid</a>, <a	href="http://bindows.net/documentation/api/BiTreeView.html">BiTreeView</a> nor	<a href="http://bindows.net/documentation/api/BiOlapGrid.html">BiOlapGrid</a>.</li>	<li><a href="http://bindows.net/documentation/api/BiTree2.html">BiTree2</a> loses selection when update is called.</li>	<li><a	href="http://bindows.net/documentation/api/BiToolBar.html">BiToolBar</a>	with icons might return wrong preferred size before icons are loaded. To	make sure this does not lead to trouble set the image size for the icons or	preload the images.</li>	<li>Non pixel border widths results in incorrect behavior. Please only	use pixel border widths for best result.</li>	<li>If the application window has a context menu (setContextMenu) but an	internal window does not, right clicking inside the internal window shows	the context menu for the application window.</li>	<li>Controls inside disabled containers do not work as expected. In IE they	correctly look disabled but they can be edited. In Mozilla they do not look	disabled but they cannot be edited. Please set the enabled property directly	on the control instead of setting it on a parent container.</li>	<li>A <a	href="http://bindows.net/documentation/api/BiComboBox.html">BiComboBox</a>	cannot have a tool tip. If you set a tool tip on a combo box the popup will	be hidden incorrectly. As a workaround you can manually add and remove the	tool tip when the popup is shown and hidden.</li>	<li>Right to left does not work for <a	href="http://bindows.net/documentation/api/BiTabBar.html">BiTabBar</a> (and	tab pane).</li>	<li>Preferred size does not work correctly for <a	href="http://bindows.net/documentation/api/BiGroupBox.html">BiGroupBox</a>.</li></ul><h3>Internet Explorer</h3><ul>	<li>A text field that is blurred sometimes still shows the caret and the	selection color is still using the Highlight color which makes it look like	it is still focused.</li>	<li>Move and resize handles do not work when used to move the application	window. This is an Internet Explorer bug that cannot be worked around.</li>	<li>The gauge label is not always centered correctly</li>	<li>Menus inside iframe are not positioned correctly. <a	href="http://bindows.net/kb/kb0009.html">Work around</a>.</li>	<li><a href="http://bindows.net/documentation/api/BiGrid.html">BiGrid</a>	column resizing sometimes result in rendering artifacts</li></ul><h3>Mozilla</h3><ul>	<li>No gauge support</li>	<li>The caret is sometimes not shown in a focused text field. This is a	Mozilla bug and unless this is fixed in Mozilla this issue will remain.</li>	<li>Icons in menu items works inconsistently between Mozilla versions. This	is due to differences in the Mozilla toolkits used by different browsers.</li>	<li>Menu labels do not accept HTML. If you use HTML, the markup will be	stripped.</li>	<li>Labels with text align center and icon position set to top or bottom are	a bit jumpy, i.e. the icon move around depending on the state.</li>	<li>The upper border for the tab pages are not correctly drawn in Mozilla	Firefox using Windows Classic. This is a Mozilla bug.</li>	<li><a	href="http://bindows.net/documentation/api/BiKeyboardEvent.html">BiKeyboardEvent</a>	keyCode is sometimes incorrect in a keypress event (for special keys). The	reason for this bug is that Internet Explorer and Mozilla are handling	keyboard events differently.</li>	<li>Focus and blur events are inconsistent when using <a	href="http://bindows.net/documentation/api/BiRichEdit.html">BiRichEdit</a>.</li>	<li>Focus outline cannot be hidden for button.</li>	<li>Right to left does not work for <a	href="http://bindows.net/documentation/api/BiToolBar.html">BiToolBar</a>.</li>	<li>Sometimes setting a border cannot override the border set by the	appearance property</li></ul></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -