ObjectARX
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

anyone give me an example of DockPanel like Acad's PropertyDlg ?

3 REPLIES 3
Reply
Message 1 of 4
Anonymous
379 Views, 3 Replies

anyone give me an example of DockPanel like Acad's PropertyDlg ?

I used to derive Acad's "CAdUiDockControlBar" to display my own MFC dialog on AutoCAD,  it works well, but its minisize button failed to work,  so can anyone give me an example of DockingPanel floating on AutoCAD (C++ OjbectARX)?

3 REPLIES 3
Message 2 of 4
owenwengerd
in reply to: Anonymous

Maybe you should derive from CAcUiDockControlBar instead?

--
Owen Wengerd
ManuSoft
Message 3 of 4
Anonymous
in reply to: owenwengerd

I tested my code on AutoCAD 2008 , maybe ACAD's higher version solves this problem? 

 

The CAcUiDockControlBar class adds to the CAdUiDockControlBar class a behavior common to AutoCAD dockable tools: when the user moves the mouse cursor out of the control bar region, the focus is automatically given back to AutoCAD.

 

I changed CAdUiDockControlBar to CAcUiDockControlBar, but the problem still exist.  

Message 4 of 4
owenwengerd
in reply to: Anonymous

I just checked, and it looks like AutoCAD 2008 has a properties palette derived from CAcUiPalette. Maybe that is why you're having trouble.

--
Owen Wengerd
ManuSoft

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost