![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Thanks for your response. But I read your page, and I dont find my solution. My problem is that. I have a lot of forms,who have various pages inside them. If I trying to scale a form, it appears defformed. If my form it is prepare to a 800x600 screen resolution, if I made a zoom of this form it appears defformed because it has three or four pages, Or it is very small, or it is very big, defformed. How can I resize,scale,made a zoom of a form with, it has a lot of pages?? Thanks. |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
So, in summary, pick a size. Design for it. Forget zoom. |
#7
| |||
| |||
|
|
Also, why use pages on the form?.... Pages are a bad idea generally. |
|
First, don't zoom the form. Why would you? If itis properly scaled for 800x600 just leave it there. (size the ap window to fit it and maximize or just explicitly size the window. Don't try and take over the whole screen regardless of resolution. If you really want to be nasty and take over the whole screen then make a different copy of the form for each res you may encounter, test the res on startup and pick that set of forms. But it is FAR easier to just stick with one size and stay there. Also, why use pages on the form? Use notebook tabs if you need to separate data within a single form. Use pop up forms if you just want another part of your data. Pages are a bad idea generally. So, in summary, pick a size. Design for it. Forget zoom. It is lousy and causes problems as you have seen. Get rid of pages. They are a pain. Use notebooks or pop up forms. Don't resize. Don't change scale. Size the ap explicitly and maximize your forms or size the forms explicitly. If you want you can also disable resizing of the ap window or the form itslef but that is more complicated. Usually easier just to tell users to leave the forms the size they come up or deal with the lousy look. They will stop changing sizes. Denn Santoro President Resource Development Associates http://www.RDAWorldWide.Com Offices in the United States and Germany Providing solutions to health care, business, governments and non-profits since 1982 |
#8
| |||
| |||
|
#9
| ||||||
| ||||||
|
|
I don't like them mostly because they tend to cause containership issues unless you are careful or add multiple instances of the tables to the form. |
|
It also simplifies the form, the code and debugging. |
|
I would stack them so you couldn't scroll from one to another, |
|
I disagree about pop up forms causing confusion. |
|
at most one full form and 2 dialogs so if you find that confusing time to go back to a pen and pad. |
|
Hi Roy, I don't like them mostly because they tend to cause containership issues unless you are careful or add multiple instances of the tables to the form. If I need a page I would rather just pull a complete new form. It also simplifies the form, the code and debugging. It helps for support ("what form title do you see?" OK, I know what you are looking at.) I don't need any page navigation code. I don't have a whole lot of extra stuff bubbling to the form. Even when I did use pages (pre notebooks) I would stack them so you couldn't scroll from one to another, you could only see one at a time, not half of 2. I disagree about pop up forms causing confusion. When I pop up a form either you are in a dialog and have to deal with it or you are in another form that fills the pdox desktop and the form you cam from is hidden (really hidden, not just covered) until you are done. So navigation is quite simple. Not like what you describe. Even if one form pops up another and that form pops up another there is no confusion in my aps. You are dealing with the one you are in and can't co back until you finish. And you will never see more than one full form and one dialog or, at most one full form and 2 dialogs so if you find that confusing time to go back to a pen and pad. I also think folks are very used to the tabbed approach so it is simple and easy for users to understand and maximizes screen real estate. I do sometimes hide and show uios based on what the user is doing, the data displayed, etc. That can make sure life simpler. Denn Santoro President Resource Development Associates http://www.RDAWorldWide.Com Offices in the United States and Germany Providing solutions to health care, business, governments and non-profits since 1982 |
#10
| |||
| |||
|
|
I am also trying my best to get away from pop up forms as much as possible. I've grown to really dislike apps where everything you do spawns yet another pop up. It makes for a very confusing interface, in my opinion. |
![]() |
| Thread Tools | |
| Display Modes | |
| |