Sunday, February 05, 2012
tilew indows
Last Post 26 Jan 2010 10:39 AM by R.D. Holland. 1 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
aliUser is Offline
New Member
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. HollandUser is Offline
Solid Edge Developer
New Member
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.

Active Forums 4.2
Copyright © 2011 JasonNewell.NET