Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2009
    Posts
    1

    Is it possible to make fully resizable project in “Flat” mode?

    Is it possible to make fully resizable project in “Flat” mode?
    I wish to make the project which will be always in the full screen mode.

    Used such code:
    Code:
    On Preload
    local tDInfo = System.GetDisplayInfo(); 
    Window.SetPos(Application.GetWndHandle(), 0, 0); 
    Window.SetSize(Application.GetWndHandle(), tDInfo.Width, tDInfo.Height);
    But I had problems with positioning of pictures and buttons.
    The “Auto-resize” works incorrectly…

    As I understand, I need to write scripts, but my programming skill is tragic.

    I have found a working variant of the fully resizable project by Adam ( https://www.indigorose.com/forums/sh...ad.php?t=12944 ), but its scripts are intended for “Standard” style, when “Resize” is “on”.

  2. #2
    Join Date
    May 2005
    Posts
    1,115
    I think that you can not resize flat-style windows at all.
    Never know what life is gonna throw at you.
    (Based on a true story.)

  3. #3
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Quote Originally Posted by bule View Post
    I think that you can not resize flat-style windows at all.
    Well, you can do something like On Click and when it's holding check for movements and use Window.SetSize, You can set flat styled windows because I did it for Lisux.

Posting Permissions

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