part of this app includes forms that pop up on top of a base form which displays patient details in its top third and options below that. That form is centred.
The popup forms should each display covering the lower options part of the base form, leaving the patient data visible above.
I mostly develop on a notebook, and the forms appear as intended there, but when the app is run on a desktop (also LCD screen) their position is way out. Notebook and desktop screens are run at the same resolution(1024x768).
The users also need to run the app from both desktop and notebook. Do I have to provide separate versions for each hardware or is there a way of retaining the same relative positions of popup forms to base, regardless of hardware changes?
The popup forms should each display covering the lower options part of the base form, leaving the patient data visible above.
I mostly develop on a notebook, and the forms appear as intended there, but when the app is run on a desktop (also LCD screen) their position is way out. Notebook and desktop screens are run at the same resolution(1024x768).
The users also need to run the app from both desktop and notebook. Do I have to provide separate versions for each hardware or is there a way of retaining the same relative positions of popup forms to base, regardless of hardware changes?