Can anyone confirm this?

RECIPE
Create a field called "MyText" with 3 lines of coloured text...
1. Red text
2. Blue text
3. Yellow text
4. Green text

In a button...
on mouseUp
  export snapshot from fld "MyText" to imgVar as PNG
  set the clipboardData["image"] to imgVar
end mouseUp

Now do a Ctrl.V paste to see the image in the stack.

RESULTS
Green text is green, but red text is blue, blue text is red, and yellow text
is magenta. Looks like the red and blue got swapped in the engine. Same
color swap happens with JPEG format. Try GIF and it fails to produce
anything except garbage.

All the above also fail with export snapshot to file.

This in Win XP, but I suspect Macs are similarly affected.

/H

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to