| Control |
Category |
Task |
Status |
Comments |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
UniComboEx |
 |
Row height was being clipped for
some characters. |
Done |
21-Dec-2009 |
UniBasicPack
UniTextBoxEx
UniOfficeRibbon |
 |
Fixed Tooltip wordwrap. |
Done |
13-Dec-2009 |
UniBasicPack
UniInputBox |
 |
Return string was not being
cleared out between sessions. |
Done |
02-Dec-2009 |
UniOfficeRibbon |
 |
Events now require ByVal to
parameters. |
Done |
25-Nov-2009 |
UniListBox |
 |
Font now initializes with
Ambeint.Font. |
Done |
09-Nov-2009 |
UniBasicPack
UniInputBox |
 |
Removed MsgBox from
UserControl_Initialize. |
Done |
18-Sep-2009 |
UniBasicPack
UniInputBox |
 |
Fixed bug in handling vbKeyEscape
amd vbKeyReturn. |
Done |
17-Sep-2009 |
UniBasicPack
UniButton |
 |
Revised code for Themed buttons so
that caption rectangle is same as a Vb6 Themed button. |
Done |
15-Sep-2009 |
UniBasicPack |
 |
Increased FocusRect to accomodate
diacritics and decenders. |
Done |
09-Sep-2009 |
UniBasicPack
UniInputBox |
 |
Removed MsgBox diagnostic. |
Done |
04-Sep-2009 |
UniTextBoxEx |
 |
To emulate Vb6 TextBox behavior,
Font change no longer Resizes the control. |
Done |
31-Aug-2009 |
UniBasicPack
UniCheck |
 |
In graphical mode DownPicture now
displays when Value = True |
Done |
27-Aug-2009 |
UniHookMenu |
 |
HexToUni and UniToHex conversions
now much faster. |
Done |
14-Aug-2009 |
UniFrame |
 |
Disabled border color is now
grayed. |
Done |
10-Aug-2009 |
UniBasicPack
UniLabel
UniCheck |
 |
Fixed focus rectangle in Classic
mode. |
Done |
10-Aug-2009 |
UniBasicPack
UniInputBox |
 |
Removed MsgBox diagnostic. |
Done |
06-Aug-2009 |
UniBasicPack
UniFormCaption |
 |
Fixed Client side not available issue. |
Done |
04-Aug-2009 |
UniBasicPack
UniButton |
 |
Fixed render rectangle. |
Done |
04-Aug-2009 |
UniBasicPack
UniFormCaption |
 |
Fixed render problem in Classic or non-Themed
mode. |
Done |
31-Jul-2009 |
UniBasicPack
UniLabel
UniCheckBox
UniOption |
 |
Revised FocusRect rendering.
Arrow keys skip Disabled or Hidden items. |
Done |
30-Jul-2009 |
UniBasicPack |
 |
Fixed render of bitmaps < 32bpp. |
Done |
25-Jul-2009 |
|
UniToolTip |
 |
Fixed bug that changed ModeLess Form Zorder. |
Done |
24-Jul-2009 |
UniFormCaption |
 |
Updated. No longer uses a proxy window for
Unicode in TaskBar. |
Done |
22-Jul-2009 |
UniCommandBar |
 |
- Menu items no longer
generate Event ButtonClick when disabled.
- Added 250ms delay before
raising Event BtnClick.
- Updated UniCommandBar
code for UserControl container.
UserControl.ScaleMode must be vbTwips.
|
Done |
22-Jul-2009 |
UniBasicPack
UniCheckBox
UniOption |
 |
Fixed FocusRect.
Fixed disabled image when using Classic Theme. |
Done |
16-Jul-2009
21-Jul-2009 |
UniBasicPack
UniOption |
 |
Added support for vbKey Up/Down/Left/Right to
cycle through UniOption and set value. |
Done |
15-Jul-2009 |
EnumActiveXPlus |
 |
New version available for download in Private
folder. |
Done |
09-Jul-2009 |
UniListView |
 |
Removed obsolete drag image canvas which was
causing redraw issues. |
Done |
08-Jul-2009 |
UniListView |
 |
Added Property Get FirstSelectedItemIndex, LastSelectedItemIndex.
DragImage extended to support MultiSelect as in Explorer.
Added small delay for smoother AutoScroll when dragging. |
Done |
06-Jul-2009 |
UniComboEx
UniCombo |
 |
