How Do I Translate the OpenZoom Tango Context Menu?
Hey OpenZoom Developers,
I really like this SDK! Great work!
Since I am from Germany and would like to place an example on my web page I want to translate the context menu items of the OpenZoomViewer.swf.
Im working with Flex Builder 3 and got the sdk set up all right.
Now I opened the Nano Files and thats it.. Im looking for a way to change the ContextMenu Items to German and then compile it to an swf that I can just drop in the xxxxxxx_img -Folder..
Best regards, Robert
I really like this SDK! Great work!
Since I am from Germany and would like to place an example on my web page I want to translate the context menu items of the OpenZoomViewer.swf.
Im working with Flex Builder 3 and got the sdk set up all right.
Now I opened the Nano Files and thats it.. Im looking for a way to change the ContextMenu Items to German and then compile it to an swf that I can just drop in the xxxxxxx_img -Folder..
Best regards, Robert
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
The company marked this question as answered.
The best answer from the company
-
Robert,
Glad you like the OpenZoom SDK. You can change the context menu captions in the org.openzoom.flash.viewport.controllers.ContextMenuController class and recompile the viewer:
http://github.com/openzoom/sdk/blob/m...
Let me know if you need any further help.
–Daniel
The company says
this answers the question
-
Inappropriate?Robert,
Glad you like the OpenZoom SDK. You can change the context menu captions in the org.openzoom.flash.viewport.controllers.ContextMenuController class and recompile the viewer:
http://github.com/openzoom/sdk/blob/m...
Let me know if you need any further help.
–Daniel
The company says
this answers the question
-
Inappropriate?Hello Daniel,
thank you for your fast reply.
I changed the caption of the ContextMenuController class, recompiled the OpenZoomViewer from Nano and then dropped the released swf in the _img-Folder and opened the html that was generated by Zoomify.. but all I get is the sad face. It seems to not get the source right?
-Robert -
Inappropriate?Anything on this issue?
I tried a few more things but still didn't get it to work so I can simply drop a newly compiled Viewer-SWF into the _img folder..
Would really appreciate your help! -
Inappropriate?Robert,
With the limited information given, it's hard to diagnose the root cause of the issue you describe. My first guess though is some interference with the Flash Player security sandbox. Have you tried adding the -use-network=false compiler option? Also, try to upload your files to a server and see if it works there -- it should. If all of that doesn't help, simply fire up the debugger and step through your code while it fails to load the XML in the browser.
Where can I find your improvements to the OpenZoom SDK?
Cheers,
Daniel
-
Inappropriate?Hey Daniel,
I found the problem: the swf is looking for root/_img/_img/ImageProperties.xml although the standard path for the xml is root/_img/ImageProperties.xml..
By now I solved it by simply duplicating the folder. But I'm sure to find a solution to it in the sdk. I'll post in on GitHub.
Cheers, Robert -
Inappropriate?Robert,
Yes, please! :)
If you find a solution please post it on GitHub and link it here.
Cheers,
Daniel
Loading Profile...




EMPLOYEE