Page 1 of 1

What resets the antialiased/blendlevel of graphics?

Posted: Mon Jul 13, 2015 7:23 am
by Scoperzor
This question may come across as vague, but what commands or properties have the potential to reset the antialiased properties of graphics in a stack? I have a number of graphics that when re-opening the stack are losing their antialiased property and blend levels and I am struggling to determine what would be triggering this.

I have commented out "set the acceleratedRendering of this stack to true" but that did not help. In preOpenStack, this code also didn't yield the expected the results:

Code: Select all

   repeat with i=1 to the number of graphics
      set the antialiased of graphic i to true
   end repeat
All the graphics retained a false antialiased property after this.

Re: What resets the antialiased of graphics?

Posted: Mon Jul 13, 2015 5:45 pm
by dunbarx
Hi.

I never use this, and the only thing I can find in the dictionary pertains to dashed lines. I don't suppose you are using dashed lines?

Craig Newman

Re: What resets the antialiased of graphics?

Posted: Tue Jul 14, 2015 6:18 am
by Scoperzor
dunbarx wrote:Hi.

I never use this, and the only thing I can find in the dictionary pertains to dashed lines. I don't suppose you are using dashed lines?

Craig Newman
I saw that too. None of my graphics have the dashed line property as true.

Edit: I see that it is adjusting all my custom set blend levels back to zero as well.

Re: What resets the antialiased/blendlevel of graphics?

Posted: Fri Jul 17, 2015 8:51 am
by Scoperzor
Does no one have any insight around this?

I answered the blendLevel of a graphic as the first statement in preOpenStack and it was 0 when I had saved it as 50 and then closed the stack just before that. I tried the same on a completely fresh stack and the blendLevel didn't change. So it really makes no sense to me, it seems to be a Livecode setting/issue that is causing this?