Announcement

Collapse
No announcement yet.

Zorder on Pressed Images Not Honored

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Zorder on Pressed Images Not Honored

    It looks like Zorder is not being honored on 'pressed' images.

    I have a button with a text label in front of it. In the normal state everything looks OK (button in the back and text in the front). But, when I press the button, the pressed image comes to the front (in front of the text).

    Same thing happens for StatusTracked Images.

    I cannot put the text directly on the button itself because it is status tracking the text of a device (hence two different elements).

    The zorder of the button should be honored for the 'pressed' image as well. Am I doing something wrong.

    In the designer it is simulating the press and Zorder correctly. But in the Android Client it isnt.

    #2
    Found the issue... when ZOrder is 0 it isn't being honored as being the "First" item. But, when that same item is 1 (and the others are a greater Zorder #) then all is OK.

    Comment

    Working...
    X