Custom viewer setUserInfo : no updating labels and library?

Hi all,
I was wondering:
If you log in using the native "log in" button in a custom viewer, you see the label change to "log out" and you see the library updating...
Wouldn't it make more sense if the same would happen if you set the user info using the setUserInfo function?
Regards,
M.

Richard,
maybe, when the issues don't appear in the content viewer anymore this
might have to do with v21, wich requires you to set up the orientations you
want first and then fails to appear on the iPad if you have not added all
orientations.
if your folio is only one orientation and you switched to v21, the folio
settings need to reflect that.
maybe you can try with a new folio, look at the settings in the new folio
window.
this is my initial shot in the dark.
but if you can provide the product Id to James Roche, he might be able to
investigate further.
—Johannes
(mobil gesendet)
Am 14.07.2012 15:56 schrieb "Richard Brammer" <[email protected]>:
   Library empty: live App and content viewer  created by Richard Brammer<http://forums.adobe.com/people/Richard+Brammer>in
Digital Publishing Suite - View the full discussion<http://forums.adobe.com/message/4557527#4557527

Similar Messages

  • [iPhone] Place a custom view below the status bar and above the navbar

    Hello,
    How can I add a custom view between the status bar and the UINavigationBar?
    The Myspace App does this so I know it can be done. It has a custom bar between the status bar and the navigation bar which displays the myspace logo and a logout link. I would like to do something similar w/ my app.
    Thank you

    You can move the tabs to the lower position just above the browsing area without using an extension with code in userChrome.css as basically you only need to give the Tab bar a higher -moz-box-ordinal-group value (most toolbars have a default -moz-box-ordinal-group:1 to show them in DOM order).
    *[[/questions/997353]] How can I put the Tabs back below the navigation bar?
    You can look at the Classic Theme Restorer extension to restore some functionality that was lost with the arrival of the Australis style in Firefox 29.
    *Classic Theme Restorer: https://addons.mozilla.org/firefox/addon/classicthemerestorer/
    *You can check out the settings of the CTR extension via its Options/Preferences button on the "Firefox/Tools > Add-ons > Extensions" page.
    *You can find extra toolbar buttons and more toolbar settings in Customize (3-bar Firefox menu button > Customize)
    See also:
    *https://support.mozilla.org/kb/how-to-make-new-firefox-look-like-old-firefox
    *https://support.mozilla.org/kb/common-questions-after-updating-to-new-firefox
    *https://support.mozilla.org/kb/learn-more-about-the-design-of-new-firefox
    *http://forums.mozillazine.org/viewtopic.php?f=38&t=2824649

  • Digital Publishing Suite Help | Creating custom viewer apps for the iPad and iPhone

    This question was posted in response to the following article: http://helpx.adobe.com/digital-publishing-suite/help/create-custom-viewer-app-ipad.html

    The Approval Status section is no longer in DPS App Builder, but this reference wasn't removed. You can submit your app to the gallery using this form:
    https://adobeformscentral.com/?f=ozjJFvlBionBofBtd-wjbQ#

  • Updating Templates and Library Files Crawl

    Hello,
    I'm having a problem that revolves around saving library and
    template files. When I make an edit to either file type, the
    program starts to crawl very slowly and can take up to 2 minutes or
    more to update the dependent files. I've tried a reinstall but with
    no success. Any ideas?
    Thanks,
    Nick

    How many dependent files are there? Are they located on your
    local box, or
    on a remote, shared drive on the network?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "cforclay" <[email protected]> wrote in
    message
    news:f420t4$esr$[email protected]..
    > Hello,
    >
    > I'm having a problem that revolves around saving library
    and template
    > files.
    > When I make an edit to either file type, the program
    starts to crawl very
    > slowly and can take up to 2 minutes or more to update
    the dependent files.
    > I've
    > tried a reinstall but with no success. Any ideas?
    >
    > Thanks,
    > Nick
    >

  • Create a custom viewer app for the iPad and iPhone

    This question was posted in response to the following article: http://help.adobe.com/en_US/digitalpubsuite/using/WS67cb9e293e2f1f60c5dd08612e5ea7d27f-7ff f.html

    Okay, so just to clarify, once I build the viewer app (using the DPS App Builder) that I want to use with Apple products I submit it to Apple - without any folios? Then once I gain approval from Apple I will be given the proper information to publish folios to the app? May seem like a dumb question but the reason I ask this is because currently I cannot see any of the folios that I have created in the testing/developer app. - even though they have been uploaded to the folio producer and are listed as public and free. This is the part that is still "fuzzy" to me. When do I submit the viewer app for Apple consideration/approval?

  • Custom View of Discussion Board

    I have a OOTB discussion board to which I have added some custom properties (Group and Category).
    I want to create a custom view of the discussion board that only shows conversations with a specific Group value. This works fine; however, when I click the title of the conversation, nothing is displayed (There are no items to show in this view...).
    Do I need two separate views for this? It seems like I need a top-level Subject view and then a secondary Threaded view to show the conversation maybe? I wasn't able to find instructions for doing this anywhere.
    Thanks!

    Hi  Chad,
    According to your description, my understanding  is that the discussion board Subject field URL link is not working in the custom  view.
    By design,  SharePoint  Discussion Board Subject field is linking to Flat.aspx which can display the conversation with replies. But for a custom view , the subject field cannot and will link to
    display form for the conversation item.  For a solution, the fileRef will take you to the current forum post:
    <a href="{@FileRef}">
    <xsl:value-of select="@Title"/>
    </a>
    Reference:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/c6e299db-ac02-4ad4-b21e-4aa0650cd129/sharepoint-discussion-board-subject-url-link?forum=sharepointgenerallegacy
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Custom view with NSProgressIndicator in NSMenuItem

    I have a couple problems with custom view in NSMenuItem.
    First - view is 'blocking' mouse and keyboard events for NSMenuItem.
    I've found code for mouse events:
    - (void)mouseUp:(NSEvent*)event {
    NSMenuItem* mitem = [self enclosingMenuItem];
    NSMenu* m = [mitem menu];
    [m cancelTracking];
    [m performActionForItemAtIndex:[m indexOfItem:mitem]];
    It works just fine. What about keyboard events?
    I've tried - (void)keyUp:(NSEvent *)theEvent and - (void)keyDown:(NSEvent *)theEvent but these methods seem to be never called.
    Or is there a method to 'forward' all events to view's parent?
    Second - setHidden on NSMenuItem doesn't hide my custom view. setHidden on both - NSMenuItem and it's view make them invisible, but there is blank space left (other NSMenuItems hide 'normal') - what to do with it?
    Third - on custom view there is NSProgressIndicator. If it's animation is starting when menu is open - everything is fine, it's animating. But when menu is closed and than opened again there is no animation. I've read in documentation, that method - (void)viewDidMoveToWindow is perfect place to start animation, but when I do something like - (void)viewDidMoveToWindow {
    [progress startAnimation:self];
    } the method is called, but there is no animation. How to get the animation started every time the view is visible?

    ok. I dont't know why (most likely because of my crappy english ;]) but we can't understand each other ;]
    there is no problem with a shortcut. I haven't set and even think about a shortcut yet ;] forget about a shortcut
    what is my problem - when I higlight 'normal' menu item and press return/enter - metod attached to it is invoken, just like with mouse click. normal situation with navigating through normal menu using keyboard.
    No problem with that - creating NSMenuItem, connecting with IBAction - everything works great.
    BUT
    setting custom view for NSMenuItem = problems.
    mouse clicking - ok, find how to get this work
    enter/return click - no idea, not working.
    maybe this will clear a little bit my problem - sample project with instruction, just run it: http://cl.ly/0d2d844808be5f181934

  • Moving project 2003 Custom Views to project 2010

    How do I get the custom views that were created in project 2003 to show up in project 2010

    Hi,
    You can perform this workaround to copy Project  custom views via Organizer tool.
    Open the Organizer in Project 2003>
    Copy Content into the Global Template. More detailed steps:
    For Project 2003, on the Tools menu, click
    Organizer.
         For Project 2010, click the File tab, click
    Into, and then      click Organizer—but see note below for some differences.
    In the Organizer dialog box, click the
    Views tab.
    The list in the right box contains the custom views in the currently      open project.
         Note    to see Project elements from other projects,      you’ll need to open those projects first.
    The list on the left contains elements in the Global template (also      knows as Global.MPT). Your job is to move the custom element from the      right side to the left side.
    Select the custom view on the right side, and then click
    Copy.      The custom view will be copied to the Global template and be displayed on      the left side.
    Now, it get’s a little tricky at this point. If your “Corporate Cost      Gantt” view contains columns that you’ve added, then you’ll need to copy      over the associated table
    as the next step. The associated table is the      one you specified when you created the custom view in the first place.      Typically, this would be the Entry table for chart views. So your next     
    step is to click the Tables tab, and then copy the Entry table to      the Global template.
    Quote from:
    http://blogs.msdn.com/b/project/archive/2010/10/22/tips-and-tricks-copy-custom-views-filters-tables-and-other-elements-to-other-projects.aspx
    http://www.wiseowl.co.uk/blog/s152/using_the_organizer_in_microsoft_project.htm
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Regards,
    George Zhao
    TechNet Community Support

  • Document Library Custom View "Grouped By" only shows one group

    I have created a Document Library Custom View with the  "Grouped By" option turned on and grouped by a column  called "media type" which has 3 possible choices.  For some reason only the first group is displayed. The other
    groups show that they have items in them but can't be accessed. I have expanded turned on. 
    Here are some screenshots: 

    Hi zaxxon,
    Please check if the above first 6 images (e.g. Managing Threating Confrontations - OneDrive for Business Tutorial)are with value "Training" and "tutorial", if yes, there should be something wrong with the grouped list view of Assets library.
    Based on icons from your image, you should be using Office365 SharePoint Online, I would recommend you post this issue in our dedicated Office365 SharePoint online forum below, and I think fixing this issue would be involving back-end support engineer from
    server side.
    http://community.office365.com/en-us/f/156/t/236901.aspx
    Office365 SharePoint Online forum
    Thanks
    Daniel Yang
    TechNet Community Support

  • Design view is unavailable for x64 and ARM target platforms. - Visual Studio 2013 Update 3

    Hello. I am having this problem at design view when i set project to x64. However problem disappear when i set to any cpu which makes it 32 bit.
    Design view is unavailable for x64 and ARM target platforms.
    Here my full XAML code
    <Window x:Class="doktora_tez_projesi_crawler_program.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="clr-namespace:doktora_tez_projesi_crawler_program"
    Title="Doktora Tez Crawler" Height="874.099" Width="1092.99">
    <Grid>
    <Grid.ColumnDefinitions>
    <ColumnDefinition Width="827*"/>
    <ColumnDefinition Width="258*"/>
    </Grid.ColumnDefinitions>
    <Button Content="Init Root Crawlin - This Deletes All Data" HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Width="279" Click="click_start_Crawling" />
    <ListBox Name="lstBoxEvents" HorizontalAlignment="Left" ItemsSource="{x:Static local:PublicStaticFunctions.ocEventsCollection }" Height="138" Margin="10,155,0,0" VerticalAlignment="Top" Width="1065" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxMoreCommonFiredEvents" HorizontalAlignment="Left" ItemsSource="{x:Static local:PublicStaticFunctions.ocEventsCollectionMoreCommonFiredEvents}" Height="265" Margin="10,298,0,0" VerticalAlignment="Top" Width="1065" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxLinkCountFireEvents" HorizontalAlignment="Left" ItemsSource="{x:Static local:PublicStaticFunctions.ocEventsCollectionLinkCountEvents}" Height="265" Margin="10,568,0,0" VerticalAlignment="Top" Width="1065" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxGlobalStatistics" ItemsSource="{x:Static local:GlobalStats.myObserveGlobalStatics}" HorizontalAlignment="Left" Height="114" Margin="10,36,0,0" VerticalAlignment="Top" Width="426">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxGlobalStatistics_2" ItemsSource="{x:Static local:GlobalStats.myObserveGlobalStatics_2}" HorizontalAlignment="Left" Height="114" Margin="441,36,0,0" VerticalAlignment="Top" Width="634" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <Label DataContext="{x:Static local:PublicStaticFunctions.ocEventsCollection }" Content="{Binding Path=[1]}" HorizontalAlignment="Left" Margin="324,10,0,0" VerticalAlignment="Top"/>
    </Grid>
    </Window>
    Browser based Pokemon Style MMORPG Game Developer Used asp.net 4.0 routing at it's
    Monsters

    Hi MonsterMMORPG,
    I made a mistake in my previous reply. What I suggested is that you created a new and simple WPF app, set the platform to
    x64 rather than x86, and then build the app to check the result.
    If a new WPF app also has this issue, then I doubt whether this issue is related to your VS.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.
    no it doesn't happen
    it is triggered by one of these bindings in the xaml
    <ListBox Name="lstBoxEvents" HorizontalAlignment="Left" ItemsSource="{x:Static local:PublicStaticFunctions.ocEventsCollection }" Height="138" Margin="10,155,0,0" VerticalAlignment="Top" Width="1065" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxMoreCommonFiredEvents" HorizontalAlignment="Left" ItemsSource="{x:Static local:PublicStaticFunctions.ocEventsCollectionMoreCommonFiredEvents}" Height="265" Margin="10,298,0,0" VerticalAlignment="Top" Width="1065" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxLinkCountFireEvents" HorizontalAlignment="Left" ItemsSource="{x:Static local:PublicStaticFunctions.ocEventsCollectionLinkCountEvents}" Height="265" Margin="10,568,0,0" VerticalAlignment="Top" Width="1065" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxGlobalStatistics" ItemsSource="{x:Static local:GlobalStats.myObserveGlobalStatics}" HorizontalAlignment="Left" Height="114" Margin="10,36,0,0" VerticalAlignment="Top" Width="426">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxGlobalStatistics_2" ItemsSource="{x:Static local:GlobalStats.myObserveGlobalStatics_2}" HorizontalAlignment="Left" Height="114" Margin="441,36,0,0" VerticalAlignment="Top" Width="634" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    Browser based Pokemon Style MMORPG Game Developer Used asp.net 4.0 routing at it's
    Monsters

  • SharePoint 2013 RSS Viewer not loading when other Custom web part using Update Panel or Ajax Timer control

    Hi,
    SharePoint 2013 RSS
    Viewer web part failing to complete loading when the page loads.
    This happens when having RSS Viewer and then adding a Custom webpart with an updatepanel and timer control.
    I  had used Ajax update panel and timer control to load the web part asynchronously after the main page is fully loaded.
    The RSS-Viewer web part hangs in loading state while the custom webpart loads just fine.
    The issue occurs when an like button click or Timer Tick event fires after the page
    is loaded.
    Haven't been able to track the issue.
    Couple of workaround I tried to call a server side button click event from the custom web part after the page gets fully loaded using JQuery shown below did not work out either.
     $(document).ready(function () {
                $('#<%= netButton2.ClientID %>').click();
    And 
    document.onreadystatechange = function () {
                if (document.readyState == "complete") {
                    $('#<%= netButton2.ClientID %>').click();
    Please let me know how to resolve this issue.
    Thanks,
    Franklin

    Hi Johan,
    The assignment of this user on the given task might be corrupted. Try to remove the resource from the task, publish the project, assign the resource again and publish again the project. If it is not working, try to unpublish the task (column "publish")
    and publih it again.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • I lost my ability to view PDFs with update and Lion install. Says "plugin missing", please help?!?!

    I lost my ability to view PDFs with update and Lion install. Says "plugin missing", please help?!?!
    I am trying to finish up a paper for my masters and now I am stuck because the library website won't work without PDF

    Adobe has a knowledgebase article on this.
    http://kb2.adobe.com/cps/905/cpsid_90508.html
    Acrobat family
    Adobe Reader plug-in and Acrobat plug-in are not compatible with the Safari 5.1 browser, which will ship with Mac OS X 10.7 and for 10.6 in July 2011. Adobe Reader and Acrobat will continue to work as standalone applications on Mac OS X 10.7 and 10.6, and will render PDF documents outside of the browser. In addition, Safari 5.1 renders PDF documents natively. However, the Adobe Reader and Acrobat plug-ins will not function as expected in LiveCycle and Acrobat workflows that require either plug-in to render PDF documents in Safari 5.1.
    Recommendation to Customers/Users:
    For Acrobat customers who utilize functionality like forms, digital signatures, portfolios, guides, 3D, extended PDFs and rights management, and who require the Acrobat plug-in to render PDF documents in the Safari browser, Adobe recommends that you continue to use Safari 5.0.x and Mac OS X 10.6. We will provide updates as we continue to investigate this issue.

  • I tried to update itunes and now it won't open, how do I fix it?  Will uninstalling and reinstalling erase my library?

    I tried to update itunes and now it won't open, how do I fix it?  Will uninstalling and reinstalling erase my library?

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • I would like to set up my email on the apple tv as well as have my husband's email on there so we can view both sets of photos and videos - it is already set up in his name - how do i add my name so as to view my photo library from all of my devices?

    I would like to set up my email on the apple tv as well as have my husband's email on there so we can view both sets of photos and videos - it is already set up in his name - how do i add my name so as to view my photo library and songs from MY phone ?

    this is not a reply - i asked the question - still trying to learn how all this works - someone please HELP ME

  • Hi, I have an iphone 4 with my itunes library on a Windows XP computer.  My spouse who has now passed away had an itouch and an Itunes Library on an Imac...so here is the problem I got a new iphone 6 and wanted to update my itunes library from my win

    Hi, I have an iphone 4 with my itunes library on a Windows XP computer. My spouse (who has now passed away) had an itouch with an itunes library on an IMac. here is the problem, I bought an new iphone 6 and wanted to sync with my windows xp library and of course my itunes version is out of date and I need to update it...well I try and update the version and it will not update the Itunes library and when I researched it I would have to upgrade from XP to Windows 7...r they kidding me...first of all my computer is old and a pain in the *** but I have my itunes library on it.  Sp to get my phone working I sync'd it on the IMac and my spouses Itunes library has been sync'd to my iphone and I don't know how to get my library on it...After thinking about it I want to combine the libraries after all there are some purchases on each one.
    I have done some research and you have to buy a 3rd party piece of software...this is not the way I want to go...I do not think i should have to buy one and also when I do a goole search there are a ton of them out there and I am sorry i do not trust the comments as some of them do identify that they will get a kick back.
    Can someone help, i should be able to export my itunes library from my iphone 4 to the itunes library by appending/importing it...it is not rocked science on what I want to do and I cannot find out any process...
    Can someone help ?

    Create a new user account on the computer that he can log in to.

Maybe you are looking for

  • Re burning a cd or dvd on optical drive

    trying to backup photos and files . have tried a cd-rw and a dvd-rw. the drive erased the contents fine but then will not show the blank disc. when try to burn a pop up says: you will need a disc with X amount of free space when try to open disc in f

  • I downloaded lion on my imac and new icons are not in doc, help!

    I downloaded Lion on my imac and nothing is new, there is no new icons in my doc. No launchpad etc.

  • Organizing iPhoto in Application Folder

    Hey folks, I just found this great discussion forum last night. Read for hours. Very helpful discussions. I used a PC for 14 years, but recently switched to the "dark side". Mac's are so far superior to PC, cannot believe it. Only been using for a co

  • Why does my iPod app keep starting over from the beginning??

    I have noticed lately that my iPod app seems to start over and play ALL songs on my phone from the beginning nearly every time I plug my phone into my car stereo. I plug my phone into my car stereo and listen every day on my work commute. As such, it

  • Accounting Entry Error

    Dear Gurus, What would be the accounting Entry for the other adjustments in J1IH for the normal JV postings when i am entering BED, HCESS, ECESS. System intially gives accounting entry RG23A HECESS-  DR RG23A BED-  DR CENVAT OFFSET ACCOUNt CR But Whe