﻿<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:a10="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Bars for Windows Forms - Recent Posts</title>
    <description />
    <copyright>Copyright © 1999-2026 Actipro Software LLC. All Rights Reserved.</copyright>
    <lastBuildDate>Fri, 10 Sep 2021 20:04:12 Z</lastBuildDate>
    <ttl>60</ttl>
    <item>
      <guid isPermaLink="false">62859322-dec6-40ac-8a2d-0db0858ecfb3-119622</guid>
      <title>Re: Move focus to another Bar</title>
      <description>Hello,
 Without having a sample to debug against, my best guess is that changing focus before the "key down" event has finished processing may not allow the focus change to complete. You could try...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25619/move-focus-to-another-bar" />
      <a10:updated>2021-09-10T20:04:12Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">62859322-dec6-40ac-8a2d-0db0858ecfb3-119621</guid>
      <title>Move focus to another Bar</title>
      <description>I have 2 toolbars, each has a BarComboBox.
 When one combobox has focus and the user presses 'Tab' I want the focus to change to the combobox on the 2nd toolbar.
 I have this working by deriving ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25619/move-focus-to-another-bar" />
      <a10:updated>2021-09-10T14:14:45Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">a99b9c78-b2e7-4fef-90ab-ff19ae019b38-118139</guid>
      <title>Re: Multiple Gestures for Keyboard Shortcuts</title>
      <description>Hi Mike,
 I bieve you are referring to the "chord" feature we have.  Please see the "Bars / Keyboard Shortcuts" topic in the documentation that comes with the product.  There is a "Chords" section...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25248/multiple-gestures-for-keyboard-shortcuts" />
      <a10:updated>2020-04-30T20:41:00Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">a99b9c78-b2e7-4fef-90ab-ff19ae019b38-118138</guid>
      <title>Multiple Gestures for Keyboard Shortcuts</title>
      <description>Hi, 
 I have a ton of commands in my application and am running out of keys to use.  So, I thought I would use a combination of shortcuts to get what I'm looking for (much like Visual Studio does ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25248/multiple-gestures-for-keyboard-shortcuts" />
      <a10:updated>2020-04-30T17:26:10Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">b61075a4-5e55-4797-9863-145a10b567cd-117869</guid>
      <title>Re: Change Color of Separators on Toolbar</title>
      <description>Thanks a lot... that worked!!</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25173/change-color-of-separators-on-toolbar" />
      <a10:updated>2020-02-13T05:43:07Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">b61075a4-5e55-4797-9863-145a10b567cd-117867</guid>
      <title>Re: Change Color of Separators on Toolbar</title>
      <description>Hello,
 It looks like those particular lines come from the system colors and there isn't a way to override them via properties at the moment.  A workaround is to override the bar renderer's DrawDo...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25173/change-color-of-separators-on-toolbar" />
      <a10:updated>2020-02-13T00:29:28Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">b61075a4-5e55-4797-9863-145a10b567cd-117865</guid>
      <title>Change Color of Separators on Toolbar</title>
      <description>Hi
 I cant seem to find a way to change colors of these lines. is there a way to do so?
 Screen Shot</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25173/change-color-of-separators-on-toolbar" />
      <a10:updated>2020-02-12T04:51:42Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">cf9afa07-1327-42b4-9a60-f97aec892954-117549</guid>
      <title>Re: How to using Actipro control in Windows form vsto [.vbnet]?</title>
      <description>Hello,
 The BarCommandListBox is a specialized ListBox that will not work with strings.  It requires that its items are of type BarCommand since it's trying to show the commands for use with the B...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25092/how-to-using-actipro-control-in-windows-form" />
      <a10:updated>2019-09-09T11:41:46Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">cf9afa07-1327-42b4-9a60-f97aec892954-117548</guid>
      <title>Re: How to using Actipro control in Windows form vsto [.vbnet]?</title>
      <description>Hi,Here are the steps I have takenFrom the vsto toolbox, I added the actipro control via the actipro DLL, thenI created a new project windows form (.net framwork) and tested it with some objects (b...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25092/how-to-using-actipro-control-in-windows-form" />
      <a10:updated>2019-09-06T20:56:17Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">cf9afa07-1327-42b4-9a60-f97aec892954-117547</guid>
      <title>Re: How to using Actipro control in Windows form vsto [.vbnet]?</title>
      <description>Hello,
 We don't do any testing of our controls in VSTO add-ins, so we aren't sure how it would differ from traditional Windows Forms use.  Can you describe the issue in more detail, like how you ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25092/how-to-using-actipro-control-in-windows-form" />
      <a10:updated>2019-09-06T20:00:19Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">cf9afa07-1327-42b4-9a60-f97aec892954-117546</guid>
      <title>How to using Actipro control in Windows form vsto [.vbnet]?</title>
      <description>HiI am having a small problem when creating a windows form (vb.net) in vsto using actiproI created the barcommandlistbox and put some strings in the collection (in the property section) however on ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25092/how-to-using-actipro-control-in-windows-form" />
      <a10:updated>2019-09-06T05:29:12Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">7660b53f-4d7b-46ce-9f13-9c7b80fb3756-115849</guid>
      <title>Re: Toolbar buttons</title>
      <description>Hi Helen,
 While our pre-built renderers don't have have feature, per above you could make a custom renderer that does it.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3205/toolbar-buttons" />
      <a10:updated>2019-01-24T12:05:43Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">7660b53f-4d7b-46ce-9f13-9c7b80fb3756-115848</guid>
      <title>Re: Toolbar buttons</title>
      <description>Was the feature to display toolbar buttons with the text below added in the latest version?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3205/toolbar-buttons" />
      <a10:updated>2019-01-23T19:46:31Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">add099fa-ed7e-4532-a814-260294ab9b73-115679</guid>
      <title>Tiny icons in high DPI scenario</title>
      <description>Hi,
 i got an 4k monitor at work and i set up the scaling to 175%. We updated our winforms application to .net 4.7.1 so that we can set the DpiAwareness in the App.config to support high dpi scali...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/24311/tiny-icons-in-high-dpi-scenario" />
      <a10:updated>2018-10-26T11:28:32Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">df12263e-a208-4927-a064-56364ee1e2ee-114440</guid>
      <title>Re: DockableToolBar Localization</title>
      <description>Hi Hassan,
 Yes, this topic tells you the string resource names that are available, including the ones you need.  However the API to call changed since that was posted.  You'd now call this at app...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23989/dockabletoolbar-localization" />
      <a10:updated>2017-12-04T15:30:55Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">df12263e-a208-4927-a064-56364ee1e2ee-114439</guid>
      <title>DockableToolBar Localization</title>
      <description>I am using dockable toolbar and facing issues with localization, I am not able to identify the options to change the text of two builtin commands i-e
 Add or Remove Buttons
 Reset Toolbar
  
 I...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23989/dockabletoolbar-localization" />
      <a10:updated>2017-12-02T07:57:09Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f812cc16-a06c-4a5c-af45-77bfb58f3ac5-113254</guid>
      <title>Re: RightToLeft Support?</title>
      <description>Hello,
 Sorry but RTL support was never implemented.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1433/righttoleft-support" />
      <a10:updated>2017-02-03T14:09:57Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f812cc16-a06c-4a5c-af45-77bfb58f3ac5-113250</guid>
      <title>Re: RightToLeft Support?</title>
      <description>Hello, I just wanted to know if this was ever implemented.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1433/righttoleft-support" />
      <a10:updated>2017-02-03T01:12:20Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3d73bab9-5b4f-46ea-8478-02104beecbb9-112814</guid>
      <title>Re: ApplicationException during deserialization of toolbar layout</title>
      <description>Hi Tobias,
 Thanks, we've updated our code for the next maintenance release to match the above.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23592/applicationexception-during-deserialization-o" />
      <a10:updated>2016-10-05T17:46:32Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3d73bab9-5b4f-46ea-8478-02104beecbb9-112810</guid>
      <title>Re: ApplicationException during deserialization of toolbar layout</title>
      <description>That works too. In my scenario the command links don't have any nested tags.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23592/applicationexception-during-deserialization-o" />
      <a10:updated>2016-10-05T05:59:49Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3d73bab9-5b4f-46ea-8478-02104beecbb9-112802</guid>
      <title>Re: ApplicationException during deserialization of toolbar layout</title>
      <description>Hi Tobias,
 All three places ValidateCommandName is called seem to be called the same way.  But after examining it again, I wonder if we need to handle scenarios where there could be nested tags w...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23592/applicationexception-during-deserialization-o" />
      <a10:updated>2016-10-04T18:50:52Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3d73bab9-5b4f-46ea-8478-02104beecbb9-112799</guid>
      <title>Re: ApplicationException during deserialization of toolbar layout</title>
      <description>Correct, thats what I did. That solved this particulary issue. However I suppose you have more insights on whether or not there are other use cases. The method ValidateCommandName() is used in four...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23592/applicationexception-during-deserialization-o" />
      <a10:updated>2016-10-04T06:21:50Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3d73bab9-5b4f-46ea-8478-02104beecbb9-112786</guid>
      <title>Re: ApplicationException during deserialization of toolbar layout</title>
      <description>Hi Tobias,
 Good find... since we call a "reader.Skip()" in that ValidateCommandName, it's reading an extra XML element that it shouldn't be.  To confirm with you, you just commented out that part...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23592/applicationexception-during-deserialization-o" />
      <a10:updated>2016-09-30T17:52:57Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3d73bab9-5b4f-46ea-8478-02104beecbb9-112785</guid>
      <title>ApplicationException during deserialization of toolbar layout</title>
      <description>Hi,
 we stumbled upon a problem of the toolbar layout serialization. It took me a while to figure it out. Since we have the source code, we don't need a new build from you. I just wanted to let yo...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23592/applicationexception-during-deserialization-o" />
      <a10:updated>2016-09-30T08:26:58Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">c58e556b-9285-44a3-b32d-74b6abe90b6d-112493</guid>
      <title>Re: How do I dynamically add new Child Bar Menu commands to a top-level BarMenu Item ?</title>
      <description>Ok, good tip.  I'll give that a try.
 Thanks!</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23522/how-do-i-dynamically-add-new-child-bar-menu-c" />
      <a10:updated>2016-08-02T01:04:30Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">c58e556b-9285-44a3-b32d-74b6abe90b6d-112492</guid>
      <title>Re: How do I dynamically add new Child Bar Menu commands to a top-level BarMenu Item ?</title>
      <description>Hi Ian,
 Hmm... it could be that the command link for your main Plugins command has already been created.  The command.DefaultCommandLinks only really gets used when the command link is created, w...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23522/how-do-i-dynamically-add-new-child-bar-menu-c" />
      <a10:updated>2016-08-02T00:57:16Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">c58e556b-9285-44a3-b32d-74b6abe90b6d-112491</guid>
      <title>Re: How do I dynamically add new Child Bar Menu commands to a top-level BarMenu Item ?</title>
      <description>Thanks heaps - that makes sense.   However, after adding some code to create and add a link to the top-level menu item "New Menu.PlugIns", I would have expected the below added links to show up as ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23522/how-do-i-dynamically-add-new-child-bar-menu-c" />
      <a10:updated>2016-08-01T22:09:46Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">c58e556b-9285-44a3-b32d-74b6abe90b6d-112480</guid>
      <title>Re: How do I dynamically add new Child Bar Menu commands to a top-level BarMenu Item ?</title>
      <description>Hi Ian,
 I think what you might be missing is that you can try-cast your command to BarPopupButtonCommand as that is the command used for menu items that can have other menu items.  That type has ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23522/how-do-i-dynamically-add-new-child-bar-menu-c" />
      <a10:updated>2016-08-01T13:28:20Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">c58e556b-9285-44a3-b32d-74b6abe90b6d-112479</guid>
      <title>How do I dynamically add new Child Bar Menu commands to a top-level BarMenu Item ?</title>
      <description>I am trying to programmatically add new child items (and links) to my top-level PopupButtonCommand Menu item.
 I already inserted a BarPopupButtonCommand (Category = "New Menu") into my UI call 'P...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23522/how-do-i-dynamically-add-new-child-bar-menu-c" />
      <a10:updated>2016-07-30T17:17:44Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">1d52efe0-842f-48db-8cba-4895f2809f37-112041</guid>
      <title>Re: New commands lose keyboard shortcut when LoadBarLayoutFromFile is called</title>
      <description>Hi Somon,
 Ok I think I see what's happening here.  When you load a differential layout (and you do want a differential layout for application run-time save/load in general), it's running through ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23415/new-commands-lose-keyboard-shortcut-when-load" />
      <a10:updated>2016-04-26T19:33:57Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">1d52efe0-842f-48db-8cba-4895f2809f37-112039</guid>
      <title>Re: New commands lose keyboard shortcut when LoadBarLayoutFromFile is called</title>
      <description>Hi
 SaveBarLayoutToFile is always called with isComplete set to false (should I call be calling it with true the first time?), but it always clears any shortcuts associated with commands that are ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23415/new-commands-lose-keyboard-shortcut-when-load" />
      <a10:updated>2016-04-26T08:06:20Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">1d52efe0-842f-48db-8cba-4895f2809f37-112037</guid>
      <title>Re: New commands lose keyboard shortcut when LoadBarLayoutFromFile is called</title>
      <description>Hi Simon,
 Yes a "complete" bar layout load will wipe out all existing commands and layout data since it is intended to be a total refresh of the layout. 
 Have you tried passing "false" to the "...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23415/new-commands-lose-keyboard-shortcut-when-load" />
      <a10:updated>2016-04-25T19:23:44Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">1d52efe0-842f-48db-8cba-4895f2809f37-112035</guid>
      <title>New commands lose keyboard shortcut when LoadBarLayoutFromFile is called</title>
      <description>We have an app that creates command objects up front, the state of the menu (and commands) is later persisted via SaveBarLayoutToFile.
 When the app re-starts this is all re-loaded via LoadBarLayo...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23415/new-commands-lose-keyboard-shortcut-when-load" />
      <a10:updated>2016-04-25T07:05:40Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d5a56fa9-938f-4c84-995c-6ea4279506bd-104026</guid>
      <title>Re: Scroll bar issue in TabStrip control</title>
      <description>Hi Vijay,
 While we don't support AutoScroll, we do have a TabStrip.TabOverflowStyle property you can set that has several options for dealing with tabs that extend beyond the available display size.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/21102/scroll-bar-issue-in-tabstrip-control" />
      <a10:updated>2013-06-10T15:45:15Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d5a56fa9-938f-4c84-995c-6ea4279506bd-104024</guid>
      <title>Scroll bar issue in TabStrip control</title>
      <description>When we create a many tab (tabstrip pages vertically) in , one of them have long name, we cannot move to other tab.
  
 so i am trying to apply autoscroll property. 
 ActiproSoftware.UIStudio.Ta...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/21102/scroll-bar-issue-in-tabstrip-control" />
      <a10:updated>2013-06-10T05:29:29Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">55aa28c8-2169-4451-8f48-73389b781d55-102816</guid>
      <title>Re: Keyboard Shortcuts</title>
      <description>Hi Michael,
 I believe you need to set the BarManager.HostContainerControl property to something valid that already has an ancestor Form, otherwise keyboard shortcuts won't be examined.  In additi...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20782/keyboard-shortcuts" />
      <a10:updated>2013-01-04T07:32:31Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">55aa28c8-2169-4451-8f48-73389b781d55-102815</guid>
      <title>Keyboard Shortcuts</title>
      <description>I have a UserControl which contains a BarManager and a Menu Bar with several commands.  Some of these commands have keyboard shortcuts assigned, e.g. Del, Ctrl-C, etc.  I am unable to get the short...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20782/keyboard-shortcuts" />
      <a10:updated>2013-01-03T11:27:59Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ef4ea997-fd14-4e25-b173-fb752aceebae-102341</guid>
      <title>Re: Incorrect rendering combobox panel a tool</title>
      <description>Hi Misha,
 We haven't had reports of this before.  Please make a new simple sample project that shows only this issue and email that to our support address.  Rename the .zip file extension so it d...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20647/incorrect-rendering-combobox-panel-a-tool" />
      <a10:updated>2012-11-19T14:57:32Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5b89daf5-b372-4d78-8127-8fb362553d79-102348</guid>
      <title>Re: Way to disable/remove the "Add or Remove Buttons" item?</title>
      <description>I have sent an email as requested with a sample project that exhibits the current behavior.
 We have created fixed DockableToolbars that cannot be dragged or closed. The goal is to mimic the stand...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20639/way-to-disableremove-the-add-or-remove-button" />
      <a10:updated>2012-11-19T12:51:53Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5b89daf5-b372-4d78-8127-8fb362553d79-102336</guid>
      <title>Re: Way to disable/remove the "Add or Remove Buttons" item?</title>
      <description>Oh are you referring to the standalone ToolBar?  I don't see that it shows the Add or Remove Buttons item now, which is why I thought you meant the dockable toolbars.  It would help if you could re...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20639/way-to-disableremove-the-add-or-remove-button" />
      <a10:updated>2012-11-19T11:47:27Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ef4ea997-fd14-4e25-b173-fb752aceebae-102340</guid>
      <title>Incorrect rendering combobox panel a tool</title>
      <description>Error is that when the window added many sockets tools. And one of them is an editable combo box (set style BarComboBoxCommandStyle.Normal) at reduced window starts flashing data available in combo...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20647/incorrect-rendering-combobox-panel-a-tool" />
      <a10:updated>2012-11-19T02:38:56Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5b89daf5-b372-4d78-8127-8fb362553d79-102327</guid>
      <title>Re: Way to disable/remove the "Add or Remove Buttons" item?</title>
      <description>Hi, thanks for the update.  Please note that for non-customizable toolbars in tool windows, such as the ones permanently docked to the top of toolwindows, the Add or Remove option is not available ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20639/way-to-disableremove-the-add-or-remove-button" />
      <a10:updated>2012-11-16T12:15:25Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5b89daf5-b372-4d78-8127-8fb362553d79-102324</guid>
      <title>Re: Way to disable/remove the "Add or Remove Buttons" item?</title>
      <description>Hi Kevin,
 We can log your feature request.  Although it is pretty standard behavior to see the Add or Remove Buttons item.  It is present in VS 2010 and VS 2012.  I don't have VS 2008 installed a...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20639/way-to-disableremove-the-add-or-remove-button" />
      <a10:updated>2012-11-16T11:49:30Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5b89daf5-b372-4d78-8127-8fb362553d79-102323</guid>
      <title>Re: Way to disable/remove the "Add or Remove Buttons" item?</title>
      <description>Hello, thanks for the follow-up I appreciate it.  Can this be considered in a future release as a feature request?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20639/way-to-disableremove-the-add-or-remove-button" />
      <a10:updated>2012-11-16T11:06:19Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5b89daf5-b372-4d78-8127-8fb362553d79-102313</guid>
      <title>Re: Way to disable/remove the "Add or Remove Buttons" item?</title>
      <description>Hi Kevin,
 I'm sorry but it doesn't appear like there are any options to prevent the Add or Remove Buttons option from showing on those overflow popups.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20639/way-to-disableremove-the-add-or-remove-button" />
      <a10:updated>2012-11-16T11:03:06Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5b89daf5-b372-4d78-8127-8fb362553d79-102312</guid>
      <title>Way to disable/remove the "Add or Remove Buttons" item?</title>
      <description>We are trying to replicate the toolbar overflow functionality seen in Visual Studio 2008 when a tool window causes the toolbar to overflow.  (Example: the Output window).
 In Visual Studio this ca...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20639/way-to-disableremove-the-add-or-remove-button" />
      <a10:updated>2012-11-15T13:37:17Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">7660b53f-4d7b-46ce-9f13-9c7b80fb3756-101264</guid>
      <title>Re: Toolbar buttons</title>
      <description>Hi Stepan,
 Sorry, nothing has changed for that.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3205/toolbar-buttons" />
      <a10:updated>2012-07-05T15:38:31Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">7660b53f-4d7b-46ce-9f13-9c7b80fb3756-101263</guid>
      <title>Re: Toolbar buttons</title>
      <description>2) Is it possible to have some buttons on the right side of the toolbar?
 Posted 4 years ago
 2) No, that option isn't currently available

 Is it still inpossible with newest versions?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3205/toolbar-buttons" />
      <a10:updated>2012-07-05T10:26:37Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">09e77cae-4897-4e61-ac31-c1829a8229af-19714</guid>
      <title>Re: BUG: DockManager.SelectedDocumentChanged not always fired</title>
      <description>Yes it works fine with Activate(false). It&amp;#39;s true that I don&amp;#39;t need to focus the tool windows in my case but I might have wanted to...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/5365/bug-dockmanagerselecteddocumentchanged-not-al" />
      <a10:updated>2010-11-30T15:19:03Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">09e77cae-4897-4e61-ac31-c1829a8229af-19710</guid>
      <title>Re: BUG: DockManager.SelectedDocumentChanged not always fired</title>
      <description>Ok this seems to something we ran into in the past where something inside of core WinForms focus tracking breaks down.  The good news is that if you change your code to Activate(false) it seems to ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/5365/bug-dockmanagerselecteddocumentchanged-not-al" />
      <a10:updated>2010-11-30T12:42:29Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">09e77cae-4897-4e61-ac31-c1829a8229af-19704</guid>
      <title>Re: BUG: DockManager.SelectedDocumentChanged not always fired</title>
      <description>Ok.

Take the Docking demo app.

Edit the DockForm.cs file, changing the dockManager_SelectedDocumentChanged part :

Code before :

private void dockManager_SelectedDocumentChanged(object s...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/5365/bug-dockmanagerselecteddocumentchanged-not-al" />
      <a10:updated>2010-11-29T17:24:43Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">09e77cae-4897-4e61-ac31-c1829a8229af-19703</guid>
      <title>Re: BUG: DockManager.SelectedDocumentChanged not always fired</title>
      <description>No I cannot reproduce the behavior in the Docking demo either. But I can say what is the difference between the demo and my App :

When I detect the SelectedDocumentChanged event I open two ToolW...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/5365/bug-dockmanagerselecteddocumentchanged-not-al" />
      <a10:updated>2010-11-29T17:13:45Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">09e77cae-4897-4e61-ac31-c1829a8229af-19698</guid>
      <title>Re: BUG: DockManager.SelectedDocumentChanged not always fired</title>
      <description>We tried to repro this in our Docking demo but couldn&amp;#39;t.  Do you see it happening there, and if so, what are the exact steps?

Also are you running the latest build?

Please let us know ASA...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/5365/bug-dockmanagerselecteddocumentchanged-not-al" />
      <a10:updated>2010-11-29T12:39:49Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">09e77cae-4897-4e61-ac31-c1829a8229af-19695</guid>
      <title>BUG: DockManager.SelectedDocumentChanged not always fired</title>
      <description>Hi,

I have this ennoying behaviour with the DockManager that the document selection failed when the screen is splitted in several areas. 

=&amp;gt; open two documents
=&amp;gt; split them vertically...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/5365/bug-dockmanagerselecteddocumentchanged-not-al" />
      <a10:updated>2010-11-29T10:35:57Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">439962bb-26eb-44b9-8eb6-b1983ac0e1f6-17747</guid>
      <title>Re: BarTextBoxCommand problem with non-US keyboard layout</title>
      <description>Oleg,

I tried configuring the French keyboard and it appears that it thinks you are trying to do an accelerator key (alt combination).  We&amp;#39;ll have to look in how to identify that this is a c...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4815/bartextboxcommand-problem-with-non-us-keyboar" />
      <a10:updated>2010-04-26T07:52:09Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">439962bb-26eb-44b9-8eb6-b1983ac0e1f6-17721</guid>
      <title>BarTextBoxCommand problem with non-US keyboard layout</title>
      <description>Hi,

We have a problem with BarTextBoxCommand control when using with French keyboard layout. It is impossible to type any symbols with &amp;quot;AltGr&amp;quot; (right Alt) key to this text box control....</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4815/bartextboxcommand-problem-with-non-us-keyboar" />
      <a10:updated>2010-04-23T10:23:11Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">dd233222-f55b-4ed1-bff3-c9da0bcf8d8c-17610</guid>
      <title>Re: Toolbar with textbox control problem</title>
      <description>Actually that is by design.  VS 2008 does the same thing.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4774/toolbar-with-textbox-control-problem" />
      <a10:updated>2010-04-15T11:35:25Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">dd233222-f55b-4ed1-bff3-c9da0bcf8d8c-17609</guid>
      <title>Re: Toolbar with textbox control problem</title>
      <description>The problem is in the fact the only one of these toolbars has this control (textbox). But it is shown in both toolbars in this case which is not right.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4774/toolbar-with-textbox-control-problem" />
      <a10:updated>2010-04-15T11:27:18Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">dd233222-f55b-4ed1-bff3-c9da0bcf8d8c-17606</guid>
      <title>Re: Toolbar with textbox control problem</title>
      <description>Hi Oleg,

After fixing the width issue you previously posted, I believe everything else is working correctly.  

If you have both toolbars on the same dock location and in the same row, and the...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4774/toolbar-with-textbox-control-problem" />
      <a10:updated>2010-04-15T11:22:27Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">774d942f-5b87-4b6f-ae6e-17f87e52b350-17604</guid>
      <title>Re: Toolbar with textbox control becomes too big</title>
      <description>Hi Oleg,

Thanks for the bug report, we found the issue that was introduced in the previous build and fixed it for the next maintenance release.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4773/toolbar-with-textbox-control-becomes-too-big" />
      <a10:updated>2010-04-15T11:17:09Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">dd233222-f55b-4ed1-bff3-c9da0bcf8d8c-17593</guid>
      <title>Toolbar with textbox control problem</title>
      <description>Textbox control from one toolbar may be displayed in other toolbars.

Steps to reproduce: 
1. Open Bar Controls sample. 
2. Place &amp;#39;Standard&amp;#39; toolbar at the right/left side of the window...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4774/toolbar-with-textbox-control-problem" />
      <a10:updated>2010-04-14T11:20:55Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">774d942f-5b87-4b6f-ae6e-17f87e52b350-17591</guid>
      <title>Toolbar with textbox control becomes too big</title>
      <description>Toolbar with textbox control becomes wide when placed at the right/left side of the window. Which doesn&amp;#39;t seem to be right.

Steps to reproduce: 
1. Open Bar Controls sample.
2. Place Stand...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4773/toolbar-with-textbox-control-becomes-too-big" />
      <a10:updated>2010-04-14T10:58:05Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">fdf9a0a4-2818-4e9d-86d6-2c3a61de3245-17177</guid>
      <title>Re: Using Actipro sources and Licensing</title>
      <description>Hi Stepan,

The source code only comes in the optional Blueprint license.  So if you already have an Enterprise license, then you&amp;#39;d need a Blueprint license as well to get source code if you ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4652/using-actipro-sources-and-licensing" />
      <a10:updated>2010-03-01T11:17:11Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">fdf9a0a4-2818-4e9d-86d6-2c3a61de3245-17164</guid>
      <title>Using Actipro sources and Licensing</title>
      <description>Hi,
Our company have Enterprise license for UIStudio.
To have some additional functionality with Bar Custom Commands
I need to use modified UIStudio.Bar project or just sources in my application...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4652/using-actipro-sources-and-licensing" />
      <a10:updated>2010-03-01T05:11:08Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6854f4ab-ed58-408c-8ec0-efd974b91a14-17150</guid>
      <title>Re: Custom control on toolbar</title>
      <description>Yeah, I already get this, thanks.
For now I just replacing any desired command declaration by custom one in designer generated code.
But it would be nice to have a similar behavior as described a...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1645/custom-control-on-toolbar" />
      <a10:updated>2010-02-26T15:34:19Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6854f4ab-ed58-408c-8ec0-efd974b91a14-17148</guid>
      <title>Re: Custom control on toolbar</title>
      <description>Hi Stepan,

Unfortunately it won&amp;#39;t show up in design time out of the box as an available option to be added.  If you have the source you could integrate your customer control into that design...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1645/custom-control-on-toolbar" />
      <a10:updated>2010-02-26T15:19:27Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6854f4ab-ed58-408c-8ec0-efd974b91a14-17139</guid>
      <title>Re: Custom control on toolbar</title>
      <description>Those attributes worked for me previously to have custom controls (inherited from ToolStripControlHostBase) available for standard ToolStrip control.
But now we are talking about BarCustomControlC...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1645/custom-control-on-toolbar" />
      <a10:updated>2010-02-26T04:28:31Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6854f4ab-ed58-408c-8ec0-efd974b91a14-17136</guid>
      <title>Re: Custom control on toolbar</title>
      <description>Use attributes

[ToolboxItemAttribute(true)]
[ToolStripItemDesignerAvailability(ToolStripItemDesignerAvailability.All)]
public class LabeledAttrFilterComboBoxToolStripItem : ToolStripControlHos...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1645/custom-control-on-toolbar" />
      <a10:updated>2010-02-26T01:16:47Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6854f4ab-ed58-408c-8ec0-efd974b91a14-17130</guid>
      <title>Re: Custom control on toolbar</title>
      <description>Thanks for the code!
But is there any way to have BarCustomControlCommand/BarCustomControlLink inherited controls (BarDateTimePicker in sample code) available in design time?
Thanks.
Regards</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1645/custom-control-on-toolbar" />
      <a10:updated>2010-02-25T15:53:16Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6854f4ab-ed58-408c-8ec0-efd974b91a14-17120</guid>
      <title>Re: Custom control on toolbar</title>
      <description>Please, send to me either.
Thanks!</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1645/custom-control-on-toolbar" />
      <a10:updated>2010-02-25T10:53:27Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">a635c04a-1571-4772-b79a-0bd162c2ec5f-17038</guid>
      <title>Re: Right-docked toolbar displays text incorrectly</title>
      <description>Oleg,

Sorry, I believe our email server was down for a bit on the day you wrote this so we never got a notification of the post.

Thanks, we&amp;#39;ve fixed this for the next maintenance release.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4560/right-docked-toolbar-displays-text-incorrectl" />
      <a10:updated>2010-02-16T14:35:17Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">a635c04a-1571-4772-b79a-0bd162c2ec5f-17024</guid>
      <title>Re: Right-docked toolbar displays text incorrectly</title>
      <description>Any info on that?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4560/right-docked-toolbar-displays-text-incorrectl" />
      <a10:updated>2010-02-16T05:19:59Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">a635c04a-1571-4772-b79a-0bd162c2ec5f-16818</guid>
      <title>Right-docked toolbar displays text incorrectly</title>
      <description>Hi 

Toolbar with text items can be incorrectly displayed if it was moved to the right side of the window.

Steps to reproduce:
 - Open &amp;#39;Bar Controls&amp;#39; sample application
 - Drag toolb...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4560/right-docked-toolbar-displays-text-incorrectl" />
      <a10:updated>2010-01-28T04:20:57Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f95907d4-2c8b-4418-8040-0546bb19075b-16346</guid>
      <title>Re: Accessing menu items via hotkeys regression issue</title>
      <description>Oleg,

This was reported by your company by Vadim via a support ticket early last week and we already gave him a link to a new build that should fix it.  We&amp;#39;re waiting to hear his reply.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4421/accessing-menu-items-via-hotkeys-regression-i" />
      <a10:updated>2009-12-07T15:22:22Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f95907d4-2c8b-4418-8040-0546bb19075b-16342</guid>
      <title>Accessing menu items via hotkeys regression issue</title>
      <description>We&amp;#39;ve found a regression issue with UI Studio v.108 (v.107 also) menu bar. There were no such problem with UI Studio v.100.

Here is the problem: accessing menu items via hotkeys passes the k...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4421/accessing-menu-items-via-hotkeys-regression-i" />
      <a10:updated>2009-12-07T10:25:49Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d60b9adc-a7f1-42cf-aa67-6332f2d07117-16072</guid>
      <title>Re: Context menus for context menus?</title>
      <description>Hi Chien,

Please submit a simple sample project to us via email and we&amp;#39;ll take a look to see if we can think of anything that may help you work around this.  Thanks.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4336/context-menus-for-context-menus" />
      <a10:updated>2009-10-30T15:20:38Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d60b9adc-a7f1-42cf-aa67-6332f2d07117-16056</guid>
      <title>Context menus for context menus?</title>
      <description>Hi, I&amp;#39;m handling the click event of command links located on a MenuBar dropdown menu in order to try and open a PopupMenu upon right-clicking - basically a context menu for a menu (eg right-cli...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4336/context-menus-for-context-menus" />
      <a10:updated>2009-10-30T02:29:13Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">fcc0c55d-76ea-4a1b-8bed-153dcc05cbd3-15986</guid>
      <title>Re: the BarManager component eats my exceptions</title>
      <description>St&amp;#233;phane,

I&amp;#39;m not sure we have any code to catch exceptions from command handlers however it is a good idea to catch exceptions that occur during keyboard shortcuts because the keyboard...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4313/the-barmanager-component-eats-my-exceptions" />
      <a10:updated>2009-10-22T15:48:14Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">fcc0c55d-76ea-4a1b-8bed-153dcc05cbd3-15976</guid>
      <title>the BarManager component eats my exceptions</title>
      <description>Hello,

This bug is easy to reproduce:
I customized a command by derivating a class from the BarButtonCommand class, in the OnClick overriden method, I throw an exception.

When the command is...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4313/the-barmanager-component-eats-my-exceptions" />
      <a10:updated>2009-10-22T07:33:49Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6854f4ab-ed58-408c-8ec0-efd974b91a14-15592</guid>
      <title>Re: Custom control on toolbar</title>
      <description>I&amp;#39;m also trying to solve the same issue and would be interested in the code you sent before.

Thank you</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1645/custom-control-on-toolbar" />
      <a10:updated>2009-09-04T08:08:28Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ecf7a5f8-b448-47fc-aa9b-b19ea24ec018-15522</guid>
      <title>Re: Menu flicker on Windows 7</title>
      <description>Set barManager.PopupAnimation = BarPopupAnimation.None.  That should resolve it.  We&amp;#39;re going to make this the default going forward (instead of Fade) since we&amp;#39;ve been unable to resolve tha...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4181/menu-flicker-on-windows-7" />
      <a10:updated>2009-08-28T15:35:36Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ecf7a5f8-b448-47fc-aa9b-b19ea24ec018-15515</guid>
      <title>Menu flicker on Windows 7</title>
      <description>When I click on the File menu in Bar C# sample application, the menu is shown, then hidden and reshown - resulting in annoying flickering. This happens to all menus, e.g. chevron/dropdown button me...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4181/menu-flicker-on-windows-7" />
      <a10:updated>2009-08-28T10:18:20Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f1b5fb62-923f-49bc-8113-e7ee483654c6-15222</guid>
      <title>Re: Caption/Label for BarComboBox</title>
      <description>Maybe try using a BarLabelLink and related command instead.  That is intended to be a static label and should look better than a disabled button would.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4109/captionlabel-for-barcombobox" />
      <a10:updated>2009-08-04T15:30:44Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f1b5fb62-923f-49bc-8113-e7ee483654c6-15220</guid>
      <title>Caption/Label for BarComboBox</title>
      <description>I&amp;#39;m using the following code to add a combo box to my toolbar. I want to show the text of the combo box next to it. How do I do that?

var mainScalingBarComboBoxCommand = new BarComboBoxComma...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4109/captionlabel-for-barcombobox" />
      <a10:updated>2009-08-04T14:20:18Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">30ea3f78-cba0-4037-b1ff-c2b046dc2af4-13271</guid>
      <title>Re: DropDownWidth does not have any effect in BarComboBoxCommand</title>
      <description>Hi Marianne,

Thanks, you are correct there is a bug where the drop-down width wasn&amp;#39;t taking effect.  We&amp;#39;re changing it so if it is -1 it will be have like now.  Otherwise you can set it ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3581/dropdownwidth-does-not-have-any-effect-in-bar" />
      <a10:updated>2009-02-09T10:27:06Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">30ea3f78-cba0-4037-b1ff-c2b046dc2af4-13268</guid>
      <title>DropDownWidth does not have any effect in BarComboBoxCommand</title>
      <description>Changing this value seems to have no effect.  Can you confirm this?  

Also, can you provide an option to tooltip an item that is hovered over in the dropdown?  I use this for argument lists and ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3581/dropdownwidth-does-not-have-any-effect-in-bar" />
      <a10:updated>2009-02-07T15:55:27Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">cf659623-1ce8-4868-9892-2208db9a31f2-12904</guid>
      <title>Re: BarTextBoxCommand and keyboard shortcuts</title>
      <description>We just had a release last week so it may not be for a little while until we cache up more changes.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3467/bartextboxcommand-and-keyboard-shortcuts" />
      <a10:updated>2008-12-19T15:29:19Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">cf659623-1ce8-4868-9892-2208db9a31f2-12896</guid>
      <title>Re: BarTextBoxCommand and keyboard shortcuts</title>
      <description>Ok.
When scheduled the next maintenance release?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3467/bartextboxcommand-and-keyboard-shortcuts" />
      <a10:updated>2008-12-19T05:32:34Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">cf659623-1ce8-4868-9892-2208db9a31f2-12892</guid>
      <title>Re: BarTextBoxCommand and keyboard shortcuts</title>
      <description>Max,

Thanks, we&amp;#39;ll try and tweak this for the next maintenance release.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3467/bartextboxcommand-and-keyboard-shortcuts" />
      <a10:updated>2008-12-18T14:36:31Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">cf659623-1ce8-4868-9892-2208db9a31f2-12888</guid>
      <title>BarTextBoxCommand and keyboard shortcuts</title>
      <description>Hello.
I am using run-time customization toolbars from UIStudio v2.0.0100 for Windows Forms. 
I place the edit box(BarTextBoxCommand class) on a toolbar.
After I start to enter symbols in the ed...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3467/bartextboxcommand-and-keyboard-shortcuts" />
      <a10:updated>2008-12-18T05:15:48Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">60de8ea0-3ef0-44bc-bb98-79476125576d-12871</guid>
      <title>Re: incorrect restore invisibility state for menu elements</title>
      <description>We&amp;#39;re not aware of any problems with the differential layout loads and that same code has been in place for quite a while.  First, I&amp;#39;d try grabbing the latest build 105 from our web site to...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3461/incorrect-restore-invisibility-state-for-menu" />
      <a10:updated>2008-12-16T14:59:44Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">60de8ea0-3ef0-44bc-bb98-79476125576d-12859</guid>
      <title>incorrect restore invisibility state for menu elements</title>
      <description>I am using run-time customization toolbars from UIStudio v2.0.0100 for Windows Forms.

I have found the following bug with use LoadBarLayoutFromFile\SaveBarLayoutToFile functions.
The condition ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3461/incorrect-restore-invisibility-state-for-menu" />
      <a10:updated>2008-12-15T10:58:57Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d16a9dd1-eae2-4a86-849a-6b4fdc20d572-12848</guid>
      <title>Re: StatusBarProgressBarPanel</title>
      <description>Miriam,

As mentioned above, the Windows visual styles render those progressbars so there isn&amp;#39;t any customization for them.

Please look at the Global Renders documentation topic for help o...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3447/statusbarprogressbarpanel" />
      <a10:updated>2008-12-12T15:41:13Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d16a9dd1-eae2-4a86-849a-6b4fdc20d572-12841</guid>
      <title>Re: StatusBarProgressBarPanel</title>
      <description>I checked the BarControls sample and it was not an issue. So I compared my code with that and changed the properties to match that of the sample. Now my code works just fine, although I am not sure...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3447/statusbarprogressbarpanel" />
      <a10:updated>2008-12-12T08:48:07Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d16a9dd1-eae2-4a86-849a-6b4fdc20d572-12830</guid>
      <title>Re: StatusBarProgressBarPanel</title>
      <description>Miriam,

Those two renderers use System.Windows.Forms.VisualStyles.VisualStyleRenderer to render their contents.  But still they both check VisualStyleRenderer.IsSupported before using it.  If th...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3447/statusbarprogressbarpanel" />
      <a10:updated>2008-12-11T15:18:01Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d16a9dd1-eae2-4a86-849a-6b4fdc20d572-12808</guid>
      <title>StatusBarProgressBarPanel</title>
      <description>I am using the StatusBarProgressBarPanel on my StatusBar. Everything is fine if I set my Renderer to VisualStudio2002StatusBarRenderer.

As soon as I set it to either Office2003StausBarRenderer o...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3447/statusbarprogressbarpanel" />
      <a10:updated>2008-12-10T15:09:47Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">b756eb4c-85a4-4e13-b1e7-fb080ab4347b-12511</guid>
      <title>Re: Tooltips in High Contrast Mode</title>
      <description>Unfortunately not, it&amp;#39;s just using the standard Tooltip right now.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3355/tooltips-in-high-contrast-mode" />
      <a10:updated>2008-11-11T15:43:15Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">b756eb4c-85a4-4e13-b1e7-fb080ab4347b-12507</guid>
      <title>Re: Tooltips in High Contrast Mode</title>
      <description>Thanks, I just verified it with a simple WinForms project, the standard tooltip is not visible. BTW, is there a way to override tooltips for say, toolbar buttons, and show a custom one, e.g. super-...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3355/tooltips-in-high-contrast-mode" />
      <a10:updated>2008-11-11T10:24:14Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">b756eb4c-85a4-4e13-b1e7-fb080ab4347b-12489</guid>
      <title>Re: Tooltips in High Contrast Mode</title>
      <description>Hi Joerg,

We actually don&amp;#39;t draw that ourselves at all, it&amp;#39;s using the built-in WinForms ToolTip control with default settings.  I&amp;#39;ve noticed that that control will use the SystemCol...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3355/tooltips-in-high-contrast-mode" />
      <a10:updated>2008-11-10T10:59:15Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">b756eb4c-85a4-4e13-b1e7-fb080ab4347b-12480</guid>
      <title>Tooltips in High Contrast Mode</title>
      <description>Hi, I noticed that tooltip content (I&amp;#39;m using dockable toolbars with UIRendererManager) is not visible in high contrast mode (default - black background). This happens regardless of the color s...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3355/tooltips-in-high-contrast-mode" />
      <a10:updated>2008-11-09T05:26:51Z</a10:updated>
    </item>
  </channel>
</rss>