Default height now matches Vb6 ComboBox (315
Twips).
Reduced ItemHeight to conform with Vb6 ComboBox. |
Done |
02-Jul-2009 |
UniListBox |
 |
Selected item is now grayed when control loses
focus. |
Done |
01-Jul-2009 |
UniListView |
 |
ItemClick was not triggering when using
KeyDown. |
Done |
30-Jun-2009 |
UniListBox |
 |
Added Property AllowHorizontalExtent to enable
HorizScroll based on item width.
Must be set at design time before items are added. |
Done |
28-Jun-2009 |
UniBasicPack
UniButton |
 |
Fixed Themed border. |
Done |
25-Jun-2009 |
UniListView |
 |
- Added Property AutoKeys with default value = True so as not to break control for
other users.
If AutoKeys = False then a key will be required when adding cListItem or cSubItem.
- Added Sub SelectAll (bState) -
(MultiSelect = True, HideSelection = False)
- Added Sub CheckAll (bState)
- Added Property Get SelectedItemCount
- Fixed issue with cSubItems.Remove
|
Done |
23-Jun-2009 |
EnumActiveXPlus |
 |
Free utility EnumActiveXPlus.exe available in
Private download folder.
Enumerates registered ActiveX objects and displays vital information
about each object.
Info can be copied to clipboard via Right Click on ListView. |
Done |
19-Jun-2009 |
UniListBox |
 |
Reduced RowHeight which had unnecessarry
padding. |
Done |
18-Jun-2009 |
UniTabEx |
 |
Added Boolean Property TabEnabled(ByVal vKey
As Variant).
Suggest using OwnerDraw=True which provides visual cues as to TabEnabled
state.
(OwnerDraw supports Themes w/o need of a Manifest file) |
Done |
18-Jun-2009 |
UniListView |
 |
v1.0.58 Multiselect drag now creates drag image for
first selected item.
v1.0.59 Added Boolean Property HideDragImage to allow use of standard
drag indicator. |
Done |
17-Jun-2009 |
UniListView |
 |
Implemented Ctrl + vbKeyDown CDIS_FOCUS in
CustomDraw mode. It was only working when CustomDraw = False. |
Done |
15-Jun-2009 |
UniBasicPack
UniLabel |
 |
Fixed AutoSize issue. |
Done |
14-Jun-2009 |
UniListView |
 |
|
cListItems |
cSubItems |
Public Function Add( _
Optional Index As Variant, _
Optional Key As Variant, _
Optional Text As String, _
Optional Icon As Variant, _
Optional SmallIcon As Variant, _
Optional ByVal ToolTipText As String = "", _
Optional ByVal lForeColor As OLE_COLOR = -1, _
Optional ByVal lBackColor As OLE_COLOR = -1, _
Optional ByVal oFont As StdFont = Nothing, _
Optional ByVal Tag As Variant) As cListItem |
Public Function Add( _
Optional ByVal Index As Variant, _
Optional ByVal Key As String = "", _
Optional ByVal Text As String = "", _
Optional ByVal ReportIcon As Long = -1, _
Optional ByVal ToolTipText As String = "", _
Optional ByVal lForeColor As OLE_COLOR = -1, _
Optional ByVal lBackColor As OLE_COLOR = -1, _
Optional ByVal oFont As StdFont = Nothing, _
Optional ByVal Tag As Variant) As cSubItem |
|
Done |
14-Jun-2009 |
UniListView |
 |
Added cListItem.Width, cListItem.Height (ReadOnly)
Added cSubItem.Width, cSubItem.Height (ReadOnly) |
Done |
11-Jun-2009 |
UniBasicPack
UniCheckBox
UniOption |
 |
Fixed rendering of Disabled text. |
Done |
11-Jun-2009 |
UniListBox |
 |
Added Get/Let Property TopIndex. |
Done |
10-Jun-2009 |
UniComboEx |
 |
Updated resize code. |
Done |
10-Jun-2009 |
UniTabEx |
 |
- Added Enabled Property. Visual cue when
disabled.
- Added method Refresh.
|
Done |
10-Jun-2009 |
UniFormCaption |
 |
Updated UniFormCaption so it can be set at
design time without calling Attach. |
Done |
10-Jun-2009 |
UniListView |
 |
