View Single Post
  #9  
Unread 10-16-2012, 08:44 AM
Adra's Avatar
Adra Adra is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jun 2011
Location: France
Posts: 171
Ok guys, time to panic or to enter in fury mode

It appeared in my tests that the problem come from :

<Element ID="ToolbarField" X="120" Y="746" Width="1024" Height="200">

Setting a "Y" value going outside the actual height of the screen seems to cause the bug.

On my own system, which has a 1200 height display, setting "Y" beyond 1000 make it bug. 1000 + 200 (toolbar's height from this example) = 1200

All works fine untill I test the same code on a smaller resolution of 980 pixels height. --> Welcome back Mr Bug !


This means people now have to edit both width and height values in the skindefinition.xml files to position the toolbar


I'm really fed up with this kind of crappy dev job...
__________________
JRR skins collection download page
JRR Azure Glass download page
Extended and enhanced panels
Adra/Adragor/Osred from Sirannon.
Derelos/Prurit/Karnaj from Evernight.

Last edited by Adra : 10-16-2012 at 09:20 AM.
Reply With Quote