Android Question Combobox not accepting visible=false

Markos

Active Member
Licensed User
Longtime User
Hi All,

I don't know why this is happening but my combobox.visible=false is still showing the combobox. What can be causing this behaviour. The combobox does not react to the click, it's behaving as if I set .enabled=false rather than the visible property.
 

Sagenut

Expert
Licensed User
Longtime User
As a workaround for now you can put the combobox into a Panel and make the panel visible or not.
Waiting for a better explanation about the problem.
 
Upvote 0

Markos

Active Member
Licensed User
Longtime User
Thats exactly what I'm trying as a work around, it is behaving peculiar but perhaps that is me rushing the coding
 
Upvote 0

Sagenut

Expert
Licensed User
Longtime User
It does not work?
 
Upvote 0

Markos

Active Member
Licensed User
Longtime User
It works. I found the culprit it was a 3rd party function creating borders on all objects and that gave the impression of the combobox not responding to visible property.. I think. However the panel approach works
 
Upvote 0
Top