Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a listbox as a filter with text and images, but the problem is that when an option in unavailable, the text remains (that´s right) but the image disapears (that's wrong).
There is any possibility to do that the image remains as the text?
Thanks
I solved!
I was putting the images as expressions, but in the presentation tab there is a dropdown list with the option to do it without create an expression
Thanks All
I solved!
I was putting the images as expressions, but in the presentation tab there is a dropdown list with the option to do it without create an expression
Thanks All
Hi,
You can use bundle like
BUNDLE LOAD * INLINE [
_Flag, chemin
FR, $(vREPERTOIRE_IMAGE)FR.png
EN, $(vREPERTOIRE_IMAGE)EN.png
];
and on list box properties > Presentation > Images Options > Info as Image
but with this solution you lost the text.
Or you can add {1} to your expression :
Only({1} chemin)
Aurélien