Zoom in and Out

Something you want to see in a LiveCode product? Want a new forum set up for a specific topic? Talk about it here.

Moderator: Klaus

Post Reply
PeterG
Posts: 168
Joined: Sat Jun 29, 2013 7:56 pm

Zoom in and Out

Post by PeterG » Fri Sep 13, 2013 10:48 am

I was wondering if a feature could be added that will allow one to zoom the screen in or out using the Ctrl key and the mousewheel in the script editor....less strain on the eyes :)

Thanks
Peter G

dave_probertGA6e24
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 328
Joined: Mon Dec 05, 2011 5:34 pm
Contact:

Re: Zoom in and Out

Post by dave_probertGA6e24 » Fri Sep 13, 2013 11:58 am

For the script editor is good (though just changing the font size will work too.

For the canvas area would also be a good thing to be able to zoom in/out.

Cheers,
Dave
Coding in the Sun - So much Fun.
Visit http://electronic-apps.info for released App information.

allengwinn
Posts: 37
Joined: Tue Aug 21, 2012 4:46 pm

Re: Zoom in and Out

Post by allengwinn » Fri Sep 13, 2013 8:47 pm

I occasionally want to edit code for an iPad on my 11" Macbook Air (just go with me guys). The ability to set a zoom level for a card/stack would be a long welcome change. I know you can mess with the location property but it's a hassle. The ability to see what you're working on, when you don't have your 72" LED screen, would be pretty awesome.

Another option might be scrollbars on the card. But it would still be nice to have a preview of the whole thing.

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10043
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Zoom in and Out

Post by FourthWorld » Fri Sep 13, 2013 9:00 pm

@allengwinn: I think your use case will be well covered with v6.5. The new resolution independence will offer great rendering on the target device, while allowing you to work at more natural sizes within the IDE.

That said, there are other uses for zooming/scaling of specific groups not yet addressed in v6.5, like being able to deliver custom drawing environments in which the drawing canvas can be zoomed while leaving the rest of the window's UI at its natural scale.

We talked with Kevin about this at our local user group meeting last night, and while it's not currently part of the immediate goals for resolution independence, he seems somewhat optimistic about the potential for extending that to support discrete groups at some point further down the road.

In the meantime, the work going into v6.5 looks very promising for developing for high-res devices on more modest-res dev machines.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Post Reply