Sunday, February 05, 2012
Home
Community
Forums
Solid Edge
Programming
General
Community Contributions
JasonNewell.NET
Products
PowerToys for Solid Edge
Solid Edge Addin Wizard
Solid Edge Spy
Downloads
Blog
Consulting
About
Donate
Community
Forums
Login
Register
Unanswered
Active Topics
Forums
Search
Members
Forums
>
Solid Edge
>
Programming
tilew indows
Last Post 26 Jan 2010 10:39 AM by
R.D. Holland
. 1 Replies.
Sort:
Oldest First
Most Recent First
Prev
Next
You are not authorized to post a reply.
Author
Messages
ali
New Member
Posts:24
23 Jan 2010 07:32 AM
Hi All !
what is the command to tile windows if more than one part are opened.
Regards
Ali
R.D. Holland
Solid Edge Developer
New Member
Posts:50
26 Jan 2010 10:39 AM
Use Jason's spy to monitor events. Then run the command manually and hopefully you will see the "BeforeCommandRun event and the spy (I hope) will report the ID out.
You can also add command IDs to tooltips by creating/changing a registry entry.
HKEY_CURRENT_USER\Software\Unigraphics Solutions\Solid Edge\Version 1023\ToolbarSettings - Add DWORD entry named TooltipCmdId and set it to 1. Then start edge and most command tooltips will have the ID added to them. For example, the view tab has an "Arrange" popup button and the tooltip shows me the ID for "Arrange" is 40004.
Unfortunately, that command ID simply kicks off the command that brings up the dialog that allows you to choose the tile option. So you have to do something hoakey like using SendInput Windows API to send the "enter" key (tiled is the default) to the app object.
Seems like the guys at SolidEdge would add this to the Windows API object!
You are not authorized to post a reply.
Solid Edge
--Programming
--General
--Community Contributions
JasonNewell.NET
--Announcements
--General
--PowerToys for Solid Edge
--Solid Edge Addin Wizard
--Solid Edge Spy
Forums
>
Solid Edge
>
Programming
Active Forums 4.2
Copyright © 2011 JasonNewell.NET
Terms Of Use
Privacy Statement