Posts by skeefo

    I hope it will help somebody in the same situation:

    I've found the same issue. It is problem of mac os and finder, as I understood.
    https://discussions.apple.com/thread/6752565

    And I've made modification of built in droplet which takes the folder as source. So - it works for me.

    You need to change string
    set mycmd to myapppath & " makepano " & templatepath & " " & myfilelist
    to
    set mycmd to myapppath & " makepano " & templatepath & " " & myPath & "*.jpg"

    in droplet script and then export it as a program in krpano folder.
    Probably it would be good to have such option "in box" - to put on droplet folder or set of files.

    I've tried everything. Sometimes this droplet opens two windows in time.
    For example I take 4 files - one file is in process in one window and three others - in another.
    After three are finished - (and one, of course is finished too in another window) window with three panoramas asks to rewrite .xml (it is logical).
    This problem is not exist with other drag-n-drop applications. Only with KRpano droplets.

    UPD: I even made new user with clear system and tried to do it there. But no - this problem still exists.


    sorry, no idea, I have tested your case and got no problem...


    Hope you can help me. I am experiencing very strange issue. Yesterday in the middle of the day everything worked well.
    I prepared jpgs and used _standard_ droplet makevtour multires. But in the evening I've tried to do the same with new set of jpgs (other project)
    and this droplet does not work as expected. I select set of files and drag-n-drop them on droplet shortcut.
    It makes only part of panoramas as expected and then tries to do _other part_ as standalone tour and asks me "do you want to owerwite tour.xml"?
    If I agree - I have .xml contains only last few panoramas. If I decline - I have tour only with first ones.
    Often it does not catch all the filenames I dropped. For example I have 8 files and it makes tour only with 3 of them.
    It does not work now with the project I did today earlier. So this problem repeats.
    Probably it is something with my system and drag-n-drop function, but it is so strange - I really does not understand
    what to do and where to find some inforamtion about such issue.
    I use MacBook Air, Mac 10.10.2 and Krpano 1.18.2
    I've made screenshot -

    This is result of dropping 8 .jpg files with equidistant projection.
    And this is the process

    and the result (question about rewrite)

    I have no idea why is it going that way. Hope you know, Klaus.

    Hello! I think, that using this plugin i can defence my tours from stealing. What will happen if the tour will be started on other domain?
    I want to know if it will happen. Is it possible with this plugin? Or may be there are some other way?
    Thx!

    Hello!

    I make map and I'm trying to get access to the layer with map marker using javascript:
    Code:
    krpano.set('layer[layerName].style, map_marker_active');

    Also, if I send this string to the console:
    document.getElementById('krpanoSWFObject').get('layer[map]');
    Appears the same error.

    At the same time, if i send this string to the console:
    document.getElementById('krpanoSWFObject').get('scene');
    All right :(

    XML file, javascripts and swf are on the same server.
    Only if I want to do something with layer or plugin - I get this error.

    Please help! Error text:
    Chrome: Uncaught Error: Error calling method on NPObject.
    Firefox: uncaught exception: Error in Actionscript. Use a try/catch block to find error

    How can I solve this problem?

    I apologize for my English.