I would love to see the ability to “zoom in” on a form, similar to what you could do in FMP. When moving one pixel lines around, it is very handy if you can make it bigger. I do not care to make if available to the end users (like you could in FMP), but it would really help in developer.
BTW, if this is already in the product, can someone let me know. I could not find it anywhere.
jmeunier:
I searched for this one, but did not find it.
I would love to see the ability to “zoom in” on a form, similar to what you could do in FMP. When moving one pixel lines around, it is very handy if you can make it bigger. I do not care to make if available to the end users (like you could in FMP), but it would really help in developer.
BTW, if this is already in the product, can someone let me know. I could not find it anywhere.
In the meanwhile, you can use a software magnifying glass. Some of them allow you to set the zoom level.
Is there a zoom function in the current Servoy Vers. (3.5.3)? I couldn’t found a posibility to set a zoom factor in Servoy, but this feature would be great. In my solutions I have a lot of text_aerea fields with formatted fonds size to 8, 9 or 10 px. This format is ok for prints out, but too small displayed in record view.
tgs:
Is there a zoom function in the current Servoy Vers. (3.5.3)? I couldn’t found a posibility to set a zoom factor in Servoy, but this feature would be great. In my solutions I have a lot of text_aerea fields with formatted fonds size to 8, 9 or 10 px. This format is ok for prints out, but too small displayed in record view.
Thomas
you can use the paperPrintScale property on the form for this.
Jan Aleman:
you can use the paperPrintScale property on the form for this.
Setting the paperPrintScale property relates only to the Print Preview function. It is not very userfriendly to write your text in a 8 px text aerea field and have to change to the print preview for a look what do you have written. I would like to have a zoom/scale function in record view of Servoy (not by the OS) with an editing posibility.
tgs:
Setting the paperPrintScale property relates only to the Print Preview function. It is not very userfriendly to write your text in a 8 px text aerea field and have to change to the print preview for a look what do you have written. I would like to have a zoom/scale function in record view of Servoy (not by the OS) with an editing posibility.
What about using separate data-entry forms and print forms ?
This way you are not constraint by the field sizes needed for data-entry or printing.
Jan Aleman:
you can use the paperPrintScale property on the form for this.
Setting the paperPrintScale property relates only to the Print Preview function. It is not very userfriendly to write your text in a 8 px text aerea field and have to change to the print preview for a look what do you have written. I would like to have a zoom/scale function in record view of Servoy (not by the OS) with an editing posibility.
Well I was referring to what you said: "This format is ok for prints out, but too small displayed in record view. " My suggestion solves exactly that issue. I don’t understand your new challenge: a user can type text he cannot see? but when he is not editing he should be able to see it? How is that user-friendly?
but sometimes it is a little bit difficult to explain the issue in english. What I meant is to have a zoom function for the record view window (like in FileMaker) for a zoomed out view while typing or editing text. The paperPrintScale property only allows to control/view the typed text in the printPreView, not to enter or edit. For me it is not userfriendly to typ text, change to printPreView for a look what I have written, cancel the printPreView and come back to the record view, edit or/and complete the text and so on…
I hope this explains the issue more exacting.
but sometimes it is a little bit difficult to explain the issue in english. What I meant is to have a zoom function for the record view window (like in FileMaker) for a zoomed out view while typing or editing text. The paperPrintScale property only allows to control/view the typed text in the printPreView, not to enter or edit. For me it is not userfriendly to typ text, change to printPreView for a look what I have written, cancel the printPreView and come back to the record view, edit or/and complete the text and so on…
I hope this explains the issue more exacting.
I’m sorry but I still don’t understand. If 8 pixels is too small to read how can it be a good idea to make the font 8 pixels when the user is editing? I assume he wants to see what he is typing so I’d think it is a better idea to use a readable size both when reading and when editing…
Jan Aleman:
I’m sorry but I still don’t understand. If 8 pixels is too small to read how can it be a good idea to make the font 8 pixels when the user is editing? I assume he wants to see what he is typing so I’d think it is a better idea to use a readable size both when reading and when editing…
You are right, but there are a lot of examples for printing text on a letter form in 6 to 8 px and you can read it well. Address headers, Infos in the footer and so on. In my own solution I print out the article descriptions on an invoice in 8 px and have text briks in 9 px. This is very well readable on the printed form, but not on the record view enter form, displayed on the computer monitor!
Jan Aleman:
I’m sorry but I still don’t understand. If 8 pixels is too small to read how can it be a good idea to make the font 8 pixels when the user is editing? I assume he wants to see what he is typing so I’d think it is a better idea to use a readable size both when reading and when editing…
You are right, but there are a lot of examples for printing text on a letter form in 6 to 8 px and you can read it well. Address headers, Infos in the footer and so on. In my own solution I print out the article descriptions on an invoice in 8 px and have text briks in 9 px. This is very well readable on the printed form, but not on the record view enter form, displayed on the computer monitor!
Right, this brings us back to my original suggestion that allows you to print smaller than you see it on screen.
Another option is to loop through the form elements on a form and change their size and position, giving the illusion of 'zooming-in" on the form. I just posted an example of this at: