Sign in to follow this  
Followers 0
bartech

Buttons with images in NA

4 posts in this topic

Hello,

 

Omron NA project: I'm trying to create a button with image (see picture).

Unfortunately if I click on the image the button does not work because the image is 'above' the button itself. Is there a way to solve the problem ?

 

Thanks!!

buttons with images.PNG

Share this post


Link to post
Share on other sites

The easiest way is to delete the button and then set a press event for the image.  To do this, show the Events and Actions window:

EventsActions.jpg.8defb5b86e5fcd7720e576

Then select the image and in the Events and Actions window, select Press as the event.  Then choose what action to take when the image is pressed:

Showpage.jpg.3b3a9abb28710a94d7562bb9fbf

It seems that this is a button that switches you to another page, so you could use the ShowPage Action, you would then just need to specify which page to go to.  You could also do many other functions like setting a variable to a specific value, etc.  

1 person likes this

Share this post


Link to post
Share on other sites

You can also create buttons with off and on images... change the display type from rectangle to Image and load the images...

Share this post


Link to post
Share on other sites

Sorry for the late answer, thanks a lot Michael and Crossbow!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0