cancel
Showing results for 
Search instead for 
Did you mean: 

Table - Images

Former Member
0 Kudos

Hi,

I have a reqmnt wherein i need to show N images (N will be known only at runtime).

I have 2 options:

1. I display all images along with their labels in Grid Layout saying 5 columns and X rows...

2. I form a table with N rows and display label and image in 2 diffeent columns.

Which approach do i use?

Secondly, i assume all images need to be put under src->mimes->packages.

If my images have to come from another server, what do i do in that case? Is there a provision to get images from MDM or anything like that at run time?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

You can set by the option2 by form a table with N rows and display label and image in 2 diffeent columns.

2. Create the HTTP destination for the Image folder for the Remote server and you can set the path by the String attribute

kind Regards

Mukesh

Former Member
0 Kudos

Hi Mukesh,

Thank you for your answer.

Can you please elaborate how to go about doing this HTTP thing?

As in can i give the URL to that remote server folder in some option in "image"?

Former Member
0 Kudos

Hi

1.Goto Visual Administrator->Http Provider->Aliases in the Runtime Tab.

2.Give the Alias Name and Path for the Folder.

3.The Image sorce like http://<Server>:<Port>/<Alias>/<image>.<ext>;

Kind Reagards

Mukesh