- TopItem was returning incorrect item.
- SelectedItemIndex was returning 0-Base
where it should be 1-Base.
- Updated Get UniListView.Font. It was not
being persisted and was only working at Runtime.
- cListItem.Font and cSubItem.Font are Optional so we now return
UniListView.Font if there is no custom Font assigned to the item.
|
Done |
10-Jun-2009
11-Jun-2009 |
UniRichEdit |
 |
- Function Find(ByVal bstrString As
String, [lStart], [lEnd], [lOptions*]) As Long
- Sub Span(bstrCharacterSet, [bForward],
[bNegate])
- Sub UpTo(bstrCharacterSet, [bForward],
[bNegate])
|
| Find |
lOptions |
Description |
| None |
0 |
Locate all instances of the
search text, whether the instances found in the search
are whole words or not. |
| WholeWord |
2 |
Locate only instances of the
search text that are whole words. |
| MatchCase |
4 |
Locate only instances of the
search text that have the exact casing. |
| NoHighlight |
8 |
The search text, if found,
should not be highlighted. |
| Reverse |
16 |
The search starts at the end
of the control's document and searches to the beginning
of the document. |
|
|
Done |
09-Jun-2009 |
UniListView |
 |
Updated HitTest to adjust for container
ScaleMode.
cListItem.EnsureVisible is now Boolean Function. Returns True if
EnsureVisble was successfull. |
Done |
09-Jun-2009 |
UniListView |
 |
- Refresh
- cSubItem.Key As String
- cSubItem.Tag As Variant
- cSubItem.ToolTipText As String
- cSubItems.Clear
- cSubItems.Remove(Index)
|
- cSubItems.Add( ByVal SubItem
As Long, _
ByVal Caption As String, _
Optional ByVal Key As String, _
Optional ByVal IconIndex As Long = -1, _
Optional ByVal ForeColor As OLE_COLOR = -1, _
Optional ByVal BackColor As OLE_COLOR = -1, _
Optional ByVal Font As StdFont = Nothing, _
Optional ByVal Tag As Variant) As cSubItem
|
|
Done |
08-Jun-2009 |
UniTreeview
UniTreeViewMC
UniTreeviewTri |
 |
Updated Refresh, BeginUpdate, EndUpdate methods. |
Done |
06-Jun-2009 |
UniComboEx |
 |
Fixed array error when using RemoveItem. |
Done |
05-Jun-2009 |
UniListBox
UniCombo
UniComboEx
UniTextBoxEx |
 |
Controls will now data bind correctly to Vb6
Data Control and display as Unicode.
Note that Vb6 Data Control is considered obsolete and the use of Adodc
control is recommended.
RowSet is now Object, supports RecordSet, and must be set at runtime. |
Done |
04-Jun-2009
05-Jun-2009 |
UniComboEx |
 |
Added Properties RowSource and ListField for
DataBinding.
Implemented DoAutoComplete for styles DropDownList
and Simple. |
Done |
02-Jun-2009 |
UniRichEdit
UniTextBoxEx |
 |
Default text Property in IDE was not being set
properly. |
Done |
01-Jun-2009 |
UniListBox |
 |
Fixed typo in Event KeyPress. |
Done |
29-May-2009 |
UniBasicPack
UniButton
UniCheckBox
UniOption |
 |
Added Theme change detection so that the control
will redraw upon change |
Done |
28-May-2009 |
UniBasicPack
UniCheckBox
UniOption |
 |
Added graphical mode support (DrawFrame). |
Done |
28-May-2009 |
UniBasicPack |
 |
Fixed issued where Pictures were being clipped. |
Done |
28-May-2009 |
UniBasicPack
UniCheckBox
UniOption |
 |
Fixed recent issue where Flat style was being
overwritten with 3D style. |
Done |
26-May-2009 |
UniGrid
CyberActiveGrid |
 |
Added Method "SizeToColumns" to auto resize grid
width to visible columns. |
Done |
21-May-2009 |
UniBasicPack
UniButton
UniLabel
UniCheckBox
UniOption |
 |
