Tab Pro 2.0 Fixed
Bugs
Select the Edit->Find menu option at the top of
this page to search for a particular keyword or update number.
Technical Issues
Addressed--Release Date 7/1/99--Version 2.0.46
Tab control
- Closing a form containing a Tab control that displays tab
pictures no longer causes Visual Basic to lock up on systems that have
Developer Studio 6 libraries installed. (GIC6984, WEB920487996343)
Technical Issues
Addressed--Release Date 9/3/98--Version 2.0.45
Tab control
- In Windows NT 3.5, child controls on a Tab control no longer
disappear when you size the form. (GRB6119)
- The resource leak that occurred in Windows 95 when working in
the Tab control no longer occurs. (JAP7586)
Technical Issues
Addressed--Release Date 7/10/98--Version 2.0.40
Tab control
- Moving between tabs that display icons no longer causes
painting problems and decreased system resources. (JOK1666)
- Children of Tab controls now resize correctly when the Tab
control receives the WM_SIZE message when the Tab control is not visible.
(TEL5240)
- The Tab control repainting has been optimized for repainting
after a modal dialog is displayed. (SEL95142)
- A Tab control placed inside another Tab control now correctly
saves child control locations. (GIL701)
- While working with the Tab control designing an application,
stepping through code using a Tab control that contains several children
controls no longer slows system response. (SCS5834)
- The Tab control is now handling the scale mode setting of its
child controls properly. (SCS5965)
- The Tab control now correctly releases resources when in a
user-created ActiveX control. (GRB5840)
- Using the Tab control in a user-created ActiveX control no
longer causes Visual Basic to crash when leaving a running project. (SCS6762,
JEH742)
- User Documents containing a user-created ActiveX control
using the Tab control now unload correctly after loading into a web browser.
(SCS7020)
- A GPF no longer occurs when leaving Visual C++®
5.x after using a Tab control in an App Wizard MDI application.
(JEH425)
- Setting the Visible property to True for child controls that
previously had the Visible property set to False no longer causes them to
appear on all tabs. (SCS5093)
- Painting problems for tabs containing the FarPoint Text
control have been resolved. (GIL1185)
Imprint control
- Radio buttons within the Imprint control no longer change
state when the Imprint control receives or loses the focus. (SEL95060, GIC5559)
- The Imprint control is now letting users set the Caption
property, and it is retaining the setting. (JOK4228)
- Minimizing and maximizing a form containing an Imprint
control that has the AutoSize property set to a value other than 0 (None) no
longer causes the Imprint control to disappear. (GIC5568)
Technical Issues
Addressed--Release Date 8/15/97--Version 2.0.35
General
- Tab Pro release 2.0.035 corrects the embedded license string
problems encountered in previous releases. If you have experienced problems
with your executable files causing an error stating that you do not have an
appropriate license, this release corrects those problems.
Tab
control
- The arrow keys now work correctly in Visual Basic 5.0. (GIL
681)
Technical Issues
Addressed--Release Date 7/18/97--Version 2.0.30
Both controls
- A user document created using the Imprint or Tab control now
closes correctly after being loaded into Microsoft Internet ExplorerTM version 3.02. (SEL8375)
Tab control
- An application originally created with prior versions of the
16-bit OCX control and then updated with more recent versions of the control no
longer generates a license file not found error. (SCS5360)
Technical Issues
Addressed--Release Date 3/21/97--Version 2.0.25
Tab control
- The TabShown and TabPageShown events now operate correctly
for the 32-bit ActiveX control. (JOK1625, SEL8266)
Technical Issues
Addressed--Release Date 1/31/97--Version 2.0.20
Tab control
- The tab header text is no longer cut-off when a Tab control
is rotated. (GRB1878)
- The VBX control no longer automatically sizes when the
control is not visible and no longer incorrectly changes the value of the
Visible property. (TEL3641)
- The control no longer causes a GPF when a Tab Pro control is
placed in another Tab Pro control, the AutoSize property for both controls is
set to 5 (Fill Parent), and the form they are on is minimized. (SEL6505)
- The control now correctly maintains children at run time when
the DoEvents function is in the Visual Basic Form_Load or when the Tab control
is forced to display during the Form_Load. (JAP5559)
- Bringing up message boxes in the TabActivate event now works
correctly. (SCS4116)
- The SetFocus method now works correctly in the TabShown, and
TabPageShown events. (SEL8091)
- The GetTabPicture function no longer crashes programs in
Visual C++. (SCS4456)
- Controls in picture boxes that are children of the Tab
control and the picture boxes themselves are now correctly repainted after the
form is resized. (JOK94, SEL6282)
- A Tab control containing an OCX control with the AutoSize
property set to 5 (Fill Parent) and the AutoSizeChildren property set to 3
(Both) now resizes correctly when the form is first loaded. (SEL6045)
- You can now delete a Tab control that is the child of another
Tab control by pressing Ctrl+X without causing a GPF. (GIL167)
- For Tab controls with the AutoSize property set to 5 (Fill
Parent) and the AutoSizeChildren property set to 3 (Both), children on odd
pages now adjust their positions correctly. (SCS4096)
Imprint control
- The control now correctly stores system colors. (JAP5375,
ARR902)
Technical Issues
Addressed--Release Date 8/21/96--Version 2.0.10
Both controls
- The original Tab Pro version 2.0 message identifier numbers
overlapped other FarPoint product message numbers. If your project is in MSVC
1.5.2 or 32-bit MSVC and used message identifier numbers rather than message
defines, you must update the message numbers using the new numbers listed in
the header file TABDLL.H, or using the defines listed in the same file. To
avoid updating identifiers in future updates, use the message defines rather
than the message identifier numbers when creating your projects.
- If you have created projects using the message defines, you
need not update your project.
Tab control
- For OCX controls, the following functions are now also
available as methods:
- TabAssignChild
- TabAssignChildToPage
- TabGetChildEnabled
- TabGetChildPos
- TabGetChildSize
- TabGetCurrentPages
- TabRemoveChild
- TabSetChildEnabled
- TabSetChildPos
- TabSetChildSize
- The tab header text is no longer cut-off when a Tab control
is rotated. (GRB1878)
- Using the TabAssignChildToPage function now correctly works
when using a three-dimensional panel . (GRB1999)
- Invisible Tab controls on forms no longer paint to the
desktop when the AutoSize property is set to 5 (Fill Parent) and the
AutoSizeChildren property is set to 3 (Both). (SCS3347)
- The first child control in the tab order on the first tab
displayed now correctly receives the focus when the Tab control is displayed.
(SEL3891)
- Child controls are now correctly refreshed when you set the
TabState property to 0 (Enabled) after the property setting had been 1
(Hidden), 2 (Disabled), or 3 (Disabled (No Text)). (SEL5578)
- The TabShown and TabPageShown events now correctly occur and
the TABM_TABSHOWN message now correctly is sent when the Tab control is
displayed for the first time. (SEL5725)
- Tab Pro no longer causes a GPF when the Tab control is bound
to an empty recordset. (TEL3291)
- The TabAssignChild and TabAssignChildToPage functions now
work correctly in VB4. (SEL644)
Technical Issues
Addressed--Release Date 6/13/96--Version 2.0.a
Both controls
- The word wrap feature now works correctly for both Imprint
and Tab controls. (SEL5170)
Technical Issues
Addressed--Release Date 5/6/96--Version 2.0.a
Tab control
- The Tab control is now removed correctly from Visual
Basic® if you destroy it before it is completely created. (GRB9)
- If you interrupt the Form_Load event while it is loading a
Tab control with a child on it, the project no longer GPFs. (GRB1684)
- Using the TabGetCurrentPages function no longer causes a GPF.
(JAP3909)
- Our and other vendor's grid controls now correctly display
scroll bars when children of the Tab control. (KEM3596)
- Using the AutoSizeChildren property no longer makes the Tab
control disappear. (TEL2222)
Imprint control
- The Imprint control now displays correctly in Visual C++
version 4.0. (SEL3709)