Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
jmvilaplanap
Specialist
Specialist

Images in a listbox

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).

Capture2.PNG

Capture1.PNG

There is any possibility to do that the image remains as the text?

Thanks

1 Solution

Accepted Solutions
jmvilaplanap
Specialist
Specialist
Author

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

Capture1.PNG

Thanks All

View solution in original post

2 Replies
jmvilaplanap
Specialist
Specialist
Author

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

Capture1.PNG

Thanks All

Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

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

Help users find answers! Don't forget to mark a solution that worked for you!