This is a migrated thread and some comments may be shown as answers.

Problem with new Property ToolTipText

1 Answer 49 Views
Panelbar (obsolete as of Q2 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
ManniAT
Top achievements
Rank 2
ManniAT asked on 12 Feb 2008, 02:38 PM
Hi,

in SP1 we found a new property ToolTipText.
This works when used at runtime.

To reproduce.
Build a WinApp.
Drag a RadPanelbar to it.
At some Elements.
Take the first RadPanelBarGroupElement and enter some text under Properties/ToolTipText

Close the form (in VS) and open it again.

I get the following error messsage:

---------------------------

---------------------------
Error setting property "ToolTipText" in class "Telerik.WinControls.RadItem" to value "TestTT".

The error was:
System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.

   bei System.ComponentModel.ReflectPropertyDescriptor.SetValue(Object component, Object value)

   bei Telerik.WinControls.Design.RadObjectCustomPropertyDescriptor.SetValue(Object component, Object value)
---------------------------
OK  
---------------------------

Regards

Manfred

1 Answer, 1 is accepted

Sort by
0
Boyko Markov
Telerik team
answered on 12 Feb 2008, 03:29 PM
Hi Manfred,

I confirm the issue and it will be fixed as soon as possible. It is already added to our bug tracking system as it was reported by you a day ago. The workaround is to set the ToolTipText property through the API of the control, not through design-time. We will have this property fixed for the next release.

Sincerely yours,
Boyko Markov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Panelbar (obsolete as of Q2 2010)
Asked by
ManniAT
Top achievements
Rank 2
Answers by
Boyko Markov
Telerik team
Share this question
or