View Single Post
11-30-09, 03:44 AM   #4
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 716
Ok, I'm currently working to get my UI fixed with all resolutions, and I found out, as long as you don't have any components so big that if the screen get's smaller that they overlap, it is really easy. Make sure that the things you want aligned to the right are anchored to the right, and vice versa with left and center. Make sure you don't use any absolute values like anchoring the editbox(the fault I made in my UI, current version) to "BOTTOMLEFT" instead of anchoring it relative to the chatframe(assuming you want the editbox below/ontop of the chatframe). And if you follow those rules then it should work with any resolution. And to all people that use ncUI, in my next version it *should* work with any resolution.
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
  Reply With Quote