Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 10 of 3973

Hybrid View

  1. #1
    Master
    Join Date
    Nov 2017
    Location
    Romania
    Posts
    349
    Rep Power
    167

    Default

    @Golom,thx for heads up ,i will test with euroleum+ ,maybe my branding have some problem
    PS i just tested with euroleum+ ,same problem check boxes appear randomly
    PS 1 Tested with an old version of skin .check boxes appears normally
    Edit:Maybe solution can be in:the_skin_by_pongo_mods.ui ,i find refference for "checkbox" but at first glance version 06042023 wich dont work appear to be same with version 18012023 wich work well
    I hope this will help

    Spoiler: lines
    <define_element CHECKBOX_QUICKBAR chkspr="ico_checkbox.svg" chkspr_w chkspr_h chkspr_align chktext_on=(m_i18n("on")) chktext_off=(m_i18n("off")) phase_on="on" phase_off="off" phase_disabled_on="disabled_on" phase_disabled_off="disabled_off" resize_bmp=0 img="" img_focus="" text="" chktext="" font fontsize color color2 align="LEFT" valign="CENTER" onrelease=undef padding=0 paddingleft=0 paddingright=0 paddingtop=0 paddingbottom=0 iconspr="" boolmodel checked changevalue enable=1>
    <implementation>
    <property checked value=((OWNER.BOOLMODEL // 0)? %{OWNER.BOOLMODEL} : OWNER.CHECKED) setter={(OWNER.BOOLMODEL // 0) ? invert(%{OWNER.BOOLMODEL}) : OWNER.CHANGEVALUE->()}/>
    </implementation>
    <HBOX class="checkbox">
    <BUTTON class="checkbox" onrelease={invert(checked); if (OWNER.ONRELEASE) {OWNER.ONRELEASE->()}} enable=(OWNER.ENABLE)/>
    <SPRITE class="checkbox chk_icon quickbar"/>
    <SPRITE class="checkbox icon quickbar"/>
    </HBOX>
    </define_element>
    <!DISABLE OVERRIDE>
    Last edited by cristianyxtl; 8th July 2023 at 10:29 AM.

  2.    Advertissements


 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •