The DataSourceID of 'TopNavigationMenu' must be the ID of a control of type IHierarchicalDataSource.

I'm getting this error and I haven't a clue as to what I did....
Server Error in '/' Application.
The DataSourceID of 'TopNavigationMenu' must be the ID of a control of type IHierarchicalDataSource.  A control with ID 'topSiteMap' could not be found.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: The DataSourceID of 'TopNavigationMenu' must be the ID of a control of type IHierarchicalDataSource.  A control with ID 'topSiteMap' could not be found.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[HttpException (0x80004005): The DataSourceID of 'TopNavigationMenu' must be the ID of a control of type IHierarchicalDataSource. A control with ID 'topSiteMap' could not be found.]
System.Web.UI.WebControls.HierarchicalDataBoundControl.GetDataSource() +1415249
System.Web.UI.WebControls.HierarchicalDataBoundControl.ConnectToHierarchicalDataSource() +158
System.Web.UI.WebControls.HierarchicalDataBoundControl.OnLoad(EventArgs e) +16
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42

i see this today, the lesson learned is that i should reivew the uls log first
http://archive.msdn.microsoft.com/ULSViewer/Release/ProjectReleases.aspx?ReleaseId=3308 .
http://blogs.msdn.com/b/opal/archive/2009/12/22/uls-viewer-for-sharepoint-2010-troubleshooting.aspx .
first, i found the same entry in uls log view, then going upwards, i can find something like follows:
DelegateControl: Exception thrown while building custom control 'Microsoft.SharePoint.SPControlElement': Microsoft.SharePoint.WebPartPages.WebPartPageUserException: This page has encountered a critical error. Contact your system administrator if this problem
persists.   
 at Microsoft.SharePoint.ApplicationRuntime.SafeControls.IsSafeControl(Boolean isAppWeb, Type type, String& unsafeErrorMessage)   
 at Microsoft.SharePoint.Utilities.SPUtility.CreateServerControlFromAssembly(String sControlAssembly, String sControlClass)   
 at Microsoft.SharePoint.SPControlElement.BuildCustomControl(TemplateControl tctlPage, String sControlAssembly, String sControlClass, String sControlSrc, XmlNode xnElementDefinition, SPFeatureDefinition featdefElement, String sElementId)   
 at Microsoft.SharePoint.WebControls.DelegateControl.BuildCustomControlResilient(SPControlElement ctlelemDefinition)
The top of callstack suggest me there is something wrong with safe control setting. By comparing the web.config with backup, it seems two safe control entries was added by a custom solution. While the page opens after removing the safe control entry,
i really cannot believe this can be the root cause, because i only know that missing safe control entry can cause error, i had never fixed error by removing safe control entry before.
      <SafeControl Assembly="SharePointProject, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c221e46652bbe5bb" Namespace="SharePointProject.VisualWebPart" TypeName="*" Safe="True" />
      <SafeControl Assembly="SharePointProject, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c221e46652bbe5bb" Namespace="SharePointProject.ListVisualWebPart" TypeName="*" Safe="True" />

