View Single Post
Posts: 7 | Thanked: 135 times | Joined on Nov 2009
#11
Originally Posted by thp View Post
Pretty nice.

Ctrl+B, Ctrl+N and Ctrl+M turn on some overlays (name of widget is N and layout/spacing is M, don't know what B is supposed to do) for debugging.
Hah, you found our debug modes

Ctrl+B is bounding box visualization (the area a widget paints and reacts in)
Ctrl+N displays object names
Ctrl+M displays widget margins
Ctrl+S toggles object sizes

The really cool one however is Ctrl+R, it rotates the whole UI by 90 degrees at a time so you can test your app in different orientations without needing a special simulator or real hardware.
 

The Following 11 Users Say Thank You to tomasj For This Useful Post: