 |
Aware IM User Forums Discussions, questions, ideas, opinions about Aware IM
|
| View previous topic :: View next topic |
| Author |
Message |
ninap
Joined: 17 Mar 2010 Posts: 137
|
Posted: Wed Oct 13, 2010 6:46 pm Post subject: Splash Screen - on login |
|
|
Hello,
I am trying to change the name of the button from "OK" to Accept
on a Splash Screen which is invoked on login.
Does anyone know if this can be changed?
Thanks, Nina  |
|
| Back to top |
|
 |
technopak
Joined: 04 Dec 2008 Posts: 287
|
Posted: Thu Oct 14, 2010 8:19 am Post subject: |
|
|
Hi Nina,
I don't know if there's a simple way to do what you're trying and keep control of the user's movements.
If the acceptance of your terms is at login, here's my way of doing it -
First, create an object called 'AcceptTerms' with just one attribute (it doesn't matter what the attribute is, you will never use it). Then modify the main form of the object as follows -
1. In the main form buttons configuration, you must tick 'Hide Buttons'
2. On the main form you first create a html cell which contains the text which you want the user to accept.
3. Then create custom html buttons to direct the user to the correct perspective if they accept or log them out if they decline. Your buttons' html should look like this -
<button type = "button" onclick="AwareApp.showPerspective('UserPerspective')">Accept</button>
<button type = "button" onclick="AwareApp.logout(null)">Decline</button>
Then, use a process at login time to ENTER NEW AcceptTerms. This will produce a form which the user must accept before proceeding to the system, and because the form never gets saved, you don't accumulate a load of AcceptTerms which you need to manage.
UserPerspective above is your own user's perspective, and a suitable logout page can be defined in the AwareApp.logout(null) bit to communicate with the user.
Hopefully the above can be modified to suit your purpose.
Hope this helps,
Peter |
|
| Back to top |
|
 |
ninap
Joined: 17 Mar 2010 Posts: 137
|
Posted: Thu Oct 21, 2010 6:12 pm Post subject: txs |
|
|
Peter, Thanks! this worked perfectly.
And as you mentioned it was for a Click-Through-Agreement
Thanks, Nina  |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|