Similar Messages

  • "The CREATE USER statement must be the only statement in the batch" in SQL Azure - why? what to do?

    I'm getting an error on a line in the middle of a larger sql script, only in SQL Azure.
    IF NOT EXISTS (SELECT * FROM sys.database_principals WHERE name = N'foouser')
    CREATE USER [foouser] FOR LOGIN [foouser] WITH DEFAULT_SCHEMA=[dbo]
    GO
    Error: "The CREATE USER statement must be the only statement in the batch."
    I don't actually understand what 'the only statement in the batch' means.
    What is a batch? Is it a SQL file? Is it related to a 'GO' statement or an 'IF' statement? What is the reason for the error? And how do I avoid it?
    Thanks,
    Tim

    >IF...ELSE imposes conditions on the execution of a Transact-SQL statement
    I understand the general purpose of an If statement. I could let go of our definition of statement counting disagreeing too except that because of the error I'm stuck.
    It's less important for Create User but what I am really puzzled over now is a very similar issue how am I supposed to do a safe version of CREATE LOGIN, when I don't know whether a login has been previously created on the server or whether I
    am setting up the database on a clean server?
    IF NOT EXISTS (SELECT * FROM sys.server_principals WHERE name = N'foouser')
    CREATE LOGIN [foouser] WITH PASSWORD = 'asdfasdf'
    GO
    If I try and execute this script, it throws the same error as above.
    The first unworkable workaround idea is to omit the if statement
    CREATE LOGIN [foouser] WITH PASSWORD = 'asdfasdf'
    GO
    But if the login already exists on the server (because a similar script was already run), then the script throws an error.
    The second unworkable workaround idea is to do
    DROP LOGIN [foouser]
    GO
    CREATE LOGIN [foouser] WITH PASSWORD = 'asdfasdf'
    GO
    Obviously this throws an error in the second block if the login doesn't already exist on the server.
    The third workaround idea I have is to go conditional by putting an IF condition around DROP instead of CREATE:
    Unfortunately that doesn't work for me either!
    "The DROP LOGIN statement must be the only statement in the batch"
    (This is despite the fact that 'drop login' is listed on the
    supported commands page, not the partially supported page..?! Which disagrees with the notes on
    this page.)
    Anyway the real question I am interesting in addressing is: is there actually a way to have a 'Create/Delete login
    if exists' operation which is SQL-Azure compatible and doesn't throw me error messages (which messes with the sql execution tool I am using)?
    If there is no way, I would like to believe it's because it would be a bad idea to do this. But in that case why is it a bad idea?
    Tim

  • LabVIEW could not generate code for the shared variable.You must open the VI in the project that contains the library where the shared variable resides

    HI
    When I put a network shared variable with fifo RT activated on my diagram, the arrow is broken.and I' ve got this message:
    ""LabVIEW could not generate code for the shared variable.You must open the VI in the project that contains the library where the shared variable resides""
    If I uncheck FIFO RT option for this variable the arrow isn't broken anymore.
    I 've no idea how to correct this weird error?
    Autodeploy is on, and I've check copy / delete in diagram in tool/options\diagram
    regards,
    james

    Hello,
    I don't reproduce this error.
    Could you send your VI?
    Regards
    VéroniqueD
    NI France

  • The API Library version must match the MDM Server version

    hi friends,
    The API Library version must match the MDM Server version
    is it compulsory.
    if so please let me know the compatible matching versions between them....

    Hi Ram,
    Yes the JAR file Version should be compatible with the version of MDM Server.
    Supposedly you have MDM Version of SP05 the Jar files should also be of SP05 version , if you use JAR files of older version it wouldnt contain  new classes and methods of the newer APIs and would also contain some old classes which arent present in latest version.
    Thanks
    Namrata

  • The dreaded squealing G5 - must be the drive, not the PSU?

    Well, got a used G5 today, and I hear a squealing pig sound, very high pitched, whenever I do most anything. Of course, there are a zillion google listings for this problem, and all recommend the ol' "install CHUD and uncheck Nap" solution. But that did nothing. So I got to do some detective work. I took the metal side off and tilted the plastic piece down and listened to see where the sound was coming from. It is coming from the upper right area where the single drive is mounted. Hmm.
    So I put the OSX install disc in the drive, and shut down. Pulled the cables off the drive, and started up from the disc. Silence.
    I'm now pretty sure it's not some mystery in the psu, or the processors, or anything beyond a simple case of a bad, or going bad, harddrive.
    I'm doing one last test. I'm cloning the internal to a external firewire 400 and I'll try starting up again with the internal unplugged.
    If it is the drive, that's an easy $50 fix.
    So, my ultimate question is, assuming it is the drive, can I plop any modern SATA 3.5" drive in there? I can get 1TB SATA drives locally for $75.00, and if I put a 320 in there, as low as $45.00.
    Is SATA the same now as it was 5 years ago?

    A clone. CCC right to the FW drive. As soon as I got the thing home, I wiped the drive and did a fresh Leopard install. It had 10.4.X on it.
    I took the external over to an old G4 tower, and started up and, YUP - it still squealed!
    Maybe I never noticed it? But it is the exact same sound. Bizarre. Truly Bizarre. How on earth could software make a drive do that?
    I went ahead and took the G5 out, and put back the 2010 mini I had in it's place. AAHHH. Sweet silence at last.
    I guess I'm going to give the G5 to a friend. Honestly, I don't think the average joe would even notice it in a typical office environment. I however, work in my home office deep in the basement. Even the slightest noise is easily heard. I can see how someone could use this in a regular office and not notice it. Especially if it was under the desk or something.
    Bummer.

  • I still cannot get firefox to boot up after downloading the update. Get message that I must restart the computer. Unable to delete the program so I can download the program again. Same message comes up.

    firefox message comes up every time I try to get on the interner with firefox. I received an email about two weeks ago from Mozilla advising me to download the updated firefox program. I have not been able to get to firefox since. I have tried to delete mozilla from my computer and get the message that I must reboot the system. I get the same message when I try to get on the internet with firefox. STATEMENT IS "Your computer must be restarted to complete previous upgrade of Firefox."

    Try to run the Firefox program once as Administrator (right-click firefox.exe: Run as Administrator).
    If that doesn't solve the problem then remove the Firefox program folder (C:\Program Files\Mozilla Firefox\) to do a clean reinstall.
    Download a fresh Firefox copy and save the file to the desktop.
    *Firefox 9.0.x: http://www.mozilla.org/en-US/firefox/all.html
    Uninstall your current Firefox version, if possible.
    *Do NOT remove personal data when you uninstall the current version or you lose your bookmarks and other data in the profile folder.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other profile data are stored elsewhere in the Firefox Profile Folder and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • Missed calls - a missed call is shown on the screen when the phone is locked. I slide the icon an the phone calls the back to the missed number. The phone still show a missed no. It should clear the icon since I obviously noted the missed call. Any fixes?

    Ok, a wish for the next iOS release, just a small anoying thing.
    Scenario:
    I have a missed call, the screen is locked. The name of the caller shows up on the screen, I slide the phone icon and phone back.
    When I've ended the call there is still a notification of a missed call, i.e. the same missed call that I just called back. To clear the missed call red circle icon on the phone icon (in the unlocked state and the notification on the locked screen) I must open the missed call list. Then it clears.
    My wish is that the phone understands that it should clear that missed call after I returned the call since I have obviously noted it.
    -> Is this something apple will update or is there a setting that I could change?
    /Erik

    You have to return the call via the recent list or tap the red missed call entry in recent list otherwise even a hundred calls won't turn the balloon off.

  • How do I make a table of contents for a collection of six short stories that is after the legal page and NOT in the front on an unnumbered page?

    How do I make a table of contents for a collection of six short stories that is after the legal page and NOT in the front on an unnumbered page?
    When I first started I made a title page and then pasted in my first story from a .TXT file. After cleaning up I went back to the front a couple of empty lines ahead of the story and typed in the story title.  Unlarged the font size and centered it, then

    You can't do that. This is what the Pages User Guide, downloadable from your Pages Help menu, says:
    Creating and Updating a Table of Contents
    Each table of contents (TOC) you create using a Word Processing template lists only the content that follows it, up until the next table of contents. If you want a master table of contents for the entire document, it must be the only table of contents, and it must be at the beginning of the document.
    You can do it manually though.

  • When using the "Books" app on my ipod touch, if I open one of my books there is no way to return to the library without stopping and restarting the app. What am I doing wrong?

    Once I open a book in my library there is no option to close it and return to the library. I must leave the app, stop the app and then restart it. How do I exit an opened book to return to my library without having to exit, stop, and restart the app?

    Assuming you are talking about "iBooks", then just
    tap the center of the screen
    and you should see a "Library" in the upper left corner of the screen.
    tap the center of the screen again,
    and you should return to full screen mode.
    if this is NOT iBooks, then I do not know what controls that app

  • I am new to OWC , installed all the required software's and trying to install OWC sites in weblogic server and in the middle of the installation it is creating all the required tables and throwing below exception

    [2013-06-12 21:52:15,554 IST] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURL successful ReadURL for element OpenMarket/Xcelerate/Installation/AddACL?name=xceleditor&command=addacl&COMMANDNAME=READURL&USERNAME=ContentServer&permission=63&PASSWORD=<user password>&
    [2013-06-12 21:52:15,566 IST] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURL successful ReadURL for element OpenMarket/Xcelerate/Installation/AddACL?name=xceladmin&command=addacl&COMMANDNAME=READURL&USERNAME=ContentServer&permission=127&PASSWORD=<user password>&
    [2013-06-12 21:52:15,578 IST] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURL successful ReadURL for element OpenMarket/Xcelerate/Installation/AddACL?name=xcelpublish&command=addacl&COMMANDNAME=READURL&USERNAME=ContentServer&permission=63&PASSWORD=<user password>&
    [2013-06-12 21:52:15,590 IST] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURL successful ReadURL for element OpenMarket/Xcelerate/Installation/AddACL?name=Visitor&command=addacl&COMMANDNAME=READURL&USERNAME=ContentServer&permission=63&PASSWORD=<user password>&
    [2013-06-12 21:52:15,602 IST] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURL successful ReadURL for element OpenMarket/Xcelerate/Installation/AddACL?name=VisitorAdmin&command=addacl&COMMANDNAME=READURL&USERNAME=ContentServer&permission=127&PASSWORD=<user password>&
    [2013-06-12 21:52:15,614 IST] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURL successful ReadURL for element OpenMarket/Xcelerate/Installation/AddACL?name=RemoteClient&command=addacl&COMMANDNAME=READURL&USERNAME=ContentServer&permission=127&PASSWORD=<user password>&
    [2013-06-12 21:52:15,627 IST] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURL successful ReadURL for element OpenMarket/Xcelerate/Installation/AddACL?name=WSUser&command=addacl&COMMANDNAME=READURL&USERNAME=ContentServer&permission=1&PASSWORD=<user password>&
    [2013-06-12 21:52:15,639 IST] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURL successful ReadURL for element OpenMarket/Xcelerate/Installation/AddACL?name=WSEditor&command=addacl&COMMANDNAME=READURL&USERNAME=ContentServer&permission=63&PASSWORD=<user password>&
    [2013-06-12 21:52:15,652 IST] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURL successful ReadURL for element OpenMarket/Xcelerate/Installation/AddACL?name=WSAdmin&command=addacl&COMMANDNAME=READURL&USERNAME=ContentServer&permission=127&PASSWORD=<user password>&
    [2013-06-12 21:52:15,663 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.xcelerate] Error: com.openmarket.xcelerate.commands.EventManagerDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'CSEvents'
    [2013-06-12 21:52:15,664 IST] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.xml] Installation Error in Basic/Install: errno -22 from EVENTMANAGER.INSTALL: Error: com.openmarket.xcelerate.commands.EventManagerDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'CSEvents'
    [2013-06-12 21:52:15,666 IST] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURL successful ReadURL for element OpenMarket/Xcelerate/Installation/Basic/Install?editacl=xceleditor&adminacl=xceladmin&COMMANDNAME=READURL&upgrade-log=C:/owcSites/oracle/webcenter/sites/logs/sites.log&USERNAME=ContentServer&upgradefrom=0.0.0.0.0&PASSWORD=<user password>&
    [2013-06-12 21:52:15,681 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.xcelerate] Error: com.openmarket.xcelerate.commands.ObjectPublishManagerDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'ObjectPublish'
    [2013-06-12 21:52:15,682 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.xcelerate] Error: com.openmarket.xcelerate.commands.DistributionListDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'DistributionList'
    [2013-06-12 21:52:15,682 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.xcelerate] Error: com.openmarket.xcelerate.commands.ApprovedAssetsDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'ApprovedAssets'
    [2013-06-12 21:52:15,683 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.xcelerate] Error: com.openmarket.xcelerate.commands.AssetExportTargetManagerDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'AssetExportData'
    [2013-06-12 21:52:15,684 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.xcelerate] Error: com.openmarket.xcelerate.commands.AssetDefaultTemplateManagerDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'AssetDefaultTemplate'
    [2013-06-12 21:52:15,684 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.xcelerate] Error: com.openmarket.xcelerate.commands.AssetPublishListDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'AssetPublishList'
    [2013-06-12 21:52:15,685 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.framework] error: errno -22 on attempt to create table
    [2013-06-12 21:52:15,686 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.xcelerate] Error: com.openmarket.xcelerate.commands.SessionTableDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'PubSession'
    [2013-06-12 21:52:15,687 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.xcelerate] Error: com.openmarket.xcelerate.commands.PubTargetManagerDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'PubTarget'
    [2013-06-12 21:52:15,688 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.framework] error: errno -22 on attempt to create table
    [2013-06-12 21:52:15,698 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.xcelerate] Error: com.openmarket.xcelerate.commands.EmbeddedReferenceTableDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'EmbeddedReference'
    [2013-06-12 21:52:15,699 IST] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.xml] Xcelerate Installation Error in Publish/Install: errno -22 from APPROVEDASSETS.INSTALL: Error: com.openmarket.xcelerate.commands.ApprovedAssetsDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'ApprovedAssets' errno -22 from ASSETTARGETMANAGER.INSTALL: Error: com.openmarket.xcelerate.commands.AssetExportTargetManagerDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'AssetExportData' errno -22 from ASSETTEMPLATEMANAGER.INSTALL: Error: com.openmarket.xcelerate.commands.AssetDefaultTemplateManagerDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'AssetDefaultTemplate' errno -22 from ASSETPUBLISHLIST.INSTALL: Error: com.openmarket.xcelerate.commands.AssetPublishListDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'AssetPublishList' errno -22 from DELIVERYTYPE.INSTALL: Error: com.openmarket.xcelerate.commands.AssetPublishListDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'AssetPublishList' errno -22 from SESSIONMANAGER.INSTALL: Error: com.openmarket.xcelerate.commands.SessionTableDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'PubSession' errno -22 from PUBTARGETMANAGER.INSTALL errno -22 from PUBCONTEXT.INSTALL errno -22 from EMBEDDEDREFERENCETABLE.INSTALL: Error: com.openmarket.xcelerate.commands.EmbeddedReferenceTableDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'EmbeddedReference'
    [2013-06-12 21:52:15,699 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURLProblem in CallElement. Error number=-22
    Can some one help me in identifying the issue.

    Hello,
    errno -22 means " Table already exists."
    This could occur if:
    - The install had failed before during the 2nd stage (i.e. some tables were created previously) and you did not drop the schema before re-install.
    - The database user you are using has access to more than 1 WCS schemas and thought the tables exist already.
    Suggestions:
    1. Make sure the db user is set up as per the Configuring Supporting Software document ( http://docs.oracle.com/cd/E29495_01/doc.1111/webcenter_sites_11gr1_bp1_configuring_supporting_software.pdf )
    2. If the second stage of the install fails, you must drop the database tables, undeploy the WebCenter Sites application, delete the WebCenter Sites file structure, and re-install WebCenter Sites. ( http://docs.oracle.com/cd/E29495_01/doc.1111/webcenter_sites_11gr1_bp1_install_on_weblogic.pdf )
    Regards,
    Yu-Chun

  • How do i put the new icons for iworks on the toolbar

    how do i put the new icons for iworks on the toolbar

    I think you must mean the Dock (at the bottom of the screen typically).  You should be able to simply drag them from the Applications Folder to the Dock- same as anything else.
    I don't think they can be put in the Toolbar (which is on top of the screen).

  • I need the short key to go to the beginning of end timeline.

    In the help (shortkey) i must use the home key to go to the beginnig of timeline but there is no home key on my macbpro...
    What is the key (or shortkey) for this action and for the end of the timeline?
    Thanks!

    You need to go to system Prefrences keyboard and see what you have set to show the desktop.  It shouldn't be set to the fn key. Nothing should be set to just the fn key by itself.

  • How can the result of a formula copying the content of a cell to another cell be unlinked from the source cell?

    Numbers on iMac under Maverick.
    For each sheet in a spreadsheet (Numbers file) I have provided a corresponding sheet (to replace it). In the new sheet I want to insert a formula referencing the corresponding cell in the original sheet. I want to be able to delete the original sheet without losing the result in the new sheet. The link has to be broken.
    If the formula referencing the cells in the original sheet returns the resultant data in place of the formula, this will enable me to use this method to work through a largish file (and others like it) with comparative ease. In Excel this would be done, for example, by using Paste Value only (an option in Paste Special). In Numbers, I think it can be done for an entire row by using Insert>Copied Rows (and likewise for a whole column), by choosing Values as opposed to formulas (because that action generates new rows and columns and doesn't overwrite existing data).
    Is it something to do with generating a more complex formula, or pasting a style using the Format menu? Or the Edit>Paste and Match Style?
    It's eluding me.

    Thank you, Ian. That sub-menu is what eluded me all right. It certainly seems to me to be one way I can do this: using the Paste Formula Results sub-menu under Edit. But before I copy the cells as you say, I will have to take several prior steps.
    In the new sheet I have to select the top left cell of the subject range and there enter "=". Then, in the original sheet, I must select the corresponding cell. Returning immediately to the new sheet, I need to drag the cell right to extend the formula to two adjoining two cells. Now I need to drag those three cells to extend the formula to the bottom of my table (quite a number of rows, but the number matches that of the original sheet). Only at this point am I in a position to apply your suggested method: that is, copy what's already selected and use Shift-Command-V to paste the formula's result throughout the range.
    I feel sure that will do it. But if anyone has any further suggestion as to how this could be done less cumbersomely, I would be very happy to hear it before I embark on the task ahead - because that will have to be repeated for another 24 new sheets in a couple of files. Quite a lot of work.
    So, whilst you've helped me materially, a question still remains as to whether some other method might be possible?
    Regards,
    Peter White

  • I updated to the latest version and now I do not have the page controls at the right hand side and bottom and can only move the page up and down using the mouse scroll wheel. I also cannot see the whole page I am trying to view.

    When I open the web browser I cannot see the whole page and I cannot move the image sideways and must use the mouse scroll to move up and down.

    Try the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
         User/Home/Library/ Preferences folder.
    2 - delete the contents the following folder:
    User/Library/Containers/com.apple.iPhoto
    3 - reboot, launch iPhoto and try again.
    NOTE: For Mavericks, 10.9,  go to your Home folder and use the View ➙ Show View Options menu to bring the this window:
    where you can check the Show Library Folder checkbox.

  • Why does iphoto want to chop off the left and right sides of the photo I'm trying to print?

    Trying to print a group photo.  Using the borderless setting, I still always lose half of the persons at the end of the rows.  Why won't iphoto allow me to print the entire picture?

    It actuallyhelps if you provide details including version of iPhoto and of the OS and what you are doing
    with absolutely nothing but a problem my guess is that the print size is a different ratio than the photos size so somehting has to be left off - for example you can not print an 8x10 photo on a 4x5 piect of paper - depending on the camera you have your photos are either in a 3:2 ratio or a 4:3 ratio - the paper must be the same - or you must crop the photos to the paper size - or you must go to the customize screen and right click on the preview and fit to frame
    onc eyou provide basic information more specific help can be provided
    LN

Maybe you are looking for