|
Browse by Tags
All Tags » ToolClick ( RSS)
-
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...
-
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...
-
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.
-
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...
-
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
-
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...
-
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...
Page 1 of 1 (7 items)
|
|