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

Outlookbar minized text content

20 Answers 202 Views
OutlookBar
This is a migrated thread and some comments may be shown as answers.
Gilbert van Veen
Top achievements
Rank 1
Gilbert van Veen asked on 15 Nov 2010, 03:09 PM
Hi,

Thanks for the new Outlookbar (Q3 2010) with a minize option.

Is it possible to change the text in the ItemArea when the Outlookbar is mininized? Default it shows "Folders" but I want to change it.

Thanks,

20 Answers, 1 is accepted

Sort by
0
Viktor Tsvetkov
Telerik team
answered on 16 Nov 2010, 11:11 AM
Hello Gilbert van Veen,

Currently if you want to change the text "Folders" you should edit the style of the RadOutlookBar in Blend, find the element named MinimizedContentElement and inside it change the Text property of the TextBlock.

Kind regards,
Viktor Tsvetkov
the Telerik team
See What's New in RadControls for Silverlight in Q3 2010 on Tuesday, November 16, 2010 11:00 AM - 12:00 PM EST or 10:00 PM - 11:00 PM EST: Register here>>
0
kannan
Top achievements
Rank 1
answered on 22 Nov 2010, 06:42 AM
Hi,
 How to use MinimizedContentElement.because this property is not available .so  I have used

MinimizedContent but this is not working...

0
Viktor Tsvetkov
Telerik team
answered on 22 Nov 2010, 09:08 AM
Hi kannan,

Sorry if I was not clear enough, but you should first edit the style of the RadOutlookBar in Blend and then find the template element MinimizedContentElement (there is no such property on the RadOutlookBar) and inside it change the Text property of the TextBlock. For your convenience I have attached a sample project.

Kind regards,
Viktor Tsvetkov
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Alex Fan
Top achievements
Rank 1
answered on 26 Nov 2010, 04:57 AM
Hi

Seriously, I think it is necessary to make the 'Folders' text another dependency property, given it should be fairly cheap and easy to do. In many case, 'Folders' won't make any sense. In our case, we are using outlookbar as a quick menu, it has nothing to do with folders...

So my question is: will next version of telerik control allows us to change that text? :)

Regards
Alex
0
Viktor Tsvetkov
Telerik team
answered on 26 Nov 2010, 09:28 AM
Hello Alex Fan,

Thank you for your consideration, we will definitely add a property in order to change the text "Folders".

Kind regards,
Viktor Tsvetkov
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Oran
Top achievements
Rank 1
answered on 15 Dec 2010, 01:20 PM
Hello,

I am also having this problem. What is the current solution of changing the RadOutlookBar 'Folders' text? I need to customize also the Grid View drop area to different text. What will be the way to achieve that? I did not understand from the above answer how exactly could i edit the rad component style with ms blend? Will greatly appreciate your answer.

Thanks
Oran
0
Viktor Tsvetkov
Telerik team
answered on 20 Dec 2010, 10:51 AM
Hi Oran,

You should right click your xaml page, which contains the RadOutlookBar, click Open in Expression Blend, then right click your RadOutlookBar control and click Edit Template -> Edit a Copy. Thus you will extract the default template of the control and inside it you should find the MinimizedContentElement template part and change the Text property of the TextBlock inside it.

Regards,
Viktor Tsvetkov
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Oran
Top achievements
Rank 1
answered on 20 Dec 2010, 12:27 PM
Thank you very much.

I have succeeded to perform the changes in the Outlook bar, but not in the GridView group panel that i want to translate. What is the way to achieve the same for the group panel?

Thanks,
Oran
0
Tina Stancheva
Telerik team
answered on 21 Dec 2010, 10:15 AM
Hello Oran,

You can use localization to translate the GridView GroupPanel text. You can find more info here and here. Also, if you need to change the default text, you can edit the GroupPanelStyle (read more) and set Text to the panelText TextBlock element.

I hope this info will help you. Please let us know if we can further assist you.

Kind regards,
Tina Stancheva
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
tungnt185
Top achievements
Rank 2
answered on 18 Jan 2011, 04:54 AM
Thanks Tina,

I've already done it but I want to know what's version the property to change "Folder" text become?

