Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Solved] "No such interface supported" error when using dynamic content url
18th February, 15:42
Post: #1
[Solved] "No such interface supported" error when using dynamic content url
using qtip jquery.qtip-1.0.0-rc3 with jquery 1.3.2 and fullCalendar plugin. Qtip was working fine displaying tips statically (using Content Text propert). However i recently attempted to start displaying tips dynamically using the url property of Content object. The call to the web service works well and the data returned from the web service looks good...however a javascript error results somewhere under the hoods of qtip and/or jquery and the tip never actually displays. A javascript error appears (see attached screenshot.png) and execution breaks.


JS Code
element.qtip({
                         content: {
                             url: 'MLMSCalendar.asmx/GetToolTipByAppointmentID',
                             data: {intAppointmentID : 88 } 
                         },
                         show: 'mouseover',
                         hide: { when: 'mouseout', fixed: true },
                         position: {
                             corner: {
                                 target: 'bottomLeft',
                                 tooltip: 'topLeft'
                             }
                         }
                     });

Any ideas ?


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
18th February, 17:54
Post: #2
RE: "No such interface supported" error when using dynamic content url
What is getting returned by this call? HTML?

Craig Thompson
Web Developer / Designer
Craigsworks
http://www.craigsworks.com
Visit this user's website Find all posts by this user
Quote this message in a reply
18th February, 18:33
Post: #3
RE: "No such interface supported" error when using dynamic content url
(18th February 17:54)Craig Wrote:  What is getting returned by this call? HTML?


html fragment wrapped in an xml document. see attached. thank you.


Attached File(s)
.txt  qtipdata.txt (Size: 905 bytes / Downloads: 3)
Find all posts by this user
Quote this message in a reply
19th February, 16:07
Post: #4
RE: "No such interface supported" error when using dynamic content url
Right, you'll need to do some parsing before you set the content then. Use the beforeContentLoaded callback or similar to parse it into simple HTML and then updateContent() the parsed data Smile

Craig Thompson
Web Developer / Designer
Craigsworks
http://www.craigsworks.com
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [Solved] Dynamic Content From Page Element frogg3862 2 91 3rd May 17:12
Last Post: frogg3862
  [Solved] qtip showing content from db doesn't change when content in db changes. vtoepel 2 145 23rd April 16:02
Last Post: vtoepel
  Dynamic contenct not working property in sortable cleung 5 737 8th December 18:45
Last Post: Craig
  [Solved] dynamic tipcreation alnikitich 1 448 8th December 18:29
Last Post: Craig
  [Solved] error when subscribing mplungjan 1 431 27th September 15:18
Last Post: Craig
  qtip thows script error 'parent is null' prasanthreddyp 1 558 12th September 17:16
Last Post: Craig
  [Solved] error: missing}after property list captamirul@yahoo.com 8 1,331 10th September 15:22
Last Post: Craig
  [Solved] Dynamic content based off map area befeetback 1 1,048 25th August 18:23
Last Post: Craig
  how to get dynamic attri('id') before displaying on content davidkhan 3 623 23rd August 18:04
Last Post: Craig
  [Solved] Dynamic content not showing? dabd 3 814 21st August 18:17
Last Post: Craig



User(s) browsing this thread: 1 Guest(s)