• 検索結果がありません。

インストール ダウンロード Infragistics Windows Forms 修 正 項 目 日 本 語 版 で 報 告 されたバグおよび 新 機 能 コンポーネント カテゴリ 説 明 Infragistics Excel Engine 新 機 能 ワークブックを 保 存 / 読 み 込 みした

N/A
N/A
Protected

Academic year: 2021

シェア "インストール ダウンロード Infragistics Windows Forms 修 正 項 目 日 本 語 版 で 報 告 されたバグおよび 新 機 能 コンポーネント カテゴリ 説 明 Infragistics Excel Engine 新 機 能 ワークブックを 保 存 / 読 み 込 みした"

Copied!
9
0
0

読み込み中.... (全文を見る)

全文

(1)

サービス リリース ノート – 2014 年 10 月

高機能・高パフォーマンスなグリッドや豊富な種類のチャートを始めとして、 各種エディターやメニュー、ツリー、エクセル出力といった業務アプリケーション 開発に不可欠な 70 種類以上の Windows Forms コントロールをご 提供します。

(2)

インストール

ダウンロード Infragistics Windows Forms

修正項目

日本語版で報告されたバグおよび新機能。

コンポーネント カテゴリ 説明

Infragistics Excel Engine 新機能 ワークブックを保存/読み込みしたあとに画像を再読み込みできない問題。

注:

2007 (.xlsx) 形式で Excel ライブラリの図形塗りつぶし画像の保存/読み込みサポートを追加し ました。

WinChart バグ修正 UltraChart がドックペインの内側にある場合にツールチップがマウス カーソルをフォローしない

問題。

WinGanttView バグ修正 プライマリ間隔が hourly が設定されている場合、日の IsWorkDay=true 構成が無視される問

題。

WinCalendarInfo バグ修正 コンテキストのタスク操作によって、タスクが保存および読み込まれたあとに誤って配置される

(3)

WinMessageBox バグ修正 特定の文字列の検証ダイアログのテキストが正しく折り返されない問題。

その他のバグ

コンポーネント カテゴリ 説明

Infragistics Excel Engine バグ修正 An EndOfStreamException error occurs when loading an "xls" file.

Notes:

Fixed an issue in the Excel library where loading a file would cause an EndOfStreamException error.

Infragistics Excel Engine バグ修正 Formatting fails to restore after Save/Load of the existing excel files.

Notes:

Fixed an issue in the Excel library where cell formats failed being loaded correctly from th e files created by 3rd party libraries.

Infragistics Excel Engine バグ修正 A NullReferenceException occurs when loading a workbook into memory.

Notes:

Fixed an error in the Excel library where a NullReferenceException would occur when loading documents containing formulas with OLE object links.

(4)

Infragistics Excel Engine 新機能 Conditional formatting fails to reload after Save/Load of a workbook. Notes:

Added support for Save/Load of the conditional formatting in the Excel library for the Exc el 2007 formats.

Infragistics Excel Engine バグ修正 The "DefaultRowHeight" property is not honored when using fonts with smaller

size.

Notes:

Fixed an issue in the Excel library, in which row heights may have been incorrect in Micro soft Excel when saving a file in a Worksheet, customized with

"DefaultRowHeight" property.

WinButton バグ修正 The Appearance Image Editor appears outside of the available screen rectangle.

AppStylist バグ修正 The ComboBoxTool drop down button ignores the appearance applied with

AppStylist (isl) file.

WinComboEditor バグ修正 The "SelectionChangeCommitted" event is invoked instead of only the

"SelectionChanged" when pressing a letter key while the drop down list is open.

WinComboEditor バグ修正 After setting the "ItemMatchingMode" to "DoNotConvertDataValueToString", a

match is still found in text representation of the column.

WinOptionSet バグ修正 The state of the component was not properly updated with the value from the

(5)

WinGanttView バグ修正 Dependent tasks are ignored when a constraint is set even when accounting for the dependent task would not violate the constraint.

WinGrid バグ修正 Formula recalculates incorrectly when the grid is grouped.

WinGrid バグ修正 Using “BellowCell” action on the last visible row in the band causes the

application to hang.

WinGrid バグ修正 ToolTip fails to render Tab character spacing.

WinGrid バグ修正 FilterRow drop down truncates the last character of a listed item when

changing the TextRenderingMode to GDI.

WinCombo バグ修正 Setting the "DropDownStyle" property to "DropDownList" after the form Load

event, the control still allows typing into the editor. Notes:

As a general rule - The DropDownList property is recommended to set once before the UltraCombo control is painted for the first time.The property is not intended to be updated dynamically at run-time.

In this incident, the property was set in the form's "Shown" event, while the UltraCombo had focus and was already in edit mode.This was fixed by exiting edit mode whenever the DropDownList property is configured.

