OpenDCL Forums

OpenDCL => Studio/Dialog Editor => Topic started by: Jim Short on November 28, 2012, 04:17:18 PM

Title: Recover control bar
Post by: Jim Short on November 28, 2012, 04:17:18 PM
What is the most direct way to get hold of a control bar that has positioned itself with the title bar off of the screen?
Title: Re: Recover control bar
Post by: Kerry on November 28, 2012, 05:48:10 PM

This MAY work

regedit to something like
HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R19.0\ACAD-B001:409\Profiles\KDUB19\OpenDCL\Dialogs\YOUR_ODCL_FORM_NAME

edit TopLeftX and TopLeftY to (say ) 10

hope that works ...
Title: Re: Recover control bar
Post by: Jim Short on November 29, 2012, 06:14:41 AM
Thanks Kerry,

That put me onto the right track. However, only one of the two loaded projects could be found in ..\OpenDCL\Dialogs\..

I did expose enough of the titlebar by resizing the form to move it on screen.

Jim