Home   |   Full archive of news 2001   |   Full archive of news 2002   |   Full archive of news 2003   |   Full archive of news 2004   |   Full archive of news 2005   |   Full archive of news 2006   |   Full archive of news 2007   |   2008   |   2009   |   2010
2009
Date
News
22 December 2009
EasyCOM2INC ver 2.11 released!

EasyCOM2INC utility is used to automatically creating Clarion include files with the definitions of COM-interfaces from IDL file and generate needed Classes.

Changed:
Now generated classes inherit from the base class EasyCOMClass (ecombase.inc / ecombase.clw).
Now the error message in the class method is generated only if the COM method returned HR < 0 (HR < S_OK), i.e., when HR = S_FALSE message will not be displayed. Previously it displayed if HR <> S_OK.

Fixed:
Code of the methods that uses parameters such as SAFEARRAY. The file ecg.ini consists of subtypes replacement for SAFEARRAYs.
OleSafeArrayClass: Fixed working with multi-dimensional (dimensions > 1) SAFEARRAYs (methods: GetElement (), PutElement ()).

Free upgrade to all customers who have a current (valid) subscription plan". btw we are kindly ask you to renew your subscription if you have purchased more then 1 year ago.
06 December 2009
EasyNaviBar ver 1.00 released!!!

EasyNaviBar will instantly enable your Clarion applications with the popular MS Outlook© 2003/2007 style Navigation bar. It contains six different layout and color styles. EasyNaviBar consists of buttons, bands and groups.
01 December 2009
Ingasoftplus Time Limited New Year Offer! 25.00 % relative discount!

Ingasoftplus announces the cutting of prices and a 25% discount on all products (full versions) for the period from 01 Dec till 31 Dec 2009! You can order here.
8 November 2009
EasyListView ver 1.02 released!!!

EasyListView is a Clarion wrapper around a .NET ListView. It makes the ListView easy to use in your Clarion applications and provides some neat extra functionality.

Demo app:
NEW: File explorer example  
NEW: export to Excel (TPS example)  
NEW: export to xml (TPS example)  
NEW: Header Word Wrap (TPS example)  
NEW: Hover selection (File explorer example)  
NEW: Hot tracking (File explorer example)  
NEW: Translucent selection (File explorer example)  
NEW: Translucent hot item (File explorer example)  
NEW: Explorer theme (File explorer example)  
NEW: Flag renderer (File explorer example, Attributes column)  
NEW: Item tooltips (File explorer example)  
NEW: Column header font/color (TPS example)  
NEW: Hot item overlay (TPS example)  
NEW: Check boxes (File explorer example)  

New in templates:
Appearance > General: Header word wrap; Checkboxes.  
Appearance > Columns > General: Tooltip; Font.  
Apperance > Columns > Renderers: FlagRenderer.  
Appearance > Colors: Use explorer theme; Use translucent selection; Use translucent hot item.  
Appearance > Printing: added description for Header and Footer.  
Behavior > General: Hover selection; Hot tracking; Show header in all views; Show item tooltips.  
Behavior > Sorting (new tab!): Primary sort column; Sort order; Clear. Secondary sort column; Sort order; Clear.

Added:
New methods: Export2Excel, Export2XML, SetColumnHeaderToolTip, GetCheckBoxes, SetCheckBoxes, GetHeaderWordWrap, SetHeaderWordWrap, GetHoverSelection, SetHoverSelection, GetHotTracking, SetHotTracking, GetUseExplorerTheme, SetUseExplorerTheme, GetUseTranslucentSelection, SetUseTranslucentSelection, GetUseTranslucentHotItem, SetUseTranslucentHotItem, GetShowHeaderInAllViews, SetShowHeaderInAllViews, SetFlagRenderer, GetShowItemToolTips, SetShowItemToolTips, SetColumnHeaderFont, SetColumnHeaderForeColor, SetPrimarySortColumn, SetSecondarySortColumn, SetHotItemOverlay, GetCheckStateIndices, SetGlobalCheckState.

Free upgrade for all registered customers.
18 October 2009
EasyListView ver 1.01 released!!!

EasyListView is a Clarion wrapper around a .NET ListView. It makes the ListView easy to use in your Clarion applications and provides some neat extra functionality.

Fixed:
EasyListView.dll assembly is signed now so you can add EasyListView.dll into GAC without problem.

Added:
There is a new "Link oleautcg.lib" setting added in the Global template.
ListView Previewer (you can call it from template settings Appearance > General > Preview)!
Possibility to set a Font for the whole ListView (Appearance > General).
Possibility to set a Font for the EmptyList message (Appearance > General).
Hot Items (items under the mouse cursor).
Possibility to set a Font, Styles and Colors for the Hot Item (Appearance > General).
Example of using Hot Item in "TPS example" (added also a new "Use Hot item" check box).
New methods: GetUseHotItem, SetUseHotItem and SetHotItemStyle.

Note that you need to re-register new EasyListView.dll !!!

Free upgrade for all registered customers.
12 October 2009
EasyCOM2INC ver 2.10 released!

EasyCOM2INC utility is used to automatically creating Clarion include files with the definitions of COM-interfaces from IDL file and generate needed Classes.

Added:
Installer now supports Clarion 7.
Added class OleVariantClass (in easyole.inc, easyole.clw) to facilitate the work of the Variant type.

Changed:
Changed algorithm for determining the type of variable to be compatible with C7 (added getvartype.inc file).

Fixed:
The algorithm of creating OLE control when license used (thanks to Carlos Gutierrez).

Free upgrade for all registered customers. btw we are kindly ask you to renew your subscription if you have purchased more then 1 year ago.
01 October 2009
EasyListView ver 1.00 released!!!

EasyListView is a Clarion wrapper around a .NET ListView. It makes the ListView easy to use in your Clarion applications and provides some neat extra functionality.