Re: PopupButton: Control in PopupContent and mouse events
Hi Marcin,The StaysOpen property I mentioned is already on PopupButton (the version you have).
View ArticleDateTimeEditBox pressing "0" from keyboard does not have effect
I use 2010.2 but it applies to most recent version also1) Choose datetime format for short date (no time) ("d")2) Type any date3) Go to day field and type "03"4) press left arrow twice (no cursor is...
View ArticleRe: DateTimeEditBox pressing "0" from keyboard does not have effect
Hi, thanks for letting us know about this. We've updated it to work better for the next maintenance release.
View ArticleVersion or IP Adress Editor
Hi Guys,Before starting work on one, has anyone built a parts editor for an IP address or .NET Version object?RegardsJohn
View ArticleRe: Version or IP Adress Editor
Hi John,Sorry we haven't made one of those at this time. If you make a custom one, the Custom PartEditBox (SSN) is a great sample to start with.
View ArticleRe: Enumeditbox and keyboard navigation
Any updates on keyboard navigation for this control? running version 12.2.570
View ArticleRe: EnumEditBox issues
Hi John,For the next maintenance release we've updated EnumEditBox to support keyboard selection of items via the arrow keys, even when the drop-down is closed.
View ArticleRe: Enumeditbox and keyboard navigation
Hi Thomas,Yes, for the next maintenance release we've updated EnumPart to support ISpinnable, meaning arrow keys can be used to change values even if the drop-down is closed. We also made a couple...
View ArticleHow do I get the MonthCalendar to popup on the DateTimeEditBox
This should be a simple question that I'm just blanking on. I have a DateTimeEditBox, EditableParts are set to None. There is a dropdown button that brings up my MonthCalendar. But I would like to...
View ArticleRe: How do I get the MonthCalendar to popup on the DateTimeEditBox
Hi Josh,Sorry but there isn't anything right now that converts it so that you can click anywhere to show the dropdown. I'll log your feature request.You could possibly put a transparent ToggleButton...
View ArticleRe: Enumeditbox and keyboard navigation
Hello again,I've installed the latest version(12.2.571) and the arrow keys now works for selecting a single value. I do however have another control that have an enum with flags bound to it that...
View ArticleRegarding property change in IntegerUp Down(Int32EditBox)
Hi ActiPro Team, Here I am facing a very generic problem with your Int32EditBx Control.Whenever I change the value in Int32EditBox control using KEYBOARD, propertychange of INotifyPropertyChanged...
View ArticleRe: Enumeditbox and keyboard navigation
Hi Thomas,Sorry but no, there isn't currently a way to get focus into the drop-down by keyboard alone. You could possibly override OnKeyDown in the EnumEditBox and call the base method. If you detect...
View ArticleRe: Regarding property change in IntegerUp Down(Int32EditBox)
Hi Maddy,The bindings on the value are set with an update trigger of LostFocus, like regular TextBox controls default to. Unfortunately changing that would require retemplating of the Int32EditBox.That...
View ArticlePartEditBox.DropDownStaysOpen is ignored?
Hello,I use a PartEditBox as a base for my custom editor. When the drop-down button is clicked my editor opens a drop-down displaying a textblock, a textbox and a button. I want the drop-down to remain...
View ArticleCannot access context menu inside drop-down of PartEditBox
Hello,when I place a control which offers a context-menu inside the drop-down area of a PartEditBox, this menu is not displayed. When I perform a right-click on the control or press the context-key on...
View ArticleRe: PartEditBox.DropDownStaysOpen is ignored?
Hi Till,That property being set to true means that the drop-down should remain open if the PartEditBox loses focus to another control.If you'd like us to look at what's happening in your scenario,...
View ArticleRe: Cannot access context menu inside drop-down of PartEditBox
Hi Till,Thanks for reporting this, we've fixed it for the next maintenance release.
View ArticleRe: Cannot access context menu inside drop-down of PartEditBox
Thank you! Can you tell me when the next maintenance release will be published?
View ArticleRe: Cannot access context menu inside drop-down of PartEditBox
It should be this month sometime. You can watch our blog or Announcements forum to be notified of its release.
View Article