Attributes room to small?

Dave312

Censored for your safe viewing
Reaction score
269
That is disappointing. Take a look at this tutorial. I'll continue to work on it and see if I can get it working.


EDIT: Turns out I had a typo (I spelled type tyep on the third line). It does work, but it kinda screws some other stuff up. I'll post back if I can find a fix for it.

CustomLayout.jpg


EDIT: I have found the solution to this problem. Here is the code you need in your custom layout file:
Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Desc>
	<Frame type="InfoPanel" name="GameUI/UIContainer/ConsoleUIContainer/InfoPanel" file="GameUI">
		<Anchor side="Right" relative="$parent" pos="Mid" offset="385"/>

		<Frame type="InfoPaneHero" name="InfoPaneHero">
			<Anchor side="Right" relative="$parent" pos="Max" offset="-200"/>
		</Frame>

		<Frame type="InfoPaneUnit" name="InfoPaneUnit">
	        	<Anchor side="Right" relative="$parent" pos="Max" offset="-200"/>
        	</Frame>

     		<Frame type="InfoPaneQueue" name="InfoPaneQueue">
         		<Anchor side="Right" relative="$parent" pos="Max" offset="-200"/>
     		</Frame>

        	<Frame type="InfoPaneProgress" name="InfoPaneProgress">
        		<Anchor side="Right" relative="$parent" pos="Max" offset="-200"/>
        	</Frame>

        	<Frame type="InfoPaneCargo" name="InfoPaneCargo">
            		<Anchor side="Right" relative="$parent" pos="Max" offset="-200"/>
        	</Frame>
	</Frame>
</Desc>
Using the width property doesn't work too well because the sub frames are anchored to the edges of the parent frame which means it tends to just stretch it rather than adding additional width. What I found was the InfoPanel was the frame that was causing the text to cut off. So I have changed the Anchor on the right hand side (by 200px) to give it more room. However because some of the sub frames position is measured relative it's right anchor, I need to push these back to its original position (by setting the right anchor offset to -200).
 

X-maul

AKA: Demtrod
Reaction score
201
It finally works :D and I cant even +rep you more :O thanks a lot Dave, you realy helped me out here:thup:
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top