However, the best practice is to set the property before the control enters edit mode.

(6)

item (instead of the item corresponding to the ID entered) in the dropdown list when two or more display members are the same.

WinGridExcelExporter バグ修正 Exported date time format was not persisted for the corresponding culture

settings in the Excel.

Notes:

Fixed an issue in the Excel library where the DateTime value setting on a cell with a General format would not initialize the format, but persist culture-aware date format string.

WinGridExcelExporter バグ修正 An application exporting to excel with ValueList and large amount of data fails to respon

d.

Notes:

Fixed a performance bottleneck in the Excel library, which occurred when

adding multiple non-contiguous regions to a WorksheetReferencesCollection.This could h appen when assigning the same data validation instance to multiple cells that they do no t interact with.

WinGridExcelExporter バグ修正 An IndexOutOfRange exception occurs when an UltraGrid using a cloned

ValueList is exported to Excel 2003 format.

(7)

This behavior is not specific to cloning the ValueList.The issue is the sheer

number of ValueLists, not the fact that they were cloned.The same behavior may be see n when assigning a new, unique ValueList to each row.

Excel does not support a ValueList as a separate object.When exporting a

ValueList, the values of the ValueList are put into some cells in the Excel Workbook (In a hidden worksheet), then we use new column for each ValueList.The

large number of ValueLists, in this case ended up reaching the limit for the

number of columns allowed in a worksheet.This only occurs in Excel2003 format, becaus e the limit is 256 columns (much less than the Excel2007 and higher

formats).To fix this issue we create new (hidden) worksheet when running out of column s.

WinLiveTileView バグ修正 NullReferenceException occurs when pressing Shift+Tab

WinLiveTileView バグ修正 TileView designer does not open when using Progress Developer Studio For

Open Edge.

WinLiveTileView バグ修正 Modifications made to the application bar in the ApplicationBarInitializing event

such as, disabling an application button, are not enforced.

WinLiveTileView バグ修正 A KeyNotFoundException occurs when clicking the right mouse button, while

dragging a tile with the left mouse button.

WinDropDownButton バグ修正 When configuring the popup item from the smart tag, the drop down menu

displays only one item at a time, instead of all available items.

(8)

responding.

WinSchedule バグ修正 The "Working Hours" fails to display custom working hours, which span across

multiple days.

WinDayView バグ修正 Appointments with filled Location and slightly longer than the Timeslot interval

duration, fail to show their Subject.

WinMonthViewSingle バグ修正 Appointments appear overlapped on the days which have holidays.

WinSchedulePrintDocument バグ修正 The SchedulePrintDocument displays incorrect number of months in the header area.

WinDockManager バグ修正 An ArgumentOutOfRangeException occurs when attempting to load a layout,

which may contain panes that have been disposed.

WinDockManager バグ修正 The SaveAsXml method fails to save the DockableControlPane control name,

when the Site property of the control is not null/Nothing.

WinTabControl バグ修正 A tab would not switch to active tab with the mouse when TabOrientation is

LeftTop. Notes:

UltraTabControl does not support Right-To-Left at this time.

WinToolbarsManager バグ修正 The Ribbon would not allow setting the DisplayMode property to "AutoHide"

when AllowAutoHide property is set to "true".

WinToolbarsManager バグ修正 The Ribbon form caption appears clipped by contextual menu even when there is enough

room to display it.

(9)

control.

WinToolbarsManager バグ修正 Request for adding border color member for ToolTipInfo.

Notes:

We have added a BorderColor property to the ToolTipInfo class.It is now possible to use a CreationFilter to configure the BorderColor of the tooltip the same way as setting the ForeColor, BackColor, etc.

参照

関連したドキュメント

スケジュールタスク: StreamFab は登録された YouTube チャンネルから新しく追加されたビデオをダウンロード

既に使用している無線機のチャンネルとユーザーコードを探知して DJ-DPS70 に同じ設定をす る機能で、キー操作による設定を省略できます。子機(設定される側)が

JohnLoCk,oSemnLums,JamesBurtおよびGmrgeBurtの四名は12月

Excel へ出力:見積 受付・回答一覧に表示されている伝票を Excel に出力 することが可能.

PowerSever ( PB Edition ) は、 Appeon PowerBuilder 2017 R2 日本語版 Universal Edition で提供される PowerServer を示しており、 .NET IIS

IDLE 、 STOP1 、 STOP2 モードを解除可能な割り込みは、 INTIF を経由し INTIF 内の割り. 込み制御レジスター A で制御され CPU へ通知されます。

国の5カ年計画である「第11次交通安全基本計画」の目標値は、令和7年までに死者数を2千人以下、重傷者数を2万2千人