4D
QMedia 1.5b2 BETA 配布中
11/06/08 19:50
What's new in QMedia 1.5b2
========================
* Fixed a problem where due to Mac OS 9 backwards compatibility long file names were truncated on Mac OS X.
* Implemented a workaround for a problem present in QuickTime versions later than 7.3 where the short form of path names where returned instead of the long ones.
Read More...
========================
* Fixed a problem where due to Mac OS 9 backwards compatibility long file names were truncated on Mac OS X.
* Implemented a workaround for a problem present in QuickTime versions later than 7.3 where the short form of path names where returned instead of the long ones.
Read More...
QPix 3.5b3 BETA 配布中
11/06/08 19:46
What's new in QPix 3.5b3
========================
* Fixed a problem where due to Mac OS 9 backwards compatibility long file names were truncated on Mac OS X.
* Implemented a workaround for a problem present in QuickTime versions later than 7.3 where the short form of path names where returned instead of the long ones.
Read More...
========================
* Fixed a problem where due to Mac OS 9 backwards compatibility long file names were truncated on Mac OS X.
* Implemented a workaround for a problem present in QuickTime versions later than 7.3 where the short form of path names where returned instead of the long ones.
Read More...
External 4.1.3とJbyJ 4.1.3のリリースについて
10/03/08 07:46
4DプラグインJExternalとJbyJの新バージョン4.1.3をリリースしました。このバージョンでは、コンパイルモードでのバグ修正を行うとともに、4D
v11のUnicodeモードおいて旧バージョン(4.0.2以下)との互換性を高めました。変更の詳細については、下記をご覧ください。
JExternal 4.1.3 の変更の詳細:
http://www.ronri-kobo.com/Japanese/JExternal_ChangeLog.html
JbyJ4.1.3 の変更の詳細:
http://www.ronri-kobo.com/Japanese/JbyJ_ChangeLog.html
JExternal 4.1.3とJbyJ4.1.3は、4D v2004と4D v11で使用できます。4D v11で使用した場合、インテルプロセッサー搭載のMacを含む、4Dが動作するすべてのプラットフォームで動作します。しかし、これらのプラグインは、Rosetta上では動作しないため、インテルプロセッサー搭載のMac上で、4D v2004と一緒に使用することはできません。
旧バージョンをご使用の方は、ぜひ新バージョン4.1.3にアップグレードしてください。付属するデモも改善されています。
JExternal 4.1.3とJbyJ 4.1.3のダウンロード:
http://www.ronri-kobo.com/Japanese/Download.html
■ 4D v11のUnicodeモードについて
4D v11のUnicodeモードをオンにした状態では、4Dの内部では、C_TEXTとC_STRINGの区別はなくなり、すべてC_TEXTとして扱われます。同様にARRAY TEXTとARRAY STRINGの区別はなくなり、すべてARRAY TEXTとして扱われます。したがって、Unicodeモードをオンにした状態では、プラグインには決してC_STRINGやARRAY STRINGが渡されませんし、プラグインからC_STRINGやARRAY STRINGを返すこともできません。JExternalやJbyJによりコールされるJavaメソッドや遠隔の4Dメソッドの中で、C_STRINGやARRAY STRINGがパラメタとして渡ってくることを想定していたり、C_STRINGやARRAY STRINGを返り値として返えそうとするとエラーが発生します。現在はUnicodeモードを使用していない場合でも、今後のことを考え、C_STRING、ARRAY STRINGの使用は避け、その代りC_TEXT、ARRAY TEXTを使用してください。
■ 4D v11のC_PICTUREについて
4D v11では、C_PICTUREの構造が大幅に変更されました。現在のJExternalとJbyJは、4D v2004用のプラグイン開発キットを使用して作成したので、4D v11上でもほぼ今まで通りにC_PICTUREを扱うことができます。しかし、4D v11用のプラグイン開発キットを使用した場合は、これまでのようにはC_PICTUREを扱うことはできません。4D v11用のプラグイン開発キットを使用して作成されたJExternalやJbyJでは、C_PICTUREをパラメタとして渡したり、返り値としてC_PICTUREを受け取ることができなくなると思われます。今後のことを考えれば、C_PICTUREの使用は避け、その代りC_BLOBを使用してください。4DコマンドのPICTURE TO BLOBとBLOB TO PICTUREを使用すれば、型変換ができます。C_BLOBであれば、将来のJExternalやJbyJでも保証されます。
JExternal 4.1.3 の変更の詳細:
http://www.ronri-kobo.com/Japanese/JExternal_ChangeLog.html
JbyJ4.1.3 の変更の詳細:
http://www.ronri-kobo.com/Japanese/JbyJ_ChangeLog.html
JExternal 4.1.3とJbyJ4.1.3は、4D v2004と4D v11で使用できます。4D v11で使用した場合、インテルプロセッサー搭載のMacを含む、4Dが動作するすべてのプラットフォームで動作します。しかし、これらのプラグインは、Rosetta上では動作しないため、インテルプロセッサー搭載のMac上で、4D v2004と一緒に使用することはできません。
旧バージョンをご使用の方は、ぜひ新バージョン4.1.3にアップグレードしてください。付属するデモも改善されています。
JExternal 4.1.3とJbyJ 4.1.3のダウンロード:
http://www.ronri-kobo.com/Japanese/Download.html
■ 4D v11のUnicodeモードについて
4D v11のUnicodeモードをオンにした状態では、4Dの内部では、C_TEXTとC_STRINGの区別はなくなり、すべてC_TEXTとして扱われます。同様にARRAY TEXTとARRAY STRINGの区別はなくなり、すべてARRAY TEXTとして扱われます。したがって、Unicodeモードをオンにした状態では、プラグインには決してC_STRINGやARRAY STRINGが渡されませんし、プラグインからC_STRINGやARRAY STRINGを返すこともできません。JExternalやJbyJによりコールされるJavaメソッドや遠隔の4Dメソッドの中で、C_STRINGやARRAY STRINGがパラメタとして渡ってくることを想定していたり、C_STRINGやARRAY STRINGを返り値として返えそうとするとエラーが発生します。現在はUnicodeモードを使用していない場合でも、今後のことを考え、C_STRING、ARRAY STRINGの使用は避け、その代りC_TEXT、ARRAY TEXTを使用してください。
■ 4D v11のC_PICTUREについて
4D v11では、C_PICTUREの構造が大幅に変更されました。現在のJExternalとJbyJは、4D v2004用のプラグイン開発キットを使用して作成したので、4D v11上でもほぼ今まで通りにC_PICTUREを扱うことができます。しかし、4D v11用のプラグイン開発キットを使用した場合は、これまでのようにはC_PICTUREを扱うことはできません。4D v11用のプラグイン開発キットを使用して作成されたJExternalやJbyJでは、C_PICTUREをパラメタとして渡したり、返り値としてC_PICTUREを受け取ることができなくなると思われます。今後のことを考えれば、C_PICTUREの使用は避け、その代りC_BLOBを使用してください。4DコマンドのPICTURE TO BLOBとBLOB TO PICTUREを使用すれば、型変換ができます。C_BLOBであれば、将来のJExternalやJbyJでも保証されます。
G.M.A バージョン 3.1.2 リリース
14/11/07 19:25
■G.M.A バージョン 3.1.2のリリースについて
MACアドレスを取得するための、4DプラグインG.M.A (フリーウェア) ver 3.1.2をリリースしました。G.M.A ver 3.1.2は、Universal Binary化されており、4D 2004と4D v11で動作します。NetBEUIがインストールされているWindowsマシンで、不要なMACアドレスが取得される問題も解決されています。MACアドレスは、世界中で重複することのないコンピュータの認識番号として利用できます。自由に使ってくださ い。
ダウンロード:
http://www.ronri-kobo.com/Japanese/Download.html#GMA
MACアドレスを取得するための、4DプラグインG.M.A (フリーウェア) ver 3.1.2をリリースしました。G.M.A ver 3.1.2は、Universal Binary化されており、4D 2004と4D v11で動作します。NetBEUIがインストールされているWindowsマシンで、不要なMACアドレスが取得される問題も解決されています。MACアドレスは、世界中で重複することのないコンピュータの認識番号として利用できます。自由に使ってくださ い。
ダウンロード:
http://www.ronri-kobo.com/Japanese/Download.html#GMA
JbyJ バージョン 4.1.1 リリース
14/11/07 19:24
■JbyJ バージョン 4.1.1のリリースについて
4D v11インターナショナル版に対応した4DプラグインJbyJ ver 4.1.1をリリースしました。
(4D v11の日本語版は、まだリリースされていません。インターナショナル版をMacで使用する場合、言語環境の設定を「English」に切り替えなければなりません。「日本語」のまま4D v11インターナショナル版を起動すると、日本語だけでなく、すべてのキーボードからの入力ができない状態になります。4D v11 Windows版の方が比較的テストしやすいと思います。また、v11の4D Serverは、インターナショナル版、日本語版を問わず、まだリリースされていません。)
JbyJ ver 4.1.1は、Universal Binary化されており、4D 2004と4D v11で動作します。4D v11を使用した場合、インテルプロセッサー搭載のMacを含む4Dが動作するすべてのプラットフォームで動作します。しかし、4D 2004をインテルプロセッサー搭載のMac使用した場合、Rosetta(エミュレータ)が起動してしまうため、JbyJは動作できません。4D 2004をパワーPC搭載のMacやWindowsで使用する場合は、問題なく動作します。
JbyJ ver 4.1.1では、旧バージョンとの互換性の維持に努めましたが、4D v11がUnicodeをサポードしたこととピクチャーの内部的な変更により、一部互換性の維持ができなくなったものがあります。詳細は、JbyJ ver 4.1.1に付属するReadme_jp.pdfをご覧ください。
なお、これまで発行されたJbyJのライセンスキーは、シングルライセンス/無制限配布ライセンスを問わず、すべてJbyJ ver 4.1.1でもご利用いただけます
ダウンロード:
http://www.ronri-kobo.com/Japanese/Download.html#JbyJ
4D v11インターナショナル版に対応した4DプラグインJbyJ ver 4.1.1をリリースしました。
(4D v11の日本語版は、まだリリースされていません。インターナショナル版をMacで使用する場合、言語環境の設定を「English」に切り替えなければなりません。「日本語」のまま4D v11インターナショナル版を起動すると、日本語だけでなく、すべてのキーボードからの入力ができない状態になります。4D v11 Windows版の方が比較的テストしやすいと思います。また、v11の4D Serverは、インターナショナル版、日本語版を問わず、まだリリースされていません。)
JbyJ ver 4.1.1は、Universal Binary化されており、4D 2004と4D v11で動作します。4D v11を使用した場合、インテルプロセッサー搭載のMacを含む4Dが動作するすべてのプラットフォームで動作します。しかし、4D 2004をインテルプロセッサー搭載のMac使用した場合、Rosetta(エミュレータ)が起動してしまうため、JbyJは動作できません。4D 2004をパワーPC搭載のMacやWindowsで使用する場合は、問題なく動作します。
JbyJ ver 4.1.1では、旧バージョンとの互換性の維持に努めましたが、4D v11がUnicodeをサポードしたこととピクチャーの内部的な変更により、一部互換性の維持ができなくなったものがあります。詳細は、JbyJ ver 4.1.1に付属するReadme_jp.pdfをご覧ください。
なお、これまで発行されたJbyJのライセンスキーは、シングルライセンス/無制限配布ライセンスを問わず、すべてJbyJ ver 4.1.1でもご利用いただけます
ダウンロード:
http://www.ronri-kobo.com/Japanese/Download.html#JbyJ
PrintList Pro 4.5 リリース!
11/11/07 16:22
PrintList Pro
4.5
初の "Universal Binary" 対応
4D v.11対応
たくさんのバッグフィックス
多数新機能が追加されました
詳しくはリリースノートと開発マニュアルを参照!
初の "Universal Binary" 対応
4D v.11対応
たくさんのバッグフィックス
多数新機能が追加されました
詳しくはリリースノートと開発マニュアルを参照!
おめでとう!JExternal ver 4.1.1
01/11/07 18:31
JExternal ver 4.1.1の特徴
■ JExternal ver 4.1.1は、Universal Binary化されており、4D 2004と4D v11で動作します。4D v11を使用した場合、インテルプロセッサー搭載のMacを含む4Dが動作するすべてのプラットフォームで動作します。しかし、4D 2004をインテルプロセッサー搭載のMac使用した場合、Rosetta(エミュレータ)が起動してしまうため、JExternaは動作できません。4D 2004をパワーPC搭載のMacやWindowsで使用する場合は、問題なく動作します。
■ JExternal ver 4.1.1では、JExternalにより起動されるすべてのJavaメソッドは、4Dプロセスに対応したネイティブスレッドで動作します。ver 4.1.1以前のJExternalとは異なり、Javaメソッドは並列処理されます。JExternal ver 4.1.1に付属するデモをご覧いただければ、並列処理の効果を確認できます。
■ Javaバーチャルマシンの起動オプションを設定するためのプラグインメソッドが、JWorldに追加されました。4Dスクリプトで起動オプションを設定できるようになりました。これまでのリソースファイルに起動オプションを設定する方法も引き続きサポートしています。
4D v11の特徴は、SQLとUnicodeをサポードしたことです。JExternal ver 4.1.1を作成してわかったことですが、ピクチャーの内部的な扱いも大幅に変更されています。JExternal ver 4.1.1では、旧バージョンとの互換性の維持に努めましたが、Unicodeのサポードとピクチャーの内部的な変更により、一部互換性の維持ができなくなったものもあります。詳細は、JExternal ver 4.1.1に付属するReadme_jp.pdfをご覧ください。
なお、これまで発行されたJExternalのライセンスキーは、シングルライセンス/無制限配布ライセンスを問わず、すべてJExternal ver 4.1.1でもご利用いただけます。
ぜひJExternal ver 4.1.1をダウンロードして、付属するデモJEX_SimpleDemo_411を起動し、Demo4をご覧ください。4DとJExternalを利用した新たなアプリケーションの発想が湧くかもしれません。JEX_SimpleDemo_411は、4D v11で作成されています。
ダウンロード
http://www.ronri-kobo.com/Japanese/Download.html
■ JExternal ver 4.1.1は、Universal Binary化されており、4D 2004と4D v11で動作します。4D v11を使用した場合、インテルプロセッサー搭載のMacを含む4Dが動作するすべてのプラットフォームで動作します。しかし、4D 2004をインテルプロセッサー搭載のMac使用した場合、Rosetta(エミュレータ)が起動してしまうため、JExternaは動作できません。4D 2004をパワーPC搭載のMacやWindowsで使用する場合は、問題なく動作します。
■ JExternal ver 4.1.1では、JExternalにより起動されるすべてのJavaメソッドは、4Dプロセスに対応したネイティブスレッドで動作します。ver 4.1.1以前のJExternalとは異なり、Javaメソッドは並列処理されます。JExternal ver 4.1.1に付属するデモをご覧いただければ、並列処理の効果を確認できます。
■ Javaバーチャルマシンの起動オプションを設定するためのプラグインメソッドが、JWorldに追加されました。4Dスクリプトで起動オプションを設定できるようになりました。これまでのリソースファイルに起動オプションを設定する方法も引き続きサポートしています。
4D v11の特徴は、SQLとUnicodeをサポードしたことです。JExternal ver 4.1.1を作成してわかったことですが、ピクチャーの内部的な扱いも大幅に変更されています。JExternal ver 4.1.1では、旧バージョンとの互換性の維持に努めましたが、Unicodeのサポードとピクチャーの内部的な変更により、一部互換性の維持ができなくなったものもあります。詳細は、JExternal ver 4.1.1に付属するReadme_jp.pdfをご覧ください。
なお、これまで発行されたJExternalのライセンスキーは、シングルライセンス/無制限配布ライセンスを問わず、すべてJExternal ver 4.1.1でもご利用いただけます。
ぜひJExternal ver 4.1.1をダウンロードして、付属するデモJEX_SimpleDemo_411を起動し、Demo4をご覧ください。4DとJExternalを利用した新たなアプリケーションの発想が湧くかもしれません。JEX_SimpleDemo_411は、4D v11で作成されています。
ダウンロード
http://www.ronri-kobo.com/Japanese/Download.html
DisplayList 2.8 リリース!
25/10/07 14:50
DisplayList 2.8
初の "Universal Binary" 対応
4D v.11対応
たくさんのバッグフィックス
多数新機能が追加されました
詳しくはリリースノートと開発マニュアルを参照!
初の "Universal Binary" 対応
4D v.11対応
たくさんのバッグフィックス
多数新機能が追加されました
詳しくはリリースノートと開発マニュアルを参照!
AreaList Pro 8.0 リリース!
18/10/07 11:56
AreaList Pro 8.0
初の "Universal Binary" 対応
4D v.11対応
たくさんのバッグフィックス
多数新機能が追加されました
詳しくはリリースノートと開発マニュアルを参照!
初の "Universal Binary" 対応
4D v.11対応
たくさんのバッグフィックス
多数新機能が追加されました
詳しくはリリースノートと開発マニュアルを参照!
4D v11について
30/09/07 17:54
4D v11がリリースしまして、おめでとうございます。やっと3年ぶりのアップデートです。
デモ版をすぐにダウンロードし、お試ししたかったのですが、ダウンロード後にはデモ版を登録する為にアカウントを作る必要がありました。アカウントを持っていないので、新規アカウントを作るようにしたのですが、4Dのバグで登録フォームの入力は受け付けて貰えなかったのです。1時間後には次バージョンを待つようにしました。
プラグインの動作についてはまだ情報がありません。
Win版:情報がまだない
Mac版:PPCについて情報ない、
今回の4DがUniversalになった為、Intel版のプラグインへのバージョンアップになります。
詳しい情報が分かる次第、まだ案内いたします。
デモ版をすぐにダウンロードし、お試ししたかったのですが、ダウンロード後にはデモ版を登録する為にアカウントを作る必要がありました。アカウントを持っていないので、新規アカウントを作るようにしたのですが、4Dのバグで登録フォームの入力は受け付けて貰えなかったのです。1時間後には次バージョンを待つようにしました。
プラグインの動作についてはまだ情報がありません。
Win版:情報がまだない
Mac版:PPCについて情報ない、
今回の4DがUniversalになった為、Intel版のプラグインへのバージョンアップになります。
詳しい情報が分かる次第、まだ案内いたします。
JbyJ と JExternal について
02/08/07 17:23
Windows Vistaでの4Dプラグインライセンスコードの入力について
Windows Vistaでは、管理者としてログインして、これまでのように弊社4Dプラグインのライセンスコードを入力しても、ライセンス情報は保存されません。このため、4Dを起動するたびにライセンスコードの入力が要求されてしまいます。これは、管理者としてログインしても、アプリケーション実行時は、通常ユーザとして実行するというWindows Vistaの「セキュリティ機能強化」によるものです。
Windows Vistaでライセンスコードを入力する際は、4Dのアプリケーションアイコンを右クリックして「管理者として実行」を選んで、4Dを起動してください。こうすれば、管理者権限で4Dを実行でき、ライセンス情報を保存することができます。これは、シングルライセンスでも無制限配布ライセンスでも同様です。
Windows Vistaでは、管理者としてログインして、これまでのように弊社4Dプラグインのライセンスコードを入力しても、ライセンス情報は保存されません。このため、4Dを起動するたびにライセンスコードの入力が要求されてしまいます。これは、管理者としてログインしても、アプリケーション実行時は、通常ユーザとして実行するというWindows Vistaの「セキュリティ機能強化」によるものです。
Windows Vistaでライセンスコードを入力する際は、4Dのアプリケーションアイコンを右クリックして「管理者として実行」を選んで、4Dを起動してください。こうすれば、管理者権限で4Dを実行でき、ライセンス情報を保存することができます。これは、シングルライセンスでも無制限配布ライセンスでも同様です。
FaxPack 7.0.2 リリース!
05/07/07 10:24
バージョン7.0.2がリリースされました!
変更項目:
Retrieve details for entire fax / email queue listings.
Retrieve individual fax files in any of 5 different file formats.
Automatic convert fax Tiff files into 5 alternative file formats.
Have direct access to 4-Sight FAX Servers Smart dialing capabilities.
Utilize permanent unique numbers for each fax (incoming and/or outgoing).*
Extend fax merge capabilities with access to 17 fields from the server address book.
Add, update or delete Fax server-based address books directly from 4D.
Download the entire 4-Sight FAX Server Address book to a local text file.
Add or remove company fax numbers from the Fax Server Block list (feature).
Send either fax or email messages (or both concurrently).
Have access to any fax or email message status.
変更項目:
Retrieve details for entire fax / email queue listings.
Retrieve individual fax files in any of 5 different file formats.
Automatic convert fax Tiff files into 5 alternative file formats.
Have direct access to 4-Sight FAX Servers Smart dialing capabilities.
Utilize permanent unique numbers for each fax (incoming and/or outgoing).*
Extend fax merge capabilities with access to 17 fields from the server address book.
Add, update or delete Fax server-based address books directly from 4D.
Download the entire 4-Sight FAX Server Address book to a local text file.
Add or remove company fax numbers from the Fax Server Block list (feature).
Send either fax or email messages (or both concurrently).
Have access to any fax or email message status.
SanityCheck 5.0.3 Win英語版 ダウンロード開始!
31/05/07 10:17
QPix 3.2ダウンロード開始!
11/05/07 19:56
QPix 3.2 最新情報
新機能
新機能
- Major improvements in multi-page printing: when printing multi-page TIFF images or PDF documents all pages are now printed and the page range entered in the print dialog is now respected.
- Major speedup of the validation phase when opening PDF documents.
- Increased tolerance to errors coming from TWAIN devices during the capability negotiation phase.
- The qpx_AcqPTPAllFileTypes acquisition option permits downloading of movies and audio clips (in addition to images) from digital cameras when acquiring with the PTP protocol. Mac OS X only.
- The qpx_AcqStoreDeviceSettings and qpx_AcqRestoreDeviceSettings events are sent to the event handler method at appropriate times during an acquisition session, allowing the application to store and restore device settings as a BLOB if the device supports this capability. Currently supported by the Video protocol on Mac OS.
- Improved handling of images with non-uniform resolutions, especially when creating thumbnails and when rotating.
- All QPx_ExportXXX functions now always try to maintain the resolution of the input image.
- Added missing qpx_CmdZoomToFit constant.
- PICT files and 4D pictures containing vector data are now treated as color.
- Fixed a memory leak in the PDF importer on Mac OS X.
- Fixed page orientation issues in the PDF importer.
- Fixed a cosmetic issue with the scrollbar thumbs on Mac OS X.
- Invalid metadata (such as dpi) are now removed from the Photoshop metadata resource in exported JPEG files. This was causing Photoshop to sometimes display erroneous values.
- The image info dialog would display erroneous values for images that where edited in some way. Fixed.
- Fixed a bug in PDF generation that would corrupt the output file.
- Fixed an array range check error in the acquisition handler when running in compiled mode.
- Trying to create a multi-page TIFF/PDF or to save a transcoded JPEG on the root directory on Windows (C:\) would return error -37 (directory not found).
ObjectTools v.2.0.3b3 ダウンロード開始!
22/03/07 13:10
変更項目
v2.0.3
- Performance enhancements.
- Fixed bug with OT PutArray.
- Fixed bug with OT GetRecordTable.
v2.0.2
- Objects put into other objects were not being validated.
v2.0.3
- Performance enhancements.
- Fixed bug with OT PutArray.
- Fixed bug with OT GetRecordTable.
v2.0.2
- Objects put into other objects were not being validated.
Dynamic Structure 2.5ダウンロード開始!
06/02/07 10:56
新メソッド
Theme « Forms » :
ds_GetStaticFormObjects
ds_GetFormObjects
ds_GFOSubFormProperties
ds_GFOListBoxProperties
ds_GFOListBoxColumns
Theme « Methods » :
ds_GetAllMethodIDs
ds_NewMethod2004
Theme « Tables » :
ds_CreateTable
ds_GetSubFields
Thème « Database » :
ds_GetCompilationProperties
ds_SetCompilationProperties
他に4D 2004対応の修正メソッド多数あります。
Theme « Forms » :
ds_GetStaticFormObjects
ds_GetFormObjects
ds_GFOSubFormProperties
ds_GFOListBoxProperties
ds_GFOListBoxColumns
Theme « Methods » :
ds_GetAllMethodIDs
ds_NewMethod2004
Theme « Tables » :
ds_CreateTable
ds_GetSubFields
Thème « Database » :
ds_GetCompilationProperties
ds_SetCompilationProperties
他に4D 2004対応の修正メソッド多数あります。
AreaList Pro 7.9 発売!
30/01/07 19:02
Removed
32k Row Display Limit
ALP 7.9 now supports 4 million rows, increasing the previous limit of 32,000 rows. In order to effectively use more than 32k rows and the support routines for getting or setting the selection, you must now pass a LONGINT array instead of the previous format of INTEGER array.
Example:
The following example will return the number of selected rows (mutli-line select).
ARRAY LONGINT(aiSelectedRows;0) `previously used INTEGER array
$ret:=AL_GetSelect(eArea;aiSelectedRows)
Modified Routine - AL_SetSelect
AL_SetSelect now supports ARRAY INTEGER or ARRAY LONGINT as result array for setting the current selection of rows. It is recommended that you modify your existing code to use LONGINT arrays to support ALPs support for >32k row selections.
Modified Routine - AL_GetSelect
AL_GetSelect now supports ARRAY INTEGER or ARRAY LONGINT as result array for selected rows. It is recommended that you modify your existing code to use LONGINT arrays to support ALPs support for >32k row selections.
New Routine - AL_GetCellOpts
AL_GetCellOpts provides...
New Routine - AL_GetCopyOpts
AL_GetCopyOpts provides...
New Routine - AL_GetMiscOpts
AL_GetMiscOpts provides...
New Routine - AL_GetColOpts
AL_GetColOpts provides...
New Routine - AL_GetRowOpts
AL_GetRowOpts provides...
New Routine - AL_SetHeaderIcon
AL_SetHeaderIcon provides...
New Routine - AL_SetCellFrame
AL_SetCellFrame provides...
New Routine - AL_SetCellBorder
AL_SetCellBorder provides...
New Routine - AL_SetCellIcon
AL_SetCellIcon provides...
New Routine - AL_SetEventCallback
AL_SetEventCallback provides an enhanced interface for handling events in ALP. You can still use the existing event reporting interface (ALProEvt) or you can have greater control using this routine.
To avoid problems with event handling, new event processing is created - event callback. This should solve problems ALP have with menu bar flashing and lost events, as there is no need to post events to execute area script.
New Routine - AL_SetCellValue
AL_SetCellValue provides the ability to procedurally set the contents of a given cell (use AL_GetCellValue to retrieve individual cell values). Used in conjunction with the new AL_GetRow command (see description below) you can provide additional feedback and control over cell contents.
New Routine - AL_GetRow
AL_GetRow is similar to the AL GetColumn routine, except it will return the current row number selected by the user. This routine may be executed in the ALP plug-in area event.
Fixed Exit Callback Procedure
Fixed a number of issues which occur when using callback methods with 4D 2004. When perform data entry, the ALP callback methods were not correctly executed.
Redraw Issues
Fixed a few left over redraw issues which manifest when switching between output and input forms within same window, or when switching pages between forms which contain ALP areas.
Menu flashing
Fixed menu flashing issues when using ALP with 4D 2004.2 (see associated handling when using AL_SetEventCallback interface)
ALP 7.9 now supports 4 million rows, increasing the previous limit of 32,000 rows. In order to effectively use more than 32k rows and the support routines for getting or setting the selection, you must now pass a LONGINT array instead of the previous format of INTEGER array.
Example:
The following example will return the number of selected rows (mutli-line select).
ARRAY LONGINT(aiSelectedRows;0) `previously used INTEGER array
$ret:=AL_GetSelect(eArea;aiSelectedRows)
Modified Routine - AL_SetSelect
AL_SetSelect now supports ARRAY INTEGER or ARRAY LONGINT as result array for setting the current selection of rows. It is recommended that you modify your existing code to use LONGINT arrays to support ALPs support for >32k row selections.
Modified Routine - AL_GetSelect
AL_GetSelect now supports ARRAY INTEGER or ARRAY LONGINT as result array for selected rows. It is recommended that you modify your existing code to use LONGINT arrays to support ALPs support for >32k row selections.
New Routine - AL_GetCellOpts
AL_GetCellOpts provides...
New Routine - AL_GetCopyOpts
AL_GetCopyOpts provides...
New Routine - AL_GetMiscOpts
AL_GetMiscOpts provides...
New Routine - AL_GetColOpts
AL_GetColOpts provides...
New Routine - AL_GetRowOpts
AL_GetRowOpts provides...
New Routine - AL_SetHeaderIcon
AL_SetHeaderIcon provides...
New Routine - AL_SetCellFrame
AL_SetCellFrame provides...
New Routine - AL_SetCellBorder
AL_SetCellBorder provides...
New Routine - AL_SetCellIcon
AL_SetCellIcon provides...
New Routine - AL_SetEventCallback
AL_SetEventCallback provides an enhanced interface for handling events in ALP. You can still use the existing event reporting interface (ALProEvt) or you can have greater control using this routine.
To avoid problems with event handling, new event processing is created - event callback. This should solve problems ALP have with menu bar flashing and lost events, as there is no need to post events to execute area script.
New Routine - AL_SetCellValue
AL_SetCellValue provides the ability to procedurally set the contents of a given cell (use AL_GetCellValue to retrieve individual cell values). Used in conjunction with the new AL_GetRow command (see description below) you can provide additional feedback and control over cell contents.
New Routine - AL_GetRow
AL_GetRow is similar to the AL GetColumn routine, except it will return the current row number selected by the user. This routine may be executed in the ALP plug-in area event.
Fixed Exit Callback Procedure
Fixed a number of issues which occur when using callback methods with 4D 2004. When perform data entry, the ALP callback methods were not correctly executed.
Redraw Issues
Fixed a few left over redraw issues which manifest when switching between output and input forms within same window, or when switching pages between forms which contain ALP areas.
Menu flashing
Fixed menu flashing issues when using ALP with 4D 2004.2 (see associated handling when using AL_SetEventCallback interface)
DataStrikeのページを更新しました!
02/08/06 17:42
PrintList Pro 4.2.4 ダウンロード開始!
12/06/06 11:23
Fixed various color printing issues
Fixed a few color printing issues
Fixed PL_SetForeRGBColor and PL_SetBackRGBColor parameter errors
Fixed parameter errors in PL_SetForeRGBColor and PL_SetBackRGBColor routines.
New Routine - PL_SetRGBDivider
Added a new routine PL_SetRGBDivider which provides the ability to set row and column divider lines using RGB colors (matching support for
corresponding ALP routine).
Fixed a few color printing issues
Fixed PL_SetForeRGBColor and PL_SetBackRGBColor parameter errors
Fixed parameter errors in PL_SetForeRGBColor and PL_SetBackRGBColor routines.
New Routine - PL_SetRGBDivider
Added a new routine PL_SetRGBDivider which provides the ability to set row and column divider lines using RGB colors (matching support for
corresponding ALP routine).
JWorld、JbyJ、JExternalとIntelMacについて
12/02/06 10:55
現在の弊社のJava関連のプラグインJWorld、JbyJ、JExternalは、インテルプロセ
ッサ搭載のMacでは、動作しません。原因は、次の通りです。
■JWorld、JbyJ、JExternalは、インテルプロセッサ搭載のMacで動作しない原因
インテルプロセッサ搭載の新しいMac上のアプリケーションには、2つのタイプが
あります。インテルプロセッサ本来のバイナリコードが実行されるものと、Powe
rPCのバイナリコードをRosettaというエミュレータを介して実行されるものです
。もちろん、前者がインテルプロセッサの本来の威力を発揮します。現在の4Dは
、後者のタイプで、Rosettaを介して実行されます。
一方、インテルプロセッサ搭載のMacで、Javaバーチャルマシンを起動できるのは
、インテルプロセッサ本来のバイナリコードだけです。Rosettaを介してJavaバー
チャルマシンを起動することはできません。この制限により、現在の弊社のJava
関連のプラグインは、インテルプロセッサ搭載のMacで動作しません。
弊社Java関連のプラグインが、インテルプロセッサ搭載のMacで動作するためには
、Universal Binary化されなければなりません。Universal Binaryとは、PowerP
C搭載のMacとインテルプロセッサ搭載の新しいMacの両方で動作するためのバイナ
リの形式です。しかし、弊社のプラグインだけをUniversal Binary化しただけで
は、問題は解決しません。4D自身もUniversal Binary化されなければならなりま
せんし、一緒に使用する他のプラグインもすべてUniversal Binary化されなけれ
ばなりません。なぜなら、アプリケーションを構成するプラグインの1つでも、
Universal Binary化されていないものがあれば、Mac OSは、そのアプリケーショ
ンをRosettaを介して実行してしまうからです。
これは弊社プラグインを使用していない場合でも、プラグインを多用するアプリ
ケーションには、大きな問題です。なぜなら、1つでもUniversal Binary化され
いないプラグインがあれば、それがアプリケーション全体のパフォーマンスを落
とすことになるからです。
弊社4DプラグインをUniversal Binary化することに技術的問題はありません。既
存のプラグインはすべてApple社のXcodeで作成されており、それを単にXcode2.2
で再コンパイルするだけです。しかし、その動作確認を行うためには、まずUniv
ersal Binary化された4Dが必要になります。
下記のApple社のWebページも参照してください。
http://developer.apple.com/jp/qa/qa2005/qa1295.html
http://developer.apple.com/jp/documentation/MacOSX/Conceptual/universal_
binary/universal_binary_exec_a/chapter_7_section_4.html
※全く同様の原因で、先日リリースした「F-ab」もインテルプロセッサ搭載のMa
cでは、動作しません。Universal Binary化することで、問題は解決できますが、
現在、「F-ab」を構成している「Revolution」というソフトが、まだUniversal
Binary化されていないため、ネックになっています。しかし、「Revolution」の
開発元は、いち早く自社製品をUniversal Binary化することを表明しているので
、「F-ab」は、そう遠くない将来、インテルプロセッサ搭載でも動作できそうで
す。
以上
どうぞよろしくお願いいたします。
原田次郎(mailto:jiro@ronri-kobo.com)
----------------------------------------
論理工房有限会社
〒141-0031 東京都品川区西五反田6-24-2
ヒラモリハイフラット806
IP電話/FAX. 050-3346-0007
support@ronri-kobo.com
http://www.ronri-kobo.com/
----------------------------------------
ッサ搭載のMacでは、動作しません。原因は、次の通りです。
■JWorld、JbyJ、JExternalは、インテルプロセッサ搭載のMacで動作しない原因
インテルプロセッサ搭載の新しいMac上のアプリケーションには、2つのタイプが
あります。インテルプロセッサ本来のバイナリコードが実行されるものと、Powe
rPCのバイナリコードをRosettaというエミュレータを介して実行されるものです
。もちろん、前者がインテルプロセッサの本来の威力を発揮します。現在の4Dは
、後者のタイプで、Rosettaを介して実行されます。
一方、インテルプロセッサ搭載のMacで、Javaバーチャルマシンを起動できるのは
、インテルプロセッサ本来のバイナリコードだけです。Rosettaを介してJavaバー
チャルマシンを起動することはできません。この制限により、現在の弊社のJava
関連のプラグインは、インテルプロセッサ搭載のMacで動作しません。
弊社Java関連のプラグインが、インテルプロセッサ搭載のMacで動作するためには
、Universal Binary化されなければなりません。Universal Binaryとは、PowerP
C搭載のMacとインテルプロセッサ搭載の新しいMacの両方で動作するためのバイナ
リの形式です。しかし、弊社のプラグインだけをUniversal Binary化しただけで
は、問題は解決しません。4D自身もUniversal Binary化されなければならなりま
せんし、一緒に使用する他のプラグインもすべてUniversal Binary化されなけれ
ばなりません。なぜなら、アプリケーションを構成するプラグインの1つでも、
Universal Binary化されていないものがあれば、Mac OSは、そのアプリケーショ
ンをRosettaを介して実行してしまうからです。
これは弊社プラグインを使用していない場合でも、プラグインを多用するアプリ
ケーションには、大きな問題です。なぜなら、1つでもUniversal Binary化され
いないプラグインがあれば、それがアプリケーション全体のパフォーマンスを落
とすことになるからです。
弊社4DプラグインをUniversal Binary化することに技術的問題はありません。既
存のプラグインはすべてApple社のXcodeで作成されており、それを単にXcode2.2
で再コンパイルするだけです。しかし、その動作確認を行うためには、まずUniv
ersal Binary化された4Dが必要になります。
下記のApple社のWebページも参照してください。
http://developer.apple.com/jp/qa/qa2005/qa1295.html
http://developer.apple.com/jp/documentation/MacOSX/Conceptual/universal_
binary/universal_binary_exec_a/chapter_7_section_4.html
※全く同様の原因で、先日リリースした「F-ab」もインテルプロセッサ搭載のMa
cでは、動作しません。Universal Binary化することで、問題は解決できますが、
現在、「F-ab」を構成している「Revolution」というソフトが、まだUniversal
Binary化されていないため、ネックになっています。しかし、「Revolution」の
開発元は、いち早く自社製品をUniversal Binary化することを表明しているので
、「F-ab」は、そう遠くない将来、インテルプロセッサ搭載でも動作できそうで
す。
以上
どうぞよろしくお願いいたします。
原田次郎(mailto:jiro@ronri-kobo.com)
----------------------------------------
論理工房有限会社
〒141-0031 東京都品川区西五反田6-24-2
ヒラモリハイフラット806
IP電話/FAX. 050-3346-0007
support@ronri-kobo.com
http://www.ronri-kobo.com/
----------------------------------------
QPix v.2の販売を終了しました!
05/02/06 10:11
QPix v.2の販売、及びQPix
v.2->v.3
へのアップグレードを終了しました。
1. 新規購入はQPix v.3になります。
2. 旧バージョンのアップグレードは2年を行いましたが終了しました。v.3をお使いいただければ新規購入になります。
1. 新規購入はQPix v.3になります。
2. 旧バージョンのアップグレードは2年を行いましたが終了しました。v.3をお使いいただければ新規購入になります。
QMedia 1.2.7b5 ダウンロード開始!
13/01/06 07:46
What's new in
QMedia
1.2.7b5
- Fixed an issue with the movie area event handler being called out of context on Mac OS X.
- Implemented a permanent fix for the 4D 2004.x tasking problem that affected grabbing with QM_StartRecording on Windows.
- Implemented a fix for a potential crash in QM_GetPosterPict and QM_GetMoviePict caused by QuickTime 7 on Windows.
- Implemented a temporary workaround for a problem in the scheduler of 4D 2004.x on Windows. Because of this problem, 4D 2004.x would not respond to user input (mouse clicks, etc.) after a grabbing session was started with QM_StartRecording.