Iphoto calendar does not display selected calendars

I have created a calendar specifically for use in iPhoto's calendar project. It does not show. Others of my calendars do but not this one. I cannot identify a single factor that would cause this. Date clash is not an issue; calendar (in Calendar) is text only.
I am hoping for some guidance.

Have you rebooted and tried again since this began? 
Also as a test launch iPhoto with the Option key held down and create a new, test library.  Import some photos and test to see if the same problem persists. Does it?
OT

Similar Messages

  • Windows Phone 8.1 xaml, c# ComboBox does not display selection when first item is selected from full page list.

    I have 3 comboboxes on a xaml page and most of the time when I select the first item on the full page list displayed when the number of items are > 5, the screen returns to the combobox and the box is blank. The combobox.SelectedItem is valued but it
    does not display.  This does not happen every time and I have seen this using the emulator and my windows 8.1 phone.  If I select any other item in the list they always display but when I go back and select the first item the box is blank. 
    Does anyone know what I could be doing that is causing this?

    Thanks for your help.  When I run the code below and the page is displayed, I select an item from the page list and it displays fine and then I select the first item from the page list and I do not see that selected item in the box. 
    If I remove the SelectedIndex=0 it all works fine except I do not have an item selected for the initial display.  Below should show problem and should work copy/paste in universal blank app.
    ScrollViewer x:Name="scrollViewer1">
            <StackPanel x:Name="stackPanel1" Background="Transparent">
                <ComboBox x:Name="comboBoxTestTypes" Margin="20,117.75,0,465.25" SelectedValuePath="ItemDescription" Width="310" Height="Auto" FontSize="17"
           ItemsSource="{Binding}" HorizontalAlignment="Left" VerticalAlignment="Center">
                <ComboBox.ItemTemplate>
                    <DataTemplate>
                        <TextBlock Text="{Binding ItemDescription}" />
                    </DataTemplate>
                </ComboBox.ItemTemplate>
            </ComboBox>
     </StackPanel>
        </ScrollViewer>
    public sealed partial class MainPage : Page
            public ObservableCollection<ItemDetail> itemDetail;
            public MainPage()
                this.InitializeComponent();
                this.NavigationCacheMode = NavigationCacheMode.Required;
                this.itemDetail = new ObservableCollection<ItemDetail>();
            protected override void OnNavigatedTo(NavigationEventArgs e)
                PageLoad();
            public class ItemDetail
                public string ItemDescription { get; set; }
                public string ItemName { get; set; }
            private async void PageLoad()
                await initializeTypes();
                var comboBoxTestTypesItemsSource = await GetTestTypes();
                comboBoxTestTypes.ItemsSource = comboBoxTestTypesItemsSource;
                comboBoxTestTypes.SelectedIndex = 0;
            private async Task initializeTypes()
                await addTestType("Item1");
                await addTestType("Item2");
                await addTestType("Item3");
                await addTestType("Item4");
                await addTestType("Item5");
                await addTestType("Item6");
            private async Task<ObservableCollection<ItemDetail>> GetTestTypes()
                //ObservableCollection<ItemDetail> list = new ObservableCollection<ItemDetail>();
                //Random rnd = new Random();
                //for (int i = 0; i < 50; i++)
                //    list.Add(new ItemDetail() { ItemDescription = "hello" + rnd.Next(0, 1001), ItemName = rnd.Next(0, 101).ToString() });
                await getSaveDataFileDataAsync("get");
                return itemDetail;
            private async Task addTestType(string description)
                int newIdAdd = 0;
                if (itemDetail != null && itemDetail.Count > 0)
                    newIdAdd = itemDetail.Max(mT => Convert.ToInt32(mT.ItemName)) + 1;
                var addTestType = new ItemDetail();
                addTestType.ItemName = newIdAdd.ToString();
                addTestType.ItemDescription = description;
                itemDetail.Add(addTestType);
                await getSaveDataFileDataAsync("save");
            private async Task getSaveDataFileDataAsync(string getSave)
                try
                    DataContractJsonSerializer jsonSerializer1 = null;
                    string dataFileName1 = "testFileName";
                    jsonSerializer1 = new DataContractJsonSerializer(typeof(ObservableCollection<ItemDetail>));
                    if (jsonSerializer1 != null && getSave == "get")
                        using (var stream1 = await ApplicationData.Current.LocalFolder.OpenStreamForReadAsync(dataFileName1))
                            itemDetail = (ObservableCollection<ItemDetail>)jsonSerializer1.ReadObject(stream1);
                    if (jsonSerializer1 != null && getSave == "save")
                        using (var stream1 = await ApplicationData.Current.LocalFolder.OpenStreamForWriteAsync(dataFileName1, CreationCollisionOption.ReplaceExisting))
                                jsonSerializer1.WriteObject(stream1, itemDetail);
                catch

  • Rebuilt IPhoto Library does not display.

    Recently my iPhoto has been crashing, probably because I unknowingly moved a file or files in the iPhoto Library with the Finder.
    Heeding the advice posted throughout this forum I trashed the existing iPhoto Preferences file, the three thumb files, and rebuilt my iPhoto Library. (I don't recall in what order.)
    I renamed my two respective iPhoto Libraries so now iPhoto automatically finds the new one.
    In the Finder, the new iPhoto Library is nearly identical to the old one; it contains over 21 GB of photos, all arranged in their respective folders organized by year, month, and day created.
    When I open iPhoto, however, neither the thumbnails nor the file names of the photos display.
    In the "Source" pane, icons for "Early Photos," "2003," "2004," "2005," and "2006" appear under "Photo Library" but selecting them does nothing.
    Nothing ever appears in the main "Organize" pane at all--it is completely blank. Below it "No photos" appears.
    iPhoto will still display the pictures in the old Library, but it crashes almost immediately after I do anything.
    Obviously there is some disconnect between iPhoto and the Rebuilt Library. Can anyone offer some insight?
    Thanks.
    Mike
    Imac G5   Mac OS X (10.3.9)  

    After considerable culling of unnecessary and redundant files I was finally able to free up enough disk space to conduct a second iPhoto library rebuild without having to delete the first rebuilt library.
    Unfortunately I've run into problems once again.
    Since the rebuild took 2 1/2 hours I wasn't watching the computer the whole time; when I returned iPhoto had crashed but the second rebuilt library seemed complete. My original library is 21.9 GB; my first rebuilt library is 21.28 GB and contains most of the photos of the original--my second rebuilt library is also 21.28 GB.
    After the second rebuild I now have 3.98 GB free space on my hard drive (and 2GB RAM).
    iPhoto will open the first rebuilt library, although as I described previously, it won't actually display any photos, rolls, or albums. In contrast, iPhoto will not open with the second rebuilt library at all.
    When I attempt to open iPhoto and select the second rebuilt library the file selection window opens and all my iPhoto libraries appear in it. None of them are grayed out (as are non-selectable files) but nevertheless I cannot select the second iPhoto library or even highlight it. It does not provide any message--it simply does not respond.
    Unlike the first rebuilt library, the second rebuilt library never contained a Dir.data file, an iPhoto.db file, a Library.iPhoto file, or an AlbumData.xml file. It did contain the three thumb data files, but after opening it failed initially I tried deleting these files thinking they might be problematic. That apparently had no effect. Right now the second rebuilt library only contains my photos organized in year, month, and day folders.
    Previously Brie Fly stated that iPhoto automatically opens the newly rebuilt iPhoto library after a rebuild, however, the first time I opened iPhoto after the second rebuild attempt and subsequent crash it automatically opened the original iPhoto library.
    I copied the error report from the iPhoto crash that occurred after my second library rebuild attempt. Please see below. Does it shed any light on the situation?
    Also, to answer your question Brie Fly, I am able to close all the open rolls in my original library before iPhoto crashes. I did that and after a short while it crashed anyway without any other action on my part. I also tried quitting iPhoto after closing the rolls, but every time I do, regardless of whether there are open rolls or not, it does not quit but crashes. It seems impossible to quit iPhoto while using the original library without crashing. Furthermore, every time I open iPhoto after a crash the rolls I previously closed are once again open, and iPhoto informs me it has recovered 17 photos and put them in a folder named "recovered photos." Since this occurs every time I try to quit while using the original library I now have 88 identical folders of 17 recovered photos. I deleted many of these before but iPhoto just keeps making new ones.
    Here is the report I received after iPhoto had crashed during/after the second library rebuild attempt:
    Date/Time: 2006-09-12 10:19:35 -0400
    OS Version: 10.3.9 (Build 7W98)
    Report Version: 2
    Command: iPhoto
    Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Version: 4.0.3 (4H2)
    PID: 2631
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0xbbffde60
    Thread 0 Crashed:
    0 com.apple.Foundation 0x90a395f0 -[NSPathStore2 stringByAppendingPathComponent:] + 0xfc
    1 com.apple.iPhoto 0x00080c48 0x1000 + 0x7fc48
    2 com.apple.iPhoto 0x000ad26c 0x1000 + 0xac26c
    3 com.apple.iPhoto 0x000ad4b0 0x1000 + 0xac4b0
    4 com.apple.iPhoto 0x0007f758 0x1000 + 0x7e758
    5 com.apple.iPhoto 0x0007f858 0x1000 + 0x7e858
    6 com.apple.iPhoto 0x00080394 0x1000 + 0x7f394
    7 com.apple.iPhoto 0x0007bc54 0x1000 + 0x7ac54
    8 com.apple.iPhoto 0x0005c2b8 0x1000 + 0x5b2b8
    9 com.apple.iPhoto 0x0005e24c 0x1000 + 0x5d24c
    10 com.apple.iPhoto 0x00044938 0x1000 + 0x43938
    11 com.apple.Foundation 0x90a27a94 nsnotecallback + 0xb0
    12 com.apple.CoreFoundation 0x901db118 __CFXNotificationPost + 0x1b4
    13 com.apple.CoreFoundation 0x901dfb7c _CFXNotificationPostNotification + 0x340
    14 com.apple.Foundation 0x90a258e0 -[NSNotificationCenter postNotificationName:object:userInfo:] + 0x74
    15 com.apple.AppKit 0x97e95328 -[NSApplication _postDidFinishNotification] + 0x70
    16 com.apple.AppKit 0x97e95214 -[NSApplication _sendFinishLaunchingNotification] + 0x5c
    17 com.apple.AppKit 0x97e95444 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 0x78
    18 com.apple.Foundation 0x90a7af18 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 0x164
    19 com.apple.Foundation 0x90a817b0 _NSAppleEventManagerGenericHandler + 0x78
    20 com.apple.AE 0x90706a10 Z20aeDispatchAppleEventPK6AEDescPSmPh + 0xd0
    21 com.apple.AE 0x90709858 Z25dispatchEventAndSendReplyPK6AEDescPS + 0x2c
    22 com.apple.AE 0x90706c50 aeProcessAppleEvent + 0x11c
    23 com.apple.HIToolbox 0x91b70224 AEProcessAppleEvent + 0x3c
    24 com.apple.AppKit 0x97d84420 _DPSNextEvent + 0x358
    25 com.apple.AppKit 0x97d9acc8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 0x74
    26 com.apple.AppKit 0x97daf048 -[NSApplication run] + 0x21c
    27 com.apple.AppKit 0x97e6b764 NSApplicationMain + 0x1d0
    28 com.apple.iPhoto 0x0011da3c 0x1000 + 0x11ca3c
    29 com.apple.iPhoto 0x000046d4 0x1000 + 0x36d4
    30 com.apple.iPhoto 0x00004554 0x1000 + 0x3554
    Thread 1:
    0 libSystem.B.dylib 0x900127f8 syscallthreadswitch + 0x8
    1 com.apple.Foundation 0x90a332d8 +[NSThread sleepUntilDate:] + 0x98
    2 com.apple.AppKit 0x97d7c3ec -[NSUIHeartBeat _heartBeatThread:] + 0x494
    3 com.apple.Foundation 0x90a6a4b8 forkThreadForFunction + 0x6c
    4 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 2:
    0 libSystem.B.dylib 0x90018e78 semaphoretimedwait_signaltrap + 0x8
    1 libSystem.B.dylib 0x9000ea14 pthread_condwait + 0x268
    2 ...ple.CoreServices.CarbonCore 0x96310570 TSWaitOnSemaphoreCommon + 0xb0
    3 ...ickTimeComponents.component 0x92a65b34 ReadSchedulerThreadEntryPoint + 0x1458
    4 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 3:
    0 libSystem.B.dylib 0x90018e78 semaphoretimedwait_signaltrap + 0x8
    1 libSystem.B.dylib 0x9000ea14 pthread_condwait + 0x268
    2 ...ple.CoreServices.CarbonCore 0x96310570 TSWaitOnSemaphoreCommon + 0xb0
    3 ...ple.CoreServices.CarbonCore 0x963103f4 _Z15AsyncFileThreadPv + 0x38
    4 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    PPC Thread State:
    srr0: 0x90a395f0 srr1: 0x0200d030 vrsave: 0x00000000
    cr: 0x44002212 xer: 0x20000000 lr: 0x90a395c8 ctr: 0x00000000
    r0: 0xbfffe7c0 r1: 0xbfffdf00 r2: 0xfbffff60 r3: 0x00000000
    r4: 0x5a35d798 r5: 0x00000074 r6: 0x00000010 r7: 0x00000020
    r8: 0x00000030 r9: 0x00000080 r10: 0x00000000 r11: 0x00000100
    r12: 0x6653d018 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00000000 r17: 0xbffff640 r18: 0x00000000 r19: 0x001be45c
    r20: 0x9089a014 r21: 0x00000001 r22: 0xbfffdf00 r23: 0x5a35d790
    r24: 0x0000003a r25: 0x27947750 r26: 0x6253d000 r27: 0x0200000c
    r28: 0x001bd86c r29: 0x02000046 r30: 0xbfffdf00 r31: 0x90a394f4
    Binary Images Description:
    0x1000 - 0x19efff com.apple.iPhoto 4.0.3 (4H2) /Applications/iPhoto.app/Contents/MacOS/iPhoto
    0x77d000 - 0x77ffff com.apple.framework.iPhoto.ContactSheetPrintFormatter 4.0.3 /Applications/iPhoto.app/Contents/PlugIns/ContactSheetPrintFormatter.iPhotoPrin tFormatter/Contents/MacOS/ContactSheetPrintFormatter
    0x789000 - 0x78bfff com.apple.framework.iPhoto.CubeTransition 4.0.3 /Applications/iPhoto.app/Contents/PlugIns/CubeTransition.IAPlugin/Contents/MacO S/CubeTransition
    0x794000 - 0x795fff com.apple.framework.iPhoto.DissolveTransition 4.0.3 /Applications/iPhoto.app/Contents/PlugIns/DissolveTransition.IAPlugin/Contents/ MacOS/DissolveTransition
    0x7a2000 - 0x7a6fff com.apple.framework.iPhoto.FileExporter 4.0.3 /Applications/iPhoto.app/Contents/PlugIns/FileExporter.iPhotoExporter/Contents/ MacOS/FileExporter
    0x7b1000 - 0x7b3fff com.apple.framework.iPhoto.FullPagePrintFormatter 4.0.3 /Applications/iPhoto.app/Contents/PlugIns/FullPagePrintFormatter.iPhotoPrintFor matter/Contents/MacOS/FullPagePrintFormatter
    0x7bc000 - 0x7bdfff com.apple.framework.iPhoto.GreetingCardPrintFormatter 4.0.3 /Applications/iPhoto.app/Contents/PlugIns/GreetingCardPrintFormatter.iPhotoPrin tFormatter/Contents/MacOS/GreetingCardPrintFormatter
    0x7cc000 - 0x7d2fff com.apple.framework.iPhoto.HTMLExporter 4.0.3 /Applications/iPhoto.app/Contents/PlugIns/HTMLExporter.iPhotoExporter/Contents/ MacOS/HTMLExporter
    0x7dd000 - 0x7dffff com.apple.framework.iPhoto.MosaicFlipTransition 4.0.3 /Applications/iPhoto.app/Contents/PlugIns/MosaicFlipTransition.IAPlugin/Content s/MacOS/MosaicFlipTransition
    0x7e9000 - 0x7ebfff com.apple.framework.iPhoto.NUpPrintFormatter 4.0.3 /Applications/iPhoto.app/Contents/PlugIns/NUpPrintFormatter.iPhotoPrintFormatte r/Contents/MacOS/NUpPrintFormatter
    0x173d000 - 0x1743fff com.apple.framework.iPhoto.QTExporter 4.0.3 /Applications/iPhoto.app/Contents/PlugIns/QTExporter.iPhotoExporter/Contents/Ma cOS/QTExporter
    0x1748000 - 0x174afff com.apple.framework.iPhoto.SamplerPrintFormatter 4.0.3 /Applications/iPhoto.app/Contents/PlugIns/SamplerPrintFormatter.iPhotoPrintForm atter/Contents/MacOS/SamplerPrintFormatter
    0x1754000 - 0x1756fff com.apple.framework.iPhoto.SizedPrintFormatter 4.0.3 /Applications/iPhoto.app/Contents/PlugIns/SizedPrintFormatter.iPhotoPrintFormat ter/Contents/MacOS/SizedPrintFormatter
    0x1760000 - 0x1762fff com.apple.framework.iPhoto.WipeTransition 4.0.3 /Applications/iPhoto.app/Contents/PlugIns/WipeTransition.IAPlugin/Contents/MacO S/WipeTransition
    0x1779000 - 0x1785fff com.apple.BookService 3.0 (3.0.1) /Applications/iPhoto.app/Contents/NetServices/Bundles/BookService.NetService/Co ntents/MacOS/BookService
    0x17c2000 - 0x17ddfff com.apple.HomePageService 3.0 (3.0.1) /Applications/iPhoto.app/Contents/NetServices/Bundles/HomePageService.NetServic e/Contents/MacOS/HomePageService
    0x17f4000 - 0x17fafff com.apple.NetSlidesService 3.0 (3.0.1) /Applications/iPhoto.app/Contents/NetServices/Bundles/NetSlidesService.NetServi ce/Contents/MacOS/NetSlidesService
    0x5799000 - 0x57a7fff com.apple.PrintsService 3.0 (3.0.1) /Applications/iPhoto.app/Contents/NetServices/Bundles/PrintsService.NetService/ Contents/MacOS/PrintsService
    0x5849000 - 0x58c8fff com.apple.NetServices 3.0.2 /Applications/iPhoto.app/Contents/MacOS/../NetServices/Frameworks/NetServices.f ramework/Versions/A/NetServices
    0x60c9000 - 0x60ccfff libMPAEncode0.1.dylib /Library/Application Support/DivXNetworks/libMPAEncode0.1.dylib
    0x62d0000 - 0x62e2fff libdpv10.dylib /Library/Application Support/DivXNetworks/libdpv10.dylib
    0x6405000 - 0x6436fff liblame3.92.dylib /Library/Application Support/DivXNetworks/liblame3.92.dylib
    0x6605000 - 0x6665fff libdpus10.dylib /Library/Application Support/DivXNetworks/libdpus10.dylib
    0x7c23000 - 0x7c25fff com.apple.PDFImporter 1.3.1 (???) /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x8911000 - 0x89dbfff com.divxnetworks.DivXCodec 5.2.1 /Users/Hiroshi/Library/QuickTime/DivX 5.component/Contents/MacOS/DivX 5
    0x3defc000 - 0x3e0f5fff net.telestream.wmv.import 2.1.0.33 /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x80830000 - 0x8090efff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x80a50000 - 0x80ad4fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x80c80000 - 0x80c88fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x80f20000 - 0x80f24fff com.apple.NetServices.BDRuleEngine 1.0.1 /Applications/iPhoto.app/Contents/MacOS/../NetServices/Frameworks/BDRuleEngine. framework/Versions/A/BDRuleEngine
    0x80f40000 - 0x80f4cfff com.apple.NetServices.BDControl 1.0.4 /Applications/iPhoto.app/Contents/MacOS/../NetServices/Frameworks/BDControl.fra mework/Versions/A/BDControl
    0x81c90000 - 0x81c93fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x84048000 - 0x84085fff com.apple.QuickTimeFireWireDV.component 7.1.2 /System/Library/QuickTime/QuickTimeFirewireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x84380000 - 0x84389fff libz.1.1.3.dylib /usr/lib/libz.1.1.3.dylib
    0x843a0000 - 0x843cdfff libssl.0.9.dylib /usr/lib/libssl.0.9.dylib
    0x87f60000 - 0x88096fff com.apple.vImage 1.2.0 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x88d40000 - 0x88d4cfff com.apple.agl 2.5 (AGL-2.5) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x8bde2000 - 0x8bdf2fff com.apple.Accelerate.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x8eea0000 - 0x8eeb6fff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x8fd50000 - 0x8fd50fff com.apple.Accelerate 1.0.3 (Accelerate 1.0.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x8fe00000 - 0x8fe4ffff dyld /usr/lib/dyld
    0x90000000 - 0x9014ffff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c0000 - 0x9026efff com.apple.CoreFoundation 6.3.9 (299.37) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90490000 - 0x904adfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x904d0000 - 0x90588fff com.apple.audio.toolbox.AudioToolbox 1.3.4 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x90610000 - 0x9069afff com.apple.CoreServices.OSServices 3.0.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90700000 - 0x90700fff com.apple.CoreServices 10.3 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90702000 - 0x9073afff com.apple.AE 1.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x907c7000 - 0x907d2fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x907f0000 - 0x907f9fff com.apple.DiskArbitration 2.0.5 /System/Library/PrivateFrameworks/DiskArbitration.framework/Versions/A/DiskArbi tration
    0x90810000 - 0x90810fff com.apple.ApplicationServices 1.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90830000 - 0x9089ffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x908c5000 - 0x90915fff com.apple.HIServices 1.4.1 (0.0.1d1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90940000 - 0x909b3fff com.apple.DesktopServices 1.2.5 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x909f0000 - 0x90a08fff com.apple.WebServices 1.1.1 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x90a20000 - 0x90b7bfff com.apple.Foundation 6.3.8 (500.61) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90c32000 - 0x90c45fff com.apple.speech.synthesis.framework 3.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90c60000 - 0x90cc2fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90d00000 - 0x90d1bfff com.apple.SystemConfiguration 1.7.1 (???) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90d40000 - 0x90d40fff com.apple.Carbon 10.3 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90d60000 - 0x90d6bfff com.apple.opengl 1.3.8 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90dd0000 - 0x90df0fff com.apple.DirectoryService.Framework 1.7.2 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x90e10000 - 0x90e11fff com.apple.ServerControl 10.2.3 /System/Library/PrivateFrameworks/ServerControl.framework/Versions/A/ServerCont rol
    0x90e30000 - 0x90e36fff com.apple.ServerPrefs 10.2.3 /System/Library/PrivateFrameworks/ServerPrefs.framework/Versions/A/ServerPrefs
    0x90e77000 - 0x90e91fff libPDFRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0x90ec0000 - 0x90ec0fff com.apple.Cocoa 6.3 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91040000 - 0x91062fff com.apple.framework.Admin 1.3.3 /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
    0x91090000 - 0x91091fff com.apple.AFPDefines 2.0.1 /System/Library/PrivateFrameworks/AFPDefines.framework/Versions/A/AFPDefines
    0x910e0000 - 0x91134fff com.apple.bom 1.2.8 (64.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x91140000 - 0x911a9fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x911da000 - 0x911dafff com.apple.audio.units.AudioUnit 1.3.3 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x911dc000 - 0x911dffff com.apple.QuickTimeH264.component 7.1.2 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x91206000 - 0x9120ffff com.apple.IntlPreferences 1.1 /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences
    0x91216000 - 0x91222fff com.apple.framework.Apple80211 3.4.1 /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x91227000 - 0x91231fff com.apple.framework.machinesettings 1.3.3 /System/Library/PrivateFrameworks/MachineSettings.framework/Versions/A/MachineS ettings
    0x913a0000 - 0x9145ffff ColorSync /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x914ad000 - 0x91575fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x915e0000 - 0x91699fff com.apple.QD 3.4.71 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917b6000 - 0x917cafff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x917e0000 - 0x917f0fff com.apple.speech.recognition.framework 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x91961000 - 0x91966fff com.apple.SetupAssistant.International 1.3.4 /System/Library/PrivateFrameworks/International.framework/Versions/A/Internatio nal
    0x9196a000 - 0x919d1fff com.apple.audio.CoreAudio 2.1.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91a2f000 - 0x91a67fff com.apple.LaunchServices 10.3.5 (98.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91a7b000 - 0x91e00fff com.apple.HIToolbox 1.3.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x924f2000 - 0x92585fff com.apple.print.framework.PrintCore 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x925c8000 - 0x92637fff com.apple.framework.IOKit 1.3.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x92650000 - 0x926f3fff libcrypto.0.9.dylib /usr/lib/libcrypto.0.9.dylib
    0x92727000 - 0x9274dfff com.apple.FindByContent 1.4 (1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x927b2000 - 0x927bdfff com.apple.securityhi 1.2 (90) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x927c5000 - 0x927d4fff libPSRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPSRIP.A.dylib
    0x927f0000 - 0x92827fff com.apple.CFNetwork 1.2.1 (7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9283f000 - 0x92856fff com.apple.LangAnalysis 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x92a50000 - 0x93426fff com.apple.QuickTimeComponents.component 7.1.2 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x939a0000 - 0x939b4fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x939d0000 - 0x939d4fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x93b3c000 - 0x93baffff com.apple.NavigationServices 3.3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x940c0000 - 0x940c0fff com.apple.DiscRecording 2.1.17 (???) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x9415d000 - 0x94165fff libbsm.dylib /usr/lib/libbsm.dylib
    0x94169000 - 0x94173fff com.apple.framework.AppleTalk 1.2.0 (???) /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
    0x94180000 - 0x9418ffff com.apple.frameworks.preferencepanes 10.0 /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x94580000 - 0x9458cfff com.apple.help 1.0.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x94596000 - 0x945a3fff com.apple.CommonPanels 1.2.1 (1.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x945b0000 - 0x945b9fff libz.1.dylib /usr/lib/libz.1.dylib
    0x94610000 - 0x9462afff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x94650000 - 0x946affff com.apple.SearchKit 1.0.2 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x946ed000 - 0x946fdfff com.apple.ImageCapture 2.1.5 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x94720000 - 0x94721fff com.apple.securityfoundation 1.0 (6) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94800000 - 0x9488cfff com.apple.ink.framework 101.1.4 (55.12) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x948b0000 - 0x948e1fff com.apple.securityinterface 1.0 (39) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x953d0000 - 0x95403fff com.apple.DiscRecordingContent 2.1.17 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingContent.framework/Versions/A/DiscRecordingContent
    0x95420000 - 0x95495fff com.apple.DiscRecordingEngine 2.1.17 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingEngine.framework/Versions/A/DiscRecordingEngine
    0x954c0000 - 0x95ac6fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x95b20000 - 0x95df0fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x95e0a000 - 0x95e24fff com.apple.openscripting 1.2.1 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x95e40000 - 0x95eadfff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x95eda000 - 0x95eedfff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x95f00000 - 0x95f20fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x962e6000 - 0x9655ffff com.apple.CoreServices.CarbonCore 10.3.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x965ba000 - 0x967a1fff com.apple.security 2.4 (177) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x968d0000 - 0x969b2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x96a04000 - 0x96a52fff com.apple.print.framework.Print 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x96aa0000 - 0x96acefff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x96b08000 - 0x96b1efff com.apple.QuartzCore 1.3 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x96b50000 - 0x96bdffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x96cb0000 - 0x96d9efff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x96e12000 - 0x96e2cfff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x96e80000 - 0x96e90fff com.apple.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96eca000 - 0x971a2fff com.apple.CoreGraphics 1.203.30 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9721a000 - 0x974cefff com.apple.QuickTime 7.1.2 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x97d72000 - 0x98271fff com.apple.AppKit 6.3.11 (743.43) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0xefbef000 - 0xefcd1fff libPSIKey.dylib /Library/Application Support/DivXNetworks/libPSIKey.dylib
    Imac G5 Mac OS X (10.3.9)
    Imac G5 Mac OS X (10.3.9)

  • IPhoto 6 does not display correct Spotlight results

    I am new to OS X, and I have not to my knowledge altered any of the default Spotlight/iPhoto options.
    I have a large photo library. When searching through it using spotlight, it finds exactly the results I want. However, when clicking on the result, iPhoto 6 opens and always displays the first photo in my library.
    No matter what I search for or what result I select, iPhoto still shows the same photo - the first in my library.
    Does anyone know how to fix this problem? I'd prefer to use iPhoto and not Preview. Thanks.

    Problem solved. Disconnected from iMac and restated iMac and new album appeared and sync complete!

  • My subscribed calendar does not display in today view in iOS7. Does anyone know how to make it show up?

    I have a subscribed calendar on my iPhone. The today view in notification center shows that I have an event at xxxx and tomorrow view says I have x events but the calendar day view does not display any of the events. I need this so I can easily see which rooms my events are in. Dows anyone know how to make the subscribed calendar show up in calendar day view?

    Interesting. May have uncovered a bug. It seems that limited duration events will display, but all day events wont on mine. (iPhone 5). Does that compare to what you are seeing (unfortunately, I have nothing in a subscribed calendar until the week end, so difficult to check. I do seem to recall seeing an event from one this past week end on the iPad, however).

  • Team Calendar does not display Team Appointments

    Hi,
    I am having trouble with the Team Calendar in our Collaboration Rooms. The calendar is connecting to exchange, however it does not display the Team Appointments. It only shows the appointments for the individual users. I had hoped that the Appointments Tab would show the overall Team appointments, however it only shows appointments in that Tab if you are the user who created the appointment, other users do not see the appointment on the Appointments Tab but have to navigate to the "My Appointments" tab.
    Can anyone shed any light on this? Maybe I am not understanding the functionality of this Calendar correctly?
    Thanks in advance,
    Simon

    Hi,
    Can anybody please shine a light on this subject?
    We are planning to configure a connection to MS Exchange to have a team calendar / room calendar where everybody can create (room) appointments for the whole team. I like to know what the functionality of the Room Calendar exactly provides.
    Thanks in advance!
    Eric

  • I have just installed iPhoto 11 and all of photos on my iphone have now all disappeared and ended up in my photo stream and the library in iphoto does not display all my pictures?? Can anyone help?

    I have just installed iPhoto 11 and all of photos on my iphone have now all disappeared and ended up in my photo stream and the library in iphoto does not display all my pictures?? Can anyone help?

    And I cant work out why all of my pictures are not diplaying in iphoto?
    Is this iPhoto on your Mac?  Are you referring to the photos that were in your iPhoto LIbrary prior to the upgrade to iPhoto 11?  If so then apply the two fixes below in order as needed:
    Fix #1
    1 - launch iPhoto with the Command+Option keys held down and rebuild the library.
    2 - run Option #4 to rebuild the database.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button and select the library you want to add in the selection window..
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the Library ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    If that's not what you're referring to then you should describe what is happening in more detail. Remember we can't see your Mac or your iPhone so need detailed and accurate descriptions of what you're experiencing.
    Also we need infomartion like do you have an iCloud account and are you logged into it on all of your devices, iPhoto and Mac? do you have Photo Stream enabled on both.
    OT

  • IPhoto6 - after a full reistall of Snow Leopard, iphoto does not display thumbnails. I've restored from time machine, rebuilt the library and run through the rebuild thumbnails function with no success. The files are there, I just get a dotted outline.

    iPhoto6 on iMac running SL - after a full reistall of Snow Leopard, iphoto does not display thumbnails. I've restored the library from time machine, rebuilt the library from iPhoto and run through the rebuild thumbnails function with no success. The files are there, I just get a dotted outline instead of the thumbnails. Does anyone have any other ideas on how to restore the thumbnails?

    Try the following:
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • Iphoto 11/Part of Ilife does not display all photos in "photos" or "events"

    I am running latest version of everything, just loaded ILife. Iphoto 11 does not show "ALL" photos when I use "photo" or "event" view. It shows some....when I cycle down through the Blank images in these views, it will often show the pictures as I mouse click down.....but as soon as I take my finger off the mouse, everything (well, almost everything) reverts to blanks.
    There is nothing selected to be hidden.
    I have "Faces" set up and now when i look through an individual "Face" file, there will be intermittent Blanks.
    Very screwy, anybody Help????

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    Regards
    TD

  • MENU item selection does not display drop down in ITS enabled transaction

    Hello,
    We are experiencing a strange behavior between two portal env.
    1. DEV.
    For example we have transaction MM01 display in the Portal via ITS (integrated). The end user can select the Menu Tab and the System Tab and the drop downs appear as expected.
    2. Prod
    Same  scenario as above. Only this time, end user is unable to select the button. The Menu and System Tab dont appear greyed out but selecting it does not display the drop down.
    Material, Edit GoTo Defaults are some of the links under the Menu tab for MM01.
    Very confusing. And this is the behavior in Prod for all transactions. Any ideas on why this is happening would be greatly appreciated.
    The architectural difference is that DEV has no Web Dispatcher versus Prod has the Web Dispatcher.
    We are on EP 7.0
    Many thanks.
    Regards,
    Sunil

    Thanks. Now, I realise this may cause dismay to some, but I have now solved the problem, and just wanted to share my experience with those even less savvy than myself. In Dreamweaver, the Spry css styles are arranged with little or no hint as to which style controls what. I found that there is a rule in the sub-menu styles that controls the little graphic arrows which indicate that there are dropdown subs under the tabs. I had removed these arrows to make way for my background images. However, the rules that control their positioning by percentage were still there, causing my images to display incorrectly. Of course, there was no way anyone could have spotted this and helped me as the fault was in the external spry css file, not the page code. So many thanks to vw2ureg for looking anyway. Regarding the page code, which you have flagged up, would you mind elaborating on what you see wrong here? I'm none the wiser. Many thanks again.

  • In iPhoto (09) I can add a description to a photo which will display when running the slideshow, however when I sync the Album to my iPad and I run slideshow the description does not display, WHY?

    In iPhoto (09) I can add a description to a photo which will display when running the slideshow, however when I sync the Album to my iPad and I run slideshow the description does not display, WHY?

    I'd ask that on the iPad forum.

  • "View Selected Item" does not display

    I'm using RoboHelp7 out of the Technical Communication Suite.
    When I'm working on a topic and select the
    View Selected Item button, the topic does not display. When
    I first tried yesterday, nothing happened (IE didn't open and there
    was nothing in my tray). I contacted Oversea's support and was
    informed that there wasn't an incident for this occurance. I was
    instructed to uninstall and reinstall RoboHelp.
    I uninstalled and reinstalled the applications and the button
    still doesn't work; however, this time there is an hourglass for an
    instant before not producing any results.
    The button doesn't work with anything that I've created or
    with the example projects (Clownfish School). Any help would be
    greatly appreciated. I'd hate to have to regenerate the project
    just to look at a quick change.
    Thanks,
    Matt

    Sounds like I need to add a note to that Snippet. Thanks.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • RH7- Insert action does not display window to select the file.

    I have a nightmare situation with RH7 with no clue to resolve. What are my options to fix this
    I am having trouble with robohelp, selecting insert action does not display the pop up window. This prevents functions such as inserting images & files, importing files and creating hyperlinks to documents created in word, frame maker.
    when I perform this action, the pop up window appears virtually but is not visible to make the selection and RH freezes.
    I have to end the process or press esc to find some work around - so far none available
    Please help.

    Welcome to the community.
    Have you recently gone from a dual monitor setup to a single monitor?  When this happens, RH can sometimes keep tossing dialog boxes over where it thinks the second monitor is.  I typically use a program called ForceWindowVisible (get it here) to push wandering dialogs back into view.  Give that a try and see if it works.  Hope this helps,
    Ben
    GryphonMountain.net

  • Firefox does not display URL selection window.

    About 30 minutes ago, I clicked on the update Firefox button (3.6.6) I clicked restart when the update was finished. The new Firefox page DOES NOT display a window to enter a URL address or any of my frequently accessed URLs that I choose from. I rebooted by laptop, but Firefox page still does not display a window to enter a URL or to choose from my frequently used site urls.
    == This happened ==
    Every time Firefox opened
    == I updated today 7/16 Friday (Taunton, MA) about 3:30 p.m.

    * If, on Windows, in Firefox 3.6 the menu bar is hidden then press and hold the Alt key down or press F10, that should make the "Menu Bar" appear
    * Go to "View > Toolbars" and check-mark "Menu Bar" with a click on it to make that permanent. See [[Menu bar is missing]]).
    * Make sure that you have the "Navigation Toolbar" and the "Bookmarks Toolbar" visible: "View > Toolbars"
    * If items are missing then see if you can find them in the "View > Toolbars > Customize" window
    * If you see the item in the Customize window then drag it back from the Customize window to one of the toolbars.
    * If, in "View > Toolbars > Customize", you do not see that item then click the "Restore Default Set" button
    See also [[Back and forward or other toolbar buttons are missing]] and [[Navigation Toolbar items]]
    See http://kb.mozillazine.org/Toolbar_customization

  • Content does not display when page first opened

    Hi All;
    I have a contenta are/region which I have divided into multiple tabbed areas. I have two main tabs that divide the content into two major topics. Within each of these main areas I have added 4 to five tabs. One set for example holds a calendar, another tab a news release area and a third a content area for holding multiple folders of a department's documentation. The problem I am encountering is that when I first bring up the page all I see are the tabs and no matter what tab area is exposed the content within it is not displayed. For example, I start with the Calendar tab active (the calendar does not display). I then click on to say the document area, which displays all of its content's correctly. When I return to the calendar tab the calendar is displayed. My question... how can I ensure that the calendar (or any other tabbed area's content is displayed when the user first brings up the page?
    PS. This is a hot topic since I will be demoing my pages to my managers next week in an effort to convince them that Oracle Portal is the way to go.

    When I email the page to our server, the href links are missing.
    You email the page to the server?  What does that mean?
    MaureenHayslett wrote:
    I am using CS3 on Mac OS 10.6. The page previews perfectly in Safari. When I email the page to our server, the href links are missing. For example, the banner doesn't use the correct font, and the background color the the whole page is missing. Please go to http://www.crhcarchives.org/links.html
    All of the other pages on the website look correct. Thank you.
    Look at the source on that page.  There is virtually no styling on it....
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
    <style type="text/css">
    <!--
    .style16
         {font-size:14px}
    -->
    </style>
    </head>
    There is nothing telling the page which fonts to use, or which colors to use.  Are you sure you have uploaded the correct page?

Maybe you are looking for