Page 2 of 2 FirstFirst 12
Results 21 to 23 of 23

Thread: dwarf issue

  1. #21
    Join Date
    Oct 2009
    Posts
    151
    Thanks
    6
    Thanked 13 Times in 11 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: dwarf issue

    JD2000 I made your changes (thanks) I get a crash so bad the program never appears.
    What changes would those be? I simply pointed out that you did not have a spreadsheet object, presumably because it was renamed spreadsheet1. See line #0 in your back trace.

    Generally you can not call object functions when the object does not exist.
    Last edited by JD2000; 13th May 2010 at 15:06.
    Got to keep the loonies on the path ...

  2. #22
    Join Date
    Oct 2009
    Posts
    151
    Thanks
    6
    Thanked 13 Times in 11 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: dwarf issue

    One of these might work

    Qt Code:
    1. #
    2. void MyTestDialog::onCalc1()
    3. #
    4. {
    5.  
    6. //QMdiArea->activeSubWindow->spreadsheet->tests(); // pass list into test function
    7. QMdiArea->activeSubWindow->tests(); // pass list into test function
    8.  
    9. }
    To copy to clipboard, switch view to plain text mode 
    Got to keep the loonies on the path ...

  3. #23
    Join Date
    Feb 2010
    Posts
    53
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: dwarf issue

    Thanks very much JD2000 will try it if it fails will redsign app, call on stack and do calcs after closing dialog. Thanks.

Similar Threads

  1. MS C++ issue
    By sepehr in forum Installation and Deployment
    Replies: 4
    Last Post: 29th December 2008, 23:45
  2. XML issue
    By jbpvr in forum Qt Programming
    Replies: 1
    Last Post: 25th August 2008, 13:01
  3. UI issue.
    By kaushal_gaurav in forum Qt Programming
    Replies: 2
    Last Post: 13th August 2008, 11:41
  4. ui_....h issue
    By stevey in forum Qt Programming
    Replies: 5
    Last Post: 27th November 2007, 04:54
  5. qt3 to qt4 - uic issue
    By hvengel in forum Qt Programming
    Replies: 10
    Last Post: 4th March 2007, 02:59

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.