Checkmarks

Results 1 to 7 of 7
  1. #1
    Proficient Member V_o_o_d_o_o is offline
    MemberRank
    Jun 2008 Join Date
    152Posts

    Checkmarks

    Can anyone tell me where to find the checkmark image used in the options menu?

    Ours is not there or invisible, people are getting annoyed by it.


  2. #2
    Account Upgraded | Title Enabled! Axium is offline
    MemberRank
    May 2008 Join Date
    Delhi, IndiaLocation
    604Posts

    Re: Checkmarks

    You mean the Nike thing? or the Tickmark? :?

    Edit:
    Interface/Default/..
    http://sixpop.com/files/1391/btn_chk.png
    Last edited by Axium; 12-12-09 at 11:55 AM.

  3. #3
    Proficient Member V_o_o_d_o_o is offline
    MemberRank
    Jun 2008 Join Date
    152Posts

    Re: Checkmarks

    Ok, the file is there but it's not showing when we check the boxes. Why not?

  4. #4
    Account Upgraded | Title Enabled! Axium is offline
    MemberRank
    May 2008 Join Date
    Delhi, IndiaLocation
    604Posts

    Re: Checkmarks

    Code:
    <!-- Button -->	
    	<BUTTONLOOKTEMPLATE item="TestButtonLook">
    		<FONT>FONTa9</FONT>
    		<TEXTCOLOR>
    			<R>205</R>
    			<G>205</G>
    			<B>205</B>
    		</TEXTCOLOR>
    		<TEXTDOWNCOLOR>
    			<R>205</R>
    			<G>205</G>
    			<B>205</B>
    		</TEXTDOWNCOLOR>
    		<TEXTHIGHLIGHTCOLOR>
    			<R>205</R>
    			<G>205</G>
    			<B>205</B>
    		</TEXTHIGHLIGHTCOLOR>
    		<UP>
    			<BITMAP type="0">btn_chk.png</BITMAP>
    		</UP>
    		<DISABLE/>	
    	</BUTTONLOOKTEMPLATE>
    I sighed IRL.

  5. #5
    Proficient Member V_o_o_d_o_o is offline
    MemberRank
    Jun 2008 Join Date
    152Posts

    Re: Checkmarks

    Can't find it. What file?

    I tried Option.xml o.o

  6. #6
    Account Upgraded | Title Enabled! Axium is offline
    MemberRank
    May 2008 Join Date
    Delhi, IndiaLocation
    604Posts

    Re: Checkmarks

    Templates

  7. #7
    Proficient Member V_o_o_d_o_o is offline
    MemberRank
    Jun 2008 Join Date
    152Posts

    Re: Checkmarks

    Code:
    	<BUTTONLOOKTEMPLATE item="TestButtonLook">
    		<FONT>FONTa9</FONT>
    		<TEXTCOLOR>
    			<R>205</R>
    			<G>205</G>
    			<B>205</B>
    		</TEXTCOLOR>
    		<TEXTDOWNCOLOR>
    			<R>205</R>
    			<G>205</G>
    			<B>205</B>
    		</TEXTDOWNCOLOR>
    		<TEXTHIGHLIGHTCOLOR>
    			<R>205</R>
    			<G>205</G>
    			<B>205</B>
    		</TEXTHIGHLIGHTCOLOR>
    		<UP>
    			<BITMAP type="0">btn_chk.png</BITMAP>
    		</UP>
    		<DISABLE/>	
    	</BUTTONLOOKTEMPLATE>
    I have that and the btn_chk.png, it's still not working.



Advertisement