cannot type 'f' in ribbon:Ribbon.ApplicationMenu->textbox

Ribbon for WPF Forum

Posted 13 years ago by Arthur
Version: 11.1.0542
Avatar
Hi,
if I put this in Ribbon

<ribbon:Ribbon.ApplicationMenu>
<ribbon:ApplicationMenu>
<ribbon:Backstage>
<ribbon:BackstageTab Header="Panel">
<Border>
<StackPanel Margin="0, 5, 10, 5">
<TextBox Text="{Binding MyText, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"/>
</StackPanel>
</Border>
</ribbon:BackstageTab Header="Panel">
<...>
I cannot type symbol 'f' in the TextBox it is just ignored .
How do i get type 'f' as well?

Regards,
Arthur

[Modified at 04/13/2011 03:11 PM]

Comments (6)

Posted 13 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Arthur,

If you are going to do Backstage, replace your ribbon:ApplicationMenu with a ribbon:Backstage since only the Backstage control can contain BackstageTab's. Does that fix the issue?


Actipro Software Support

Posted 13 years ago by Arthur
Avatar
sure, there is already <ribbon:Backstage> i modify my first post.
sorry for typo
other ideas?

[Modified at 04/13/2011 03:15 PM]
Posted 13 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
It looks like you are putting a Backstage control on an ApplicationMenu control, which you shouldn't do since Backstage implements the necessary type to be set directly on the Ribbon.ApplicationMenu property.


Actipro Software Support

Posted 13 years ago by Arthur
Avatar
I put a Backstage control on an ApplicationMenu control, to get some desire arrangment of RecentDoument section and tabs.
i change the hierarchy and it fix the issue.

But i think this is not good solution, because i have hierarchy that do ok,
and i have to change it to fix the minor issue that seems not related to this, at first look.

thank you
Posted 13 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Glad that fixed it. The Ribbon.ApplicationMenu property is just supposed to be set to either an ApplicationMenu or a Backstage control. The two controls behave much differently and aren't intended to be used together, only one or the other.


Actipro Software Support

Posted 13 years ago by Arthur
Avatar
thank you for detailed answers.

[Modified at 04/14/2011 04:39 AM]
The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.