Extended Splash Screen Layout Issue

I'm not sure, actually, whether this is an issue with extended splash screens or the Canvas element, but...
I've built a minimal extended splash screen that displays the SplashScreen image, a progress bar and a button. The ProgressBar and Button are wrapped in a StackPanel. 
The PositionImage() method is working fine with screen resize--the logo always displays in the center of the screen. The problem that I have is positioning the other elements.
I'd like them to display just a bit below the SplashScreen image. Following the MS code sample, I can create two rows in the layout Grid and set a fixed size on the row containing the StackPanel, but that always displays those items the specified row size
from the bottom of the page. Way too low in portrait view.
I tried setting the first row (containing the Canvas) to "Auto", but that causes the StackPanel in the second row to display at the top of the screen. (Does Canvas not report its size?) I tried replacing the layout grid with a stackpanel, with
even worse results. Specifying height values for the Canvas doesn't work, either.
Any other ideas out there?
Rebecca M. Riordan

I absolutely position my other elements based on the location of the logo and the size of the logo and elements.  I don't use any stackpanels or grids at all. I just use Canvas.LeftProperty and Canvas.RightProperty.
void PositionImage()
this.MySplashImage.SetValue(Canvas.LeftProperty, MySplashScreen.ImageLocation.Left);
this.MySplashImage.SetValue(Canvas.TopProperty, MySplashScreen.ImageLocation.Top);
this.MySplashImage.Height = MySplashScreen.ImageLocation.Height;
this.MySplashImage.Width = MySplashScreen.ImageLocation.Width;
this.MyProgressRing.Height = MySplashScreen.ImageLocation.Height / 6;
this.MyProgressRing.Width = MyProgressRing.Height;
this.MyProgressRing.SetValue(Canvas.LeftProperty, MySplashScreen.ImageLocation.Left + (MySplashScreen.ImageLocation.Width / 2));
this.MyProgressRing.SetValue(Canvas.TopProperty, MySplashScreen.ImageLocation.Top + MySplashScreen.ImageLocation.Height - (.26 * MySplashScreen.ImageLocation.Height));
Matt Small - Microsoft Escalation Engineer - Forum Moderator
If my reply answers your question, please mark this post as answered.
NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
objects and unknown namespaces.

