highlight imageitem
Hi all,
I'm developing on nokia 6131. I append two imageitems on a form and i add itemcommands. When i select images i would highlight them because now is hard to distinguish which item i choose. There is a way to make more visible the selection of the imageitems?
Thanks
[291 byte] By [
alez_a] at [2007-11-27 11:55:39]

# 1
just create an highlight image for the highlight state of your ImageItem and, when the Item
gets the focus, do a setImage(Image)
to change the image of the Item (the
ImageItem will refresh itself after this)
# 2
supareno
Thanks for being so active on the forums and helping us newbies.
How would alez_'s application detect when the ImageItem gets the focus? I couldn't find any call back method like GotFocus() for ImageItem, and for Form all I found was "traversing and scrolling operations do not cause application-visible events"
So how do we actually detect the movement of the focus?
Thanks in advance, Darryl