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

TextBox ActionButton and ClearButton Styles

2 Answers 94 Views
TextBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Pantelis
Top achievements
Rank 1
Pantelis asked on 16 Jun 2014, 12:07 AM
Using the latest (?) build, the one which came free a couple of weeks ago. 
I'm trying to change the styles in question but editing a copy of the template doesn't bring up the xaml for these too.

Specifically, the ActionButton icon, seems to alway be black when the control is unfocused, even if I explicitly set a style with a new icon having another color.

<telerikPrimitives:RadTextBox.ActionButtonStyle>
    <Style TargetType="telerikTextBox:TextBoxActionButton">                   
         <Setter Property="RestStateImageSource" Value="Question.png"/>
     </Style>
</telerikPrimitives:RadTextBox.ActionButtonStyle>

The snippet is from the ExamplesCS_WP solution, where the icon Question.png image is white, but the question mark is still black no matter what.
I also want the Pressed visual states of the styles in order to apply my colors of preference.


Thanks in advance.

2 Answers, 1 is accepted

Sort by
0
Pantelis
Top achievements
Rank 1
answered on 16 Jun 2014, 12:21 AM
EDIT

THIS won't help, it is almost one and a half years old and many resources cannot be found.
0
Rosy Topchiyska
Telerik team
answered on 19 Jun 2014, 07:26 AM
Hi Pantelis,

Thank you for contacting us.

I have attached a project that contains the default styles of the action and clear buttons of the RadTextBox control. These styles are for the Windows Phone 8.0 version of the controls. Please, let us know if you need the WP 7.1 version. 

I hope this helps. Do not hesitate to contact us if you have further questions.

Regards,
Rosy Topchiyska
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
TextBox
Asked by
Pantelis
Top achievements
Rank 1
Answers by
Pantelis
Top achievements
Rank 1
Rosy Topchiyska
Telerik team
Share this question
or