| Create a Customised Login dialog |
|
|
|
| Written by Administrator |
| Sunday, 22 March 2009 17:55 |
|
Normally when a user logs into UpFront they will be presented with successive prompts for Login and Password. With UpFront release 1.90c3 and above, you have the ability to create your own customised dialogs such as:-
The dialog is created either by using the provided example code and the provided Alex compiler, or alternatively any language (Visual Basic, Delphi) capable of DDE communication. If you choose to use the Alex compiler you should find the language syntax similar to Visual Basic and quite easy to use. The language has very extensive capabilities, indeed a substantial part of UpFront is written in Alex however the language is provided undocumented and is not a supported part of the UpFront product. To use the new login dialog you must use an UpFront login script based on the newly provided example dde.lin. The way this script operates is as follows:-
If you study both "dde.lin" and "logn.at" you will see that DDE is used to communicate a lot of other events, such as invalid logins and the user clicking "Cancel" in the dialog. To each of these events the login dialog code has to respond appropriately.
|



