Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2006
    Posts
    355

    Dialogex bug on minimize

    if minimize aplication and is show the dialog, the aplication not is posible restore.
    Attached Files

  2. #2
    Join Date
    May 2006
    Posts
    1,443
    this is not a bug

    once you open a (modal) dialog it disables its parent window and minimize,maximize,close buttons also

    in your example ,you are minimizing main window while it is disabled
    in this case Sysmenu is disabled also
    so your application is not responding,because it is disabled/locked

    best ways are :
    do not minimize main window when a modal dialog is opened
    close sub dialogs before minimize application

    finally ,user already can not minimize main window
    if you do not provide a button or samething similar with
    Application.Minimize();

Similar Threads

  1. 7.5 bug - DialogEx
    By Stephen G. in forum AutoPlay Media Studio 7.5
    Replies: 10
    Last Post: 10-26-2008, 11:36 AM
  2. 7.5 bug - Custom icon in DialogEx
    By Stephen G. in forum AutoPlay Media Studio 7.5 Suggestions
    Replies: 3
    Last Post: 10-25-2008, 05:04 AM
  3. New bug on DialogEx properties
    By Stephen G. in forum AutoPlay Media Studio 7.5 Suggestions
    Replies: 1
    Last Post: 10-23-2008, 01:46 PM
  4. AMS 7.5 bug - HTTP.Submit on DialogEx
    By Stephen G. in forum AutoPlay Media Studio 7.5 Suggestions
    Replies: 1
    Last Post: 10-21-2008, 07:56 AM
  5. TrueUpdate 2.0 Update (v2.0.6.0) Released
    By Brett in forum TrueUpdate 2.0
    Replies: 0
    Last Post: 10-31-2006, 01:10 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