User Tag List

Results 1 to 3 of 3

Thread: Window Control Object

  1. #1
    Clicker Multimedia Fusion 2 Developer
    Teh_Purple_d00d's Avatar
    Join Date
    Oct 2010
    Location
    Versailles, MO, USA
    Posts
    27
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Window Control Object

    Is there a way to adjust the frame size of the app without worrying about the window frames as well? Frames vary based on the style used in windows, so what works for one style doesn't for another.

  2. #2
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Window Control Object

    Do this:

    Set horizontal size to WinXSize( "Window Control" )-ClientWidth( "Window Control" )+320
    Set vertical size to WinYSize( "Window Control" )-ClientHeight( "Window Control" )+240

    This would set the window to the size necessary to display 320x240.

    Tip: You should re-center the window after that. Easy enough, with the "Set position" action. Pass 4 as parameter and it will be centered (You can pass a number from 0 to 8 to position the window in a corner of the screen).

  3. #3
    Clicker Multimedia Fusion 2 Developer
    Teh_Purple_d00d's Avatar
    Join Date
    Oct 2010
    Location
    Versailles, MO, USA
    Posts
    27
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Window Control Object

    Thanks for the help!

Similar Threads

  1. Window Control Object
    By camelman in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 28th April 2010, 09:32 PM
  2. window control can't resize window...?
    By Chokito in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 31st October 2008, 04:23 PM
  3. Sub-Application and Window Control
    By Retriever2 in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 5th April 2008, 01:55 AM
  4. Moving the actual app with Window Control object
    By MelliGeorgiou in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 18th October 2006, 10:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •