Results 1 to 8 of 8

Thread: MessageBox appearnig twice.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2010
    Posts
    14
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default MessageBox appearnig twice.

    Hi,

    I am new to Qt GUI programming but well aware of C++ concepts. I am developing simple application which takes data from GUI and inserts into Database. Before inserting data into DB few validation are being performed for valid data.

    Now to show validation failure I am using QMessageBox class as provided by Qt. Problem is coming when popping up message box with QMessageBox. After clicking OK button it displays the same message box again and again I have to click on OK button to close it.

    While posting the Thread I am not having source code available but will be happy to share for better understanding of issue.

    If any one has faced similar issue please let me know the solution.

    Qt Version : 4.6.0
    OS : Windows Vista 64-bit
    Compiler : MinGW g++ 4.4.0 as supplied with Qt.
    Database : Oracle 11g 64-bit

    Thanks,
    Ronak
    Last edited by ronak.vashi; 17th May 2010 at 11:08.

Similar Threads

  1. set Bold to MessageBox particular Text
    By BalaQT in forum Qt Programming
    Replies: 2
    Last Post: 5th November 2009, 11:53
  2. MessageBox Validation
    By fortyhideout12 in forum Newbie
    Replies: 10
    Last Post: 2nd September 2009, 17:14
  3. Replies: 1
    Last Post: 21st April 2008, 22:43
  4. default on focus different item in messagebox?
    By gfunk in forum Qt Programming
    Replies: 1
    Last Post: 26th October 2007, 05:54
  5. QSA 1.2.1 && MessageBox
    By xk in forum Newbie
    Replies: 0
    Last Post: 20th April 2006, 17:30

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
  •  
Qt is a trademark of The Qt Company.