Regards.
0
Tina Stancheva
Telerik team
answered on 19 Jan 2011, 09:58 AM
Hello Taufik Hidayat,

The property for changing the "Folders" text will be available with the Q1 2011 Beta release. You can track the related item from here

Let us know if you need more info. 

Greetings,
Tina Stancheva
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
jean-Marc
Top achievements
Rank 1
answered on 08 Mar 2011, 08:01 AM
Hi Telerik Team,

I see that this "folders" text will be soon a Property but does that mean it's gonna be a property of the whole RadOutlookBar or can it be linked to sub items? i.e. a basic scenario would be to have this text bind with the header text.

I got a question (related to that minimized behavior).
My app is composed of 5 main tab panes in a RadPaneGroup, in my last tab (Admin) I have an RadOutlookBar. (300 width) If I minimize my outlook bar and click on the "Folders" button I can see the content of my Outlook bar item...
After going on another tab of my app and back to my admin tab, my outlook bar is still minimized, but now when clicking on folders, the content is set to 40 and I need to use the vertical resizer...
Please let me know if you have been able to reproduce such behavior and if so if you can point me to the right direction
Thanks in advance
Jean-Marc
0
Petar Mladenov
Telerik team
answered on 08 Mar 2011, 04:04 PM
Hello jean-Marc,

First the MinimizedButtonContent property is a property of the OutlookBar, but not of the OutlookBarItem. You can inspect its behavior  in the attached solution.
As for the other issue, yes this behavior is expected. Since you are navigating with the RadPane ( which inherits from RadTabControl ) the OutLookBar is excluded from the visual tree and then included again. Then it doesn't remember its last state (its height, width, etc.). However, this issue will be resolved with the telerik Q1 2011 version of RadControls. In it, the IsContentPreserved property of the RadTabControl will be exposed and will work in these situations. Hope this info helps you.

All the best,
Petar Mladenov
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
jean-Marc
Top achievements
Rank 1
answered on 08 Mar 2011, 04:27 PM
Thanks Petar. That's great news.
Regards
Jean-Marc
0
Vitec Agrando AB
Top achievements
Rank 1
answered on 19 Apr 2011, 02:09 PM
Hi,
We are using ContentTemplateSelector to select content in RadOutlookBar. But this doesn't work in a minimized mode. Clicking on Folders simply displays the viewmodel text.
Am I missing something?

Regards,
Mesfin
0
Petar Mladenov
Telerik team
answered on 20 Apr 2011, 10:13 AM
Hello Mesfin Afewerk,

We investigated this and it appears that this is bug in the RadOutlookBar. We logged it in our PITS where you will be soon able to track its status (OutlookBar: When the OutlookBar uses ContentTemplate, the template is not applied in the Popup when minimized area is clicked). Thank you for your cooperation.

Kind regards,
Petar Mladenov
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
Petar Mladenov
Telerik team
answered on 25 Apr 2011, 11:19 AM
Hi Mesfin ,

We managed to fix this issue and it will be included in the internal build later this week. Thank you for your cooperation again.


Greetings,
Petar Mladenov
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
Vitec Agrando AB
Top achievements
Rank 1
answered on 26 Apr 2011, 08:08 AM
Thank you Petar. I look forward.

Regards,
Mesfin
0
Petar Mladenov
Telerik team
answered on 28 Apr 2011, 11:27 AM
Hello Mesfin Afewerk,

You are now able to try the latest internal build from your account page at www.telerik.com.

Best wishes,
Petar Mladenov
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
Vitec Agrando AB
Top achievements
Rank 1
answered on 28 Apr 2011, 12:06 PM
Yes! It works now. Thank you again.

Regards,
Mesfin
Tags
OutlookBar
Asked by
Gilbert van Veen
Top achievements
Rank 1
Answers by
Viktor Tsvetkov
Telerik team
kannan
Top achievements
Rank 1
Alex Fan
Top achievements
Rank 1
Oran
Top achievements
Rank 1
Tina Stancheva
Telerik team
tungnt185
Top achievements
Rank 2
jean-Marc
Top achievements
Rank 1
Petar Mladenov
Telerik team
Vitec Agrando AB
Top achievements
Rank 1
Share this question
or