Unable to see layout in browser

Hi, I'm new to Flex.  I downloaded the trial and I am working on the first exercise in the video training tutorials.  When I click the "run" button, I am not seeing the application in the browser.   I only see the blue background (default), however, none of the controls layout is displaying.  Could someone please tell me why?  I thought I downloaded everything that I needed in order to build and run Flex apps.
Thanks!

Hi msakrejda , thanks for your reply.
I  attached a screenshot of the application in the browser window.  It is blank.  When you say "stage", let me say I'm using Flex Builder 3 (FB3), not Flash.  I've only heard the term "stage" in Flash.  However, I have attached a screenshot of the application (in design mode).  As you will see, yes, there are components on the page.  These components do not display in the browser after I compile the app in FB3.  I don't know why.  Can you tell me?
Thanks!

Similar Messages

  • Unable to see layout design in page editor

    I am using JDeveloper version 11.1.2.0.0.
    I downloaded the hands-on practices from the site Tuhra2 – Sample application for the Oracle JDeveloper 11g Handbook.
    When I open the jspx files under Web Content, the visual design does not show up in the Design tab, instead I can only see the tags in text form.
    What can I do to see the visual layout of the page?

    I'm having same strange behavior.
    Before my JDeveloper 11g R2 Design Page work OK. Than I checkout application from SVN to another folder in FS (my JDev was closed meanwhile). I opened JDev and closed "old" app and open "new" (from that different folder) app and my Visual Design Page Editor does not work well (it is rendering well unusual with some kind of structure view).
    I have checkouted my app on another computer which has JDev installed in designer works ok. So obviously this is not app-based issue but JDev-vbased issue. What now?
    And if I enable Tools -> Preferences -> JSP and HTML Visual Editor -> Show Design Time Messages in Log I'm getting:
    WARNING: [ADFbc, ADFc, ADFm, ADF_FACES, TRINIDAD] features were found in ViewController.jpr but are not installed. Install these technologies before you proceed.Edited by: zmeda on Sep 1, 2011 11:55 AM Added WARNING

  • Unable to see the pageviewer in a page from pages library in a custom page layout

    <File Url="Inbox.aspx" Type="GhostableInLibrary" Level="Published" Path="myPages\Pages\Inbox.aspx" >
    <AllUsersWebPart WebPartOrder="0" WebPartZoneID="Header" ID="inboxwp1">
    <![CDATA[<WebPart xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/WebPart/v2">
    <Title>Inbox</Title>
    <FrameType>Default</FrameType>
    <Description>Displays another Web page on this Web page. The other Web page is presented in an IFrame.</Description>
    <IsIncluded>true</IsIncluded>
    <ZoneID>wpz</ZoneID>
    <PartOrder>0</PartOrder>
    <FrameState>Normal</FrameState>
    <Height></Height>
    <Width />
    <AllowRemove>true</AllowRemove>
    <AllowZoneChange>true</AllowZoneChange>
    <AllowMinimize>true</AllowMinimize>
    <AllowConnect>true</AllowConnect>
    <AllowEdit>true</AllowEdit>
    <AllowHide>true</AllowHide>
    <IsVisible>true</IsVisible>
    <DetailLink />
    <HelpLink />
    <HelpMode>Modeless</HelpMode>
    <Dir>Default</Dir>
    <PartImageSmall />
    <MissingAssembly>Cannot import this Web Part.</MissingAssembly>
    <PartImageLarge>/_layouts/15/images/mscntvwl.gif</PartImageLarge>
    <IsIncludedFilter />
    <Assembly>Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c</Assembly>
    <TypeName>Microsoft.SharePoint.WebPartPages.PageViewerWebPart</TypeName>
    <ContentLink xmlns="http://schemas.microsoft.com/WebPart/v2/PageViewer">/_layouts/15/AppPages/InboxRedirectPage.aspx</ContentLink>
    <SourceType xmlns="http://schemas.microsoft.com/WebPart/v2/PageViewer">URL</SourceType>
    </WebPart>]]>
    </AllUsersWebPart>
    <AllUsersWebPart WebPartOrder="0" WebPartZoneID="LeftWP" ID="wpLeft">
    <![CDATA[
    <webParts>
    <webPart xmlns="http://schemas.microsoft.com/WebPart/v3">
    <metaData>
    <type name="myWebParts.ProjectLinks.ProjectLinks, m, Version=1.0.0.0, Culture=neutral, PublicKeyToken=52f3214933d771f7" />
    <importErrorMessage>$Resources:core,ImportErrorMessage;</importErrorMessage>
    </metaData>
    <data>
    <properties>
    <property name="Title" type="string">myprojectLinks</property>
    <property name="Description" type="string">My Visual Web Part</property>
    </properties>
    </data>
    </webPart>
    </webParts>
    ]]>
    </AllUsersWebPart>
    <Property Name="ContentTypeId" Value="0x010100C568DB52D9D0A14D9B2FDCC96666E9F2007948130EC3DB064584E219954237AF390076F7B5D03DD146D699D042E1C5D76EF7" />
    <Property Name="FileLeafRef" Value="Inbox.aspx" />
    <Property Name="Title" Value="Inbox" />
    <Property Name="PublishingPageLayout" Value="~SiteCollection/_catalogs/masterpage/myPageLayout/myPage.aspx, my custom Page Template"/>
    <Property Name="ContentType" Value="myPageCT" />
    <Property Name="_ModerationStatus" Value="3" />
    <Property Name="FileDirRef" Value="Pages" />
    <Property Name="FSObjType" Value="0" />
    </File>
    I have created a custom page layout in my site collec. using VS 2012 and deployed am able to see the page in the pages lib [inbox.aspx].
    Here, I have added a page viewer web part and I want to redirect to another application page, which is already coded [inboxredirect.aspx] in my solution[its another dll - another SP solution which has appln pages and web parts
    etc - ] 
    The issue is that, i am unable to see the page viewer web part when the page is displayed. inbox.aspx is a page which is created once my custompagelayouts solution is deployed and when i navigate to this page, i am stuck . i am getting
    the  " access denied " message is displayed.  
    can anyone help why this  error is displayed?
    in my inboxredirect.aspx page i am inherting from unsecuredlayoutspagebase class, so  i dont think , access denied message should come.
    using System;
    using System.Configuration;
    using Microsoft.SharePoint;
    using Microsoft.SharePoint.WebControls;
    namespace myproj.Layouts.AppPages
    public partial class InboxRedirectPage : UnsecuredLayoutsPageBase
    string projectName = string.Empty;
    protected void Page_Load(object sender, EventArgs e)
    string siteUrl = SPContext.Current.Web.Url;
    using (SPSite site = new SPSite(siteUrl))
    using (SPWeb web = site.OpenWeb())
    string urlProjectName =Request.UrlReferrer.ToString();
    projectName = urlProjectName.Split('/')[5];
    //end
    SPUser user = web.CurrentUser;
    if (user != null)
    above is my appln page to which i am redirecting.

    Solved it myself guys... (Well the major part)
    Got help from here...
    https://www.nothingbutsharepoint.com/sites/devwiki/articles/pages/blank-open-save-dialog-when-browsing-document-library-from-office-clients.aspx
    and
    http://www.sharepointconfig.com/2011/02/vs2010-list-definition-template-missing-file-dialog-view/
    with some tweaks of my own..
    Still working on it because its showing SharePoint 2010 header... And I need 2013 look...

  • Unable to see "New from Par" option while creating Custom portal layout

    Hi All,
    I am unable to see "New from Par" option in Content Administrator. I am trying to create a custom page Layout for which I am need create layout using new par file. I am not able to see this menu option. Does anyone know from where to enable this option?
    Nitesh

    There is no option like "new from par" from ep 7.
    Create an iview based upon portal components.
    check the below link for creation
    http://help.sap.com/saphelp_nw04/helpdata/en/f5/eb50360e6a11d7b84900047582c9f7/frameset.htm
    Koti Reddy

  • The very top of my 13" macbook pro screen, above the browser or application frame, goes black sometimes and I'm unable to see the choices

    the very top of my 13" macbook pro screen, above the browser or application frame, goes black sometimes and I'm unable to see the choices, any ideas?

    Back up all data.
    I've tested these instructions only with the Safari web browser. If you use another browser, they may not work as described.
    Triple-click anywhere in the line below on this page to select it:
    defaults delete -g NSFullScreenDarkMenu
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window by pressing the key combination command-V.
    Wait for a new line ending in a dollar sign (“$”) to appear. You can then quit Terminal. Log out and log back in.

  • Unable to see Applications under navigate tab in Planning browser

    Unable to see Applications under navigate tab in Hyperion(9.3.1) workspace I have installed all Hyperion 9.3.1 products as per installation document
    Please Can any one tell me the solution.
    i have one more question .already i installed Hyperion Shared Services,Essbase (includes
    Essbase Server and Essbase Administration Services),Hyperion Planning - System 9 .Essbase Integration Services,Hyperion Smart View for Office.
    i am using Tomcat web server only .
    what are the applications need to install if i want to work on planning

    Hi,
    Have you read this post > Unable to see Applcation under navigate tab in Hyperion(9.3.1) workspace
    I answered the same question on the subject only a few days ago.
    Hope it works for you.
    Cheers
    John

  • Unable to see existing documents in a Custom Sharepoint 2013 Document library while saving a document directly in it using explorer mode

    Hi,
    We have a SharePoint 2013 doc library based on a custom template, which has been migrated from 2010.
    We are unable to see existing documents in a Document library created using this template while saving a document directly in it using explorer mode, However we can save files and even see them in explorer mode, only when we try to save a new document there
    directly, we cant see the old docs.
    All the OOB libraries work fine.
    Below is the normal behavior while saving a file, however nothing comes up when saving on this custom template library

    Solved it myself guys... (Well the major part)
    Got help from here...
    https://www.nothingbutsharepoint.com/sites/devwiki/articles/pages/blank-open-save-dialog-when-browsing-document-library-from-office-clients.aspx
    and
    http://www.sharepointconfig.com/2011/02/vs2010-list-definition-template-missing-file-dialog-view/
    with some tweaks of my own..
    Still working on it because its showing SharePoint 2010 header... And I need 2013 look...

  • Par file customization (Am unable to see .par files in System Admin)

    Hi,
    Am unable to see any of .par files in  system administration->support-->portal runtime-Browse Deployment
    can any one help me.
    Thanks in advance.

    Hi Mahesh,
    Please check at System Administration >> Support >> Portal Content >> Administration Console >> Archive Deployment Checker >> Look for your deployed PAR file here.
    Hope it will helps
    Regards
    Arun Jaiswal

  • Unable to Open a New Browser Window

    I have a couple users who are having trouble logging in to Discoverer on new PCs. They are using Internet Explorerer 8. They are able to get to the login screen, but when the hit connect (or Go) they get an error: "Unable to open a new browser window. Ensure that you do not have popup windows disabled for this site."
    Obviously the first thing I had them do was turn off the popup blocker all together. But they still get the error (even after they restart their PC). Other than that, is there something I am missing in how they need to configure IE8? I'm personally used to using IE6 at work and don't know much about configuration setting for IE8.
    Thanks!

    Hi,
    Exactly not sure,see if there are any pop-up blockers still exists,if so try turning pop-up on and off and check it.One more thing what java plug in are you using?? May be it perisists due to java also.
    Best Wishes,
    Kranthi.

  • Unable to see form previews in BPE

    I am unable to see preview of opend forms in the business process editor.I get the error message 404 file not found.
    Even if i copy paste the URL in the browser i am unable to see the form
    please help

    Hi,
    Please refer to this document and see if it helps.
    Note: 422112.1 - Impossible to Apply a Forms Personalization on the Form FNDATTCH
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=422112.1
    Regards,
    Hussein

  • I am unable to see the images in Aperture trash, though there are a number indicated in the trash.  I have "show all" selected.  What settings am I missing?

    I am unable to see the images in Aperture trash, though there are a number indicated in the trash.  I have "show all" selected.  What settings am I missing?

    You may have an invisible filter on your trash.
    Try the "Double Caggiano", as described in Frank Caggiano's User tip:
    Images not appearing in browser, search filter is cleared
    Regards
    Léonie

  • Unable to see SFSF Adapter in Adapter list

    Hi Experts,
    we are doing the integration with ECC-HCM--> SAP PI ---> SUCCESSFACTOR
    As per the below link we have deployed the Successfactor components in our SAP PI 7.4 dual stack system.
    http://scn.sap.com/community/pi-and-soa-middleware/blog/2014/03/07/successfactors-sfsf-adapter-for-sap-netweaver-process-integration
    Download Link: http://service.sap.com/swdc
    > Software Downloads > Support Packages and Patches > Browse our
    Download Catalog > SAP NetWeaver and complementary products > SAP NW PI
    CONNECTIVITY ADDON > PI CONNECTIVITY ADDON 1.0
    After all these admin activites, we are unable to see the SFSF adapter in the list.
    As i understand we need to download .TPZ adapter SFSF Adapter file and import in ESR? Is my understanding correct ? i could not able to find the TPZ file in service market place.
      it would be great if you share the link for SFSF TPZ file froms service market place.
    Regards,.
    Krushi.

    Not sure if you found the solution (your question is marked as assumed answered)
    If not i see a .tpz file right under XI Content connectivity 1.0.. Did you import that?

  • Unable to find a web browser installed on your system

    I've used Robohelp previously, but not for some time, now I'm
    getting "Unable to find a web browser installed on your system"
    error when trying to generate a layout? How do I restablish my
    browser? Thanks!

    Hi jakirche
    I believe it's as simple as opening Windows Explorer,
    locating a file with a .HTM extension, right-clicking the file and
    choosing to associate it with Internet Explorer.
    Cheers... Rick

  • 5800 XpressMusic - V 50.0.005 - Unable to see all ...

    I recently updated my phone 5800 XpressMusic to latest firmware V 50.0.005 (Customer Version 50.0.005.C03.01) but I am unable to see many changes. The only changes that I notice are - kinetic scrolling, change in the way browser displays the page and music library. Are these the only changes? Is there a way to check officially, what all changes, is this new firmware supposed to bring in?

    there are many conflicting reports of whats new
    here is some of them
    1.Music player is cool... it has been completely changed with albumart mini view in all songs and album sections ... it is now like nokia n97 music player
    2. Menu has kinetic scrolling
    3. Quick office integrated
    4. Hide option in music player in place of exit
    5. Music player refreshes fast
    6. New 1 touch dialling and call settings options in dialler
    7. Camera quality is little improved
    8. There is an option to uninstall quick office from phone too
    9. Ovi sinc application added
    10. Option for history list (on off) in web browser
    11. Option to send webpage via message blutooth in webbrowser
    12. Get rihanna link in webbrowser
    13. Kinetic scrolling in webbrowser
    14. Browser 7.2
    15. Lifecasting (with Maps 3.0T SR3.0)
    16. Flash Video Phase-3-Flashlite 3.1.7.x
    17. Gimlet Touch 2.2
    18. Enable Side lock Key functionality during Swipe UI (Calendar/Clock)
    19. Windows 7 Device Stage Support
    20. OVI store 1.5.6
    21. Cherry v2.1
    22. OVI contacts 1.50.8
    23. Workaround for Niagara (SMD) display module for DFS52.50 based products
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • Unable to see page-content control filed in subsite level for responsive sharepoint site !!

    Hello.
    Actually, I am facing unexpected issue with responsive design package for SharePoint 2013 environment. I
    am done with lots of try here and there but no luck yet so finally putting my issue here to get the help on this.
    I have applied responsive design package from this codeplex solution - http://responsivesharepoint.codeplex.com/
    Which is working as expected , however when I add the following snippet in "Banded" Page layout , I am unable to see the Page Content field on pages at subsite
    level, however I can see the same field on root site pages of site collection.
    <!--CS: Start Page Field: Page Content Snippet-->
    <!--SPM:<%@Register Tagprefix="PageFieldRichHtmlField" Namespace="Microsoft.SharePoint.Publishing.WebControls" Assembly="Microsoft.SharePoint.Publishing, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
    <!--MS:<PageFieldRichHtmlField:RichHtmlField FieldName="f55c4d88-1f2e-4ad9-aaa8-819af4ee7ee8" runat="server">-->
    <!--PS: Start of READ-ONLY PREVIEW (do not modify)--><div id="ctl02_label" style="display:none">Page Content</div><div id="ctl02__ControlWrapper_RichHtmlField" style="display:inline" aria-labelledby="ctl02_label"><div align="left"><div nowrap="nowrap"><span nowrap="nowrap">Page Content</span></div><div><div>Page Content field value. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div></div></div></div><!--PE: End of READ-ONLY PREVIEW-->
    <!--ME:</PageFieldRichHtmlField:RichHtmlField>-->
    <!--CE: End Page Field: Page Content Snippet-->
    can you please direct me to resolve this issue ? ( I wonder
    if anyone has face the same )
    Even , I don’t see the page content field in sub site pages for default "Blank Web part Page layout".
    I have also noticed that in responsive design webpart page layout is having only
    "Page Image" field in first row as shown in following screen:
    While in default publishign design , I can see many page content fields as shown
    in following screen:
    Is this by responsive design ? or Is there any problem in page layout - I am not sure !! :(
    Looking really forward for the resolution on this issue.
    Thanks and Best regards,
    Dipti Chhatrapati

    Hello,
    Just sharing the root cause of this issue which may help to others facing same.
    The reason behind this behavior was actually silly :) which is always the case once we know it !
    somehow , page content types was not having "Page-Content" filed rather it was using publishing columns but not page layout columns and hence I was unable to see the page layout columns in my page.
    Thanks and Regards,
    Dipti Chhatrapati

Maybe you are looking for