| | | 
StrataFrame Novice
       
Group: StrataFrame Users Last Login: Yesterday @ 7:00:22 AM Posts: 75, Visits: 445 |
| The default login form provided with the Core module is just fine. It is just annoying that I have to manually add the localization labels and logic to the source code with each release.
Thanks |
| | | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Yesterday @ 9:36:18 PM Posts: 597, Visits: 10,686 |
| | Hi Guillermo. Why do you need to add your labels after each release? Haven't you created your own Login form out of the SF Login Form template? |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 9:36:54 PM Posts: 4,200, Visits: 4,251 |
| | Guillermo, why do you need to add the localization files back? I have no idea why you would have this issue? We do not touch your localization files. |
| | | | 
StrataFrame Novice
       
Group: StrataFrame Users Last Login: Yesterday @ 7:00:22 AM Posts: 75, Visits: 445 |
| Ivan George Borges (04/28/2008)
Hi Guillermo. Why do you need to add your labels after each release? Haven't you created your own Login form out of the SF Login Form template? Hello Ivan, I rather use the one provided in SF since its all I need in my applications  Trent L. Taylor (04/28/2008) Guillermo, why do you need to add the localization files back? I have no idea why you would have this issue? We do not touch your localization files.Hi Trent, I've modified the SF login Form source to use localization labels, by default the SF Login Form doesn't support localization, at least it always pops in English to me. If you want I can send you the files of the SF Login Form I always need to modify with each release of SF source code. Maybe I'm doing something wrong or I can't explain myself  |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 9:36:54 PM Posts: 4,200, Visits: 4,251 |
| | I understand, but you really don't need to modify the SF localization for this. You should create a custom login for, then use the localization files for your application. That would be the better way to go about it so that the next update of SF will not break your application. Just a suggestion. |
| | | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Yesterday @ 9:36:18 PM Posts: 597, Visits: 10,686 |
| Hi Guillermo.Hello Ivan, I rather use the one provided in SF since its all I need in my applications  I understand that, but there's a template that will give you the same functionality, and then you can tweak it as you wish. Try adding a new item to your project, and then choose the Login Form template to have a look at it. Then, go to the AppMain.vb (or Program.cs), in the ShowLoginAndInitMainForm Sub, and set the login form to this newly created one: '-- Set the login form to your custom login form (optional) Login.LoginFormType = GetType(frm_Login) Hope it helps  |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 9:36:54 PM Posts: 4,200, Visits: 4,251 |
| Yup...me and Ivan are on the same page |
| | | | 
StrataFrame Novice
       
Group: StrataFrame Users Last Login: Yesterday @ 7:00:22 AM Posts: 75, Visits: 445 |
| mmm.. without been a pain in the.. RAM. I just don´t want to reinvent the wheel if there is a loginform already in SF. I´m attaching the loginform files with the mods I talked about and also the nodes that needs to be added for every language supported. So please let me now if you would consider adding this to the next release and in the mean time I will add a custom loginForm  I would like to add that this is the best Community I ever met!!!! SF Rocks
|
| | | |
|