You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really helpful if you could change the cursor depending on if it is going resize or move the control. Maybe that isn't possible but that is the main problem I had. That and being able to move my 1x1 labels with the mouse would be good.
We cannot change the mouse but could otherwise indicate somehow (maybe using the bottom right info text area)
The text was updated successfully, but these errors were encountered:
In principle it sounds like there is overlap with this feature. Some things to note however that would be needed for an integrated solution satisfying both use cases:
TGD supports:
resizing and moving things without borders too (e.g. drag resize a TextField)
tracking start/end of resize (so that it can be wrapped up in an undoable Operation)
Would need Resized and Moved events with start and end values for undo/redo
clamp pos and dim that are not PosAbsolute (e.g. if a view is Y = 50% then you can drag it only on X axis)
drag move a view into other views e.g. a label into a TabView (and out again).
also between containers
also TGD has a concept of a view being either a container view or regular (see IsContainerView, GetNearestContainerDesign etc)
We cannot change the mouse but could otherwise indicate somehow (maybe using the bottom right info text area)
The text was updated successfully, but these errors were encountered: