Note that there are some explanatory texts on larger screens.

plurals
  1. USfuzzlog
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COThe issue has been solved, although it still does not make sense to me... Previously, project two was linked to project one as a framework (project_two.framework) via the "Link Binary With Libraries" section of the "Build Phases" window. We removed that linkage and replaced it with "project_two.a". We also had to make sure that "project_two.a" was set up as a build target in our current scheme (click and hold current scheme->Edit Scheme->Build-> click plus sign and selected "project_two.a" from the list. Now everything works as expected. Anybody know why that would matter?
      singulars
    2. COAfter I made the change above, I was able to see the correct image being returned in "ImageView" tab in fiddler. I failed a few times, but I'm guessing it was due to the size of the images and they not being fully downloaded before the 1000 milliseconds were up.
      singulars
    3. CONot a complete answer to my own question, but by doing the following, I was able solve the issue in about 90% of the attempts:`var jqxhr = $.post(url, data, function (e) { GetCurrentMediaItemsByIds(presentationId, document.getElementById("hid" + entityName + "Id").value); setTimeout("closeMediaSelection()", 1000); }); }`. Apparently, the issue seems to be not enough time between the function that sets "src" and the function that closes the window where this javascript call resides.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload