StrataFrame Forum

Custom login form

http://forum.strataframe.net/Topic3488.aspx

By Ivan George Borges - 10/10/2006

Hya.

I've added a SF Login Form to my application. By the way, thanks for creating a template to us.

I noticed the labels are not localizable. The GradientFormHeader is, but for some reason, no matter what I put in the DetailText or in the Title, the original contents will come at run time.

Think I can just replace them, right?

By StrataFrame Team - 10/11/2006

Ah, when I created the login form template, I just copied over the existing LoginForm from the Security assembly.  It allows you to specify the header title and detail text, so there are properties.  For now, if you go to the main code file of the form, and open the Private Fields region you will see the values that you need to change to get it to change the title and detail text.  I'll change that in future versions so when you change them in the form designer those changes are reflected at runtime.  Sorry for the confusion.
By Ivan George Borges - 10/11/2006

Thanks Ben.
By StrataFrame Team - 10/11/2006

No problem Smile
By StarkMike - 12/5/2006

Thanks Ivan and Ben. I just ran into this issue and this post gave me my answer. Cool
By Ivan George Borges - 12/6/2006

Good to hear that.