PictureBox array

Iam confused.My question,how is those picture box object name look like,and how to dim those picture boxes. Thanks in advance,tstan

If I understand one of your questions, you can dim the contents of a container by using style.filter like:

Container.style.filter = 'brightness(50%)'

And reset it with:

Container.style.filter = ''

I am really sorry,still couldn’t get it to work.is it possible for nsb team to creat a sample project regarding picturebox array sometime in the future.i am not in a rush,and I understanding there are many jobs needed to be done,especially the addition of voltbuilder.keep up the spirit,I know you will bring more and more posibilty in nsb appstudio product.cheers,tst

Hi TST,
I have a problem with the picture box in general. My question is where do you store the pictures in your example above? When I run the code I get nothing. Right now I am storing the photos in the same folder as the “xyz.project” file is located.
Thank you,
Paul

In your extraFiles ,type in
pp1.jpg
pp2.jpg
pp3.jpg
pp4.jpg
pp5.jpg
pp6.jpg
pp7.jpg
pp8.jpg

If your 8 files is having such file names and stores these files in your xyzproject.appstudio folder.
Hopes this helps n sorry for such long wait,cheers!