2008-12-26 07:43 UTC
Barry - Owen , I was in in your class in LV
I need some help to reveal some questions as a new user
1) why i get several different results when I use the (Setq rValue (dcl_Form_GetHwnd MakPalette)) ?
2) would bepossible if I provided the class AFX: for the form and the Autocad any chance someone with C++ could help hide and top most the .Odcl form with the right click event?
3) is in the near new release will be possible to resize the control, and form proportional by grap the form, and write .ini so the last change will be preset.
4) is in the new release we will have an index in the properties of the OpenDcl ?
5) did any one have a luck to MoveTablet or palette to follow the last click or position of mousepos.x and mousepos.y on autocad?
6) Does this looks okay, it works but not with every bottun?
(defun c:MakPalette_MakPalette_GraphicButton4_OnClicked ()
(dcl_Form_hide MakPalette)
(command "._ddinsert")
(dcl_Form_show MakPalette))
these all my question in version 4 , any help will be appreciated, sorry for my broken English.
