Zoom on dev stack
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- VIP Livecode Opensource Backer
- Posts: 142
- Joined: Thu Feb 21, 2013 8:47 am
Zoom on dev stack
Hi,
I am trying to put together a group with some controls and want do position them very precisely.
Is there a zoom tool out there that can help me?
Thanks,
Marc
I am trying to put together a group with some controls and want do position them very precisely.
Is there a zoom tool out there that can help me?
Thanks,
Marc
Re: Zoom on dev stack
Hi Marc,
If I understand you correctly this thread should be useful for you
http://forums.runrev.com/phpBB2/viewtop ... oom#p79421
Best regards
Jean-Marc
If I understand you correctly this thread should be useful for you
http://forums.runrev.com/phpBB2/viewtop ... oom#p79421
Best regards
Jean-Marc
https://alternatic.ch
-
- VIP Livecode Opensource Backer
- Posts: 142
- Joined: Thu Feb 21, 2013 8:47 am
Re: Zoom on dev stack
Hi Jean-Marc,
Thank you for that link but I was actually looking for something the is useful while working in developer mode to precisely put controls in the IDE.
I am now looking at a tool called Zoom It by Appatit Inc. I wonder what it would take to make this in LC?
Any other suggestions
Best regards,
Marc
Thank you for that link but I was actually looking for something the is useful while working in developer mode to precisely put controls in the IDE.
I am now looking at a tool called Zoom It by Appatit Inc. I wonder what it would take to make this in LC?
Any other suggestions
Best regards,
Marc
-
- VIP Livecode Opensource Backer
- Posts: 142
- Joined: Thu Feb 21, 2013 8:47 am
Re: Zoom on dev stack
By the way. I seem to remember a stack that zoomed in under the cursor but can't find it anymore.
Best regards,
Marc
Best regards,
Marc
Re: Zoom on dev stack
Hi Marc,
have a look at
http://livecodeshare.runrev.com/stack/757/GridDrawer
If I understand what you want then you can change the grid size on the fly for objects you are positioning and you can turn on/off "snapToGrid" on the fly with this little tool.
Put it into your plug-ins folder to access it from the Development-> plugins menu or start open it as you would any stack.
You start by pulling off a group to the card you are editing from the stack. The group is placed on your card. You can drag the group around. Delete the group with the delete symbol to remove it completley from you card/stack.
I think that is about as fine grained as it get with Livecode.
Kind regards
Bernd
have a look at
http://livecodeshare.runrev.com/stack/757/GridDrawer
If I understand what you want then you can change the grid size on the fly for objects you are positioning and you can turn on/off "snapToGrid" on the fly with this little tool.
Put it into your plug-ins folder to access it from the Development-> plugins menu or start open it as you would any stack.
You start by pulling off a group to the card you are editing from the stack. The group is placed on your card. You can drag the group around. Delete the group with the delete symbol to remove it completley from you card/stack.
I think that is about as fine grained as it get with Livecode.
Kind regards
Bernd
-
- VIP Livecode Opensource Backer
- Posts: 142
- Joined: Thu Feb 21, 2013 8:47 am
Re: Zoom on dev stack
Hi Brend,
that helped, thanks. An extra zoom would be even better I think.
Best regards,
Marc
that helped, thanks. An extra zoom would be even better I think.
Best regards,
Marc
Re: Zoom on dev stack
Or even better, a "snap to" setting that would auto align objects that are within 5 pixels on either horizontal or vertical lines.MarcVanCauwenberghe wrote:Hi Brend,
that helped, thanks. An extra zoom would be even better I think.
Best regards,
Marc
Re: Zoom on dev stack
something like this is already build in, see -> Preferences: Appearance: Grid spacingmagice wrote:Or even better, a "snap to" setting that would auto align objects that are within 5 pixels on either horizontal or vertical lines.

Re: Zoom on dev stack
There is also "Tiny Loupe" by Dar Scott.
It should be in your plugins folder.
It stopped working when the export snapshot was broken but works in ver 6.6.1
Oh, it also works on just your main monitor if you use more than 1.
Simon
It should be in your plugins folder.
It stopped working when the export snapshot was broken but works in ver 6.6.1
Oh, it also works on just your main monitor if you use more than 1.
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: Zoom on dev stack
+ 1MarcVanCauwenberghe wrote: that helped, thanks. An extra zoom would be even better I think.
Discovering LiveCode Community 6.5.2.
Re: Zoom on dev stack
Hi,
put that into the message box and your stack will enlarge
Charles Buchwald has made a wonderful plug-in
lcResTool and lcMover
http://buchwald.ca/developer-tools/
Check it out, you can use it with "GridDrawer"
Kind regards
Bernd
As of LiveCode 6.6 and later there isAn extra zoom would be even better I think.
Code: Select all
set the scalefactor of stack "myStack" to 1.2
Charles Buchwald has made a wonderful plug-in
lcResTool and lcMover
http://buchwald.ca/developer-tools/
Check it out, you can use it with "GridDrawer"
Kind regards
Bernd
-
- VIP Livecode Opensource Backer
- Posts: 142
- Joined: Thu Feb 21, 2013 8:47 am
Re: Zoom on dev stack
Thank you Bernd!
Regards,
Marc
Regards,
Marc