Apply OrbitBehavior to multiple universes

Hi all,
I want to add the same OrbitBehavior to multiple universes. So that when I move the camera on one scene, it also moves the camera on the other scene.
I tried creating a global OrbitBehavior and adding it to all the universes, but I get a MultipleParentException at runtime.
Does anybody know how to achieve the above.
Thanks.

You may want to create a static transform calculation class, based on the OrbitBehaviour source code and then have a more lightweight Viewplatform behaviour that tells all the live viewplatformbehaviours to get a new transform from the transfrom calculator.

Similar Messages

  • Multiple Universes (based on SAP BI Query) & single WebI Report

    Hi,
    We build OLAP Universes on SAP BI Queries. One of the ways to consume multiple universes in a single WebI report is to "add query" from another universe into the same WebI page / another WebI tab for the report.
    Is there a possibility to pick and choose fields from different Universes (based on SAP BI Queries), into a single WebI report ... of course respecting their technical linkage.
    regards,
    Rajesh K Sarin

    Hi Ingo,
    We have created multiple subject Area Universes (based on SAP BI Queries). Is there a possibility to select a particular object from one of the Universe and another object from another Universe into the same grid eg. Notification Number from Work Management Universe (SAP BI Query based on Customer Service Data Flow / Multiprovider) and Invoice Number from Invoicing Universe (SAP BI Query based on Invoicing Data Flow / Multiprovider). Common aspects for both of these could be say a Customer Account Number.
    As per my understanding, we cannot do this if we have created Universes on SAP BI Queries.
    Nearest possible option is to display two tables on the same WebI report - one from Work Mgmt Universe and other from Invoicing Universe.
    Please guide.
    regards,
    Rajesh K Sarin

  • Profile for multiple universes

    Hello,
    Is it possible to use one profile for multiple universes? Do I have to chose the objects from the different universes in the profile target section?
    Thanks!

    Yes, Profiles needs to be created based on the universe.it can be later splited according to the report and filter.
    You can refer the below document to perform the same
    http://wiki.scn.sap.com/wiki/display/BOBJ/Personalization+in+SAP+Business+Intelligence+4.0+Web+Intelligence+Publications

  • Applying changes to multiple images . . .

    i'm relatively new to macs but i've been using aperture comfortably for the past few months.
    having just returned from a long photography trip and upgrading aperture to 1.5.1, i'm finding that i am unable to apply changes to multiple images like i used to, such as: selecting multiple images to rotate or selecting multiple images to apply the "stamp."
    when i try to "shift-select" multiple images, the change i'm trying to apply affects only the last image clicked-on in the "shift-select" grouping. does that make sense?
    has anyone else encountered this?
    mahalo nui loa
    Power Mac G5 Quad   Mac OS X (10.4.8)  

    You most likely have the Primary Only option turned on. Turn off that option in the Control Bar.

  • Applying columns to multiple playlists

    I've searched hi and low, but no luck. Is there a way to apply columns views to multiple playlists? I want to add certain columns to all my playlists (i.e. Track #) without doing it one by one.
    Any ideas?
    Bob

    Catherine, you probably have the "Primary Only" flag enabled. Press the framed litte "1" button to disable it. This flag will cause the keywords only to be applied to the current selection. Then the Keywords Controls should work as you want.
    See my user Tip here:                   Keywords or ratings are applied only to one of the selected images - why?
    What is the recommended way of applying keywords to multiple images at once?
    The Keyword Controls are fine, also dragging keywords from the Keywords HUD directly onto a selection or Batch Changing.
    Regards
    Léonie

  • Apply border to multiple frames

    I would like to know if I can apply the small border preset to all of the photos in a montage. It could save me a lot of time if I knew how to apply this to multiple frams.

    I have over 100 still photos in the timeline. I wanted each one to use the preset frame in the effects set.
    I thought I had seen that technique one time in a tutorial.
    made sense to me that you could select all stills in a timeline and drag the effect to all frames at once.
    but. . .that wasn't it.
    Original Message

  • Aperture 3: How to apply keywords to multiple photos?

    Hi,
    I'm trying to apply keywords to multiple photos at once but if I select several photos and add a keyword in the 'metadata' panel it just gets applied to one of the selected photos, not all of them. Is this a bug or am I just doing it wrong?
    Thanks,
    Sam

    I see,
    But that requires that said keyword already exists which slows down the workflow when you're dealing with lots of new keywords, or even existing ones if you have lots and lots of keywords instead of just typing in a keyword (and it perhaps auto-completes). Also I'm somewhat of a keyboard-centric user
    Thanks for the suggestion,
    Sam

  • Can create Webi report using multiple universe (multiple datasource)

    Hi All,
    Can we create a Webi report from multiple universe (can say multiple dataprovider & datasource)?
    Please suggest.
    Regards,

    You can bring as many sources together into one report as you like.
    However, to use them together you must have some common dimension, such as a particular Sold To Party, Business Partner, etc. You can then use merge dimensions to develop your report but you will need to be aware that dimensions that are NOT Common to both data providers cannot be used in a table combining two data providers.
    So, if data provider one has dimensions Resort, Product and Year and a  measure object Sales Value
    while  data provider one has dimensions Resort and Year and a  measure object Cost Value, you cannot use Product in a report but you can display Resort, Year, Sales Value and Cost Value together to show you how much revenue each resort is generating each year and how much it is costing you to do so. To have product in the report table, you would need to add it to data provider two.
    Hope that clears it up for you.
    Regards,
    Mark

  • Applying SUBTOTAL to multiple condition SUMPRODUCT

    Hi
    I have created the following formula which works:
    =SUMPRODUCT(--($AG$10:$AG$1999<>0),$U$10:$U$1999/SUMIF($AG$10:$AG$1999,"<>"&0,$U$10:$U$1999),$X$10:X$1999)
    Column AG is a "type" filter where I've assigned 0 values to data I need to ignore when doing my sumproduct, U is my values column so the values I want to sumproduct with column X which is my return column. So this works fine to ignore my blank
    types and sumproduct the remaining values and returns to give me a total.
    However I'd like to extend this so that when I put a filter on my data the forumla holds.
    I've previously used the following for subtotals
    =SUMPRODUCT(X9:X1999,SUBTOTAL(109,OFFSET($U$9,ROW($U$9:$U$1999)-ROW($U$9),,1))/$U$7)
    but this doesn't account for the fact that I need to strip out the types that are blank which I do in the above via: --($AG$10:$AG$1999<>0)
    Is there anyway to combine these two forumlae???
    I'm trying to build the spreadsheet to be robust enough for new data to be pasted into cells A9:AG1999 each month and the required metrics pop out at the top so that others can use without having to update pivots etc. I need it dummy proofed so all they
    do is paste in new data and the forumulae do the rest!
    Any help would be greatly appreciated :O)  Happy to provide more detail if the above isn't clear!

    Try:
    =SUMPRODUCT(X$9:X$5129,SUBTOTAL(109,OFFSET($U$9,ROW($U$9:$U$5129)-ROW($U$9),,1))/SUMPRODUCT(SUBTOTAL(109,OFFSET($U$9,ROW($U$9:$U$5129)-ROW($U$9),,1)),--($AG$9:$AG$5129<>0)),--($AG$9:$AG$5129<>0))
    Solved by NVBC in the OzGrid Excel forum: tipost titled "Apply SUBTOTAL to multiple condition SUMPRODUCT inc SUMIF"

  • Apply Script to multiple fields

    I have a form with multiple fields that will contribute to a total. Is there a way to have script apply to multiple fields that will auto update the totals, instead of scripting a separate exit event for each field.
    Thank you

    Create a Script Object. In that object, you can have a function like this:
    function addMyFields() // add values in the fields
    var number1 = field1.rawValue;
    var number2 = field2.rawValue; // and so on
    var sumOp = number1 + number2; // + number3 + .... and so on
    totalField.rawValue = sumOp; // display sum in total field
    Paste the following code in the exit event of each field:
    ScriptObjectName.addMyFields();
    Let me know if it works for you.

  • How to apply style to multiple links?

    I'm a newbie here, so maybe this is a simplistic question.  I am having trouble applying a color style to multiple links on a webpage at the same time.  I have a page setup with a layout similar to the Drudge Report, which posts href links separated by horizontal rule lines.  I want to apply a color style to these links, but I'm finding I have to select each link individually in design mode to apply the style.  When I select multiple links in design mode, the color doesn't apply to the text.  It's time consuming to select each link individually.  I can do this easily in Microsoft Visual Web.  How can I do it in Dreamweaver?

    The best way is to put all related links into a division. 
    Let's say you want to have red links in your #header and white links in your #footer which has a black background.
    CSS, set up two sets of link styles:
    #header a {text-decoration:none}
    #header a:link {color:red}     /**unvisited**/
    #header a:visited {color:gray} /**visited**/
    #header a:hover,               /**on mouse over**/
    #header a:active,              /**on click**/
    #header a:focus                /**on tab key**/
        {text-decoration:underline}
    #footer {background: #000;}
    #footer a {text-decoration:none}
    #footer a:link {color:white}
    #footer a:visited {color:yellow}
    #footer a:hover,
    #footer a:active,
    #footer a:focus 
        {text-decoration:underline}
    HTML:
    <div id="header">
    <a href="some-link.html">Link in the header</a> |
    <a href="some-link.html">Link in the header</a> |
    <a href="some-link.html">Link in the header</a> |
    </div>
    <div  id="footer">
    <a href="some-link.html">Footer link</a> |
    <a href="some-link.html">Footer link</a> |
    <a href="some-link.html">Footer link</a> |
    </div>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Applying masters to multiple spreads

    Hey guys,
    Working in VB, InD CS3. I have a feeling this is like the 'ol autoflow thing, but here goes.
    I can script the application of a master to multiple pages by iterating through the pages or spreads, but it runs to slow (not that I'm impatient or anything).
    I'm wondering if there is an equivalent to using the "Apply Masters to Pages..." option from the pages panel which goes nearly instantly even on some of our longer documents.
    I thought I might be able to do this to apply masters to all pages:
    Set pgs = Ind.ActiveDocument.Spreads.ItemByRange(Ind.ActiveDocument.Spreads(1), Ind.ActiveDocument.Spreads(-1))
    pgs.AppliedMaster = Ind.ActiveDocument.MasterSpreads("LNG-TXT")
    but it errors trying to set the master, I'm sure its because pgs is a collection of masters.
    Any help is much appreciated.
    All the best,
    Ken

    It looks like you are missing .item()
    This works for me (in JS):
    app.documents[0].pages.everyItem().appliedMaster = app.documents[0].masterSpreads.item(0);

  • Applying Effect to Multiple Clips?

    Hi,
    Is there a way within Final Cut Express to apply a single effect such as Chroma Keyer to multiple clips? I've seen this done with Final Cut Pro but can't seem to replicate it in FCE.
    Thanks for your help.

    You do it exactly the same way you could do it in FCP. Drag the filter onto multiple selected clips, or copy a clip with the filter and use the paste attributes function.

  • Applying keywords to multiple photos

    seems like an easy request, right? applying a keyword to multiple photos...
    I've got the keyword HUD open. I've read the help files, the manual, seems rather straight forward to me. Select the pictures, drag over the word, should be applied to all selected.
    Problem is, I can't get that to happen.
    For example, I have a project. Under the project is a folder. I want to apply the same keyword to all 5 star pics in that folder. I use the view to display all 5 star pics. Then I select all, white box appears around them all indicating they are selected.
    But here's my crunch. Even though I selected them all, really only one picture at a time is affected, as if there is a primary selection pic within the total selected pics. I've changed views, not sure how to actually affect a change to all selected.
    It is as if the selection is a display function, but there is only one picture at a time actually selected for a change to be applied.
    How in the world does one do something so simple as select all, drag the keyword over to all selected, and see them all tagged? Seems so simple...but I can't make this happen.
    Thanks

    I agree: The help and discussions here are very valuable. Thanks for all the tips, very useful.
    For what it's worth -- I don't know why -- but one new Library I started just would not accept any Keywords at all: None. I'd click on the list I made in the Control Bar: Nothing would happen.
    BUT when going to another Library Keywords worked fine (much to my relief).
    This happen just after importing a photo from IPhoto that I had, for the first time, put keywords on it in iPhoto. Any connection, I don't know.
    BUT After going back and forth to other Libraries a few times, it started working perfectly.
    !? -- I think Aperture is great!

  • Applying security to multiple files

    I am using Acrobat X and have multiple files that I must apply/change security settings for. Is there a way to do this without having to go into every file and do them one by one? I appreciate the help.

    To create a new action, select: Tools > Action Wizard > Create New Action
    For the Steps section, select "Protection > Encrypt" from the left panel and then select the Options button and select "Password Security" as the security method. You'll then be able to set the various options you want. Save the action and you can run it on a folder of documents. Be sure to work with copies of your files. More information about working with Actions is in the Acrobat help doc, but post again if you get stuck.

Maybe you are looking for