Mark chapter as cmplete with tick?
June 6, 2008 12:00 AM
kjuniper wrote:
Upon more investigation it would seem that it is something to do with the fact that I am trying to get the tick image to show on top of a button. I am finding that the button (which is my module name) won't work unless it is set to always on top. So of course my tick image won't show up next to the wording on the button!Any ideas? This may overly complicate things, but you could have two different images per button. Let's call them Module1_New and Module1_Complete. When you show the page, have the action show the Module1_New if your variable = 0. Else, show the Module1_Complete.The complete button has the wording, along with a tick graphic. This is assuming you are creating the buttons yourself in some graphic-editing program. If you're using the button wizard, this won't work (unless you're content with something simple like an X). I think that you might be able to fix your problem by having the tick graphic also Always on Top. Just make sure that it's more on Top than the button. If the graphic gets in the way of clicking the button, you could set up an action when the graphic is clicked so it duplicates the button's action. But if you want to change the look of the button, I suggest having two different images per button.Kevin
Discussions have been disabled for this post