- Disabled text for
UniButton graphical mode and UniLabel are now VbGrayText color.
- Picture Property is now centered in
control (UniButton, UniCheckBox, UniOption).
- Picture Property are now rendered with
Themed buttons.
- Fixed AutoSize issue when CaptionAlignment
= DT_RIGHT.
- Fixed GDI memory leak in owner-draw
styles.
|
Done |
20-May-2009 |
UniBasicPack
UniButton |
 |
TootTipStyle was not being updated. |
Done |
15-May-2009 |
UniTextBoxEx |
 |
SelStart, SelLength, SelText Properties were
Hidden. |
Done |
11-May-2009 |
UniLabel |
 |
Set UseControl CanGetFocus = False |
Done |
23-Apr-2009 |
UniDialog
|
 |
New control wraps several Unicode
Dialogs.
MsgBox |
Print |
CommandLine |
Open |
Font |
TitleBarCaption |
Save |
Color |
PopMenu |
Page |
BrowseFolder |
ClipboardText |
|
Done |
22-Apr-2009
21-Apr-2009 |
UniFrame |
 |
Grayed text for Enable = False. Added
FontTransparent = False |
Done |
20-Apr-2009 |
UniTextBoxEx |
 |
Removed 2 references that were not being used. |
Done |
18-Apr-2009 |
UniToolBarLite |
 |
Recompiled control to include latest compile of
UniRichEdit used in PropertyPage. |
Done |
08-Apr-2009 |
UniTextBoxEx |
 |
Fixed BorderStyle = None |
Done |
07-Apr-2009 |
CyberActiveGrid |
 |
Updated Filter Bar Icons |
Done |
07-Apr-2009 |
UniRichEdit |
 |
Fixed bug which crashed IDE when using
RichEdit50W. |
Done |
07-Apr-2009 |
UniRichEdit |
 |
Fixed Property Get TextRTF |
Done |
02-Apr-2009 |
UniListBox |
 |
Fixed Event Keyup |
Done |
02-Apr-2009 |
 |
 |
Updated Subclasser.
UniBasic |
1.0.245 |
UniGrid |
1.0.18 |
UniToolBar
 |
1.0.11 |
UniClipBoard |
1.0.3 |
UniListBox |
1.0.69 |
UniTreeview |
1.0.66 |
UniComDialog |
1.0.2 |
UniListView |
1.0.47 |
UniTreeViewMC |
1.0.32 |
UniCommandBar |
1.0.13 |
UniPopMenu |
1.0.5 |
UniTreeviewTri |
1.0.38 |
UniDTPick
UniMonthView |
1.0.15 |
UniStatusBar |
1.0.17 |
CyberActiveGrid |
3.0.44 |
UniExplorerBar |
1.0.5 |
UniTabEx |
1.0.10 |
|
|
UniFolderView |
2.1.4 |
UniTextBoxEx |
1.0.46 |
|
|
|
Done |
26-Mar-2009 |
UniComboEx |
 |
Font Set was not working correctly when control
was hosted in a UserControl. |
Done |
14-Mar-2009 |
UniTextBoxEx |
 |
AutoScrollV was not being activated in Multiline.
Fixed error where Chinese IME was duplicating characters. |
Done |
09-Mar-2009 |
UniTextBoxEx |
 |
Updated FindText for Unicode. |
Done |
06-Feb-2009 |
UniTextBoxEx
UniComboEx
UniCombo |
 |
Added Validate Event.
Set Cancel = True for focus to remain at current control. |
Done |
04-Feb-2009 |
UniTreeView |
 |
Node navigation via keyboard now uses a string
like AutoSearch.
Vb Treeview uses only a single character. |
Done |
04-Feb-2009 |
UniTextBoxEx |
 |
Fixed Text Property in IDE. Fixed scroll issue
when at end of text. |
Done |
28-Jan-2009 |
UniTreeView |
 |
Disabled node Navigation while LabelEdit is
active. |
Done |
28-Jan-2009 |
UniBasicPack
UniFormCaption |
 |
Fixed bug when running Windows Classic on
XP/Vista. |
Done |
23-Jan-2009 |
UniBasicPack |
 |
Fixed bug for RightToLeft + DT_LEFT. It was
automatically adding DT_RIGHT. |
|
|
UniBasicPack
UniButton
UniCheckBox
UniOption
UniFrame
UniHyperLink |
 |
Icon and Picture Properties will now accept a
32-bit BMP, 24-bit BMP. |
Done |
15-Jan-2009 |