Posts

Post not yet marked as solved
1 Replies
0 Views
Adding to the original post. No positive progress, just more detail and things I've tried that don't work. <body> <!-- Does not work, datadetectors still on, overlaying/hiding the .png map links <div datadetectors="off" x-apple-data-detectors="false" class="NoDDs"> <a datadetectors="off" x-apple-data-detectors="false" style="display: inline"> <img src="./GroundContact_W7_Bubbles.png" datadetectors="off" x-apple-data-detectors="false" class="inline" alt="./GroundContact_W7_Bubbles.png: not found" usemap="#html"> </a> </div> --> <!-- Does not work, datadetectors still on, overlaying/hiding the .png map links <img src="./GroundContact_W7_Bubbles.png" datadetectors="off" x-apple-data-detectors="false" class="inline" alt="./GroundContact_W7_Bubbles.png: not found" usemap="#html"> --> <!-- Does not work, datadetectors still on, overlaying/hiding the .png map links <h1 datadetectors="off"> <img src="./GroundContact_W7_Bubbles.png" datadetectors="off" x-apple-data-detectors="false" class="inline" alt="./GroundContact_W7_Bubbles.png: not found" usemap="#html"> </h1> --> <!-- Does not work, datadetectors still on, overlaying/hiding the .png map links <a href="#" datadetectors="off" x-apple-data-detectors="false"> <img src="./GroundContact_W7_Bubbles.png" class="inline" alt="./GroundContact_W7_Bubbles.png: not found" usemap="#html"> </a> --> <!-- Does not work, datadetectors still on, overlaying/hiding the .png map links <img src="./GroundContact_W7_Bubbles.png" datadetectors="off" x-apple-data-detectors="false" class="inline" alt="./GroundContact_W7_Bubbles.png: not found" usemap="#html"> --> <!-- Does not work, datadetectors are on, overlaying/hiding the .png map links. Definition order - map first, makes no difference. usemap before src also makes no difference. .gif vs .png makes no difference. --> <img src="./GroundContact_W7_Bubbles.png" alt="./GroundContact_W7_Bubbles.png: not found" usemap="#html"> <map name="html"> <area shape="circle" coords="73,250,30" href="./PassiveStrideRecovery_W12_Notes.html" alt="PassiveStrideRecovery_W12" target="_self"> <area shape="circle" coords="174,250,30" href="./QuietFeet_W6_Notes.html" alt="QuietFeet_W6" target="_self"> <area shape="circle" coords="63,350,30" href="./ArmSwing_W4_Notes.html" alt="ArmSwing_W4" target="_self"> <area shape="circle" coords="133,350,30" href="./Breathing_W11_Notes.html" alt="Breathing_W11" target="_self"> <area shape="circle" coords="205,350,30" href="./ForwardTilt_W8_Notes.html" alt="ForwardTilt_W8" target="_self"> <area shape="circle" coords="286,350,30" href="./HeadPosture_W10_Notes.html" alt="HeadPosture_W10" target="_self"> ... (more map areas here. One for each circle in the image) ... </map> </body> Here's one of the 27 areas in my .png that "Data Detectors" creates, that block some of my own mapped areas. I create a linked map for each circle in the .png, each limited to the associated circle's size: I don't know what Data Detectors is identifying or why. Whenever I refresh the URL the "x-apple-data-detectors-result" grows, though no additional blocks are identified. I'm still trying to stop Data Detectors obscuring my created (mapped) links. Any help appreciated.
Post not yet marked as solved
19 Replies
0 Views
It's pretty frustrating to have no idea if the copy to an iOS device has either started or is in progress. The only way I could set up my own progress hint was to copy files across a dedicated LAN mounted file store (on the Mac) and run "netstat 1" from a terminal to see if data transfer was in progress. Netstat gives you an idea of the throughput so I had to run a progress bar in my head. If any other transfer is in progress across that LAN mount, it messes up the monitoring. Another possibility was to use "iostat 5" and monitor transfers from a mounted disk. It's pretty crazy to have to guess like this (not been fixed for over a year, across two MacOS major versions). Where's the file going? Did I drag the file into the right folder (no indication until all is complete). How close to capacity am I while copying? Who's the manager in charge of this utility? Enquiring minds want to know!