Why can't I display content from more than one domain in my web app?  Is there a workaround?

I'm trying to display 2 datasources in different views of my web app, an rss from twitter, and an rss from wordpress,  but for some reason dashcode doesn't allow this.  Is there code that can fix this?  A source paramater change code (shown below) is provided in dashcode, but I don't know how to implement this, or if it will even solve the problem.  Can anyone help?
// Retrieves data source. Sets a query parameter "category" to "Apple"
var dataSource = dashcode.getDataSource("detailRequest");
dataSource.setValueForKeyPath("Apple", "parameters.category");

If you have the Creative Cloud and the Photoshop subscriptions in the same ID, then that's the issue:
http://www.adobe.com/products/creativecloud/faq.html
Can I buy more than one membership to an individual offering of Creative Cloud? 
No, Adobe has moved to identity-based licensing with a technology that will not support multiple same-product licenses, so you can buy only one membership per Adobe ID. If you need two Creative Cloud memberships, you will need to purchase each with a unique Adobe ID. You can also purchase a Creative Cloud for teams membership, which allows you to purchase and manage multiple seats under one account.
Just talk with Adobe customer's support and they will help you sort it out.
Cheers,

Similar Messages

  • HT1040 why can i not seem to order more than one print at a time, which obviously becomes expensive with the shipping, it does not seem to offer me the facility to choose again?

    why can i not seem to order more than one print at a time, which of course becomes expensive with shipping, it does not seem to offer me the facility to choose again? either order or cancel!

    make an album containing the photos you wnat to print, select all photos in the album  and order
    LN

  • HT4859 can you back up pictures from more than one phone

    can you back up pictures from more than one phone

    Welcome to the Apple Community.
    Yes, you can back up multiple devices but may need to purchase more iCloud space.

  • Can I tunes play music from more than one directory?

    Can anyone tell me if its possible to store music files in more than one location, say my I Mac hard drive and also an external hard drive, and set I tunes to play fiels from both locations? This is possible with Windows Media player.

    If you open iTunes and go to Preferences>Advanced>General you'll see a box "Copy files to iTunes Music when adding to library". If you have this box unchecked then anything you add to the library from say a music folder on your hard drive and another music folder on a second drive get added to the library but but remain in the original location. The library will contain the location information so the song file can be accessed when you want to play it. Of course this would mean that any songs located on the external drive could only be accessed when the drive was connected.

  • How can i get audible audiobooks from more than one account on my ipod

    itunes is limiting me from transfering books form more than 2 account to my ipod. is there some way around this so that I can get all my audio books on my ipod

    have you heard about Thunderbird profiles? A profile change requires a restart unlike OE and it's change of identities. But multiple profiles is basically functionally identical to the OE identify. Two completely separate set of accounts and address books. See http://kb.mozillazine.org/Profile_manager
    There is also an add-on https://nic-nac-project.org/~kaosmos/index-en.html#profname which make a menu entry to allow you to set te profile to be opened next time Thunderbird starts.
    I am guessing crashing into the already existing outlook import folder made the mail an issue. So if you rename the outlook express import folder to something else the import may well go as planned.

  • How can I transfer the mailboxes from more than one user account to Thunderbird?

    I've recently transferred my email to Thunderbird, having previously used Outlook Express (which I still have installed, but don't use). On OE I had two user identities, each with its own set of mailboxes, sub-mailboxes and address book. Thunderbird has copied across both identities, creating a new set of mailboxes for each, and has also copied both address books (and amalgamated them), but has only copied one of the old sets of mailboxes. Is there a way I can get it to copy the others? I noticed some reference to a limit on the number of messages - I did have rather a lot in the OE account from which it hasn't copied the messages! Could that be the problem?

    have you heard about Thunderbird profiles? A profile change requires a restart unlike OE and it's change of identities. But multiple profiles is basically functionally identical to the OE identify. Two completely separate set of accounts and address books. See http://kb.mozillazine.org/Profile_manager
    There is also an add-on https://nic-nac-project.org/~kaosmos/index-en.html#profname which make a menu entry to allow you to set te profile to be opened next time Thunderbird starts.
    I am guessing crashing into the already existing outlook import folder made the mail an issue. So if you rename the outlook express import folder to something else the import may well go as planned.

  • Why can't I sign on to more than one e-mail address at a time?

    I have att.net email account and when I sign in I can't share the computer with another address. I have to sign off and log in with a different address.

    Your personal data is saved in a "profile". <br />
    https://support.mozilla.org/en-US/kb/back-and-restore-information-firefox-profiles

  • Issue with navigate to more than one domain within the same app

    We would like to create an application for Excel, starting page of which redirects user to other domains (we have separate domain for each customer).
    We followed the instructions described here: https://msdn.microsoft.com/en-us/library/office/jj715716.aspx?ppud=4
    But they helped us only for Desktop version of Excel, in Excel Online we have problems with conversationId.
    If during redirect we keep only window.location.search - exception about null conversationId appears. 
    If during redirect we pass window.location.search and window.location.hash - we have error during call to ContextActivationManager_getAppContextAsync with message 'Failed origin check'.
    Manifest example:
    <?xml version="1.0" encoding="utf-8"?>
    <OfficeApp
    xmlns="http://schemas.microsoft.com/office/appforoffice/1.1"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:type="ContentApp">
    <Id>01eac144-e75a-45a7-b6d7-f1cc60ab0129</Id>
    <Version>1.0.0.0</Version>
    <ProviderName>XYZ</ProviderName>
    <DefaultLocale>en-US</DefaultLocale>
    <DisplayName DefaultValue="XYZ Excel app" />
    <Description DefaultValue="XYZ Excel app" />
    <AppDomains>
    <AppDomain>https://a.xyz.net</AppDomain>
    <AppDomain>https://b.xyz.net</AppDomain>
    </AppDomains>
    <Hosts>
    <Host Name="Workbook" />
    </Hosts>
    <DefaultSettings>
    <SourceLocation DefaultValue="https://xyz.net/index.html" />
    <RequestedWidth>400</RequestedWidth>
    <RequestedHeight>300</RequestedHeight>
    </DefaultSettings>
    <Permissions>ReadWriteDocument</Permissions>
    <AllowSnapshot>false</AllowSnapshot>
    </OfficeApp>

    Hi Edward,
    Thank you very much for your response.
    Main problem is that after redirect we will be on the page, that wants to behave like app for Office and have access to Office JS api. But initialization of Office JS api fails.
    Here is sample code, used bubbles application as example:
    <html>
    <head>
    <title>Redirect test</title>
    <script src="https://appsforoffice.microsoft.com/lib/1.1/hosted/office.debug.js" type="text/javascript"></script>
    <script type="text/javascript">
    Office.initialize = function (reason) {
    console.log('Office.initialize called');
    var APP_URL = "https://bubbles.azurewebsites.net";
    function redirect() {
    performRedirect(APP_URL);
    function redirectWithSearch() {
    performRedirect(APP_URL + window.location.search);
    function redirectWithHash() {
    performRedirect(APP_URL + window.location.search + window.location.hash);
    function performRedirect(url) {
    console.log('url = ' + url);
    window.location.href = url;
    </script>
    </head>
    <body>
    <button type="button" onclick="redirect()">Redirect to bubbles app</button>
    <br/>
    <button type="button" onclick="redirectWithSearch()">Redirect to bubbles app with search</button>
    <br/>
    <button type="button" onclick="redirectWithHash()">Redirect to bubbles app with search and hash</button>
    </body>
    </html>
    Beat regards,
    Mary

  • HT2589 why can I only purchase content from the store in my home country. Sometimes the dont have the content im after but other countries stores do

    why can I only purchase content from the store in my home country. Sometimes the dont have the content im after but other countries stores do

    Because this is how the itunes store works.

  • HT1206 Can I have in one iphone 5 music from more than one itunes accounts?  My daughter and I have our music in the same pc. She and I have iTunes accounts. I have not been able to load in my ophone with my itunes acct music that she purchased in her acc

    Can I have in one iphone 5 music from more than one itunes accounts?  My daughter and I have our music in the same pc. She and I have iTunes accounts. I have not been able to load in my ophone with my itunes acct music that she purchased in her account.  I have not been able to do this. Thanks

    iTunes Match is not sharable across Apple IDs. The best way to get the music on her iPad is to leave hers signed into her Apple ID on the iTunes Store and sync via USB.

  • Can takes from more than one track be comped at the same time?

    Greetings,
    I know that this question has been asked recently in this forum (http://discussions.apple.com/thread.jspa?messageID=9527542&#9527542), but I don't think that the respondents completely understood the question... Or perhaps I did not understand the suggested solutions to the problem. I will ask the question in a slightly different way...
    Suppose that I record guitar with 2 microphones (a pickup mic, and a room mic). The first microphone is recorded onto track 1, the second microphone is recorded onto track 2. Multiple takes are done in this manner. When it comes time to comp the tracks, how is it done? Can the takes from more than one track be comped together at the same time? I have tried to do this by grouping both tracks together, but it does not work.
    Any suggestions?
    Thank you.

    You had the right idea grouping the tracks together. You must make sure that in the group settings, the box titled "region selection (edit)" is checked. This will allow you to make the same cuts (or in this case, swipes) on all regions in the group.

  • Why can't I download a video longer than one minute from my iphone 4?

    Why can't I download a video longer than one minute from my iphone 4?

    Since you give no information, it is hard to help.
    What have you tried?
    What happened?
    Error message?
    What did it say?
    Amy info?

  • How to delete contents from more than 1 table

    How to delete the entire contents from more than 1 table in a single query.
    It is very urgent,
    Thanks in advance
    John

    Goto SE11 ->Open table ->Utility ->data base utility ->delete database table.
    BTW, Do not do it.
    Thanks,
    Ashish

  • Can a master data will have loading from more than one data source

    Dear gurus,
          I have a master data object which has every day loading from one particular data source. Now I got a requirement to load data from another data source. If we load data from more than one data source , will there be any problem with data? Will it accept loading from more than one data source.?
    Regards
    Rs

    Hi Ram,
    We can load the data to target morethan one datasource.Thats advantage in BI compare to BW. It will accept loading from more than one datasource.but you have to take care about characteristic and attributes are the same in both datasources like that.
    Regards,
    SVS

  • On some pages the text from more than one paragraph stack up on top of each other, like writing something then writing something else on top of it.

    On some pages the text from more than one paragraph stack up on top of each other, like writing something then writing something else over the top of it. Some pages will run text and pictures together, like a car rear-ending another or a train pile up. Other pages will cut an image or text short, i.e. it will display a portion of the top of the image or text but not the rest. This happens on Amazon for example, the section where it says "Customers who looked at this also looked at" will allow only a certain amount of the upper portion of the description immediately below the picture of the product but below that section everything is fine until I get to another section displaying more products and their descriptions and then it cuts the bottom portions off again. I've noticed this behavior mostly in the sections with product photos, the text sections seem okay. YouTube also displays this behavior. It's even doing it on this page right now. Below this box I can read "The more information you can provide the better chance your question will be answered " , but directly below that in the next sentence I can see the start of it with "Troublshootin" and the "Automatically Add" in a green field covering the "g". The next clear text is "A window will open in the top corner. Click Allow, and then click Install. If the automated way doesn't work, try these manual steps." I tried turning of pre-fetching, clearing history, cookies, and cache, scanning for malware with Avast and Windows Defender all to no avail. It began when I upgraded from dial up to DSL via AT&T Uverse. I have a Motorola NVG510 modem. The modem was replaced an hour ago along with new dedicated lines and DSL/Phone splitter from the box by an AT&T technician to make sure my incoming lines were up to par. He ran a connection test and verified everything is up to standards. IE does not display this behavior. I am running Firefox20.0.1 and all previous versions have acted the same way since I upgraded to DSL about 3 months ago.

    If you have increased the minimum font size then try the default setting "none" in case the current setting is causing problems.
    *Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    Make sure that you allow websites to choose their fonts.
    *Tools > Options > Content : Fonts & Colors > Advanced: [X] "Allow pages to choose their own fonts, instead of my selections above"
    It is better not to increase the minimum font size, but use an extension to set the default page zoom to prevent issues with text not being displayed properly.
    You can use an extension to set a default font size and page zoom on web pages.
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
    *NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/

Maybe you are looking for

  • ICloud Apple ID is not current

    Backed up iphone to cloud just before buying new phone tonight. icloud restore shows an apple ID not used in over 3 years - won't let me change it - tried Appleid.com and it shows the current one and won't allow change of icloud password. Suggestions

  • How to add one more user the email notification

    Hi, I would like to know, how I can add 'CC' / One more user to the email notification? Currently system is sending email with From Address, And To address (to the user email). But I need to send email to User and one Administrator. Template: Create

  • Mac book Pro 15" vs 17"

    Hi guys I'm new here, would like to get a opinion should i get 15" vs 17" and what about i5 or i7 2.66 or 2.8 ? Thanks !

  • Named Searches and Java API

    Hi All, Does anyone know if its possible to execute Named Searches using the Java API?  If so, how would you set up that call? Best Regards, Mark

  • Filter data in multiple tabs from same XMLDataSet

    Hi All: What I need to do is display the content from one XML file in several different modes. I would prefer to use only one data call if possible because all information exists in the one file; however, I have not yet found a way to successfully fi