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

Similar Messages

  • A june 2012 icloud backup shows up on my icloud storage manage list, but does not show up when i try to restore from icloud backup. what to do?

    Question repeated: A june 2012 icloud backup shows up on my icloud storage manage list, but does not show up when i try to restore from icloud backup. what to do?
    I want to restore from my june 2012 backup because it contains pictures that i lost when my phone broke in september. if anyone could help that would be awesome. thanks

    Did you tap "Show older backups" on the Choose Backup screen (see image below)?

  • I purchased a movie via Itunes and it does not display as a purchased item on my Apple TV yet A TV show I bought does.

    I purchased a movie via Itunes and it does not display as a purchased item on my Apple TV yet A TV show I bought does. The only way I can view it is if I turn on home sharing and the movie is downloaded to my PC. Is this normal?

    Welcome to the Apple Community.
    Perfectly normal, purchased items only applies to TV shows, the studios have not licensed movies for redownloading.

  • I lost my bookmark list where the dropdown doesnt work. Same goes for the webpage address tab where it just does not save. When I try to bookmark a new page after clicking "Bookmark this page", there was no response too. Can someone please help me???

    It was still functioning last night and before I close the firefox window, the problem started. The problem persist until now.
    1. Bookmark - tried to check the "help" list for lost bookmark but none of them seems to suit the problem i'm facing. The menu tab is there, but when i click on "Bookmarks", my previous bookmark list is not there. When I try to bookmark a new page, there is no window popping up (usually there is a small window pop-up to ask for the label of the website to be bookmarked).
    2. The website address tab - usually we have a list of website that we usually visit so we just need to click on the arrow and click on the webpage that we want to visit. But now, I have to type the website address every single time. There is no drop down when i click on the arrow.
    Can someone tell me what is wrong with it and please help me to solve this problem. THANK YOU VERY MUCH!!!

    This can be a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox

  • Oops - spry menu bar 2.0 does not display correctly when loaded

    Oops - obviously I'm new at this. I think I got my graphics loaded now.
    Dear Sirs:
    I notice bzz31 had a pretty complicated post, so perhaps someone can help me with my complicated problem that has been vexing me for months. I tried the Spry Menu Bar 1.0, but it was impossible for me to edit, and I was delighted to see Spry Menu Bar 2.0 come out. However the 2.0 version has been frustrating me as well.
    I can get my menu bar to display properly in Live View, as shown below.
    However when I load everything onto the server, the menu bar does not display correctly, as shown below:
    I don't quite understand the code "file:///" but I interpret it to mean that the Spry-UI-1.7 folder is in the topmost folder of MacPro5-Docs, which is my hard drive. Here's the code I'm having trouble with:
    Here's my computer directory, shown below:
    Since my index file is two folders down from Spry-UI-1.7, I loaded the files onto the server similarly, as shown in the next three pictures:
    (The picture below is the same as the one just above, but now you can see the path from index to Spry-UI-1.7.)
    I would be most appreciative if someone can help me.
    Thank you.

    Have a look at the following links
    <script src="file:///MacProG5-Docs/Spry-UI-1.7/includes/SpryDOMUtils.js" type="text/javascript"></script>
    <script src="file:///MacProG5-Docs/Spry-UI-1.7/includes/SpryDOMEffects.js" type="text/javascript"></script>
    <script src="file:///MacProG5-Docs/Spry-UI-1.7/includes/SpryWidget.js" type="text/javascript"></script>
    <script src="file:///MacProG5-Docs/Spry-UI-1.7/includes/SpryMenu.js" type="text/javascript"></script>
    <script src="file:///MacProG5-Docs/Spry-UI-1.7/includes/plugins/MenuBar2/SpryMenuBarKeyNavigationPlugin.js" type="text/javascript"></script>
    <script src="file:///MacProG5-Docs/Spry-UI-1.7/includes/plugins/MenuBar2/SpryMenuBarIEWorkaroundsPlugin.js" type="text/javascript"></script>
    <link href="file:///MacProG5-Docs/Spry-UI-1.7/css/Menu/basic/SpryMenuBasic.css" rel="stylesheet" type="text/css" />
    Each of the above points to a file on your local system and cannot be found by the remote server.
    Replace the red coloured parts with http://www.twhsbands.org/ will remedy the situation.
    You also have some remnants of the other SpryMenuBar that should be removed from your markup.
    Gramps
    Wel, so much for the red coloured parts, they did not show up.
    The red coloured parts read file:///MacProG5-Docs/

  • Safari on my account does not display images when you open a picture.

    I have Snow Leopard 10.6.8 installed. Safari on my account does not display images most of the time when you open a picture like (www.example.com/example/example.jpg or any other format). If the image does not display, I can drag from the corner, it displays the image. However, pdf does not work at all. I have to choose open in Preview to view the pdf file. I can even show the example:
    Sometimes the images work like right now.
    2. This is the time when the images do not work.

    Hi all the real problem was this...
    The issue was that the wee rubber eye piece around the viewfinder had slipped out of its seat slightly and was covering the sensor for the LCD. I Just checked the rubber eye piece bit  pushed right down till it clipped into place and now not obstructing the LCD sensor as the picture displays both with the LCD auto off enabled or disabled !! simple thing but a massive trap !

  • Report does not display correctly when exported to adobe

    Post Author: mgisonda
    CA Forum: Crystal Reports
    Hopefully someone can help me. I am currently running Crystal Reports profession version 10. I have applied service pack 1 and recently service pack 6. I am having a problem with the display of a report within adobe. My report is a bit complex. It is a 8.5x11 one page landscape report. It is set up in a grid format with multiple lines and boxes drawn on it. Here is the report information: Report Definition----
    Number of Database Fields:   144     Number of On-Demand Formulas:   40     UFLs in use:   None     Page N of M Used:   No     File Format Schema:   10.2.0    I created the report using CR developer. I use the report within a web project. The user requests the report and it returns to the user, an adobe file of the report. However, this is where I am having trouble. On my local development machine, the report displays fine. In CR developer, the report displays fine. When I export the report to Adobe from the CR Developer, it exports fine. BUT when I run the report from my web site, the adobe file that is returned is broken up over 42 pages. What seems to be actually happening is the return adobe file seems to think that the page size is 2in X 4in.. Where it got that, I don't know.The server running IIS is a windows server 2003. It has adobe 8.0 reader on it. I also have Crystal 10 Server Distribution loaded on it. And I have loaded CR10 Service pack 6 on that as well. Below is the web code that is used to display the report:Imports CrystalDecisions.Shared'Imports CrystalDecisions.CrystalReportsImports CrystalDecisions.CrystalReports.EngineImports CrystalDecisions.CrystalReports.Engine.ReportClassPublic Class PrintInspectionLayout    Inherits System.Web.UI.Page   Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load        Dim mNotInSpringDesign As String        Dim mPartType As String        mNotInSpringDesign = Request.QueryString("NotInSpringDesign")        If mNotInSpringDesign = "TRUE" Then            mStockCode = Request.QueryString("StockCode")            lblNotInSpringDesign.Text = "Stock Code #: " & mStockCode & " does not exist in Spring Design."            lblNotInSpringDesign.Visible = True            Response.Write("<br><br><br><br><br><font color='blue'><center><a href='SpringDesignWildCardSearch.aspx'>Go To Search Page</a></center></font>")        Else            mStockCode = Request.QueryString("StockCode")            Dim pList As ParameterValues = New ParameterValues            Dim paramName, paramValue As String            Dim pV As ParameterDiscreteValue = New ParameterDiscreteValue            Dim Report As ReportDocument= New ReportDocument            Dim expOpts As ExportOptions = New ExportOptions            Dim pdfRtfWordFormatOpts As PdfRtfWordFormatOptions = expOpts.CreatePdfRtfWordFormatOptions            Dim expFormatOpts As ExportFormatOptions = expOpts.ExportFormatOptions            expOpts.ExportFormatType = ExportFormatType.PortableDocFormat            mPartType = Request.QueryString("PartType")            'SELECT THE INSPECTION LAYOUT TYPE TO PRINT            Select Case mPartType                Case Is = "C"                    Report.Load(MapPath("./Reports/CompressionLayout.rpt"))                    'Report.Load(MapPath("./Reports/PCAR.rpt"))                Case Is = "E"                    Report.Load(MapPath("./Reports/ExtensionLayout.rpt"))                Case Is = "T"                    Report.Load(MapPath("./Reports/TorsionLayout.rpt"))                Case Is = "W"                    Report.Load(MapPath("./Reports/WasherLayout.rpt"))                Case Is = "F"                    Report.Load(MapPath("./Reports/FreeFormLayout.rpt"))                Case Else            End Select            pV.Value = mStockCode            pList.Add(pV)            Report.DataDefinition.ParameterFields("StockCode").ApplyCurrentValues(pList)            Response.ClearContent()            Response.ClearHeaders()            Response.ContentType = "Application/pdf"            Report.ExportToHttpResponse(expOpts, Response, False, "")            Report.Close()        End If    End Sub    Any ideas as to the solution? Why is it not displaying correctly? I have spent two days researching every FAQ  to try to find an answer, but to no avail. Please any help would be greatly appreciated. ThanksMike   

    Hi Paul
    You're more likely to get an answer to this if you post in the UNIX forum.
    By the looks of it, you may have a problem with your fonts.

  • After upgrade conky does not display right on first boot

    After i upgraded my arch conky will display on top of all windows when i first boot the machine, until i kill it and restart it then it works perfectly. I am using openbox with no compositing.

    conky reports the same thing as all previous versions, playing with the config did not help and no note of any config changes on conky's website. yes downgrading to conky-1.8.1-1 works for now but world like to fix this as it does not seem to affect my other computer with almost the same hardware and setup.

  • Why the form does not display these info first...?????

    Hi ,
    In a when-new-form-instance trigger i have the following code:
    DECLARE
    W  WINDOW;
    AL NUMBER;
    BEGIN     
    :BLK_TEMPLATE_ITEMS.global_app_user_code:=:global.app_user_code;
    :BLK_TEMPLATE_ITEMS.global_role:=:global.role_onomasia;
    :BLK_TEMPLATE_ITEMS.global_username:=:global.username;
    W:=FIND_WINDOW('WINDOW1');
    SET_WINDOW_PROPERTY(W,TITLE,'TITLE');
    Read_image_file('images\Shma_Perif.gif','gif','blk_template_items.logo_forea');
    AL:=SHOW_ALERT('ALERT_INFO');
    IF AL=ALERT_BUTTON1
           THEN
       .......In the above code .... the form data values and the image are not displayed beforehand the user presses one of the button of the alert... as expected.....
    How can i impose the system to display the contents in the "BLK_TEMPLATE_ITEMS" block , the image and then the alert....????
    I tried the PAUSE built-in procedure... it works as i want... but it displays another message("Please confirm") before the alert.....
    Thanks ,
    Simon

    Did synchronize solve your issue?
    Like to know it too ;-)
    And if you put EXECUTE_QUERY just before your call to the alert?
    Erwin

  • Using openModal, does not display properly on first instance.

    After having a good play with openModal, as per package app Bug Tracker p31, I came across an issue this morning after logging into the runtime app.
    In a fresh apex session, the first open only greyed the canvas, didn't display the modal. I can click anywhere to hide the modal behaviour - but the modal will only work properly and display the canvas with "Modal region" template after refreshing the page. Repeatable after logout.
    This does not happen in the bugtracker application.
    The issue appears in Firefox, Chrome and IE8 - but no console errors are present.
    Application Express 4.2.1.00.08, theme 25
    I'll see if I can replicate it on apex.oracle.com
    Scott

    scott.wesley (grassroots-oracle.com) wrote:
    BlueShadow - would you please advise how that breaches the terms of use? I've had another read through and I'm not sure how this is interpreted.
    What if ones own blog had the relevant answer to a question?Hi Scott,
    The blog in question was newly created with all it's "How to" posts having been created within the past 24 hours. This member has then made numerous posts on the forums, in quick succession, many of which are to non-current threads, and all of which are not providing any answer, except to simply direct people to 1 or more of the posts on his new blog. Whether he's creating the posts on his blog in answer to the questions being asked on the forum or has already created the blog posts and is searching out questions that relate to them is not known. What is known is that this breaches the Terms of Use, as the forum is clearly being used as a mechanism to simply direct people to his own blog rather than it's intended use, and also the forum admin have indicated to the moderating team that linking to blogs in this way is not acceptable.
    I hope that answers your question.

  • Item does not exist error when updating item

    Hi,
    I have a list called "Deal" and I have a ItemUpdated event to update the item permission based on a list field "Owner".
    I find the code run well with site collection administrator account. If I use a regular user account to edit the item, it throws "Item does not exist" error after clicking save button. But the item is actually updated.
    I run the code under debug mode and it does not throw any exception. But the page shows "Item doex not exist" error.
    If I retract the solution, the item can be updated normally without any error.
    My code and the error message:
    public override void ItemUpdated(SPItemEventProperties properties)
    if (properties.ListTitle.Equals("Deal"))
    base.ItemUpdated(properties);
    try
    SPSecurity.RunWithElevatedPrivileges(delegate
    using (SPSite elevatedSite = new SPSite(properties.SiteId))
    using (SPWeb elevatedWeb = elevatedSite.OpenWeb())
    SPList elevatedList = elevatedWeb.Lists[properties.ListId];
    SPListItem elevatedListItem = elevatedList.Items.GetItemById(properties.ListItem.ID);
    // Get Lead owner
    SPFieldUserValue uValue = (SPFieldUserValue)elevatedListItem.Fields["Owner"].GetFieldValue(elevatedListItem["Owner"].ToString());
    SPUser owner = uValue.User;
    bool oldValue = elevatedWeb.AllowUnsafeUpdates;
    elevatedWeb.AllowUnsafeUpdates = true;
    elevatedListItem.ResetRoleInheritance();
    // Break inheritance and clear permissions on list item
    if (!properties.ListItem.HasUniqueRoleAssignments)
    elevatedListItem.BreakRoleInheritance(false);
    // Add permissions for current user
    this.SetPermissionsForUser(elevatedWeb, elevatedListItem, owner, "LeadsOwnerPermission");
    this.EventFiringEnabled = false;
    elevatedListItem.SystemUpdate();
    this.EventFiringEnabled = true;
    elevatedWeb.AllowUnsafeUpdates = oldValue;
    catch (Exception ex)
    COMException (0x81020016): Item does not exist.
    The page you selected contains an item that does not exist. It may have been deleted by another user.<nativehr>0x81020016</nativehr><nativestack></nativestack>]
    Microsoft.SharePoint.Library.SPRequestInternalClass.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback, ISPDataCallback pPagingCallback, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback, ISPDataCallback pSchemaCallback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView) +0
    Microsoft.SharePoint.Library.SPRequest.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback, ISPDataCallback pPagingCallback, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback, ISPDataCallback pSchemaCallback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView) +256
    [SPException: Item does not exist.
    The page you selected contains an item that does not exist. It may have been deleted by another user.]
    Microsoft.SharePoint.WebPartPages.DataFormWebPart.InsertCallback(Int32 affectedRecords, Exception ex) +24356360
    System.Web.UI.DataSourceView.Insert(IDictionary values, DataSourceViewOperationCallback callback) +4064980
    Microsoft.SharePoint.WebPartPages.DataFormWebPart.FlatCommit() +378
    Microsoft.SharePoint.WebPartPages.DataFormWebPart.HandleOnSave(Object sender, EventArgs e) +24
    Microsoft.SharePoint.WebControls.SaveButton.OnBubbleEvent(Object source, EventArgs e) +727
    System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +70
    System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +29
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2981

    Can you try removing user permissions iteratively.
    The sample code will look like this.
    //get usernames
    string tempFieldValue = listItem["Assigned To"].ToString();
    string[] userNameArray = listItem["Assigned To"].ToString().Split(';');
    //remove permissions first
    web.AllowUnsafeUpdates = true;
    listItem.BreakRoleInheritance(false);
    SPRoleAssignmentCollection raCollection = listItem.RoleAssignments;
    //remove exisiting permissions one by one
    for (int a = raCollection.Count - 1; a >= 0; a--)
    raCollection.Remove(a);
    for (int i = 1; i < userNameArray.Length; i++)
    tempFieldValue = userNameArray[i].Replace("#", "");
    userName = web.AllUsers[tempFieldValue];
    toAddress = userName.Email;
    SPSecurity.RunWithElevatedPrivileges(delegate()
    //EMAIL USER
    bool result = SPUtility.SendEmail(web, appendHtmlTag, htmlEncode, toAddress, subject, message);
    //PERMISSIONS
    //grant permissions for specific list item
    SPRoleDefinition roleDefintion = web.RoleDefinitions.GetByType(SPRoleType.Contributor);
    SPRoleAssignment roleAssignment = new SPRoleAssignment(userName);
    roleAssignment.RoleDefinitionBindings.Add(roleDefintion);
    listItem.RoleAssignments.Add(roleAssignment);
    listItem.Update();
    i++;
    jaik

  • Spry Vertical Menu does not display properly when uploaded to server.

    I am using Dreamweaver CS5 Version 11.0 Build 4909 on Windows XP.  The website I am working on is displaying the ordered list incorrectly.  The drop down submenus are not lined up underneath each other.
    So I did a basic one and uploaded it to the server and had the same outcome.  Locally it looks fine but uploaded to the hosting server not fine.  Below is the code from the document called deleteme.html.  I am new to all this so I apologize if this seems basic.  Thanks for your help in advanced.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="container">Content for  id "container" Goes Here
      <ul id="MenuBar1" class="MenuBarVertical">
        <li><a class="MenuBarItemSubmenu" href="#">Item 1</a>
          <ul>
            <li><a href="#">Item 1.1</a></li>
            <li><a href="#">Item 1.2</a></li>
            <li><a href="#">Item 1.3</a></li>
          </ul>
        </li>
        <li><a href="#">Item 2</a></li>
        <li><a class="MenuBarItemSubmenu" href="#">Item 3</a>
          <ul>
            <li><a class="MenuBarItemSubmenu" href="#">Item 3.1</a>
              <ul>
                <li><a href="#">Item 3.1.1</a></li>
                <li><a href="#">Item 3.1.2</a></li>
              </ul>
            </li>
            <li><a href="#">Item 3.2</a></li>
            <li><a href="#">Item 3.3</a></li>
          </ul>
        </li>
        <li><a href="#">Item 4</a></li>
      </ul>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

    Hello all,
    Thanks to everyone who replied to my post.  I have it working now but I have other issues that I will post separately.
    Here was my thought process and you can tell me if I am right or wrong.  I was working with multiple pages that I was using Spry.  I had only one folder set that all the Spry Assets were being saved into.  My thinking was that they were getting over written.  So I deleted the folder and re-built the page.  When I deleted Spry Assets folder it showed me I had 6 pages linked to the Spry Assets folder.  I also deleted my Spry Assets folder on my hosting server....thought I would really start from scratch.  When I went to upload the files I created a SpryAssets folder and what I realized I had originally put a space  between the y and a of the folder name.  So I am not sure if the elements in the Spry Assets folder were getting over written or it was because I had a space in the folder name.  Thanks again, Mike

  • Desktop Image does not display correctly when centered

    Have been doing a fair amount of Macro photography in high resolution lately. I often take the best close-up images and put them on my second monitor which is a Cinema Display. As the photos I take are 20MP when I select the images and center them, I *am* looking to in effect 'zoom in' and have the image displayed large.
    This works just dandy in Snow Leopard, apparently not so well - if at all - in Mavericks.
    What is the limiting issue here that an image no longer displays under the 'Centered' setting if that puts the edges of the frame beyond the display's edges? This is what I am talking about. You can see from the first three grabs, the desktop photo changes with each setting but stops in it's tracks with the last.
    http://home.comcast.net/~foodandart/MacForums/01-FitToScreen.jpg
    http://home.comcast.net/~foodandart/MacForums/02-StretchToFitScreen.jpg
    http://home.comcast.net/~foodandart/MacForums/03-FullScreen.jpg
    http://home.comcast.net/~foodandart/MacForums/04-Center.jpg
    That last photo would be stunning on my desktop if it was actually displaying as it shows in the Desktop Preference control panel.
    Any ideas?
    Deb.

    Hi Paul
    You're more likely to get an answer to this if you post in the UNIX forum.
    By the looks of it, you may have a problem with your fonts.

  • Mountain Lion: Mail does not display directory when attaching file

    After upgrading to Mountain Lion, when composing a Mail message and attempting to attach a file, the directory window opens and nothing is displayed. Trying to attach via the paper clip button, not drag & drop. The gear spins continuously but nothing is ever displayed (at least not for the 10 minutes I waited). Doesn't seem to matter which directory is chosen, no files are displayed. Anyone seen this problem? Thanks.

    An Apple support 'all in one' Mail with various troubleshooting articles:
    Mail

  • Firefox Does Not Display Topics When Using "#" in the URL

    I'm currently having a problem with Firefox not opening
    context-sensitive help links using URLs, rather than map IDs. For
    example, if the URL is
    http://www.myhelp.com/index.htm#custom_topic.htm,
    Firefox will load the page as expected (except it appears to
    continue loading the page, which is another issue that is discussed
    in another forum), but either immediately loads the parent topic
    (if the requested topic is a subtopic in a book) or displays a
    "Page Cannot Be Displayed" error. It's peculiar in that the correct
    topic loads (the one after the octothorpe), but Firefox (or
    WebHelp--I'm not sure who's to blame here) then goes to the parent
    topic or displays the error. Any guesses?

    I agree with Peter's obervation about test projects.
    Let me suggest some patches. They may cure the
    load-topic/reload-default-topic misbehavior.
    In the output file whtbar.js look for this line:
    else
    if(sType=="hide2"&&(!gbNav4)&&(!gbOpera))
    It occurs only once. Change it to
    else if(sType=="hide2"&&(!gbOpera))
    In the same output file, near the end, look for
    function tryReload()
    if (gnRE==1)
    document.location.reload();
    gnRE--;
    Make it read
    function tryReload()
    if (gnRE==1)
    // document.location.reload();
    gnRE--;
    About those JavaScript references you were deleting, you need
    to keep them because they have browser-sniffing and filtering code.
    Also:
    In the output file myproject.htm look for these lines near
    the beginning:
    <meta name="description" content="WebHelp 5.50">
    </head>
    Delete </head> here because it belongs elsewhere.
    In the same output file myproject.htm look for these lines
    near the end:
    </script>
    <frameset cols="100%,*" frameborder=no border=0>
    Make them read
    </script>
    </head>
    <frameset cols="100%,*" frameborder=no border=0>
    At the very end before </html>, insert
    <body></body>:
    <body></body>
    </html>
    Why, you may ask, would Firefox be affected by code that
    filters for Nav4?
    I don't completely get it, but it seems Firefox also
    identifies itself as a Mozilla browser, and the ancient code in
    whver.js appears to equate Mozilla with Nav4. Once this flag is
    set, it is not turned off. In fact browser ID flags accumulate. So
    Firefox may be burdened with RH browser ID flags for Mozilla, Nav4
    and maybe Nav5, Nav 6, Nav61 and Nav7.
    Just try to find your way through all the RH code filters
    with those flags.
    If you're really adventuresome, go into whver.js and add flag
    definitions for gbFirefox (I think gb stood for generic browser,
    i.e., not IE) and insert it into all the "if" conditions where you
    think it should be treated the same as, or differently from, the
    other browsers.
    Disclaimers and warnings:
    All of the above applies to RH 5 code. I haven't had time to
    look in RH6. Adobe may have fixed some, not others.
    Because these are output files, RH probably will overwrite
    them when you publish a revised version, so you must check the new
    published output.
    As always:
    It works for me but may not work for you; back up everything,
    test and retest, etc., etc. My driver's license is good in my chair
    but may not be valid elsewhere.
    Good luck.
    Harvey

Maybe you are looking for