Starfinder Playlist
  1. #1
    Varsuuk's Avatar
    Join Date
    Dec 2015
    Location
    New York
    Posts
    2,075

    What triggers the highlighting in 5E ruleset for fields like AbilityStats, Wounds, et

    I notice when the cursor passes over STR, DEX, CON, etc and also Wounds, TMP. etc that the graphic basically "bolds" the rectangle outline.

    What causes this? I didn't see where it occurs in: number_charwounds, it can't be a default in basicnumber. Nor did I see it in the attached script either (that I understood):
    Code:
    			<script>
    				function onInit()
    					if super.onInit then
    						super.onInit();
    					end
    
    					OptionsManager.registerCallback("WNDC", onValueChanged);
    					onValueChanged();
    				end
    ...

  2. #2
    It comes from this code for a template of a basic editable number field:

    Code:
    	<template name="basicnumber">
    		<simplenumber>
    			<frame mergerule="replace" name="fielddark" offset="7,5,7,5" />
    			<stateframe>
    				<keyedit name="fieldfocus" offset="7,5,7,5" />
    				<hover name="fieldfocus" offset="7,5,7,5" hidereadonly="true" />
    				<drophilight name="fieldfocus" offset="7,5,7,5" hidereadonly="true" />
    			</stateframe>
    		</simplenumber>
    	</template>
    Regards,
    JPG

  3. #3
    Varsuuk's Avatar
    Join Date
    Dec 2015
    Location
    New York
    Posts
    2,075
    Odd then I must have either used something that overwrote it or… dunno - I’ll look tomorrow (in bed atm)

    I didn’t look at BN cos I assumed if it was there, I’d be seeing it in effect. Thanks!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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
  •  
DICE PACKS BUNDLE

Log in

Log in