LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
SteveMaxwell

implement zoom

Status: Duplicate

I would like to be able to zoom in and out on the block diagram and on the front panel. 

18 Comments
elset191
Active Participant

This is a duplicate 100 times over.  Please do a search next time befeore posting a new idea.

--
Tim Elsey
Certified LabVIEW Architect
crossrulz
Knight of NI
SteveMaxwell
Member

It's fine if NI hears it 100 times. They should hear it 1000 times. I was under no illusion that it hadn't been suggested, nor does it seem worth caring about. It's a major design flaw that they've kept in place intentionally. 

crossrulz
Knight of NI

What I am saying here is pure rumor that I've gotten out of various people with NI.  I am not saying it as fact.

 

The problem is that LabVIEW is currently drawn in a bitmap format.  That is obviously not good for zoom.  I have heard there was an effort to change to a vector based graphics format, which would allow for zoom.  If there will be a zoom, it will be MANY years down the road since you are looking at a change to the core of LabVIEW.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
tst
Knight of NI Knight of NI
Knight of NI

Basically, to rephrase what crossrulz said, NI understands why people want this, but it's too difficult to do AT THE MOMENT with the more than 25 years of code that LV has accumulated.


___________________
Try to take over the world!
PaulG.
Active Participant

I don't care what format it's in. It's a bad idea. I've seen enough oversized diagrams to last 10 lifetimes. Smiley Frustrated

PaulG.
Retired
crossrulz
Knight of NI

I'm with you, Paul.  My thought is that there should be a zoom IN, but not way to zoom OUT more than what we already see.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Ironman99
Member

Has been written over and over that a "zoom IN only" tool would make most of us perfectly happy. But NI seems deaf also to this reduced request, even if a "zoom IN tool" would not create any kind of concern about misuse.

This let me think that there are some tecnichal difficulties that NI do not want to deal with (By now? Forever? Hard to say).

So I want to stress that I would be perfectly happy with a "zoom IN only" tool, limited to integer magnification values, easily feasible even in the bitmap.

 

And you?

 

At least it would be a good starting point, and a great help for people with impaired vision.

 

Cheers.

 

Marco.

 

vitoi
Active Participant

If LabVIEW uses bitmaps, fine. Just allow us to zoom in 2x (and 4x ...). It will save my eyes, neck and back.

 

Customers want it. Customers need it. NI's job is to deliver it.

tst
Knight of NI Knight of NI
Knight of NI

My understanding was that the problem was not specifically with using bitmapped images, which wouldn't look as nice, but more with code which is dispersed in all kinds of places in LV and assumes that each point on the diagram is equal to one pixel on the screen and one pixel that the mouse reports. Presumably, finding all those places and fixing them properly is the thing that is difficult to do. Working on that means not working on other things.

 

If you really care that much about the zoom, you could try using the OS magnifier or other magnifying software, as discussed in the other idea.


___________________
Try to take over the world!