Git Product home page Git Product logo

panosalado's People

Contributors

mrondinelli avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

uglyoldbob

panosalado's Issues

.ZIP Errors

While extracting the zip files to a location on my computer I recived
several errors, Folder already exists. This is due to a bad compressor.
What is happening is every folder in the zip file is also given a file with
the exact same name. When extracting the computer wants to take the file
first. When it comes to taking the folder is stops and reply's the message,
folder already exists. An easy way to fix this is by updating your zip
compressor or getting a different compressor completely.

Original issue reported on code.google.com by [email protected] on 31 Aug 2008 at 7:12

Sphere horizontal texturing depends on segments

What steps will reproduce the problem?
1. change the segments in a sphere object

What is the expected output? What do you see instead?
The image should always be centered at the same point horizontally.  Instead, 
the horizontal center 
point depends on the # of segments.


Please use labels and text to provide additional information.
Workaround is to use geodesicSphere instead, which does not currently suffer 
from this defect.

Original issue reported on code.google.com by [email protected] on 4 Sep 2008 at 11:10

ReferenceError: Error #1065: Variable ModuleLoader is not defined.

What steps will reproduce the problem?
1. Unzipped and Loaded following file in the flexbuilder 
tool-PanosaldoSource.zip
2. Compile and  run the following mxml -layout_7.swf
3. During the run time it shows the error(Please see the snapshot of it in the 
attached file-
    ReferenceError: Error #1065: Variable ModuleLoader is not defined.
4. In the debug mode it is pointing to the following file-
       PanoSaladoApplication.as
and the function is-

private function stageReady(e:Event=null):void
        { 
            //BroadcastEvent = ApplicationDomain.currentDomain.getDefinition("zephyr.BroadcastEvent") as Class;
            //var ModuleLoader:Class;

            ModuleLoader = ApplicationDomain.currentDomain.getDefinition("ModuleLoader") as Class;

            moduleLoader = ModuleLoader( parent.parent );

            moduleLoader.addEventListener(BroadcastEvent.ALL_LAYERS_LOADED, layersReady, false, 0, true);

            moduleLoader.addEventListener(BroadcastEvent.SHOW_TOOLTIP, toolTipHandler, false, 0, true);
            moduleLoader.addEventListener(BroadcastEvent.HIDE_TOOLTIP, toolTipHandler, false, 0, true);

            stage.addEventListener(Event.RESIZE, onResize, false, 0, true);

            stage.addEventListener(Event.FULLSCREEN, onResize, false, 0, true);

            onResize();

            layersReady();

            initStyleSheets();

            initContextMenuItems();
        }

What is the expected output? What do you see instead?

It should load the page required.

What version of the product are you using? On what operating system?
Windows 7

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 May 2011 at 9:46

Attachments:

Buttons/keyboard functionality sporadically lost when in full Screen mode: known issue

What steps will reproduce the problem?
1. Enter full screen mode
2. Try to use buttons/hotspots/keyboard

What is the expected output? What do you see instead?
We should have full keyboard and button control of panoramas in full screen 
mode. Sometimes this 
is lost.

We're currently "spoofing" keyboard events for hotspots and buttons. An 
upcoming revision will fix 
this, so we can have button/keyboard events in both Full Screen mode and normal 
display; 
Obviously, to the extent that Adobe's security model allows us.


Original issue reported on code.google.com by [email protected] on 25 Jul 2008 at 6:55

Download example source doesn't unzip nicely

I'm downloading the example zip
from:http://code.google.com/p/panosalado/downloads/list

and when I unzip it on my win vista 64bit it doesn't like a few of the
files and asks me if I'd like to retry unzipping or skip. 

MN

Original issue reported on code.google.com by [email protected] on 5 Feb 2009 at 3:02

"Loading Preview" is displayed on cylinder panoramas

What steps will reproduce the problem?

1. The problem is that whenever I want to load a cylindrical panorama
image, when it's finished loading, it continues to say "Loading Preview" on
the lower left corner of the screen.
2. For example, using the 'example' package, set it so that after the
preview space, it loads a cylindrical panorama. It should continue to say
"Loading Preview"


What is the expected output? What do you see instead?

Since the preview has been loaded and is over, the "Loading Preview" text
should go away, as it does in the 'cube' panorama in the example.


What version of the product are you using? On what operating system?

I am using rev_128 on Windows Vista SP1, and this problem is seen on both
Internet Explorer and Firefox. The Adobe Flash plugin version on my
computer is 10.0.12.36


Please provide any additional information below.

I have found a work-around to this problem. If I load a cube panorama (even
for a very short period of time), the "Loading Preview" disappears.

Original issue reported on code.google.com by laser3y3s on 30 Dec 2008 at 1:57

Require some help/document/sample to start using the panosaldo unable to find any good sample.Please provide it.Thanks.

Require some help/document/sample to start using the panosaldo unable to find 
any good sample.Please provide it.Thanks.

What steps will reproduce the problem?
1.Downloaded the zip folder from the download section. 
2. Extacted the folder and opened it to view the files.
3.

What is the expected output? What do you see instead?
Required some documentation or sample to use Panosaldo.

What version of the product are you using? On what operating system?
PanoSalado and Flex Interface Source Update 

Windows 7

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 May 2011 at 6:17

SWF Hotspot

I've been changing a bit of PanoSalado the R80 to try to load a SWF as Hotspot 
giving more options 
for interactivity and I'm not getting much. 
I have tried changing bulkLoader modify it to make getMovieClip instead 
getBitmapData but 
produces mistake to reach createBitmapMaterial().
I have also tried to create my own createMovieClipMaterial() with 
MovieMaterial() and 
MovieAssetMaterial() but neither has worked. 

Is it a change that will take place in the short term and I still pounding 
against the wall?

Original issue reported on code.google.com by antares500 on 28 Aug 2008 at 9:55

Error #2044: Unhandled IOErrorEvent:. text=Error #2036: Load Never Completed.

What steps will reproduce the problem?
1. download rev_43_example.zip and unzip on to server
2. view rev_43_example/index.html in IE6 or FF 2.0.0.14
3. Error prompt should appear

Please provide any additional information below:

If I go directly to rev_43_example/PanoSalado.swf it works fine

The last post in this thread might help
http://www.actionscript.org/forums/showthread.php3?t=152069
*shrugs*

Original issue reported on code.google.com by [email protected] on 22 Jul 2008 at 3:28

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.