Am I missing something? I have a rollover button with an alt image. It works on the main form, but does not work when I put it on a form displayed in a tab panel.
I am new to Servoy so I do not know what information I would need to provide to get some help with this, so let’s start with “Is this possible?” and move on to “Common mistakes?”. ![Smile :-)]()
Thanks in advance for suggestions.
25 views and no replys. Should I assume this can not be done in the current version of Servoy?
It might be a ‘focus’ issue.
When you click on the form in the tabpanel first…see if the mouseover works then.
what view is that tabpanel in?
List or Table? Then rollovers don’t work when the element is not in edit mode.
focus on the single record in the list worked. The tab panel is a list view.
So is there a solution to click on a tab and have rollovers work as you roll over the list if records?
no rollovers (and hand cursors ect) do not work on list/tableviews when not in edit mode. There is no workaround.
I try to explain it a bit: If you are not in edit mode then what you see is not really ‘there’. It is a painting/rendering of the components not the components (which do the rollover) itself.
Thanks. Not the answer I was hoping for, but at least I understand why now. ![Smile :-)]()