|
The
text in the scrolling area component moves very hesitantly or seems to
jump not scroll.
Why
do I get the Error Message: identifier of resource duplicated
ISGPANEL.DCR?
The
Gradient component has large sections of color change. How do I get a
more smooth color change?
The
Ordered Group Box Component only shows the label, No index letter or
number shows inside the label.
When
I run my program the RadioListbox component displays the 2D radio
buttons, But does not display the 3D Radio buttons.
ANSWERS
The
text in the scrolling area component moves very hesitantly or seems to
jump not scroll.
Reduce the values of the Interval & ScrollStep properties.
Top
Why
do I get the Error Message: identifier of resource duplicated
ISGPANEL.DCR?
The error you are getting indicates that you have another component
installed that has a resource file containing a name that is the same as
one of the names used in the resource file for the ISGPanel components.
We have an updated resource file that may eliminate this error, You can
download the 16 bit version for delphi 1.0 or the 32 bit version for
Delphi 2.0
Top
The
Gradient component has large sections of color change. How do I get a
more smooth color change?
Reduce the value of the MinIncrement property.
Top
The
Ordered Group Box Component only shows the label, No index letter or
number shows inside the label.
The LabelColor and the LabelFont.Color properties have been set to
the same values. Change the color setting for the Labelfont or change
the value in the LabelColor property and the index will be visible.
Top
When
I run my program the RadioListbox component displays the 2D radio
buttons, But does not display the 3D Radio buttons.
Add "{ISGLIST.RES}" without the quotes to the
implementation section of the unit.
Top
|