Bring to Front and to Back

From back to front I have:
-blue label
-white field
-4 gif for the arrowthingies

As soon as I run a method…doesn’t matter which one…the arrowthingies disappear. (the augustus is good, the september is wrong in the attachment)

By the way…Got the following error whilst uploading a gif or jpg to the forum

Upload Error: Could not upload Attachment to ./files/test.gif.

Servoy Developer
Version R2 2.1rc3-build 306
Java version 1.4.2_04-b05 (Windows 2000)

are the images over the input field?
Then they will disappear when you are clicking in the input field, because then the field will go to front, no matter what you have defined.

jcompagner:
are the images over the input field?
Then they will disappear when you are clicking in the input field, because then the field will go to front, no matter what you have defined.

Could it be the same problem I’m experiencing?
http://forum.servoy.com/viewtopic.php?t=2578&highlight=

Yes

the reply i typed there:

yes this is not possible
If you have an input or button and you lay over that a label with an image then that image will dissappeer when you select that button.
Because the input/button will come to front then.

Yeah this solved it…
But shouldn’t it matter if the field is not editable??
In my case the field was not editable…

not enabled should do the trick i think
But non editable components still can have the focus. And getting the focus is the key

In my case the field was un-editable…
So the bottom line is:
Fields tend to go to the front, even though they are uneditable and are not placed in the front…correct?
I can workaround that…no problem…just didn’t know where to search for the sollution.
Thankx