Mokapot LowerGraphic
LowerGraphic_dv.ValueChanged -> LowerGraphic.SetValue(LowerGraphic_dv.Value, false)
Graphic.Texture.Source: """<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="5 -25 100 512"> {=LowerGraphic.VIS_IMG.getText()} </svg>"""
If I select a other graphic, the same graphic is still shown.
Hi Samuel,
It looks like you’re currently using version 3 of your ProductDataMoka bundle, which doesn’t have any graphics uploaded. As a result, the default image (the coffee smiley) is being displayed as a fallback.
In your latest asset bundle (v4 - Draft), you’ve correctly uploaded all four graphics. To resolve the issue, simply assign this asset bundle to your current draft in the editor.
Let me know if this fixes the problem.
Best,
David
Yes, it worked, but I don’t know, why all svgs were shown as buttons to select one of them correctly.
As shown in the screenshot below, the four graphics were not present in bundle v3 but are included in v4.
David