Why in 3.15 the Rotation mode is not working ? Simple test: in 3.14 Create an object (a couple of rectangles and a label), drag & drop in a main panel. Click on the object you can rotate using the Rotation Mode (top menu) and move without any problems. The labels are also following the rotation correctly.
Try the same in 3.15 and the Rotation Mode is greyed, cannot be used !!! That's quite strange and frustrating. Any idea why and how to "fix" this issue ?
Thank You
PS: I am using linux, did not try on Windows.
PS: tried on windows , same story
Rotation mode not working out in 3.15
- mkoller
- Posts:741
- Joined: Fri Sep 17, 2010 9:03 am
Re: Rotation mode not working out in 3.15
The "Label" you use (PrimitiveText) has gotten a new property in 3.15: transformable, which is by default false.
If you want to transform (scale, rotate) it, set this property to true
(People were always confused why scaling the PrimitiveText did also scale the font and not only the bounding box)
If you want to transform (scale, rotate) it, set this property to true
(People were always confused why scaling the PrimitiveText did also scale the font and not only the bounding box)
- walterd
- Posts:38
- Joined: Wed Mar 13, 2013 10:39 pm
Re: Rotation mode not working out in 3.15
Thank You Martin. The label rotation is the least of the problems.
The real issue is that the Rotation Mode in the top menu, is not working at all in 3.15. Once you drag&drop an object on a panel, nothing can be rotated. That's totally different than 3.14 and IMO is bug.
The real issue is that the Rotation Mode in the top menu, is not working at all in 3.15. Once you drag&drop an object on a panel, nothing can be rotated. That's totally different than 3.14 and IMO is bug.
- walterd
- Posts:38
- Joined: Wed Mar 13, 2013 10:39 pm
Re: Rotation mode not working out in 3.15
I have have attached a little "report" to explain the issue. https://www.winccoa.com/fileadmin/image ... eport.docx
- Attachments
-
- Bug_report.docx
- (5.36 MiB) Downloaded 225 times
- walterd
- Posts:38
- Joined: Wed Mar 13, 2013 10:39 pm
Re: Rotation mode not working out in 3.15
Solved.
All the objects AND labels in a panel must have the property Image rotate set to TRUE and the labels Transformable TRUE.
I think that this issue should be documented. I have spent several hours to figure it. Martin hint was helpful.
All the objects AND labels in a panel must have the property Image rotate set to TRUE and the labels Transformable TRUE.
I think that this issue should be documented. I have spent several hours to figure it. Martin hint was helpful.