Results 1 to 11 of 11

Thread: QT WebKit - Browser Interaction Problem

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2012
    Posts
    9
    Thanks
    8
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QT WebKit - Browser Interaction Problem

    OK I just tried that one and got the following (upon entering the date-time values from the HTML part and clicking the Qt's Fetch queries button):

    Error in Ajax POST
    textStatus: parseerror
    errorThrown: SyntaxError: Unable to parse JSON string

  2. #2
    Join Date
    Sep 2011
    Location
    Portugal
    Posts
    25
    Thanked 5 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: QT WebKit - Browser Interaction Problem

    You are not returning a valid JSON string.
    Remember that you have set: dataType: 'json'

    http://stackoverflow.com/questions/7...-object-object

    I don't want to sound rude, but you could try and search google before asking some questions
    You'd be amazed to find that others have had the same problems

  3. The following user says thank you to tferreira for this useful post:

    s7 (22nd May 2012)

  4. #3
    Join Date
    May 2012
    Posts
    9
    Thanks
    8
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QT WebKit - Browser Interaction Problem

    Thanks a lot, I have been working on this error for the past two days or so and it drove me crazy. That is definitely a starting point for me, will take over from here

Similar Threads

  1. Handling multiple web pages in Qt WebKit Browser
    By dpen41 in forum Qt Programming
    Replies: 6
    Last Post: 7th February 2012, 21:15
  2. Replies: 0
    Last Post: 17th March 2011, 03:17
  3. Not able to run fancy browser and demo browser example applications
    By GoGetIt in forum Installation and Deployment
    Replies: 1
    Last Post: 16th August 2010, 06:23
  4. Problem while using Text browser
    By yuvaraj.yadav in forum Qt Programming
    Replies: 2
    Last Post: 4th May 2009, 13:41
  5. file-browser problem
    By sudheer in forum Qt Tools
    Replies: 2
    Last Post: 15th November 2007, 05:36

Tags for this Thread

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.