Digital Workshop

Welcome to the Digital Workshop Message Boards
It is currently January 9th, 2025, 9:08 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 11 posts ] 
Author Message
 Post subject: Tip of the Day pop-up's
PostPosted: January 16th, 2006, 1:56 pm 
Offline
Godlike
Godlike

Joined: November 11th, 2004, 1:18 pm
Posts: 1213
Location: New York
Opus: Opus Pro 9.75
OS: Windows 10 Pro 64 bit
System: Core i7, 16G RAM, Nvidia 640GT (desktop), plus Windows 10 and Android tablets
Hi

I was thinking of adding a series of "tips of the day" to a pub. Simple enough to set up using an OnShow trigger on the first pub page.

Has anyone seen a standard graphic interface for tip of the day (lightbulb, checkbox to discontinue, etc.) available to use for the pop-up design?

Also, these can usually be disabled by the viewer, using a check box ("do not show this again"). Is there a way to set this up in an Opus pub to allow the viewer to discontinue the tip of the day (something like changing the path to the file containing them)?

Any assistance would be appreciated.

Kind Regards,
Stephen


Top
 Profile  
 
 Post subject:
PostPosted: January 16th, 2006, 2:35 pm 
Offline

Joined: November 11th, 2004, 1:43 pm
Posts: 172
Location: Buckinghamshire, UK
Suggestions:
Build a "dialog box" with the required buttons i.e. "next tip", "ok", tick box for never to show again etc...
Also, make control be to the dialog box until ok/cancel is clicked.

Th edialog box, will be hidden in design and called in on i.e "on show", The tick control will require saving this value i.e. in registry or in a file.

For easy implemetation in an exisiting pub, have this new item in a master page and make that available to all pages.


Top
 Profile  
 
 Post subject:
PostPosted: January 16th, 2006, 2:49 pm 
Offline
Godlike
Godlike

Joined: November 11th, 2004, 1:18 pm
Posts: 1213
Location: New York
Opus: Opus Pro 9.75
OS: Windows 10 Pro 64 bit
System: Core i7, 16G RAM, Nvidia 640GT (desktop), plus Windows 10 and Android tablets
Hi eomc40

Thank you for your reply.

I'm not yet very good at this, so I'm having a little difficulty following the instructions you've provided. I can create a dialog box with buttons, probably add a check box.

Where I'm having difficulty is following how to then set the actions to control, show, link to files, and, especially discontinue the tip of the day for viewers who wish to discontinue it.

Could you spell this out more? Sorry to be such a novice at this.

Any help would be appreciated. :)

Kind Regards,
Stephen


Top
 Profile  
 
 Post subject:
PostPosted: January 16th, 2006, 3:01 pm 
Offline

Joined: October 25th, 2004, 12:32 pm
Posts: 397
Location: Digital Workshop
I would tend to use a new chapter and put the tip of the day in that. In the example attached this is how it is done. To display the different tips I would use a Multi Frame.

Regards

Brenden Knifton


You do not have the required permissions to view the files attached to this post.


Top
 Profile Visit website  
 
 Post subject:
PostPosted: January 16th, 2006, 3:03 pm 
Offline
Godlike
Godlike

Joined: November 11th, 2004, 1:18 pm
Posts: 1213
Location: New York
Opus: Opus Pro 9.75
OS: Windows 10 Pro 64 bit
System: Core i7, 16G RAM, Nvidia 640GT (desktop), plus Windows 10 and Android tablets
Thanks, Brenden.

Kind Regards,

Stephen


Top
 Profile  
 
 Post subject:
PostPosted: January 16th, 2006, 3:45 pm 
Offline
Godlike
Godlike

Joined: November 11th, 2004, 1:18 pm
Posts: 1213
Location: New York
Opus: Opus Pro 9.75
OS: Windows 10 Pro 64 bit
System: Core i7, 16G RAM, Nvidia 640GT (desktop), plus Windows 10 and Android tablets
Hi

Having a chance to view the sample, I wondered how to set it so that a viewer who doesn't want to have these tip of the day screens pop-up, can disable them.

Is there a way to add a checkbox and set an action or script for it, so that the the tips will no longer pop-up? Not just for one runtime, but for future runtimes as well.

Any help would be appreciated.

Kind Regards,
Stephen


Top
 Profile  
 
 Post subject:
PostPosted: January 16th, 2006, 4:59 pm 
Offline

Joined: October 25th, 2004, 12:32 pm
Posts: 397
Location: Digital Workshop
The attached example does this by only displaying Chapter Two if a variable (button) read from the registry equals false.

On the tool tip is an action on the OK button to write the variable button to the registry recording the show or hide tip button state.

I have left a text box on screen so you can see the value of the button.


Regards
Brenden Knifton


You do not have the required permissions to view the files attached to this post.


Top
 Profile Visit website  
 
 Post subject:
PostPosted: January 16th, 2006, 5:20 pm 
Offline
Godlike
Godlike

Joined: November 11th, 2004, 1:18 pm
Posts: 1213
Location: New York
Opus: Opus Pro 9.75
OS: Windows 10 Pro 64 bit
System: Core i7, 16G RAM, Nvidia 640GT (desktop), plus Windows 10 and Android tablets
Thanks Brenden. :)

I'll try to sort it out from this example.

Kind Regards,
Stephen


Top
 Profile  
 
 Post subject:
PostPosted: January 17th, 2006, 3:04 pm 
Offline

Joined: November 11th, 2004, 1:43 pm
Posts: 172
Location: Buckinghamshire, UK
Brenden,
In the example, how can I force mouse actions to only be associated with the "Tip of the Day" window?
Created a button on the main page which I could access even when the "Tip" window was open.
Thanks


Top
 Profile  
 
 Post subject:
PostPosted: April 26th, 2008, 3:02 pm 
Offline

Joined: March 4th, 2007, 7:17 pm
Posts: 132
Thank you for the example of tips of the day.

But there is a problem. If the user revert again to the page that starts tips window, it will start again.
How to realize tips run only once?

_________________
Opus Pro 5.5
Win XP


Top
 Profile  
 
 Post subject:
PostPosted: April 26th, 2008, 3:49 pm 
Offline
Godlike
Godlike

Joined: November 11th, 2004, 1:18 pm
Posts: 1213
Location: New York
Opus: Opus Pro 9.75
OS: Windows 10 Pro 64 bit
System: Core i7, 16G RAM, Nvidia 640GT (desktop), plus Windows 10 and Android tablets
Hi

I've only done this for a single "help tip" screen (not a series of "tips of the day" that may be housed in a multi-frame). The basic process may be the same:

add a radio button that when clicked changes a variable from "yes" or "no" (or any other change in value) and store the variable's value in a text file or registry that is over-written. Include text, next to the button, with something like "don't show this tip anymore".

Use OnShow for the page for which the "help tip" is shown, having it read the stored file/registry to check the variable's value. Use an "if" statement to hide the "help tip" if the value associated with not showing it is read.

Others may wish to add how a multi screen series of tips can be managed using a similar model.

HTH

Kind Regards,

_________________
Stephen


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 11 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 21 guests


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 post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group