Zoom on dev stack

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
MarcVanCauwenberghe
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 142
Joined: Thu Feb 21, 2013 8:47 am

Zoom on dev stack

Post by MarcVanCauwenberghe » Mon Apr 21, 2014 10:24 am

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

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2729
Joined: Sat Dec 22, 2007 5:35 pm
Contact:

Re: Zoom on dev stack

Post by jmburnod » Mon Apr 21, 2014 10:54 am

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
https://alternatic.ch

MarcVanCauwenberghe
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 142
Joined: Thu Feb 21, 2013 8:47 am

Re: Zoom on dev stack

Post by MarcVanCauwenberghe » Mon Apr 21, 2014 11:16 am

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

MarcVanCauwenberghe
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 142
Joined: Thu Feb 21, 2013 8:47 am

Re: Zoom on dev stack

Post by MarcVanCauwenberghe » Mon Apr 21, 2014 11:18 am

By the way. I seem to remember a stack that zoomed in under the cursor but can't find it anymore.

Best regards,
Marc

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4174
Joined: Sun Jan 07, 2007 9:12 pm

Re: Zoom on dev stack

Post by bn » Mon Apr 21, 2014 11:36 am

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

MarcVanCauwenberghe
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 142
Joined: Thu Feb 21, 2013 8:47 am

Re: Zoom on dev stack

Post by MarcVanCauwenberghe » Mon Apr 21, 2014 1:03 pm

Hi Brend,

that helped, thanks. An extra zoom would be even better I think.

Best regards,
Marc

magice
Posts: 457
Joined: Wed Mar 18, 2009 12:57 am

Re: Zoom on dev stack

Post by magice » Mon Apr 21, 2014 2:32 pm

MarcVanCauwenberghe wrote:Hi Brend,

that helped, thanks. An extra zoom would be even better I think.

Best regards,
Marc
Or even better, a "snap to" setting that would auto align objects that are within 5 pixels on either horizontal or vertical lines.

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Zoom on dev stack

Post by Klaus » Mon Apr 21, 2014 3:51 pm

magice wrote:Or even better, a "snap to" setting that would auto align objects that are within 5 pixels on either horizontal or vertical lines.
something like this is already build in, see -> Preferences: Appearance: Grid spacing :D

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Zoom on dev stack

Post by Simon » Tue Apr 22, 2014 5:21 am

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
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

atout66
Posts: 266
Joined: Wed Feb 02, 2011 12:31 pm

Re: Zoom on dev stack

Post by atout66 » Tue Apr 22, 2014 7:44 am

MarcVanCauwenberghe wrote: that helped, thanks. An extra zoom would be even better I think.
+ 1
Discovering LiveCode Community 6.5.2.

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4174
Joined: Sun Jan 07, 2007 9:12 pm

Re: Zoom on dev stack

Post by bn » Tue Apr 22, 2014 1:29 pm

Hi,
An extra zoom would be even better I think.
As of LiveCode 6.6 and later there is

Code: Select all

set the scalefactor of stack "myStack" to 1.2
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

atout66
Posts: 266
Joined: Wed Feb 02, 2011 12:31 pm

Re: Zoom on dev stack

Post by atout66 » Tue Apr 22, 2014 2:10 pm

Interresting link, thanks Bernd.
Discovering LiveCode Community 6.5.2.

MarcVanCauwenberghe
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 142
Joined: Thu Feb 21, 2013 8:47 am

Re: Zoom on dev stack

Post by MarcVanCauwenberghe » Tue Apr 22, 2014 3:54 pm

Thank you Bernd!

Regards,
Marc

Post Reply