I mostly use a button (on that card where your images are) and delete it after I used it.unclewayne wrote:Where do i make the list?
As I wrote, you can store this list (and anything else)unclewayne wrote:SO now i have a button at 150, 180 where do i list the IDs of my images? "list_with_image_IDs"
1. in a LOCAL variable
2. in a GLOBAL variable
3. in a (hidden) field
4. in a custom porperty
I think the easiest will be a FIELD in the moment, so put tIDList into any FIELD in your stack.
And I already took this into account this in my script but commented this line out:
Code: Select all
...
if (total_points >= 5) AND (total_points mod 5 = 0) then
set the ICON of btn "your button that shows the images here" to ANY line of fld "ID list"
end if
...
Klaus