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

Problem With "Properties"

3 Answers 56 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Andrés David Santacoloma Isaza
Top achievements
Rank 1
Andrés David Santacoloma Isaza asked on 01 Jun 2010, 08:17 PM
Hi:

I have a problem when I write the word "Properties" in Rad Controls for Winforms.

Help me please.

David Santacoloma

3 Answers, 1 is accepted

Sort by
0
Martin Vasilev
Telerik team
answered on 04 Jun 2010, 04:42 PM
Hi Andrés David Santacoloma Isaza,

Thank you for writing.

I am afraid I cannot understand what exactly is the issue with the word "Properties" in RadControls for Winforms. Please, send us more detailed description about your scenario such of: what your requirements are, which control you are using and what property you are trying to change.

I am looking forward to your reply.

All the best,
Martin Vasilev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Andrés David Santacoloma Isaza
Top achievements
Rank 1
answered on 12 Jun 2010, 05:20 PM
I sorry.

The problem is the following:

Private Sub

 

 

RadForm1_Load(ByVal sender As Object, ByVal e As EventArgs)

 

Dim resourceSet As ResourceSet =

 

Properties.Resources.ResourceManager.GetResourceSet(CultureInfo.CurrentCulture,

True

 

 

, True)

 

Dim

 

 

enumerator As IDictionaryEnumerator = resourceSet.GetEnumerator()

 

While enumerator.MoveNext()

 

Dim key As String = (DirectCast(enumerator.Key, String)).Replace("_"C, " "C)

 

Dim image As Image = DirectCast(enumerator.Value, Image)

 

Dim

 

 

item As RadMenuItem = GetImageMenuItem(key, image)

 

ddbImages.Items.Add(item)

End While

ddbImages.Items(0).PerformClick()

End Sub

When i write "properties", it write a error message.

thanks

 

0
Martin Vasilev
Telerik team
answered on 17 Jun 2010, 10:15 AM
Hi Andrés David Santacoloma Isaza,

Thank you for the additional details.
 
Most probably you have wrong references in the Resources.resx or/and Settings.settings files. Please, check your project properties and also try to use the Properties namespace with your default namespace (probably the same as the project name) in front of it:
MY_NAMESPACE.Properties....

All the best,
Martin Vasilev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Menu
Asked by
Andrés David Santacoloma Isaza
Top achievements
Rank 1
Answers by
Martin Vasilev
Telerik team
Andrés David Santacoloma Isaza
Top achievements
Rank 1
Share this question
or