IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#57555 - 07/03/20 02:40 PM Varying Image
Demerval Offline
OL Newbie

Registered: 05/18/12
Posts: 22
Loc: Brasil,Curitiba

I would like some help.

I have a varied data file with a certain image file name and as the image name appears in the file, the corresponding image must appear.

Example file.
The images have the same name.

c1i1 c1i2 c1i3
c1i1op1.png c1i2op1.png c1i3op1.png
c1i1op3.png c1i2op2.png c1i3op1.png
c1i1op3.png c1i2op2.png c1i3op1.png
c1i1op2.png c1i2op2.png c1i3op2.png
c1i1op1.png c1i2op1.png c1i3op1.png
c1i1op1.png c1i2op1.png c1i3op1.png
c1i1op2.png c1i2op3.png c1i3op1.png
c1i1op1.png c1i2op3.png c1i3op1.png



Can anybody help me.

Top
#57558 - 07/06/20 08:46 AM Re: Varying Image [Re: Demerval]
Demerval Offline
OL Newbie

Registered: 05/18/12
Posts: 22
Loc: Brasil,Curitiba

In fact, this question I managed to solve with this formula.

& str: = @ (30,1,500)
showbitmap (& str, 72,1,0, true, [100,100,0,0])


But suddenly the image stopped showing. And it was not transparent.

Top