The shape widget setAngle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-12-05 7:07 PM
When the shape widget is set to a new angle, it can not completely remove the disability from the previous angle. Is there a Bug or is there another way to solve this problem? Thank you!
Solved! Go to Solution.
- Labels:
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-12-06 2:44 AM
Maybe workaround but try set visible false ... invalidate ... setAngle ... visible true ... invalidate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-12-06 2:44 AM
Maybe workaround but try set visible false ... invalidate ... setAngle ... visible true ... invalidate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-12-06 6:09 PM
Exactly�?thanks, :thumbs_up:
As if the setVisible function could be omitted?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-12-07 8:04 AM
when invalidate do job then yes you can omit
