DICE PACKS BUNDLE
Page 2 of 12 First 1234 ... Last
  1. #11

  2. #12

  3. #13
    Looks to be a conflict with Winnowing Pursuits and this ext. The search in their ext is not working when both are loaded. I will be posting in that thread as well.
    Attached Images Attached Images

  4. #14
    There's not much I can do about this because I don't have this extension. @damned you can see all my code in the repo here; if you'd like to collab on a solution feel free to reach out here or on Discord (anathemort#5773).

  5. #15
    damned's Avatar
    Join Date
    Mar 2011
    Location
    Australia
    Posts
    26,649
    Blog Entries
    1
    The issue is we are both adding a script file to the windowclass charsheet_inventory

    Im adding:
    Code:
    		<script>
    			function onInit()
    				update();
    			end
    			function update()
    				local nodeRecord = getDatabaseNode();
    
    				local bReadOnly = WindowManager.getReadOnlyState(nodeRecord);
    			end
    		</script>
    Only one is going to work...

  6. #16
    Thanks for looking into this. This sounds like a deal breaker? Meaning I can use one or the other but not both?

  7. #17
    Quote Originally Posted by damned View Post
    The issue is we are both adding a script file to the windowclass charsheet_inventory

    Im adding:
    Code:
    		<script>
    			function onInit()
    				update();
    			end
    			function update()
    				local nodeRecord = getDatabaseNode();
    
    				local bReadOnly = WindowManager.getReadOnlyState(nodeRecord);
    			end
    		</script>
    Only one is going to work...
    damned, wouldn't it work if you called super.onInit()? This is what I did for compatibility with the core stuff on another window. Example here.

  8. #18

  9. #19
    Quote Originally Posted by damned View Post
    Yes you are right. Updated now.
    Thank you! @nephranka can you verify compat for us?

  10. #20
    Quote Originally Posted by anathemort View Post
    Thank you! @nephranka can you verify compat for us?
    Looks good here. Working normal. Thank you both!

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
  •  
5E Character Create Playlist

Log in

Log in