I can't find a real grid or an align function.
In "View" you can turn on grid but i don't see a grid and nothing locks on it.
What am i doing wrong?
Ad
Grid and align question
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Grid and align question
Dag Ad,
you are doing nothing wrong!
There is a "DataGrid" object in Livecode that you can use, check this:
http://lessons.runrev.com/m/datagrid
Beware, "DataGrids" are complex beasts and demand a little experience in Livecode.
Maybe you want to check these great learning resources first to get the basics of Livecode:
http://www.hyperactivesw.com/revscriptc ... ences.html
Best
Klaus
you are doing nothing wrong!

There is a "DataGrid" object in Livecode that you can use, check this:
http://lessons.runrev.com/m/datagrid
Beware, "DataGrids" are complex beasts and demand a little experience in Livecode.
Maybe you want to check these great learning resources first to get the basics of Livecode:
http://www.hyperactivesw.com/revscriptc ... ences.html
Best
Klaus
Re: Grid and align question
If you select multiple object, the property inspector changes, and you can select align or distribute.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
Re: Grid and align question
Oopsie, THAT sort of grid 
As Max said!
And go to Livecode "Preferences" -> "Appearance".
There you can set a "grid spacing", so objects really
SNAP to that when dragging them across the card.
Best
Klaus

As Max said!
And go to Livecode "Preferences" -> "Appearance".
There you can set a "grid spacing", so objects really
SNAP to that when dragging them across the card.
Best
Klaus
-
- Posts: 6
- Joined: Thu Jul 16, 2009 10:49 pm
Re: Grid and align question
Thanks, that's the grid i was looking for.