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

problem with dropdownbutton

10 Answers 218 Views
Buttons, RadioButton, CheckBox, etc
This is a migrated thread and some comments may be shown as answers.
Louis
Top achievements
Rank 1
Louis asked on 17 Oct 2007, 07:46 PM
dropdownbutton looses images and description is not localizable...

10 Answers, 1 is accepted

Sort by
0
Angel
Telerik team
answered on 19 Oct 2007, 03:20 PM
Hello Louis,

Could you give us more information when exactly the image disappears - what is your exact scenario and steps you take to before the images is lost? We would like to research ti further.

As to the Text property - indeed, it is not localizable. The localization is now fixed and your points have been updated for pointing this out. In case this is a showstopper, we will be glad to supply you with a custom build with this fix.


Best wishes,
Angel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Adrian Halid
Top achievements
Rank 1
answered on 16 Jan 2008, 04:36 AM
I can reproduce this issue.

Create a new C# Windows Form Project.

Add an image to the resource of the project.

Drag and Drop an RadDropDownButton control on the form.

Click on the properties of the RadDropDownButton.

Select the image property and select the Resource image file.

You will now see the image on the RadDropDownButton.

Save the form and close the form designer.

Open the form in designer again and you will see the image has disappeared.
0
Vassil Petev
Telerik team
answered on 16 Jan 2008, 01:20 PM
Hello Adrian Halid,

I have replied to this question in your support ticket. I am pasting my answer below:


There was an issue with setting first ImageIndex or ImageKey and after that Image properties.
In the given example I see that you are using version 4.0.2.0 of our controls (Q2 2007 SP1). These problems are solved in the latest release (Q3 2007) - version 5.0.0.0.

If you wish to use the old version of RadControls, just open Form1.Designer.cs and remove the setting of ImageIndex and ImageKey. Now the image will be seen both in design time and in runtime.


If you have additional questions, please contact us.
 

Greetings,
Vassil
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Davide Coletto
Top achievements
Rank 1
answered on 14 May 2009, 09:15 AM
Hi,

I have a problem with radgroupbox and localization.
My radgroupbox doesn't have any imagelist and the radform (RadForm1) localizable property is set true. Every time when i modify some control in design time, the properties FooterImageKey and HeaderImageKey (never setted by myself) of radgroupbox are setted to a property into a file .resx (not RadForm1.resx), so I have an error at compile time.
0
Nick
Telerik team
answered on 14 May 2009, 09:53 AM
Hello Davide Coletto,

Thank you for reporting the issue. Can you send us a sample application demonstrating it and some steps we need to follow. Please note that you have to open a new support ticket so that you can attach files. Thank you very much in advance. We will try to find a work-around for the issue and then release a fix for Q2 2009.

All the best,
Nick
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Elizabeth
Top achievements
Rank 1
answered on 03 Jun 2009, 07:36 PM
Hello - I also have the same issue with RadGroupBox trying to access the incorrect resource (2009 Q1).  FooterImageKey and HeaderImageKey properties get corrupted every time I go to the form designer.  Was a workaround or proposed fix ever offered?

Thanks.
0
Nick
Telerik team
answered on 05 Jun 2009, 11:18 AM
Hi Elizabeth,

We still cannot reproduce the issue, and Davide did not send us a sample application. Please open a new support ticket and send us your application, or even better a sample one that reproduces the issue. We are eager to provide a solution.

Best wishes,
Nick
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
OD
Top achievements
Rank 1
answered on 10 Nov 2011, 10:10 AM
i have exactly the same problem with radgroupbox Q2 2011
Designer is always modified with these values, so that can't compile

        Me.rgbLegende.FooterImageIndex = 0
        Me.rgbLegende.FooterImageKey = Global.QuizzDll.chaines_en_US.QBU_FSAISIE_MNUMODETEST
        Me.rgbLegende.HeaderImageIndex = 0
        Me.rgbLegende.HeaderImageKey = Global.QuizzDll.chaines_en_US.QBU_FSAISIE_MNUMODETEST


Global.QuizzDll.chaines_en_US.QBU_FSAISIE_MNUMODETEST is a string in my resourcefile, localisation is not active on form, i do it by code
0
Svett
Telerik team
answered on 14 Nov 2011, 07:19 PM
Hello Nermond,

You should set only one of the properties the FooterImageIndex (HeaderImageIndex) or the FooterImageKey (HeaderImageKey). What do you mean that the designer is modified? Could you open support ticket which contains a sample project where the issue occurs? In addition, can you illustrate the exact steps that we should follow to reproduce it? Thank you for your cooperation.

Best wishes,
Svett
the Telerik team

Q2’11 SP1 of RadControls for WinForms is available for download (see what's new); also available is the Q3'11 Roadmap for Telerik Windows Forms controls.

0
Leon
Top achievements
Rank 1
answered on 15 Sep 2012, 09:28 AM
This is quite common issue so it comes up frequently. I have one  solution  to resolve this problem. If you are using modified styled navbar then remove it and use custom style. If your navbar has been moved to your header, then you will also need to remove it from there. When you have got just a default navbar running, with no navbar in your header, then try the thread tools menus again. in the majority of cases they will now work.
Tags
Buttons, RadioButton, CheckBox, etc
Asked by
Louis
Top achievements
Rank 1
Answers by
Angel
Telerik team
Adrian Halid
Top achievements
Rank 1
Vassil Petev
Telerik team
Davide Coletto
Top achievements
Rank 1
Nick
Telerik team
Elizabeth
Top achievements
Rank 1
OD
Top achievements
Rank 1
Svett
Telerik team
Leon
Top achievements
Rank 1
Share this question
or