Hi, I'm trying to get rotation to work on a vision screen no matter what I do the X, Y width and Height all change quiet drastically I've tried groups, basic shapes, no matter what I chose, it starts moving across the page.
I've read some other topics I've been able to find on here and no solutions so far seem to have worked.
I'm running 8.1.43 any ideas?
For animations, I exclusively use the paintable canvas. I usually park a static shape on the window for a visual reference in the designer, and I use the canvas as an overlay. I'll inversely bind the visibility of the shape to the canvas, so the shape isn't visible when the canvas appears. To pace the animation, I use a timer component, and I bind its value property to a custom property on the canvas. Every time the custom property increments, a repaint will be triggered. In this way, the frame rate of the animation can be uniformly set.
1 Like