5E Product Walkthrough Playlist
  1. #1
    Varsuuk's Avatar
    Join Date
    Dec 2015
    Location
    New York
    Posts
    2,075

    MoreCore - scrollbarcontrol button warning

    I thought it was my rearranging of locations but when I ran vanilla MoreCore I got this too:

    Code:
    Ruleset Warning: scrollbarcontrol: Missing normal button definition in windowclass (npc_main)
    Ruleset Warning: scrollbarcontrol: Missing normal button definition in windowclass (npc_main)
    Ruleset Warning: scrollbarcontrol: Missing normal button definition in windowclass (npc_main)
    Ruleset Warning: scrollbarcontrol: Missing normal button definition in windowclass (npc_main)
    Now - I don't expect this is enough to guide me where to look, but figure can't hurt to see if these log messages would be informative to the more experienced among you.
    I have never setup a scrollbarcontrol - I haven't read up on them and really, would investigate this much later if I do not get a pointer on what to look into. It doesn't seem to interfere with operability but I fear putting it off and forgetting to revisit. Hence, one try to see if folks have ideas here.

    This comes up when I create a new NPC (or open one) in vanilla MoreCore(v60, I believe is latest.)

  2. #2

  3. #3
    Varsuuk's Avatar
    Join Date
    Dec 2015
    Location
    New York
    Posts
    2,075
    Oh, I know it is just that. I just prefer clean no-warning things. Eventually I'll learn

    EDIT: And since back at my desk, took a quick look in API and now I DO. At least I think I know where to look. Update hopefully soon.
    Last edited by Varsuuk; February 6th, 2021 at 00:40.

  4. #4
    damned's Avatar
    Join Date
    Mar 2011
    Location
    Australia
    Posts
    26,685
    Blog Entries
    1
    <template name="scrollbar_npc">
    <scrollbarcontrol>
    <anchored position="right" offset="-40,-60" width="6" />
    <frame name="scrollbar_base_rolls" />
    <normal name="scrollbutton_normal">
    <minimum height="40" />
    </normal>
    </scrollbarcontrol>
    </template>
    is the fix

  5. #5
    Varsuuk's Avatar
    Join Date
    Dec 2015
    Location
    New York
    Posts
    2,075
    Hah - I was just about to post:
    Code:
    	<template name="scrollbar_rolls_npc">
    		<scrollbarcontrol>
    			<anchored position="right" offset="-15,-20" width="6" />
    			<frame name="scrollbar_base_rolls" />
    			<normal name="scrollbutton_normal">
    				<minimum height="40" />
    			</normal>
    		</scrollbarcontrol>
    	</template>
    which worked or me - but not sure what it is telling it since I didn't see a difference - BUT ... it shuts up the warning which was my only interest atm anyhow


    Thanks Damned

  6. #6

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
  •  
FG Spreadshirt Swag

Log in

Log in