How can i remove this from interface?

Results 1 to 7 of 7
  1. #1
    Enthusiast kenvelo is offline
    MemberRank
    Mar 2009 Join Date
    39Posts

    How can i remove this from interface?

    How can i remove those strikes?



    ~Kenvelo


  2. #2
    Veni, Vidi, Vici Arcelor is offline
    MemberRank
    Jan 2010 Join Date
    Delhi, IndiaLocation
    1,763Posts

    Re: How can i remove this from interface?

    main_bg_b I suppose.

  3. #3
    Enthusiast kenvelo is offline
    MemberRank
    Mar 2009 Join Date
    39Posts

    Re: How can i remove this from interface?

    well yes. I edited that. But those strikes moves from left to right and remains there .

  4. #4
    Veni, Vidi, Vici Arcelor is offline
    MemberRank
    Jan 2010 Join Date
    Delhi, IndiaLocation
    1,763Posts

    Re: How can i remove this from interface?

    Code:
    	<!-- Picture : 하단 바탕화면 이미지 -->
    	<PICTURE item="Lobby_MainBGBottom" parent="Lobby">
    		<BOUNDS>
    			<X>0</X>
    			<Y>552</Y>
    			<W>800</W>
    			<H>48</H>
    		</BOUNDS>
    		<STRETCH/>
    		<BITMAP>main_bg_b.png</BITMAP>
    	</PICTURE>
    Remove this.

  5. #5
    Enthusiast kenvelo is offline
    MemberRank
    Mar 2009 Join Date
    39Posts

    Re: How can i remove this from interface?

    Quote Originally Posted by Arcelor View Post
    Code:
    	<!-- Picture : 하단 바탕화면 이미지 -->
    	<PICTURE item="Lobby_MainBGBottom" parent="Lobby">
    		<BOUNDS>
    			<X>0</X>
    			<Y>552</Y>
    			<W>800</W>
    			<H>48</H>
    		</BOUNDS>
    		<STRETCH/>
    		<BITMAP>main_bg_b.png</BITMAP>
    	</PICTURE>
    Remove this.
    If i remove this , the whole main_bg_b.png gets deleted.
    Thanks anyway, that gave me the idea to delete stripe image from the folder.

  6. #6
    Veni, Vidi, Vici Arcelor is offline
    MemberRank
    Jan 2010 Join Date
    Delhi, IndiaLocation
    1,763Posts

    Re: How can i remove this from interface?

    Oh, I thought main_bg_b was the stripe image.
    Sorry mate .

  7. #7
    Enthusiast kenvelo is offline
    MemberRank
    Mar 2009 Join Date
    39Posts

    Re: How can i remove this from interface?

    No problem !
    Thanks anyway!



Advertisement