Aware IM User Forums Forum Index Aware IM User Forums
Discussions, questions, ideas, opinions about Aware IM
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Splash Screen - on login

 
Post new topic   Reply to topic    Aware IM User Forums Forum Index -> Tips and Tricks
View previous topic :: View next topic  
Author Message
ninap



Joined: 17 Mar 2010
Posts: 137

PostPosted: Wed Oct 13, 2010 6:46 pm    Post subject: Splash Screen - on login Reply with quote

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 Smile
Back to top
View user's profile Send private message
technopak



Joined: 04 Dec 2008
Posts: 287

PostPosted: Thu Oct 14, 2010 8:19 am    Post subject: Reply with quote

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
View user's profile Send private message
ninap



Joined: 17 Mar 2010
Posts: 137

PostPosted: Thu Oct 21, 2010 6:12 pm    Post subject: txs Reply with quote

Peter, Thanks! this worked perfectly.
And as you mentioned it was for a Click-Through-Agreement

Thanks, Nina Smile
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aware IM User Forums Forum Index -> Tips and Tricks All times are GMT
Page 1 of 1

 
Jump to:  
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