Fantasy Grounds Merchandise
  1. #1091
    Quote Originally Posted by Urheil View Post
    Hi. I've just found out about this app and tried to install it.

    So, I tried to install the demo, but had an error:
    Attachment 61282

    Just in case the error were from the .net version:
    Attachment 61283
    It says there is a higher version installed.

    I was trying to wrote you from the webpage, but couldn't, that's why i wrote you here.

    Can you take a look into it?

    Thanks!
    yes, of course, and thanks for the pics. Which operating system do you use? Have you tried running the installer as administrator?
    Last edited by psicodelix; July 12th, 2024 at 16:38.
    Ruleset Wizard
    The Ruleset Development Environment
    www.rulesetwizard.com
    Ruleset Wizard Tutorials
    Damned's Ruleset Wizard Tutorials

  2. #1092
    Quote Originally Posted by psicodelix View Post
    yes, of course, and thanks for the pics. Which operating system do you use? Have you tried running the installer as administrator?
    Hi, i have windows 10 and yes, i tried as an administrator

  3. #1093
    Quote Originally Posted by Urheil View Post
    Hi, i have windows 10 and yes, i tried as an administrator
    I was able to install it through cmd as administrator.

    Right click, run as administrator was greyed so i thought i was already executing it as admin. I'll try the demo in the next days.

    Thanks!

  4. #1094
    I create a new extension. Tried to add a new window and crashed.
    Reopen the demo version. Tried to open the created extension (basicaly the empty one just created) and couldn't because it said it's a demo version.

    Is this known issue or an expected behavior?

    The part that crashed, i guess it's not ok.

    I was trying to duplicate the video :
    https://www.youtube.com/watch?v=a40sQ-DDyKU


    I'm getting very frustrated while trying to understand how creating extensions works

  5. #1095

    Tooltip for Stringfield

    Hi, I am wondering if there is a way to set the tooltip for a Stringfield to be the same as the text entered into the field?

    The reason for asking is that some of the stringfields I've set up in my ruleset are not long enough to show all the text - due to the limited space I have. For example, skills list has skill names that are longer than the Stringfield set for them.

    It would be helpful to have the tooltip show the full name when you hover the cursor over it.

    Any help is much appreciated.

  6. #1096
    From a pure coding standpoint, you could approach it with updating the tooltip when the value changes:

    function onValueChanged()
    self.setTooltipText(getValue());
    end
    Dominic Morta
    Ruleset Developer
    Smiteworks

    How to zip up your campaign if the Developers ask for it-How to zip up your campaign if the Developers ask for it

    How to provide an Unity Connection issue?-Connection Issues and What to Provide

    Unity Updater issue?-Updater Issues

    Classic and Unity Port Forwarding?-Fantasy Grounds Connections Explained

    Comcast or Cox ISP User?-Comcast XFinity and Cox Users

    Have a suggestion?-Feature Request

  7. #1097
    Quote Originally Posted by superteddy57 View Post
    From a pure coding standpoint, you could approach it with updating the tooltip when the value changes:

    function onValueChanged()
    self.setTooltipText(getValue());
    end
    Thanks, I'll give this a go.

  8. #1098
    This almost worked.

    I needed to add it into an onInit function and it shows the text every time.

    Thanks superteddy57.

  9. #1099
    damned's Avatar
    Join Date
    Mar 2011
    Location
    Australia
    Posts
    26,836
    Blog Entries
    1
    Quote Originally Posted by Brotherkelly View Post
    Hi, I am wondering if there is a way to set the tooltip for a Stringfield to be the same as the text entered into the field?

    The reason for asking is that some of the stringfields I've set up in my ruleset are not long enough to show all the text - due to the limited space I have. For example, skills list has skill names that are longer than the Stringfield set for them.

    It would be helpful to have the tooltip show the full name when you hover the cursor over it.

    Any help is much appreciated.
    Just do something like this on the Name string

    Code:
    function onInit()
    	local nodeChar = getDatabaseNode();
    	setTooltipText(DB.getValue(nodeChar));
    end

    edit: too slow!

  10. #1100
    Thanks for the suggestion Damned. I will try it out. This will at least give me another option.

Page 110 of 111 First ... 1060100108109110111 Last

Thread Information

Users Browsing this Thread

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

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

Log in

Log in