Field

Ticket #153 (closed enhancement: fixed)

Opened 2 years ago

Last modified 1 year ago

Gird, snap-to-gird mode, timeline.

Reported by: sonomute Assigned to: marc
Priority: major Milestone:
Component: core Version:
Keywords: Cc:

Description (Last modified by sonomute)

This will allow to put events more precisely in time, as well as better organize canvas while building interfaces. Also will be nice to have some kind of mechanism for controlling global speed and position of ruler from canvas , like timeline...

Change History

03/09/09 12:06:02 changed by sonomute

  • description changed.

03/09/09 15:11:14 changed by marc

  • status changed from new to assigned.

03/09/09 15:58:33 changed by marc

I could go both ways. A grid is nice to have, but it's pretty easy to implement in code.

Have you tried dragging with caps-lock on? This causes elements to be aligned with other elements.

Extending this is how we'll get to a grid. I'd like to be able to programmatically offer up alignment points. If we have that then it's just a simple matter of drawing a grid and offering up the points to the already existing alignment system

Also we are already in a position to make boxes / menus etc that "align left, align right, distribute" and so on.

As for moving the time-line programmatically, that's already very achivable. Either with _self.timeslider.frame.x = 400 or with the "time system" (see TheCanvas#a4TheTimeSlider and SubTimeSliders)

I'll keep this feature request open because I like the programmatic / PLine-based grid implementation idea a lot.

03/29/09 17:05:17 changed by marc

  • status changed from assigned to closed.
  • resolution set to fixed.

added, see SnapToGrid