Hello everyone,
we are currently using the Infragistics ToolbarsManager in our application and have encountered an issue regarding the visual alignment of button text that we have not been able to resolve so far.
Specifically, the text labels of the toolbar…
In my UltraToolbarsManager instance, I have a PopupControlContainerTool with the BackColor set to red. (Top part of the following image)
When I hover over the drop down arrow, the label's BackColor resets. (Middle part of the image)
When I select the…
Hello,
I have Visual Studio 2022 (17.14.18), Infragistics 2023.1 and my project is .Net 8.
I cannot edit a WinForms UltraToolManager: It is missing buttons in the designer like "Insert New Tool".
When adding the items manually (in .Designer…
In an application I use the ribbon.In the ToolAreaRight of the ApplicationMenuI add the UltraWinToolbars.ListToolthat I fill with the function ListTool.ListToolItems.Add(key,text)
I show the tooltip for the ListToolItem, using the events MouseEnterElement…
We've an existing project from years ago using Infragistics for Win Forms. We've since upgraded to using the 2022 packages for Infragistics, also using VS2022 / .NET 6.
Unfortunately, I'm unable to see the in-place designer for the toolbars manager…
Promlem with Infragistics 22.2: The code "toolbarsManager.Tools.Exists (strKey)" returns false in releasemode and true in debugmode for tools whose Key contains a German Umlaut.With an older version of Infragistics (11.2) the application did…
Hi,
My application having Mainform ->Toolbarmanger , with Office2013 style. with this style ,On tab selection , its highlighting the tab with border.
we need to change like, . so that selected tab will be with underlined.
Please suggest , How to
Hello!I would appreciate for any support.I have an application on WinForms, C#, .Net 4.6 which uses UltraToolbarsManager of Infragistics4.Win.UltraWinToolbars.v12.2, Version=12.2.20122.2010.In the application I add a few shortcuts to call method:SpringRibbonService…
Hi
I have priority support with my subscription, but when I try to raise a ticket, I am told I don't
Customer support are not responding, I've sent two emails to my account manager, and left a message when I contacted them by phone. It's been…
I can't seem to find the Appearance of top half of a segmented PopupMenuTool, when that tool is displaying a dropdown menu:
The top-half always displays in light blue.
With UltraToolbarsManager1 .Office2007UICompatibility = False .UseAppStyling…
We are using UltraToolbarsManager under which multiple multiple RibbonGroup is configured for Ribbon menu look.
When user set the resolution on system as 125% and ,move mouse pointer to the any Ribbon Group, the controls inside the Ribbon Group starts…
Hi,I'm using UltraToolbarsManager and UltraToolbarDockArea which i'm using for a ribbon. When I'm using ShowDialog() I want to my UI to be blocked until an user finish his actions on showed form. Generally it works fine, but there is a problem when we…
I use an infragistic 13.1
Also this issue concern the Ultra Tool Bar Manager for Winform application
When a put the mouse over an image in the tool bar menu There is a color bleu that is show to indicate the selected image of the menu
I would like…
How can I change the colour of the arrows to denote sub-menus on Ribbon Menus?
There doesn't seem to be an Appearance for the arrows in in MenuSettings.
I hooked into the DrawElement for ArrowUIElement. This allows me to change the colour of enabled…
Facing this issue after upgrading to Infragistics Ultimate 2022 Vol. 2. Due to this issue I am not able to build my solution.
I want to use toolbarManagre.Style = ToolbarStyle.Office2013 for Ribbon and title bar however for toolbar tool and popup menu I want to use the default style i.e. officeXP. Is it possible to achieve this?
Thanks in advance
--Anil
It seems the UltraToolbarsManager Ribbon FileMenuButtonHotTrackAppearance doesn't work properly. I can set foreground and background colours here, but these have no effect if my cursor is over the File Menu Button. If I click on the button, then collapse…
Hello, I'm using UltraToolbarManager and Office2013 style in .isl file for it, UltraToolbarManager is attached to UltraToolbarsDockArea as a top panel. Whenever I'm disabling my top panel I'm blocking caption buttons (close, minimize, restore). I want…
Hi this is my first project I do with .NET 6 framework.
I've added the nuget package for the UltraToolbarManager, when adding the manager to a blanc form I don't see anything on the form, except a fill panel that is added
When adding the same…
Ultra Toolbar Manager Crashes without doing any activity even if application is in idle state
You can see the toolbar in following image:
Crashed Toolbar in following image:
Following file has error details:
New Text Document (2).txt See…
See…
I'm looking to add an item to the ribbon right click popup context menu.
The only option I see so far is to cancel the popup menu in the BeforeToolbarListDropdown event. Is there anything exposed that would allow me to add to this menu? Or is cancelling…
Hi there,
I am trying to scale icons, images and font size on the toolbar manager. I have scaled the images manually on the icons and font size is scaled depending on the Dpi change. I was wondering the file menu and other tabs on the toolbar manager…
All I have on my form is the UltraToolbarsManager with the NavigationsToolbar visible property set to true.
I add a container control to the navigation toolbar and point the 'Control' property to an ultraTextBox. When I run my app, i can never see…
Are there any plans to implement the new rounded corners WIndows 11 style into UltraFormManager & UltraToolsbarsManager?
I understand ToolbarsManager isn't listed as a supported control for DPI scaling (https://www.infragistics.com/help/winforms/dpi-scaling-support), but is there something I can do to manually force a refresh? I do handle an event where the DPI changes…