Hi, Yeah, theRender.ip is valid as I’m using it in another button. Here all the DlgProc code. class RenderDlgProc : public ParamMap2UserDlgProc {…
Never mind, I have got it fixed I was missing one line of code ^^ Thanks for the help anyways.
Hi, its the &LumDlgProc within the ParamBlockDesc2. That was orignally set to NULL, but as I need control over the Button, I created a DlgProc. If…
Thank you, works like a treat
Ahh it works Thank you for all the help !!!
Hi, I was able to fix the issue I had with FP, although a new one has appeared. I am creating a Utility, but none of the Utilities will work unless it…
I agree, but at the moment, I have to open it via the hammer before I use the hotkey. Once it has been opened once, the code works fine, but unless I …
Thats great, it now opens up the Dialog. Although it only works if it has created the instance first (Clicking on the hammer tool and selecting). So h…