PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Usage of Multimedia component inside a Looper component
Usage of Multimedia component inside a Looper component
Débuté par Bo Brun Schor, 22 jan. 2025 10:57 - 1 réponse
Posté le 22 janvier 2025 - 10:57
Hi All

I have issue of putting a multimedia component inside a Looper component.

Does it only works with image component?

Are there anyone knowing an example where it has been done?

best regards
Bo Brun Schor
Posté le 22 janvier 2025 - 15:48
Hello

I don't see your problem, you want to add an image field in a super container or other ..., if that's it it's programmable of course

1. You will have to use the superimposed field anchor like several image fields for example, then you will have to program the visibility and the anchor too

For this case, you can program the coordinates of the image fields or the anchor too
LOCAL
eX, eY is integer
sField is string
{sField, indChamp}..Visible = True
{sField, indChamp}..X = eX
{sField, indChamp}..Y = eY

NB: Be careful, some container fields do not exist in the site, you have to create zoning

Best regards
Mr.RATSIMANDRESY
Niry Aina Eddy