Search the sdk doc for dscontrol.
Stephen Blair
Product Support Team Lead, Softimage
Montreal, Quebec, Canada
Blog<http://xsisupport.wordpress.com/> | KB<http://autodesk.com/softimage-support> | Wiki<http://autodesk.com/softimage-kb>
If you would like to comment on my work, please contact my manager chris....@autodesk.com<mailto:sy.do...@autodesk.com>.
Autodesk Subscription<http://www.autodesk.com/subscription> The smartest way to optimize your software investment.
Hans Payer wrote:
> It looks like it could do the trick. but there's not much reference in
> the SDK. I got this so far by guessing but the 3rd line fails
>
> item = layout.AddItem("password", "", "dscontrol")
> item.SetAttribute( "Class", "Edit" )
> item.SetAttribute( "siUIStyle", "ES_PASSWORD")
>
> I also tried:
> item.SetAttribute( "Caption", "ES_PASSWORD") #doesn't fail but the
> ES_PASSWORD doesn't do anything
> item.SetAttribute( "Caption", "ES_PASSWORD= 1") #same
> item.SetAttribute( "Caption", ";ES_PASSWORD= 1") #same
>
> Any tips where I can find dscontrol info? Google isn't giving me much.
>
>
> On Tue, Nov 24, 2009 at 11:50 AM, Stephen Blair
> <Stephe...@autodesk.com <mailto:Stephe...@autodesk.com>> wrote:
>
> Maybe you could use dscontrol with the ES_PASSWORD style?
>
> Search the sdk doc for dscontrol.
>
> Stephen Blair
> Product Support Team Lead, Softimage
> Montreal, Quebec, Canada
> Blog<http://xsisupport.wordpress.com/> |
> KB<http://autodesk.com/softimage-support> |
> Wiki<http://autodesk.com/softimage-kb>
>
> If you would like to comment on my work, please contact my manager
> chris....@autodesk.com
> <mailto:chris....@autodesk.com><mailto:sy.do...@autodesk.com
From: softimag...@listproc.autodesk.com [mailto:softimag...@listproc.autodesk.com] On Behalf Of Hans Payer
Sent: November-24-09 4:36 PM
To: soft...@listproc.autodesk.com
Subject: Re: PPG with star password input?
It looks like it could do the trick. but there's not much reference in the SDK. I got this so far by guessing but the 3rd line fails
item = layout.AddItem("password", "", "dscontrol")
item.SetAttribute( "Class", "Edit" )
item.SetAttribute( "siUIStyle", "ES_PASSWORD")
I also tried:
item.SetAttribute( "Caption", "ES_PASSWORD") #doesn't fail but the ES_PASSWORD doesn't do anything
item.SetAttribute( "Caption", "ES_PASSWORD= 1") #same
item.SetAttribute( "Caption", ";ES_PASSWORD= 1") #same
Any tips where I can find dscontrol info? Google isn't giving me much.
On Tue, Nov 24, 2009 at 11:50 AM, Stephen Blair <Stephe...@autodesk.com<mailto:Stephe...@autodesk.com>> wrote:
Maybe you could use dscontrol with the ES_PASSWORD style?
Search the sdk doc for dscontrol.
Stephen Blair
Product Support Team Lead, Softimage
Montreal, Quebec, Canada
Blog<http://xsisupport.wordpress.com/> | KB<http://autodesk.com/softimage-support> | Wiki<http://autodesk.com/softimage-kb>
If you would like to comment on my work, please contact my manager chris....@autodesk.com<mailto:chris....@autodesk.com><mailto:sy.do...@autodesk.com<mailto:sy.do...@autodesk.com>>.
Autodesk Subscription<http://www.autodesk.com/subscription> The smartest way to optimize your software investment.
Any tips where I can find dscontrol info? Google isn't giving me much..