Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » ToolClick (RSS)
  • Clicking a tool on a toolbar programatically either in c# or TestComplete

    I've been using TestComplete to automate some tests and have ran into an issue trying to click on tools on a toolbar. My current method involves getting the X/Y of the tool and positioning the mouse over it to click it. I've done some searching on the net and found some references to a ClickToolbarTool...
    Posted to Forum by AaronTFoley on 11-17-2008
  • Enable tool items when trying to implement formatting on the RTF control.

    I would like to enable my toolbar when i select a portion of text on RTF and try to click on dropdown list to implement some special custom formatting. I have implemented GotFocus/LostFocus on RTF control to enable/disable few of the RTF-control specific tool-items(of UltraToolbarManager). Now the problem...
    Posted to Forum by ptpavankumar on 07-10-2008
  • Close All Windows tool in MdiWindowListTool doesn't trigger ToolClick event

    I need to add custom code to my application in case the user clicks on the "Close All Windows" tool in my MdiWindowList but the ToolClick event in my WinToolBar is not being triggered. Any help will be appreciated.
    Posted to Forum by apollo_mis on 05-14-2008
  • controls comparability issue with CAB

    Hi there It seems that ButtonTool is missing a eventhandler for the AddPublication function to successfully registed the event. private void AddApplicaitonCloseButton() { ButtonTool btn = new ButtonTool("ApplicationClose"); btn.SharedProps.Caption = "&Close"; WorkItem.UIExtensionSites...
    Posted to Forum by mcsean on 05-05-2008
  • Re: UltraTool bar

    Hi Thanks in advance. If the toolclick method is not exposed and if we can’t access it? Is there any other method that we can invoke the click using .net spy on QTP ? Thanks, Kala
    Posted to Forum by kalasubramanyam on 02-12-2008
  • Re: Single Toolclick event code for all toolbars?

    Events handler can be set up to individual tools this way: UltraToolbarManager.Toolbars["ToolbarKey"].Tools["ToolKey"].ToolClick or ToolDoubleClick or any other event available for a tool. Just make sure you don't forget to set the Key value for the toolbars and the tools. Hope...
    Posted to Forum by ehaisiuc on 02-08-2008
  • Single Toolclick event code for all toolbars?

    I apologize if I am missing something here, but it looks like there is a single event handler for all clicks on all tools for all ultratoolbars on a form. Is this right? So I place an UltraToolBarManager control on my form, add a menu bar and a toolbar, add some menus and buttons, and then I have a giant...
    Posted to Forum by hcsrpm on 02-08-2008
Page 1 of 1 (7 items)
Powered by Community Server (Commercial Edition), by Telligent Systems