Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
New Developer
fcoexposito
Posts: 12
Registered: ‎11-24-2009

Image maps

Is there a way to create image maps ? And to put an image on top of another (superimpose)?

Please use plain text.
Developer
peter_strange
Posts: 17,956
Registered: ‎07-14-2008

Re: Image maps

I'm not sure what an image map is.  Can you explain?

 

Re putting images on top of images, the answer may be yes or no, depending on what you are actually trying to achieve. Perhaps you could explain your requirement in a little more detail so that we can answer the question properly. 

Please use plain text.
New Developer
fcoexposito
Posts: 12
Registered: ‎11-24-2009

Re: Image maps

Yes, maybe better. I have the attached image which I want to use as a menu.

 

When the focus is on the first image, then I need that 2 and 3 will be disabled and when I click into it, I execute an action.

 

When the focus is on the secondimage, then I need that 1 and 3 will be disabled and when I click into it, I execute another action.

 

The same for third image.

 

Thanks in advance.

 

Please use plain text.
Developer
vaikunth
Posts: 57
Registered: ‎01-29-2009

Re: Image maps

See the  PictureBackgroundButtonField in samples.

 

You can override the sublayout to put one image on other.

 

As par your need you can change the PictureBackgroundButtonField.

 

Regards,

Vaikunth

Please use plain text.