Loading custom page first in Unity3d

im also working in something like this : 
mainPage.xaml content the unity scripts 
BasicPage.xaml content button
it's not a probleme to show unity's splash screen .. my probleme is to load the BasicPage.xaml before unity loads , and when the button is clicked , the mainPages.xaml loads
i'h tried to load the basicpage with this code in app.xaml.cs :
protected override void OnLaunched(LaunchActivatedEventArgs args)
            var mainPage = new BasicPage();
Window.Current.Content = mainPage;
Window.Current.Activate();
and is the button void : 
private void Button_Click(object sender, RoutedEventArgs a)
            this.Frame.Navigate(typeof(MainPage));
it's return a NULLEXCEPTION At this line  this.Frame.Navigate(typeof(MainPage));

hi :)
im working on a project in unity3d , and i build a solution to windows app store , that i opened it using visual studio community , then when i run it , automaticly the first page is the page of the game ..
i want to add a new page with a button , and when i click it navigate to the page that content the game ..
im stuck , i need help 

Similar Messages

  • Issue homepage custom report doesnot load on page load

    Hi Gurus,
    I have created custom report and displayed the same report on the main homepage and Issue homepage. For the main homepage the report is displayed properly on page load but on the issue homepage it does not automatically load on page load.
    It loads the following message:
    Generating analysis... Click here to view the results
    Once i click on the link it then loads the report. Can anyone offer a suggestion to resolve this problem?

    I believe the answer to your question was posted in this thread -:
    Custom Reports to Homepage
    Regards,
    Cameron

  • Some images do not display in browser, iPad Air 2.  When I load a page with several jpgs (one 1920x720, then 8-10 800x800px), only the first few are shown.  Behaviour is similar for Safari and Chrome. Website issue or iPad?

    I have just bought an iPad, partly to check that my websites work OK on mobile devices.   When I load a page with several jpgs (e.g. one 1920x720, then 8-10 800x800px), only the first few are shown.  If I remove the large one, that sometimes fixes the problem. Behaviour is similar for Safari and Chrome. Is this a website issue or iPad?

    Sorry, I didn't make myself clear.  I'm using a new Wordpress theme that is meant to be responsive.  The large image is for a header, than you scroll down to see the rest, one by one.  Some one the pages work OK on my iPad, typically the old ones where the maximum image size was 500 x 500.  It's the new pages and those I've updated that are causing the problem.  On the iPad the large image loads, then a couple of the small ones become visible as I scroll down, but then darkness (rather like my knowledge level).
    Being new to IOS and iPads, I'm trying to work out whether I should be looking here, or amongst the Wordpress stuff for a solution.
    Here's the website with its new theme: http://www.new-zealand-pictures.com/

  • I bought  my MacBook Pro in 2010. This is the first Mac I have owned and recently it is having some difficulty loading we pages, often timing out. This Mac environment is entirely different for me and I am not sure where to begin troubleshooting/clean-up.

    I bought  my MacBook Pro in 2010. This is the first Mac I have owned and recently it is having some difficulty loading we pages, often timing out. This Mac environment is entirely different for me and I am not sure where to begin troubleshooting and/ or clean-up. I have moderate computer skills and try not to download or access questionable material, however recently I visited the Ap Store and purchased a couple of different aps to use in record keeping and for making a flyer. I am not even sure how to remove these programs to see if it helps.
    Any tips or tricks are appreciated.
    Thank you!

    Time to see about the PRAM battery.
    By the way iOS and OS X are different systems.
    iOS is the operating system for iPads, iPhones, and iPod touch.
    Mac OS X is the operating system for Mac labelled computers.

  • Page does not load for the first time

    Hi,
    When I enter the URL to load the page, it does not work, i.e I get page not found message. But when I refresh(F5) the page gets loaded. This is just not for the login page but all my report and form pages and this happens only for the first time I try to access in the day. I couldnt understand why it happens? Can someone help me to understand the problem I am facing?
    Thanks

    What does the appache log says?
    Your appache server home > Apache > Apache > logs > access_log.current_date
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Could not load application module error - custom page.

    Hi,
    I have developed a new custom page and deployed it in instance (classes in java top and imported the page). its a simple page with one table. Just one VO and one AM, all custom.
    It works as expected while executed from jdeveloper but throws the following error in instance:
    oracle.apps.fnd.framework.OAException: Could not load application module XXX.oracle.apps.ar.pay.server.XXPaymentAM'.
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:279)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1189)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:511)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:432)
    ## Detail 0 ##
    JBO-30003: The application pool (HostnameSID1554XXX.oracle.apps.ar.pay.server.XXPaymentAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition XXX.oracle.apps.ar.pay.server.XXPaymentAM of type ApplicationModule not found
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1619)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2366)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:427)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:214)
    ## Detail 0 ##
    oracle.jbo.NoDefException: JBO-25002: Definition XXX.oracle.apps.ar.pay.server.XXPaymentAM of type ApplicationModule not found
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:329)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:269)
         at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:649)
         at oracle.jbo.server.ApplicationModuleDefImpl.findDefObject(ApplicationModuleDefImpl.java:232)
         at oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:359)
         at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:91)
    there is no load sharing, bounced the apache with clear cache, but still same error.
    Please help, Thanks!

    Hi,
    Compile all the files again in jDeveloper, again move the files to unix box, import page.xml file and bounce the apache server.
    Try this and let me know if you are still getting the error.
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • When i load a page i get "server not found", when i click retry it loads properly, what can i do to have firefox load page first time

    When i load a page it often tells me "server not found". When i click on retry most of the time it works. How do i fix it so that it works the first time.
    == This happened ==
    Every time Firefox opened
    == a couple months ago

    You either have an extension that causes that issue or some security software (firewall) is causing a delay.
    See [[Troubleshooting extensions and themes]]
    Also make sure that Firefox gets full unrestricted access to the internet.
    See [[Firewalls]] and http://kb.mozillazine.org/Firewalls

  • Prevent Queries When Page First Loads

    Hi,
    How to Prevent Queries When Page First Loads: in this case #{!adfFacesContext.initialRender}
    didn’t works. and Jdeveloper 11.1.1.2.0.
    Please help me ..
    Thanks
    Anup

    Hi Mohammad Jabr,
    I have also set refresh property but not working..
    i have follow the link refer https://blogs.oracle.com/shay/entry/preventing_queries_when_page_f
    I want to prevent user to search without selecting any criteria.
    but this is not working..
    Please give any other solution..
    Thanks
    Anup
    Edited by: 888679 on Mar 13, 2013 10:46 PM

  • Firefox 3.6.8 fails to load any page if I open Outlook2003 after starting Firefox. Outlook also fails to send/receive although I am able to load pages in another browser. These problems do not seem to occur if I open Outlook first and then firefox.

    I have used Firefox and outlook for years, but this is a recent problem. I can't recall if it started after the latest Firefox update or not. Firefox seems to work fine until I open Outlook. Then it is impossible to load any pages; the loading icon appears and persists indefinately. The only way to load pages is to shut down and restart my pc. Simply exiting and reopening Firefox does not work.
    Additionally, the send/recieve process in outlook fails. My ISP has checked my line and there is no fault. I have confirmed this, since I am able to access the internet on another browser while Firefox is hanging.
    I have tried disabling add-ons, clearing the cache and checked connection settings (I use system proxy settings), but the problem persists.
    I'd be grateful for any help.

    I have used Firefox and outlook for years, but this is a recent problem. I can't recall if it started after the latest Firefox update or not. Firefox seems to work fine until I open Outlook. Then it is impossible to load any pages; the loading icon appears and persists indefinately. The only way to load pages is to shut down and restart my pc. Simply exiting and reopening Firefox does not work.
    Additionally, the send/recieve process in outlook fails. My ISP has checked my line and there is no fault. I have confirmed this, since I am able to access the internet on another browser while Firefox is hanging.
    I have tried disabling add-ons, clearing the cache and checked connection settings (I use system proxy settings), but the problem persists.
    I'd be grateful for any help.

  • Does not display all content after first loading of page

    Hello all,
    I am having quite strange problem which is hard for me to figure out.
    I have 8 buttons on my web site. Each button will display different content. My page is: www.itconnect.co.nz
    When you go to my page first time, by default "Design & Software" button will be active. Here when you look on first photo you can see that the bottom part is missing - logos.
    However when i click again on "Design & Software" button the missing content will appear.
    What could be the problem ?
    Thank you to everyone who would like to help.

    I am little confused as i don't use flash - only for the Captcha.
    The way i did is:
    <div class="sp">
        <div class="tabs">
                    <span class="repairs">Repairs</span><span class="design">Design & Software</span>
                   <span class="security">Security</span><span class="networking">Home Networking</span>
                    <span class="communication">Communications</span><span class="cloud">Cloud Solutions</span>
                    <span class="maintenance">Maintenance</span><span class="remote">Remote Support</span>
          </div>
          <div class="panel_container">
                    <div class="panels">
                                    <div class="panel repairs">
                                                    <div class="panel_content">                       
                                                                    HERE GOEST THE CONTENT
                                                     </div>
                                    </div>
    <div class="panel design">
                                    <div class="panel_content">
                                                                    HERE GOES THE CONTENT
                                                    </div>   
                                    </div>
                                    AND SO ON FOR THE OTHER PANELS
                        </div>
    </div>
    </div>
    For my CSS I have:
    .sp {
                    width: 960px;
                    position: absolute;
                    margin-top: 0px;
                    margin-right: 0px;
                    margin-bottom: 10px;
                    margin-left: 0px;
    .sp .tabs {
                    width: 41%;
                    float: left;
                    height: 450px;
                    display: table-column;
    .sp .panel_container {
                    width: 58%;
                    float: right;
                    overflow: hidden;
                    position: relative;
    And for the animation I use JavaScript.
    Thanks in advance

  • Web page is slow to load and sometimes it loads a script first befor loading page

    I have had this problem for some time now, it takes about a minute to load a page and some times it comes up with a load of text before the page loads, it looks like the script for the page, I am running Linux Ubuntu 14.10 64 bit. I should like to point out that I have had Firefox a very long time and have never had any problems before.

    Try enabling hardware acceleration. Menu>Preferences>Advanced>General and then check the box that says "Use hardware acceleration when available".
    If that doesn't work, try starting Firefox in safe mode (Click menu then click the question mark at the bottom then click Restart with add ons disabled)
    Thats just in case one of your add ons is starting the problem
    Have a great day!
    -Jon

  • Struts Error while loading a page

    Hi Friends,
    In our aplication when i try to load a page am getting the following error , please throw some light if you have come across any such exception:
    <Error> <HTTP> <101017> <[ServletContext(id=22376268,name=QS,context-path=/QS)] Root cause of ServletException
    javax.servlet.jsp.JspException: Cannot find bean null in any scope
    at org.apache.struts.util.RequestUtils.lookup(RequestUtils.java:938)
    at org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:274)
    It is very strange that the same .EAR file is workign fine in the dev and the UAT environment but in production it is throwin this error. Am sure its some environment problem, but still searching.If any of you have come across such erro please help.
    Thanks
    Vishy

    Hi,
    You have to see your jsp page.
    It is usually seen in association with a problematic Struts HTML SELECT custom tag. The Struts
    <html:select >
    tag behaves differently depending whether one or both of the name and property attributes is specified for its encompassed
    <html:options> tags.
    If the name attribute is specified, whether or not if the property attribute is specified, then a bean matching the specified name will be expected in some scope (such as page, request, session, or application). If the matching bean is not found in any available scope, the error above will be seen.
    There are two ways to address this. The first approach is to put a bean in one of the scopes so that the html:options might be associated with it. The second approach is to not specify the name attribute and instead use only the property attribute.
    It would be help out you.
    Thanks and Regards
    Maruthi.

  • Firefox is extremely slow to *begin* loading a page

    Hi all,
    I really love Firefox on the desktop, and its the only browser I want to use on mobile as well, but it is unuseable.
    Loading the application is fast, that works fine. It when I go to load a page, that I have to wait 5-10 seconds for anything to happen. This is *not* network related. I tested this by opening a local file on my phone. Firefox opens quickly, but shows the spinner for around 6 seconds before displaying the content. It's the same for remote pages. I enter a url, and again I have to wait. Once It is past the first delay, the loading bar shows up and the page downloads and renders quickly.
    There is something going on between application load and the actual download and render of the page that is taking a really long time. It's driving me nuts. Any ideas?
    I am running firefox 27 on Android 4.2.2 on an HTC One X. Thanks!

    ok, in this case i fear that this delay is immanent to the architecture of the app and there isn't really a way around that. as far as i understand it, the "awesome-screen" of firefox on android is done in native code, so that's why it starts up fairly quickly. however in the meanwhile the browser's rendering engine, networking components etc. are loaded up in the background, which will take a bit of time until they are ready (and that's probably the delay that you're registering) - as far as i know that's also the reason why it isn't possible to set a custom homepage in firefox on android...

  • JBO-27021: Failed to load custom data type value at index 1

    I have an adf table and an adf form in a jspx page. Well, the function of it is pretty basic CRUD. During our testings, we seem to have no problem at all but after deploying it to our remote server, we've been getting this error every time we delete the 'first' record in the table. We tried deleting other records and it worked perfectly fine. This is the first time we've encountered an error like this and we don't really know how to debug this, since it's working fine locally. Any help would be appreciated. Thanks!
    here's the pop-up error after trying to delete the first record
    JBO-27021: Failed to load custom data type value at index 1 with java object of type oracle.jbo.domain.Number due to java.sql.SQLException.
    I'm using jdev 11g and the latest webLogic server

    I have a similar problem,
    I have a VO with a query of the form: "SELECT d.campoUno, d.campoDos, sum(d.campoTres) as campoTres FROM TablaUno d
    WHERE <conditions>
    GROUP BY d.campoUno, d.campoDos",
    to modify the query for "SELECT d.campoUno, d.campoDos, *d.campoCuatro*, sum(d.campoTres) as campoTres FROM TablaUno d
    WHERE <conditions>
    GROUP BY d.campoUno, d.campoDos, *d.campoCuatro*"
    throws an exception: "javax.faces.el.EvaluationException: oracle.jbo.AttributeLoadException: JBO-27021: Failed to load custom data type value at index 16..............Caused by: java.sql.SQLException: Invalid column index
    The attribute was added well in xml definitions.
    I use JDeveloper 11.1.1.4.0
    any suggestions?

  • Unable to run existing custom page in OAF

    Dear Friends ,
    I have to develop one page as similar to a existing custom page.
    First to run the existing custom page , I have down loaded all the files (custom folder )  from server to local directory ,and rebuilt...... still Iam not able to run the existing page .
    Even I tried to run a NEW sample page (in the same directory ) , iam not able to run.
    Can any one suggest in this.
    let me know for any clarifications.
    Thanks
    Aravinda

    Hello Aravinda,
    First of all, in order to run the custom pages in your local machine, you need to copy the xml files and .class files in your respective folder.
    Then, the .class files of EO,VO ,Controller,etc should be decompiled and .java files should be generated. These files should be in your myprojects.
    This is just the abstract view of what needs to be done.
    For developing the OAF pages, I reccomend you to go through this following blog. Its really nice for a newbie..
    https://blogs.oracle.com/prajkumar/entry/oaf_developer_guide
    Thanks,
    Yadnesh
    (Hit Helpful or correct if you feel so.. It encourages user to participate)

Maybe you are looking for

  • Issues with wifi connection after upgrading to iOS6.

    Does anybody know of an fix that actually works to fix a phone not connecting to wifi with iOS6?  I have tried I think every suggestion people have listed on here and on the apple forums and nothing works. Here is what I've tried so far: Resetting th

  • IDENTITY_INSERT is set to OFF.

    I have a dynamic site. When I insert an integer (a whole number) in a raw materials purchase table, I get the following message: Error Executing Database Query. [Macromedia][SQLServer JDBC Driver][SQLServer]Cannot insert explicit value for identity c

  • Makepkg.conf the same as make.conf

    Simple question really, is makepkg the same as make? If I add in CFLAGS will they be used when compiling packages from source or does makepkg just work when using makepkg.

  • Handle standard dropdown by key field dynamically.

    Hi Experts , I'm enhancing dropdown by key field in web-dynpro from editable to read only state. The default value is already set in init method. but i am not able to handle it dynamically, purpose is that user can not change the drop down in create/

  • Using ACS for command authorization

    I've setup my ASA for this and it works as it should, the restricted user can only run the commands I put into the command set in ACS. However this is fine on telnet/SSH but when using ASDM the restricted account has level 15 access and is able to ch