Expand my Community achievements bar.

The Dialog Box Conundrum

Avatar

Level 1

I am creating an application form and would like to create an info/help button. Now I know there are button objects built into Livecycle but I'd like to customize my Button to make it more visually appealing. I've tried using an image field but every time it is pressed it opens the image browser and then the dialog box. It’s probably safe to say image fields are not to be used as buttons. I'd also like my button to have a little text bubble pop up when mouseEnter, saying something along the lines of “click me for help”, and then once the button is clicked the dialog box can come up. I’ve been scouring the interwebs all morning for an answer but don’t really understand all of the information I’ve found. Any help is greatly appreciated!

1 Reply

Avatar

Level 10

Hi,

You should be able to have a standard image object and then have a button with no appearance, (not border, caption or background) then overlay the button on the image and make them the same size.

You can also try positioning a subform styled like a tooltip and hide/showing it as focus is received or lost by a field.  There is an example of this in this sample http://adobelivecycledesignercookbookbybr001.blogspot.com.au/2014/06/season-planner-or-year-planner-...

And you could use a custom dialog, which allows some styling and adding of images, so once they click the button the help popup looks more appealing than an app.alert().  There's an example and a sample form to generate the code required in this blog listing,
http://adobelivecycledesignercookbookbybr001.blogspot.com.au/2013/10/using-appexecdialog-in-adobe-de...

Regards

Bruce