Similar Messages

  • Splash Screen Embed issue

    hi
    building app using Flex 4.6 with AIR 3.2 for iOS, i came across an issue with the Splash Screen on main application that on applying it and push the first view which loads an external swf having *Embedded images , the access Class for these Embedded images comes with an Error Type #1007 but on removing (do not apply) the Splash Screen from main application , the same code for Embedded Class runs fine.
    am not understanding the connection between External Swf Embedded images and the splash screen. any help regaring the issue would be highly appreciated.
    For reference:
    Embedded Code in external swf file as follow:-
    package
        import flash.display.Sprite;
    import flashx.textLayout.compose.ISWFContext;
    public class Slide1 extends Sprite implements ISWFContext
            [Embed("slide1/sldBg1.png", mimeType="image/png")]--------- the *Embedded image
            public static const bg:Class;
            [Embed("slide1/9_SmileyFace8.png", mimeType="image/png")] -------- the *Embedded image
            public static const pic96:Class;
            [Embed("slide1/slide1.xml", mimeType="application/octet-stream")]
            public static const slide:Class;
            public function callInContext(fn:Function, thisArg:Object, argsArray:Array, returns:Boolean=true):*{
                 if (returns)
                         return fn.apply(thisArg, argsArray);
                 fn.apply(thisArg, argsArray);
    App xml:
    <!-- Whether the window is initially visible. Optional. Default false. -->
            <visible>true</visible>
    <aspectRatio>landscape</aspectRatio>
    <autoOrients>true</autoOrients>
    <fullScreen>true</fullScreen>
    <renderMode>auto</renderMode>
    <softKeyboardBehavior>pan</softKeyboardBehavior>
    thanks in advance.

    I absolutely position my other elements based on the location of the logo and the size of the logo and elements.  I don't use any stackpanels or grids at all. I just use Canvas.LeftProperty and Canvas.RightProperty.
    void PositionImage()
    this.MySplashImage.SetValue(Canvas.LeftProperty, MySplashScreen.ImageLocation.Left);
    this.MySplashImage.SetValue(Canvas.TopProperty, MySplashScreen.ImageLocation.Top);
    this.MySplashImage.Height = MySplashScreen.ImageLocation.Height;
    this.MySplashImage.Width = MySplashScreen.ImageLocation.Width;
    this.MyProgressRing.Height = MySplashScreen.ImageLocation.Height / 6;
    this.MyProgressRing.Width = MyProgressRing.Height;
    this.MyProgressRing.SetValue(Canvas.LeftProperty, MySplashScreen.ImageLocation.Left + (MySplashScreen.ImageLocation.Width / 2));
    this.MyProgressRing.SetValue(Canvas.TopProperty, MySplashScreen.ImageLocation.Top + MySplashScreen.ImageLocation.Height - (.26 * MySplashScreen.ImageLocation.Height));
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • Screen Layout Issue in ME21N Transaction (Purchase Order Creation)

    Hi,
    we had recently upgraded our system from R3 4.6'c to Version ECC 6.0
    in this i had observed that earlier layout of purchase order screen is changed.
    1. Material Column is not visible in default layout. however i had check in table settings of item overview Screen. This Field is hidden. I tried to make it visible but didnt get success.
    secondly, Pricing Schema layout at condition Tab at ITem Details level is also changed.
    any idea, how to change their layout.
    Regards,
    Shiva

    When you change the std settings that time you have to create your own variant and save in that variant and then enter that variant in variant filed and remove the use std settign check mark then you will see your fields are nothidden any more
    about the pricing tab i can't help you because  we are in ECC 5.0 so i don't know what u r taking

  • Selection screen layout Issue

    i have a requirement where i have to customize the layout dynamically in the report output.the layout should be changed as per the selection screen field entry.is this possible?

    Hi,
    Check this one, How it is changing dynamically
    TABLES : mara,marc.
    ************************Selection screen fields******************************************
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    PARAMETERS    : p_meth1  RADIOBUTTON GROUP g1 USER-COMMAND g1,
                    p_meth2  RADIOBUTTON GROUP g1.
    SELECTION-SCREEN END OF BLOCK b1.
    SELECTION-SCREEN BEGIN OF BLOCK matnr
                              WITH FRAME TITLE text-002.
    SELECTION-SCREEN SKIP 1.
    SELECT-OPTIONS : so_matnr FOR marc-matnr MODIF ID m1.
    SELECTION-SCREEN SKIP 1.
    SELECT-OPTIONS : so_werks FOR marc-werks MODIF ID m1 .
    SELECTION-SCREEN END OF BLOCK matnr.
    SELECTION-SCREEN BEGIN OF BLOCK file WITH FRAME TITLE text-003.
    SELECTION-SCREEN SKIP 1.
    PARAMETERS: p_fpath TYPE ibipparms-path MODIF ID m2 LOWER CASE.
    SELECTION-SCREEN END OF BLOCK file.
    SELECTION-SCREEN BEGIN OF BLOCK date WITH FRAME TITLE text-004.
    SELECTION-SCREEN SKIP 1.
    PARAMETERS     : p_date TYPE datuv.                         "CCT51576.
    SELECTION-SCREEN END OF BLOCK date.
    ***********************Screen Validation*********************************************
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        CASE screen-group1.
          WHEN 'M1'.
            IF p_meth1 <> 'X'.
              screen-active = 1.
            ENDIF.
            IF p_meth2 = 'X'.
              screen-active = 0.
            ENDIF.
          WHEN 'M2'.
            IF p_meth2 = 'X'.
              screen-active = 1.
            ELSE.
              screen-active = 0.
            ENDIF.
            IF p_meth1 = 'X'.
              screen-active = 0.
            ENDIF.
        ENDCASE.
        MODIFY SCREEN.
      ENDLOOP.

  • SSM Screen layout issues / missing frames?

    Hello all
    This is an issue that is driving me nuts.
    We have SSM installed as a proof of concept, on a remote machine.
    When I use a particular desktop to connect to remote machine via MS Terminal Services and launch SSM, everything looks fine
    If I use any other PC and connect to the remote machine in the same way then the SSM screen is very different.
    - the top tool bar with the context dropdown etc disappears altogether on every screen
    - the context map is squashed into a frame half the size, and gets scroll bars
    - when I launch a context, the context tree from the previous page sticks out on the bottom
    I hve played with the resolutions setting which seems to make no difference, i am beginning to think its something more fundamental with the way the frames are being generated on the screen.
    can anyone point me in the right directions? is this SSM side? terminal services side? is there software that is used to generate the SSM screen that needs updating?
    Any thoughts welcome

    Igadhia,
    If the one machice you remote connect has no problems, I would suggest looking at the settings on the remote machine and/or that one machine that connects correctly and compare them with the settings on your other machines.
    Regards,
    Bob

  • Info record screen layout issue

    hi,
    In my system, "valid to" field set as required and display option in ME11.
    how / where to change / control the this field option?
    Reg
    mrs

    Hi,
    While doing ME11 you have to follow the below procedure to avoid this problem.
    After filling the general data click on texts icon and from there go to conditions.
    Enter the required conditions with relevant rates click on save
    then system will take you to purchasing org data1 screen and there you can observe that the validity period is entered as per validity mentioned in conditions.
    Regards,
    Bharat

  • Loading time of splash screen verus initial siena created splash screen

    Hi everyone,
    I have a load issue on windows surface RT device with a seina app.  I need some insight on trying to decrease load time.  This new app has about 2000 images and growing and each image is optimized to be about 20 kb.  This app is for reference
    when training in specific disciplines.  The source is an excel file and the images are downloaded locally when published.
    I have two splash screens, the initial splash screen that loads via the default html webpage of the app.  The other is a siena screen visual that I call an extended splash screen with the usual timer and rating control. The extended splash screen set
    for 2 seconds loads the default settings to be used every time the app loads.  The settings are saved to file when the user changes the configuration.  This all works are designed.
    The app loads within 5-7 seconds on a laptop but takes between 25 - 30 seconds to load on the surface device.  I know the initial surface is somewhat slow device but I have tweaked the surface to squeeze every cpu cycle I can during the testing and
    analysis stage. 
    The initial default splash screen takes about 17 - 21 seconds to load.  I have tried tweaking as much as possible by removing some visuals on the extended splash screen down to 3, picture, timer, rating.  I don't think the extended splash
    screen is the issue as this part loads within 7-9 seconds to load.  
    Can someone explain or provide some insight on the load process during the initial phase on the splash screen, like is the app loading the source data from excel, initializing all the scripts, loading itself into memory, etc... This will allow me to build
    more efficient apps with siena. 
    Thanks,
    William

    Hi
    I cant really give you an technical insight on the load process, but I have noticed that if I have multiple timers and or gallery's (15 +) (I suspect more timers that gallery's) in my app load time was very slow on ARM devices.
    Again not sure if this applies to your app but might help point you towards the issue.
    Ronan

  • Is there other way to make Splash-Screen more Richer ?

    Is there other way to make Splash-Screen more Richer ?
    I want to design the the Splash-Screen like use a page(can use XAML layout)? I'll do more things? how can i do it?
    Not use like as following:
    <VisualElements DisplayName="consumewebapi" Logo="Assets\Logo.png" SmallLogo="Assets\SmallLogo.png" Description="consumewebapi" ForegroundText="light" BackgroundColor="#464646">
    <DefaultTile ShowName="allLogos" />
    <SplashScreen Image="Assets\SplashScreen.png" />
    </VisualElements>

    The splash screen shows before your app's code runs so there isn't any opportunity for the app code to modify or enhance it.
    Once the app has loaded and started running it can show an extended splash screen which it can modify and enhance however you'd like. See How to extend the
    splash screen (XAML)

  • Adobe Photoshop CS3 Extended freezes on startup under Windows 7 Ultimate 64-bit - No splash screen

    I installed my licensed copy of Adobe Photoshop CS3 Extended today as part of my install a bunch of software after a reinstall of Windows (due to viruses).  I did a completely fresh install of Windows 7 Ultimate 64-bit.  I've used Photoshop CS3 Extended for quite a while now so I know what to expect on startup but it was previously installed under Windows XP Professional (32-bit). Figured I would give Windows 7 a chance this time around.
    Google searches aren't turning up anything.  When I attempt to start the application, I get a window with the title "Adobe Photoshop CS3" (no "Extended" - I seem to recall the title changes later) and the toolbar appears.  However, no splash screen appears and no Product Activation wizard appears - the application simply freezes on an empty frame and a toolbar.  I've tried running Photoshop as Administrator (right-click, "Run As Administrator"), but nothing changed there.  I tried uninstalling and reinstalling.  I tried upgrading to CS3 10.0.1.  Nothing works.  The application simply freezes before it gets anywhere.
    I tried calling Adobe Support since this technically falls under installation issues but their phone support systems are down today.  Go figure.
    Edit:  I hooked into Photoshop with the Visual Studio debugger and every single thread is executing some variation of WaitForSingleObject() or WaitForMultipleObjects().  The main thread is "executing" somewhere in AdobeLM_libFNP.dll (at address 09619d81 - if I had debugging symbols for CS3, I could provide a function).  There are nine threads "running" at the point the freeze occurs - but all of them are technically suspended due to the functions they are executing - and one thread is in a suspended state.

    Log Name:      Application
    Source:        Application Hang
    Date:          7/17/2010 6:16:25 PM
    Event ID:      1002
    Task Category: (101)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Description:
    The program Photoshop.exe version 10.0.1.0 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Action Center control panel.
    Process ID: d0c
    Start Time: 01cb2616be79e36f
    Termination Time: 2
    Application Path: C:\Program Files (x86)\Adobe\Adobe Photoshop CS3\Photoshop.exe
    Report Id: 06f5fbff-920a-11df-9d69-001fd023417e
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Hang" />
        <EventID Qualifiers="0">1002</EventID>
        <Level>2</Level>
        <Task>101</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2010-07-18T01:16:25.000000000Z" />
        <EventRecordID>1615</EventRecordID>
        <Channel>Application</Channel>
        <Security />
      </System>
      <EventData>
        <Data>Photoshop.exe</Data>
        <Data>10.0.1.0</Data>
        <Data>d0c</Data>
        <Data>01cb2616be79e36f</Data>
        <Data>2</Data>
        <Data>C:\Program Files (x86)\Adobe\Adobe Photoshop CS3\Photoshop.exe</Data>
        <Data>06f5fbff-920a-11df-9d69-001fd023417e</Data>
        <Binary>430072006F00730073002D0074006800720065006100640000000000</Binary>
      </EventData>
    </Event>
    And, according to the Event Viewer, the "Binary" data translates to a zero-terminated Unicode string of "Cross-thread".
    My Visual Studio analysis was far more informative.  All threads are hung inside of WaitForSingleObject() and WaitForMultipleObjects() calls and the DLL in question appears to be FlexNet-related.  I did forget to mention that I also even manually started the FlexNet service in case, for some strange reason, Photoshop was waiting for it to start.  That also did not work.
    (And there is nothing in the Action Center control panel either despite the message saying there might be more information there.)
    Edit:  The timestamp above might be a little odd-looking.  I didn't originally see anything in Event Viewer until I clicked the first button to send an Error Report.  Mostly I just skipped that part of killing a process.

  • Z77A-GD65 Multiple BIOS Issues - B4 Hang, Splash Screen Blinking

    Back in November 2012, I built a home server with a Z77A-GD65.  Lately, I've noticed some strange things happening that I've been trying to research but to no avail.
    First off, I get the B4 code hang-up whenever I'm booting.  This doesn't matter if it's a cold boot or a reboot, it hangs on B4 for about 10-15 seconds, flashes 92 really quick, and then goes to A2 which it stays for another 5 or so seconds.  After that I get the MSI splash screen for about 1 second, then it blinks 5 times.  After that it goes into Windows just fine.
    The blinking is a new issue, the B4 hang is not.  I've read from multiple posts that this is a USB issue.  When I disable USB legacy support, the issue goes away, but of course then I can't have legacy support.  I have yet to figure out what exact device is causing it.  In the process of trying to figure this out, I updated BIOS to A.A0.  After updating to this version of BIOS the splash screen blinks 5 times before going to the "Starting Windows" splash screen.  This is a more difficult issue to figure out why it's doing this because if you search for "BIOS" and "flash" or "flashes" or "flashing", you typically get results for flashing your BIOS.   Hence, why I'm using the term "blinking".  But even then I can't really find a solution out there.
    I also happened to see that the website for the Z77A-GD65 is showing a newer BIOS version, but I'm unable to flash this (at least using M-Flash).  I threw it on a USB, re-enabled USB legacy and whenever I click on it to install, the BIOS screen hard locks.  The screen just freezes exactly where it's at in the BIOS and the mouse is dead.  However, I can CTRL+ALT+DEL on the keyboard and it will reboot the system so I don't need to power cycle the computer.  Not sure why this is happening either.  Perhaps I need to flash this a different way?  Maybe I don't need to flash this at all?
    I could really use some input here on why this is happening.
    As for the specs on my system, they're as follows:
    i7-3770K overclocked to 4.2 Ghz by using the Turbo Mode in BIOS
    32GB Komputerbay DDR3 PC3-12800 1600MHz DIMM with Low Profile Blue Heatspreaders Quad Channel RAM | 9-9-9-24 XMP ready
    AMD PowerColor 7870 Myst Edition GPU - currently not overclocked although overclocking this doesn't seem to affect any issues
    2 - 128 GB Corsair SATA III SSD - one runs the OS, the other I use to load games from
    2 - 500 GB Seagate Barracuda 7200 RPM Sata II HDD's mirrored via Windows 7
    1 - 750 GB Seagate Barracude 7200 RPM Sata II HDD
    1 - 1 TB Western Digital MyBook USB 2.0 external
    2 - 3 TB Seagate USB 3.0 external
    ASUS DVD Burner - not sure which one, it's a cheapy $20 from Newegg
    1 - PCI USB 3.0 expansion card
    Antec TruePower New TP-550 Modular 550W Continuous Power ATX12V V2.3 / EPS12V V2.91 SLI Certified CrossFire Ready 80 PLUS BRONZE Certified Active PFC "compatible with Core i7/Core i5" Power Supply
    NZXT Switch 810 gunmetal - currently have 4 fans running but plan on more, also the Switch 810 has the multi-card reader in the front with 1x SD Card, 2x USB 2.0, 2x USB 3.0
    for peripherals
    1 - Microsoft 360 Wireless controller adapter (legit one, not the knockoff although I had a knockoff prior to getting the real deal)
    1 - Logitech Wireless USB Keyboard with Touchpad
    I tried to be thorough.  Thanks in advance for any help!

    Quote from: PirateDog on 26-August-13, 12:45:18
    Probably a USB device problem.
    This is a candidate, as well as mouse and keyboard. Disconnect USB devices one at a time to find the culprit.
    A lot of devices running. PSU a +12V single rail or is it multi rail? A rail going to the graphics or components may not be enough amps. My best guess is the card reader.
    For UEFI/BIOS flashing, select your mainboard here and use the forum flash method;
    I'll definitely try unplugging some of these USB devices to see if that helps with the B4 hang issue.
    As for the PSU, according to the description for it on Newegg:  "Four industry-leading independent +12v rails are provided for more stable and safer power output."  It has two rails going to the GPU.  The GPU is a new addition to the system and so I wasn't running it until recently.  The issues were occurring beforehand, but you're right that this PSU is underpowered for the rig considering PowerColor recommends a minimum of 500w.  I'm going to be buying a larger capacity one sometime in the very near future.  Any recommendations on good modular PSU's?  What's a good way to tell what wattage to get?
    Thanks for letting me know about the forum flash method.  I'll be back later when I have some results.

  • Audition 2.0 Startup Issues/Frozen at Splash Screen

    Had a production worker come to me today noting that 2.0 was not stating up.
    It is freezing on the splash screen.
    Process shows Adobe at 50% and Sys Idle at 50%.
    I can start and run any other program with no issues.
    I uninstalled and reinstalled only to return to the same issue.
    I also installed Audtion 1.5 and it runs fine.
    Has anyone experianced anything similar or does anyone perhaps have an idea where I might start to look in order to resolve this?
    It's run problem free for I don't know how long, one year plus.
    I did have a NexGen issue today with the sound card, but donot see that as being linked in anyway.
    Though I suppose it is curious that both picked today to fail.
    Same sound card as before, nothing physical was swapped out, just reinstalled the driver.

    Maybe try deleting the presets/preferences (after backing them up)
    (usually found at C:\Documents and Settings\[username]\Application Data\Adobe\Audition\2.0

  • Splash Screen (vault) and Loupe issue

    Back when Leopard and Time machine hosed my library, after recovering I noticed that the splash screen didn't give the visual indicator that a Vault update was in order (after introducing a new project, etc.). The initial Ap2 installation I though resolved that, but lately it's the same.
    And then, every once in a while under Ap2, when I call up the loupe it's set at 512% (or some number in that area). I never invoke anything but 100% from the Loupe otherwise.
    Anyone else notice the same? These are minor in the gist of issues, but still irksome.

    Thanks for the reply and forgive me as I don't know too much about voltage ratings etc.
    Yes, this is a fresh install, Win XP Pro with SP1
    I did try moving the cards to different slots and still got the same problem (no card in slot 1).
    My power supply reads as follows: Allied Model AL-A 400ATX REV:B  MAX 400W
    AC Input       Voltage          Current                    Frequency
                        115/230v         8A/4A                    60/50Hz
    MAX DC         +3.3v +5v     +12v  -12v   -5v      +5vsb  Blk       Grn      Gry  
    OUTPUT          24A   35A       12A     .8A    .5A       2A    COM    PS-ON    PG
    Comb PWR        190W          144W   9.6W   2.5W   10W  Rtrn   Remote   POK
    Is this enough info or do I need to look at the readings in the bios? If so, where do I look?
    I even ordered a new card that I thought was the problem (sound card) and same problem. Any ideas?

  • Boot issues with x79a-gd45 (8d) and n680gtx 4gd5/0c no bios splash screen

    I have system
    with
    x79a-gd45 (8d) and
    n680gtx 4gd5/0c
    16gb ram out of 4 modules
    vertex3 ssd
    win7 64 en updated everything to the latest version.
    during boot i get b2 b4 and 92 messages but not bios splash screen.
    When doing a test with an old ati card the system shows splah screen all is fine.
    I have 4 systems like this all behaving the same
    any ideas

    Hello I updated the bios, was not neccesarry but problems remains.
    cleared the cmos several times.
    I have to inform you that i'm building 4 similar systems all suffering from the same problem.
    During boot there is a black boot screen not splash screen. and on the top left a cursor and in the bottom right b2 b4 and 92 messages.
    When I install and old ati x1050pro all is ok during boot I see the splash screen and i'm able to enter the bios.
    boot time approx 20 sec.
    when running the system with the msi n680gtx boot times are back to 2 min and a long period with only the black boot screen and the bios codes.
    As suggested I tested the card in a other system.  Motherboard is asus. And voila I get a splash screen.
    STRANGE THING IS THAT THIS SCREEN IS NOT RESISED BUT IS I GUESS 800 X 600 AND CENTERED IN THE SCREEN.
    Also after several reboots I could not get a screen filled splash screen.
    Can this be a video card bios issue ?
    grt michel
    detals of my system are
    ===================================================
    GPU Caps Viewer v1.17.2
    ===================================================
    ===================================[ System / CPU ]
    - CPU Name: Intel(R) Core(TM) i7-3820 CPU @ 3.60GHz
    - CPU Core Speed: 3600 MHz
    - CPU logical cores: 8
    - Family: 6 - Model: 13 - Stepping: 7
    - Physical Memory Size: 16384 MB
    - Operating System: Windows 7 64-bit build 7601 [Service Pack 1]
    - PhysX Version: 9120604
    ===================================[ Graphics Adapters / GPUs ]
    - Current Display Mode: 1280x1024 @ 75 Hz - 32 bpp
    - Num GPUs: 1
    - GPU 1
      - Name: NVIDIA GeForce GTX 680
      - GPU codename: GK104
      - Device ID: 10DE-1180
      - Subdevice ID: 1462-2822
      - Driver: 9.18.13.697 (R306.97)
      - Branch: r306_41-13
      - Bus Id: 2
      - Shader cores: 1536
      - Texture units: 128
      - ROP units: 32
      - TDP: 195W
      - BIOS version: 80.04.47.00.4f
      - Memory size: 4096MB
      - Memory type: GDDR5
      - Memory bus width: 256-bit
      - GPU base clock: 1058 MHz
      - GPU boost clock: 1124 MHz
      - GPU power target: 100 % TDP
      - GPU min power target: 70 % TDP
      - GPU max power target: 132 % TDP
    MSIHQ: Information detected by MSIHQ Tool ver: 1.24h
    MSIHQ: Report generated in Sun 11/04/2012 at 10:28:19.27
    Mainboard:  X79A-GD45 (8D) (MS-7760)
    PCB Version:  2.0
    BIOS Version: VA.6 (aka Version: V10.6)
    BIOS Date:  7/6/2012
    corsair ram 2x 2 paired 8gb 1600mhz cml8gx3m2a1600c9
    i7-3820 @3.60 ghz
    no overclock or simmilar

  • PXE issue : After pressing f12, front splash screen comes up...immediately reboots on one model PC

    Good morning,
    We just received 3 computers of the same series new Lenovo computers.  When we try to pxe them, it hits our first splash screen...flashes "preparing network connection" and then sits still...nothing.  After a few minutes, it will restart.
     It never gets to the welcome screen asking for the PXE OSD password.
    Can anyone help point me in the right direction?  I was thinking it was NIC drivers, but I have loaded the drivers to the boot image but no change.  
    Thoughts?
    Thank you so much!

    Jason: no offense taken, i understand completely.  The reason I say I loaded the drivers, is I have personally installed the exact drivers I injected into SCCM and it installed/worked in Windows.  Are there other drivers that should be loaded other
    than these for the boot image?  I have verified the exact driver is in SCCM that I used in Windows...but still does not work. 
    When I do an ipconfig, it does NOT have an IP.  Here's the smstslog:
    LOGGING: Finalize process ID set to 808 TSBootShell
    10/31/2014 9:26:42 AM 812 (0x032C)
    ==============================[ TSBootShell.exe ]==============================
    TSBootShell 10/31/2014 9:26:42 AM
    812 (0x032C)
    Succeeded loading resource DLL 'X:\sms\bin\i386\1033\TSRES.DLL'
    TSBootShell 10/31/2014 9:26:42 AM
    812 (0x032C)
    Debug shell is enabled TSBootShell
    10/31/2014 9:26:42 AM 812 (0x032C)
    Waiting for PNP initialization... TSBootShell
    10/31/2014 9:26:42 AM 824 (0x0338)
    RAM Disk Boot Path: NET(0)\SMSIMAGES\MPS0005E\WINPE.MPS0005E.WIM
    TSBootShell 10/31/2014 9:26:42 AM
    824 (0x0338)
    Booted from network (PXE) TSBootShell
    10/31/2014 9:26:42 AM 824 (0x0338)
    Network(PXE) path: X:\sms\data\ TSBootShell
    10/31/2014 9:26:42 AM 824 (0x0338)
    Found config path X:\sms\data\ TSBootShell
    10/31/2014 9:26:42 AM 824 (0x0338)
    Booting from removable media, not restoring bootloaders on hard drive
    TSBootShell 10/31/2014 9:26:42 AM
    824 (0x0338)
    X:\sms\data\WinPE does not exist. TSBootShell
    10/31/2014 9:26:42 AM 824 (0x0338)
    X:\_SmsTsWinPE\WinPE does not exist. TSBootShell
    10/31/2014 9:26:42 AM 824 (0x0338)
    Executing command line: wpeinit.exe -winpe TSBootShell
    10/31/2014 9:26:42 AM 824 (0x0338)
    The command completed successfully. TSBootShell
    10/31/2014 9:26:44 AM 824 (0x0338)
    Starting DNS client service. TSBootShell
    10/31/2014 9:26:44 AM 824 (0x0338)
    Executing command line: X:\sms\bin\i386\TsmBootstrap.exe /env:WinPE /configpath:X:\sms\data\
    TSBootShell 10/31/2014 9:26:45 AM
    824 (0x0338)
    The command completed successfully. TSBootShell
    10/31/2014 9:26:45 AM 824 (0x0338)
    ==============================[ TSMBootStrap.exe ]==============================
    TSMBootstrap 10/31/2014 9:26:45 AM
    1212 (0x04BC)
    Command line: X:\sms\bin\i386\TsmBootstrap.exe /env:WinPE /configpath:X:\sms\data\
    TSMBootstrap 10/31/2014 9:26:45 AM
    1212 (0x04BC)
    Succeeded loading resource DLL 'X:\sms\bin\i386\1033\TSRES.DLL'
    TSMBootstrap 10/31/2014 9:26:45 AM
    1212 (0x04BC)
    Succeeded loading resource DLL 'X:\sms\bin\i386\TSRESNLC.DLL'
    TSMBootstrap 10/31/2014 9:26:45 AM
    1212 (0x04BC)
    Adding SMS bin folder "X:\sms\bin\i386" to the system environment PATH
    TSMBootstrap 10/31/2014 9:26:45 AM
    1212 (0x04BC)
    PXE Boot with Root = X:\ TSMBootstrap
    10/31/2014 9:26:45 AM 1212 (0x04BC)
    Executing from PXE in WinPE TSMBootstrap
    10/31/2014 9:26:45 AM 1212 (0x04BC)
    Loading TsPxe.dll from X:\sms\bin\i386\TsPxe.dll
    TSMBootstrap 10/31/2014 9:26:45 AM
    1212 (0x04BC)
    TsPxe.dll loaded TSPxe
    10/31/2014 9:26:45 AM 1212 (0x04BC)
    Device has PXE booted TSPxe
    10/31/2014 9:26:45 AM 1212 (0x04BC)
    Variable Path: \SMSTemp\2014.10.30.17.00.41.0009.{FE29AD78-EE5C-42D6-BEB6-8EA71FDA2D5D}.boot.var
    TSPxe 10/31/2014 9:26:45 AM
    1212 (0x04BC)
    Succesfully added firewall rule for Tftp TSPxe
    10/31/2014 9:26:45 AM 1212 (0x04BC)
    Executing: X:\sms\bin\i386\smstftp.exe -i 10.80.17.27 get \SMSTemp\2014.10.30.17.00.41.0009.{FE29AD78-EE5C-42D6-BEB6-8EA71FDA2D5D}.boot.var X:\sms\data\variables.dat
    TSPxe 10/31/2014 9:26:45 AM
    1212 (0x04BC)
    Command line for extension .exe is "%1" %*
    TSPxe 10/31/2014 9:26:45 AM
    1212 (0x04BC)
    Set command line: "X:\sms\bin\i386\smstftp.exe" -i 10.80.17.27 get \SMSTemp\2014.10.30.17.00.41.0009.{FE29AD78-EE5C-42D6-BEB6-8EA71FDA2D5D}.boot.var X:\sms\data\variables.dat
    TSPxe 10/31/2014 9:26:45 AM
    1212 (0x04BC)
    Executing command line: "X:\sms\bin\i386\smstftp.exe" -i 10.80.17.27 get \SMSTemp\2014.10.30.17.00.41.0009.{FE29AD78-EE5C-42D6-BEB6-8EA71FDA2D5D}.boot.var X:\sms\data\variables.dat
    TSPxe 10/31/2014 9:26:45 AM
    1212 (0x04BC)
    Executing command line: X:\WINDOWS\system32\cmd.exe /k
    TSBootShell 10/31/2014 9:27:03 AM
    812 (0x032C)
    The command completed successfully. TSBootShell
    10/31/2014 9:27:03 AM 812 (0x032C)
    Successfully launched command shell. TSBootShell
    10/31/2014 9:27:03 AM 812 (0x032C)
    Process completed with exit code 1 TSPxe
    10/31/2014 9:27:32 AM 1212 (0x04BC)
    Succesfully removed firewall rule for Tftp TSPxe
    10/31/2014 9:27:32 AM 1212 (0x04BC)
    uExitCode == 0, HRESULT=80004005 (e:\nts_sccm_release\sms\server\pxe\tspxe\tspxe.cpp,185)
    TSPxe 10/31/2014 9:27:32 AM
    1212 (0x04BC)
    Failed to download pxe variable file. Code(0x00000001)
    TSPxe 10/31/2014 9:27:32 AM
    1212 (0x04BC)
    PxeGetPxeData failed with 0x80004005 TSPxe
    10/31/2014 9:27:32 AM 1212 (0x04BC)
    HRESULT_FROM_WIN32(dwError), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmbootstraputil.cpp,1416)
    TSPxe 10/31/2014 9:27:32 AM
    1212 (0x04BC)
    TSMBootstrapUtil::PxeGetPxeData(&bPxeBooted, sVariablesFile, sPxePasswd), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,2623)
    TSPxe 10/31/2014 9:27:32 AM
    1212 (0x04BC)
    oTSMediaWizardControl.Run( sMediaRoot, true, sTSLaunchMode ), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmbootstrap.cpp,1078)
    TSPxe 10/31/2014 9:27:32 AM
    1212 (0x04BC)
    Execute( eExecutionEnv, sConfigPath, sTSXMLFile, uBootCount, &uExitCode ), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmbootstrap.cpp,1183)
    TSPxe 10/31/2014 9:27:32 AM
    1212 (0x04BC)
    Exiting with return code 0x80004005 TSPxe
    10/31/2014 9:27:32 AM 1212 (0x04BC)
    hMap != 0, HRESULT=80070002 (e:\qfe\nts\sms\framework\tscore\environmentscope.cpp,515)
    TSPxe 10/31/2014 9:27:32 AM
    1212 (0x04BC)
    m_pGlobalScope->open(), HRESULT=80070002 (e:\qfe\nts\sms\framework\tscore\environmentlib.cpp,337)
    TSPxe 10/31/2014 9:27:32 AM
    1212 (0x04BC)
    this->open(), HRESULT=80070002 (e:\qfe\nts\sms\framework\tscore\environmentlib.cpp,549)
    TSPxe 10/31/2014 9:27:32 AM
    1212 (0x04BC)
    Execution complete. TSBootShell
    10/31/2014 9:27:32 AM 824 (0x0338)
    hMap != 0, HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentscope.cpp,515)
    TSBootShell 10/31/2014 9:27:32 AM
    824 (0x0338)
    m_pGlobalScope->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,337)
    TSBootShell 10/31/2014 9:27:32 AM
    824 (0x0338)
    this->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,549)
    TSBootShell 10/31/2014 9:27:32 AM
    824 (0x0338)
    ::RegOpenKeyExW (HKEY_LOCAL_MACHINE, c_szSMSTSKey, 0, KEY_READ, &hSubKey), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\utils.cpp,258)
    TSBootShell 10/31/2014 9:27:32 AM
    824 (0x0338)
    RegOpenKeyExW failed for Software\Microsoft\SMS\Task Sequence
    TSBootShell 10/31/2014 9:27:32 AM
    824 (0x0338)
    GetTsRegValue() failed. 0x80070002. TSBootShell
    10/31/2014 9:27:32 AM 824 (0x0338)
    End program: TSBootShell
    10/31/2014 9:27:32 AM 824 (0x0338)
    Finalizing logging from process 808 TSBootShell
    10/31/2014 9:27:32 AM 824 (0x0338)
    Finalizing logs to root of first available drive
    TSBootShell 10/31/2014 9:27:32 AM
    824 (0x0338)
    Successfully finalized logs to X:\SMSTSLog TSBootShell
    10/31/2014 9:27:32 AM 824 (0x0338)
    Cleaning up task sequencing logging configuration.
    TSBootShell 10/31/2014 9:27:32 AM
    824 (0x0338)
    To make a bit easier, here's the errors from the above log:
    uExitCode == 0, HRESULT=80004005 (e:\nts_sccm_release\sms\server\pxe\tspxe\tspxe.cpp,185)
    TSPxe 10/31/2014 9:27:32 AM
    1212 (0x04BC)
    Failed to download pxe variable file. Code(0x00000001)
    TSPxe 10/31/2014 9:27:32 AM
    1212 (0x04BC)
    PxeGetPxeData failed with 0x80004005 TSPxe
    10/31/2014 9:27:32 AM 1212 (0x04BC)
    RegOpenKeyExW failed for Software\Microsoft\SMS\Task Sequence
    TSBootShell 10/31/2014 9:27:32 AM
    824 (0x0338)
    GetTsRegValue() failed. 0x80070002. TSBootShell
    10/31/2014 9:27:32 AM 824 (0x0338)
    I really appreciate all of your help!

  • Splash Screen Issues

    I'm seeing some behavior I can't quite explain in regards to a Call by Reference node and some front panel updating.  I have a splash screen which calls a vi (Launch.vi) which uses the factory pattern to load in my main screen and VI hierarchy.  Also on the splash screen I have a loop which simply moves a status bar so the user gets to see something pretty while everything is loading up.  Problem is that the progress bar doesn't start moving until everything has been loaded up, which is less than desirable.
    Here's a video of my splash screen starting up.  http://screencast.com/t/awwgq7ZtlsQ  You can see that it sits idly for about 5 seconds then starts spinning up.  Even my version indicator doesn't get updated until everything starts moving.
    This is an image of the block diagram.  When I put a probe on the i terminal of the top loop, the first value I see in the probe is somewhere >600, because it's not getting updated until all the action starts on the splash screen, which is after Launch.vi does it's business I'm pretty sure.  Here's a video http://screencast.com/t/oWvqSxyB
    So, why?  What am I overlooking? I've tried about 40 different things to get this working how I want.  Everything from using Start Asynchronous Call instead of Call by Reference, updating the slider in a different loop from the calculations.  Getting rid of the notifier in the top loop.  etc. etc.
    Tim Elsey
    LabVIEW 2010, 2012
    Certified LabVIEW Architect

    I had a similar problem recently.  I just did a quick test that you can see below and it confirms my original guess:
    When I execute this, I can hear the "Beep" while my very large VI is loading.  Similarly to what you describe, I cannot see "Numeric" update until after the VI is fully loaded.  So, my guess is that the "Open VI reference" is somehow involved with the UI thread (or this could be internal to Windows) preventing the redraw (as well as any user input) until it is done with that action. 
    One way to work around this problem, but I have not tested it, is to create a list of the main subVIs and load them inidividually before loading the top level VI.  Once the top level VI is loaded, close all the other references.  You could load them one at a time inside a "For loop" with a "Wait 1ms" in between to release the CPU to process your GUI update. 
    Let me know what you find out, this is interesting

Maybe you are looking for

  • Action with back date

    Dear friends Transfer action is performed on a date, after performing the transfer action, with the back date  employee got the promotion and again promotion action is performed. Then from the date of promotion to transfer date, emp group and sub gro

  • My phone is saying that it can not be activated

    What can I do?

  • Trying to deploy CompositeApp on SJAS 8.2 with NetBeans5.5

    Hello, i get this Exception while i am deploying CompositeApp on SJAS 8.2 with NetBeans5.5 ... anybody knows what is wrong? java.net.MalformedURLException: Unsupported protocol: s1ashttp         at javax.management.remote.JMXConnectorFactory.newJMXCo

  • "unable to charge battery with connected source"

    About 2 weeks ago I had to do an accessory RMA, since the "prongs" on my cords were almost non-existent. I received the new cords and things seemed to be fine. Today, though again, my charging cord seems to feel "loose". Today, while charging my Play

  • Slow 7d footage

    Any ideas as to why canon 7d footage may run slower on my pc than ex3, or how to fix this?