5E Product Walkthrough Playlist
  1. #1

    Join Date
    Apr 2009
    Location
    Fullerton, CA.
    Posts
    625

    Minimizing windows from a button push

    Hello all,

    I have been looking into a way to minimize a window from a button press. Similar to closing the window with a button press on an icon graphic.

    I have set up the graphics, templates, and delved into the develops guides and found the function isMinimized(). This returns true or false only. I haven't found a function that would directly minimize the window similar to the function close().

    With isMinimized I can find the state of the window and that's about it.

    Code:
    function onButtonPress()
          if window.isMinimized() == false then;
                  -- something here;
          end
    end
    Looking for that "something here". I tried some ideas with onMenuSelection() and trying to have it work as if I used the radial menu. I haven't given up on that yet, just haven't worked with that either.

    Any ideas?

  2. #2

    Join Date
    Apr 2009
    Location
    Fullerton, CA.
    Posts
    625
    I am beginning to think the "minimizing" is built in to the radial menu and the functions for it are not accessible to rulesets. Anyone know if that is true?

  3. #3
    Ikael's Avatar
    Join Date
    Jan 2008
    Location
    Finland/Joensuu
    Posts
    2,384
    Quote Originally Posted by Paul Pratt View Post
    I am beginning to think the "minimizing" is built in to the radial menu and the functions for it are not accessible to rulesets. Anyone know if that is true?
    Yes, minimize feature is not available via FG API yet which is why no such feature have been implemented
    "Alright, you primitive screwheads, listen up: THIS... is my BOOMSTICK!" -- Ash Williams, Army of Darkness

    Post your SavageWorlds ruleset feature requests and issue reports here!

  4. #4
    Which is one of the things I will never understand....
    I never claimed to be sane. Besides, it's more fun this way.

  5. #5

    Join Date
    Apr 2009
    Location
    Fullerton, CA.
    Posts
    625
    Thanks for the info.

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