Brickselectordlg::Update(); ?
BrickSelectorDlg.Update()
I think a better form to say this isCode: [Select]BrickSelectorDlg.Update()Try using correct case(it works anyway) and using a . when calling functionsWhat you did is totally correct code.Anyway, ::update() is not a method
Deep is being dumb ignore him.
I left it completely open for corrections.
Why don't i see you on blockland anymore deep?EDIT: BrickSelectorDlg.Update(); is not a Defualt command for the BrickSelectorDlg
Using ::update allows you to call it as a static method which is perfectly acceptable, provided you pass the BSDSelectorDlg as the first parameter.
What you did is totally correct code.