On Mon, Aug 27, 2012 at 4:02 PM, Steven Caron <[email protected]> wrote:
> these are only exposed to the cpp api right? so i need to expose this to
> scripting in the QtSoftimage plugin...

 it's there in scripting

desktop = Application.Desktop
desktop.SuspendWin32ControlsHook()
desktop.RestoreWin32ControlsHook()

On Mon, Aug 27, 2012 at 4:02 PM, Steven Caron <[email protected]> wrote:
> these are only exposed to the cpp api right? so i need to expose this to
> scripting in the QtSoftimage plugin...
>
> s
>
>
> On Mon, Aug 27, 2012 at 12:55 PM, Luc-Eric Rousseau <[email protected]>
> wrote:
>>
>> If Softimage is changing the look of the controls in your dialog box in an
>> unpleasant way, use the method SuspendWin32ControlsHook before creating the
>> dialog, and call  RestoreWin32ControlsHook afterwards
>>
>> http://softimage.wiki.softimage.com/index.php?title=Desktop_Cpp_Class
>
>

Reply via email to