RS SDK - Opening i.e. Paths&Targets in AddIn tab
blind3rr
✭
Hello,
please could anyone tell me how can I open Paths&Targets or Layout window in my AddIn tab please?
thx
br,
blinder
please could anyone tell me how can I open Paths&Targets or Layout window in my AddIn tab please?
thx
br,
blinder
Benteler Maschinenbau CZ
0
Comments
-
Hi,You can control the visibility of a Window on a ribbon tab by using the SetTabVisibility() method. So if you have created your own tab with id="myRibbonTabId", then something like this should work:RibbonTab myTab = UIEnvironment.RibbonTabs["myRibbonTabId"];ToolWindow layoutWnd = UIEnvironment.Windows["ObjectBrowser"] as ToolWindow;if (layoutWnd != null) layoutWnd.SetTabVisibility(myTab, true);ToolWindow pathWnd = UIEnvironment.Windows["ElementBrowser"] as ToolWindow;if (pathWnd != null) layoutWnd.SetTabVisibility(myTab, true);/AndersAnders Ekelund
Architect, RobotStudio
ABB1 -
big thanks!
Benteler Maschinenbau CZ0
Categories
- All Categories
- 5.5K RobotStudio
- 395 UpFeed
- 18 Tutorials
- 13 RobotApps
- 297 PowerPacs
- 405 RobotStudio S4
- 1.8K Developer Tools
- 249 ScreenMaker
- 2.7K Robot Controller
- 310 IRC5
- 59 OmniCore
- 7 RCS (Realistic Controller Simulation)
- 785 RAPID Programming
- AppStudio
- 3 RobotStudio AR Viewer
- 18 Wizard Easy Programming
- 105 Collaborative Robots
- 4 Job listings