04-03-2012 09:54 AM
Does the screen resolution set have any effect when building application? IS anything compiled differently (UIR files?) based on the screen resolution the system is set to before building?
04-04-2012 12:59 AM
Hi,
as i know, the only effect is when you use panel attribute ATTR_RESOLUTION_ADJUSTMENT, but not sure if this is calculated against resolution in time of save UIR or Build application
04-05-2012 11:44 AM
The resolution of the development system is recorded in the UIR file when the file is saved. You can see this more clearly if you save your UIR in a text format (Options >> Save in Text Format) and open the file in a text editor. This information is used for ATTR_RESOLUTION_ADJUSTMENT as OVR_CZ mentioned.