Stefanie
unread,Feb 11, 2012, 5:46:10 PM2/11/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I am trying to create a GUI using GUIDE that is NON-RESIZABLE but displays properly in all screen resolutions. I have currently built it using GUIDE with a screen resolution of 1920x1200 with font size of "small". When I open it up on a 1920X1200 font size "medium" parts of the GUI are cut off (this also obviously occurs if I have a lower resolution as well). I have created and saved the GUI in 'characters' units, as I thought this is what would allow for a resolution-independent GUI, but this does not appear to be working. When I change the units to 'normalized', this helps, provided I can then resize the GUI once opened, which I DO NOT want to give the user the ability to do. How can I turn my GUIDE created GUI into a NON-RESIZABLE GUI that will display properly on different screen resolutions?