About Logo

Hi All
       I am getting pdf file.My general report o/p to pdf file conversion is ok but in my report I am getting LOG also
while i was download as a pdf only data will come but logo doesnt come.
"This is very urgent requirement"
Regards
Hari

Hi,
we can set logo like this
*& Report ZTEST_ALV_LOGO
REPORT ztest_alv_logo.
TYPE-POOLS : slis.
*ALV Formatting tables /structures
DATA: gt_fieldcat TYPE slis_t_fieldcat_alv.
DATA: gt_events TYPE slis_t_event.
DATA: gs_layout TYPE slis_layout_alv.
DATA: gt_page TYPE slis_t_listheader.
DATA: gs_page TYPE slis_listheader.
DATA: v_repid LIKE sy-repid.
*ALV Formatting work area
DATA: w_fieldcat TYPE slis_fieldcat_alv.
DATA: w_events TYPE slis_alv_event.
DATA: gt_bsid TYPE TABLE OF bsid WITH HEADER LINE.
INITIALIZATION.
PERFORM build_events.
PERFORM build_page_header.
START-OF-SELECTION.
*perform build_comment. "top_of_page - in initialization at present
SELECT * FROM bsid INTO TABLE gt_bsid UP TO 10 ROWS.
*perform populate_for_fm using '1' '3' 'BUKRS' '8' 'GT_BSID' 'Whee'.
*USING = Row, Column, Field name, display length, table name, heading
*OR
PERFORM build_fieldcat.
gs_layout-zebra = 'X'.
*top of page event does not work without I_callback_program
v_repid = sy-repid.
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
i_callback_program = v_repid
i_structure_name = 'BSID'
i_background_id = 'ALV_BACKGROUND'
i_grid_title = 'This is the grid title'
I_GRID_SETTINGS =
is_layout = gs_layout
it_fieldcat = gt_fieldcat[]
it_events = gt_events[]
TABLES
t_outtab = gt_bsid.
Form..............: populate_for_fm
Description.......: Populates fields for function module used in ALV
FORM populate_for_fm USING p_row
p_col
p_fieldname
p_len
p_table
p_desc.
w_fieldcat-row_pos = p_row. "Row Position
w_fieldcat-col_pos = p_col. "Column Position
w_fieldcat-fieldname = p_fieldname. "Field name
w_fieldcat-outputlen = p_len. "Column Lenth
w_fieldcat-tabname = p_table. "Table name
w_fieldcat-reptext_ddic = p_desc. "Field Description
w_fieldcat-input = '1'.
APPEND w_fieldcat TO gt_fieldcat.
CLEAR w_fieldcat.
ENDFORM. " populate_for_fm
*& Form build_events
FORM build_events.
DATA: ls_event TYPE slis_alv_event.
CALL FUNCTION 'REUSE_ALV_EVENTS_GET'
EXPORTING
i_list_type = 0
IMPORTING
et_events = gt_events.
READ TABLE gt_events
WITH KEY name = slis_ev_user_command
INTO ls_event.
IF sy-subrc = 0.
MOVE slis_ev_user_command TO ls_event-form.
APPEND ls_event TO gt_events.
ENDIF.
READ TABLE gt_events
WITH KEY name = slis_ev_top_of_page
INTO ls_event.
IF sy-subrc = 0.
MOVE slis_ev_top_of_page TO ls_event-form.
APPEND ls_event TO gt_events.
ENDIF.
ENDFORM. " build_events
*& Form USER_COMMAND
When user command is called it uses 2 parameters. The itab
passed to the ALV is in whatever order it currently is on screen.
Therefore, you can read table itab index rs_selfield-tabindex to get
all data from the table. You can also check r_ucomm and code
accordingly.
FORM user_command USING r_ucomm LIKE sy-ucomm
rs_selfield TYPE slis_selfield.
READ TABLE gt_bsid INDEX rs_selfield-tabindex.
error checking etc.
SET PARAMETER ID 'KUN' FIELD gt_bsid-kunnr.
CALL TRANSACTION 'XD03' AND SKIP FIRST SCREEN.
ENDFORM. "user_command
*& Form top_of_page
Your own company logo can go here if it has been saved (OAOR)
If the logo is larger than the size of the headings in gt_page,
the window will not show full logo and will have a scroll bar. Thus,
it is a good idea to have a standard ALV header if you are going to
use logos in your top of page.
FORM top_of_page.
CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
EXPORTING
it_list_commentary = gt_page
i_logo = 'ENJOYSAP_LOGO'.
ENDFORM. "top_of_page
*& Form build_fieldcat
*Many and varied fields are available here. Have a look at documentation
*for FM REUSE_ALV_LIST_DISPLAY and REUSE_ALV_FIELDCATALOG_MERGE
FORM build_fieldcat.
w_fieldcat-fieldname = 'BUDAT'.
w_fieldcat-seltext_m = 'Dte pst'.
w_fieldcat-ddictxt(1) = 'M'.
w_fieldcat-edit = 'x'.
Can change the position of fields if you do not want them in order
of the DDIC or itab
w_fieldcat-row_pos = '1'.
w_fieldcat-col_pos = '10'.
APPEND w_fieldcat TO gt_fieldcat.
CLEAR w_fieldcat.
ENDFORM. " build_fieldcat
*& Form build_page_header
gt_page is used in top of page (ALV subroutine - NOT event)
*H = Header, S = Selection, A = Action
FORM build_page_header.
For Headers, Key is not printed and is irrelevant. Will not cause
a syntax error, but is not used.
gs_page-typ = 'H'.
gs_page-info = 'Header 1'.
APPEND gs_page TO gt_page.
gs_page-typ = 'H'.
gs_page-info = 'Header 2'.
APPEND gs_page TO gt_page.
For Selections, the Key is printed (bold). It can be anything up to 20
bytes. It gets printed in order of code here, not by key value.
gs_page-typ = 'S'.
gs_page-key = 'And the winner is:'.
gs_page-info = 'Selection 1'.
APPEND gs_page TO gt_page.
gs_page-typ = 'S'.
gs_page-key = 'Runner up:'.
gs_page-info = 'Selection 2'.
APPEND gs_page TO gt_page.
For Action, Key is also irrelevant.
gs_page-typ = 'A'.
gs_page-info = 'Action goes here'.
APPEND gs_page TO gt_page.
ENDFORM. " build_page_header

Similar Messages

  • Guys Tell Me Something About Logo Designed By Me!

    I Wanted To Design Something Different And Sticker Deals Really Liked One! What Do You Think?

    What's to tell?  If you put enough pressure/force on any smartphone, it will bend or break.  There isn't a smartphone in the world that won't suffer damage if enough pressure/force is used, and the iPhone 6 Plus is sturdier than the average, based upon Consumer Reports tests.
    Put it in a protective case to help minimize the risk.

  • Hello, i designed a logo in RGB format,1600 X 900 pixel...i m using this logo in website and also i wanted to print it in broucher...i m cofused for the setting n size...plz help

    i m confused about logo size and format plz help me out...@

    You can design one logo for both purposes. But you cannot save just one file suitable for both. You need to make the design and then make a reduced size JPEG or PNG for your web site. You also need a version for print, but unless you know what is needed you cannot save it. Just keep the original PSD until you hear what your printer or designer needs for the brochure.

  • K9N2 SLI Platinum - JPW2 connection essential? Also, question about diagLEDs

    I've been running a K9N2 SLI Platinum with a Phenom 9950BE and 2 Geforce 9800GT video cards for half a year now, running as stable as any computer could and I couldn't be happier. However, there's one thing that I've always had a question about - the molex connection on the board labeled JPW2. The manual says that JPW2 is "used to provide power to stable the operation of graphics card", but using the PCI-E connectors on the card appears to be adqeuate to running a stable system.
    In regards to this though, am I running the risk of an underpowering my motherboard not having JPW2 plugged in? The 24-pin and 8-pin power connectors on the board are of course plugged in and my concern is merely (hopefully!) academic at this point, but I'm just curious if not having power running through JPW2 would cause any problems down the line. My components are power hogs and I believe my power supply is up to it, but I'd love it if someone wiser than I could indulge my curiousity.
    Also, my diagnostic LEDS are reading something other than four green solid lights in normal operation (successful POST, Windows loaded and running). If you were to view the motherboard correctly mounted in the case, the order of the lights are: [G][R][R][G]. The manual refers to this as "BIOS Sign On - This will start showing information about logo, processor brand name, etc..." which is as incredibly unhelpful as it can be when it comes to this sort of thing. I state again that this doesn't effect normal operation - it's just another thing that I'm curious about.
    Thank you for helping me put my mind to rest!
    SPECS
    K9N2 SLI Platinum
    AMD Phenom 9950BE
    8GB G.Skill 800MHz DDR2 RAM
    2x Geforce 9800GT 1GB
    Seagate Barracuda ST3320620AS 320GB HDD
    SAMSUNG Spinpoint F1 HD103UJ 1TB HDD
    LITE-ON DH-20A4P-04 20x DVD-DL Writer
    Thermaltake W0116RU 750W ATX Power Supply
    CM Storm Sniper ATX Case
    Windows Vista Ultimate 64-bit

    Quote
    1. Will not plugging in JPW2 will adversely affect system performance stability.
    No, but its recommended to be connected.
    Quote
    2. Diagnostic led is shoring GRRG during normal use. No apparent adverse effects. Manual quite unhelpful. Cause?
    If the system works OK ignore it. Else ask here: http://ocss.msi.com/

  • Arch Linux Programming Language Logos

    *update*
    I've created a page for the logos on my site: http://xyne.archlinux.ca/img/arch_linux … age_logos/
    *edit*
    This started out with just the Arch Linux Haskell logo (I really liked the new Haskell logo when I saw it and felt inspired). After encouragement from others I've made some more logos. If you request something, please suggest the appropriate logo for the language (and maybe link to it... preferably to an svg file).
    Haskell
    The cutout and grey colors are based on the new Thompson-Wheeler logo.
    svg: http://xyne.archlinux.ca/img/arch_linux … l_logo.svg
    svg: http://xyne.archlinux.ca/img/arch_linux … logo_2.svg
    These colors are from the haskell.org site logo.
    svg: http://xyne.archlinux.ca/img/arch_linux … logo_3.svg
    Python
    svg: http://xyne.archlinux.ca/img/arch_linux … n_logo.svg
    svg: http://xyne.archlinux.ca/img/arch_linux … logo_2.svg
    Java
    svg: http://xyne.archlinux.ca/img/arch_linux … a_logo.svg
    Ruby
    Son of a dirty bitch was this more complicated then I'd expected. When I found the Ruby logo svg I was thinking "nice, this should be straightforward" until I opened it in Inkscape. The vector image was so dirty I ended up recreating the gem shape manually using the old one as a guide. I don't mind though... it showed me how to do point and path snapping and some other things.
    svg: http://xyne.archlinux.ca/img/arch_linux … logo_2.svg
    with thinner lines:
    svg: http://xyne.archlinux.ca/img/arch_linux … y_logo.svg
    Shell
    svg: http://xyne.archlinux.ca/img/arch_linux … logo_3.svg
    svg: http://xyne.archlinux.ca/img/arch_linux … logo_4.svg
    svg: http://xyne.archlinux.ca/img/arch_linux … logo_7.svg
    svg: http://xyne.archlinux.ca/img/arch_linux … logo_8.svg
    other versions:
    svg: http://xyne.archlinux.ca/img/arch_linux … l_logo.svg
    svg: http://xyne.archlinux.ca/img/arch_linux … logo_2.svg
    svg: http://xyne.archlinux.ca/img/arch_linux … logo_5.svg
    svg: http://xyne.archlinux.ca/img/arch_linux … logo_6.svg
    Tcl
    svg: http://xyne.archlinux.ca/img/arch_linux … l_logo.svg
    C and C++
    I'm not really happy with either of these... plain letters lack symbology and the colors are arbitrary. Anyway, I modelled the C on the impact font (but didn't actually use Impact as it's still a commercial font). The color for the C logo comes from the color used on the cover of the K&R book: http://en.wikipedia.org/wiki/File:Kr_c_prog_lang.jpg
    svg: http://xyne.archlinux.ca/img/arch_linux … C_logo.svg
    svg: http://xyne.archlinux.ca/img/arch_linux … P_logo.svg
    svg: http://xyne.archlinux.ca/img/arch_linux … p_logo.svg
    Perl
    This one was a bit complex too but it taught me how to take a very small image with dirty edges and convert it into a smooth vector image using GIMP and Inkscape.
    The color is from The Perl Foundation's onion logo.
    svg: http://xyne.archlinux.ca/img/arch_linux … l_logo.svg
    TeX & LaTeX
    svg: http://xyne.archlinux.ca/img/arch_linux … x_logo.svg
    svg: http://xyne.archlinux.ca/img/arch_linux … x_logo.svg
    Lua
    svg: http://xyne.archlinux.ca/img/arch_linux … a_logo.svg
    Fortran
    svg: http://xyne.archlinux.ca/img/arch_linux … n_logo.svg
    Scala
    This one uses semi-transparency so silhouette/threshold versions (e.g. all black) may not look good.
    svg: http://xyne.archlinux.ca/img/arch_linux … a_logo.svg
    Lisp
    This is another one that I'm not sure about. I created the parentheses and lambda myself because I wasn't happy with any of the (free) fonts. Suggestions for improvement are welcome.
    *edit*
    I've changed the () following andre.ramaciotti's suggestion. I've also changed the colors.
    The colors and alien are based on Conrad Barski's Lisp logo.
    svg: http://xyne.archlinux.ca/img/arch_linux … logo_2.svg
    svg: http://xyne.archlinux.ca/img/arch_linux … logo_4.svg
    Other versions:
    svg: http://xyne.archlinux.ca/img/arch_linux … p_logo.svg (original (λ) that I created)
    svg: http://xyne.archlinux.ca/img/arch_linux … logo_3.svg ((λ) using bitstream vera)
    ASM
    svg: http://xyne.archlinux.ca/img/arch_linux … m_logo.svg
    PHP
    svg: http://xyne.archlinux.ca/img/arch_linux … p_logo.svg
    Clojure
    svg: http://xyne.archlinux.ca/img/arch_linux … e_logo.svg
    punt
    http://bbs.archlinux.org/viewtopic.php?id=73888
    with semi-transparency:
    svg: http://xyne.archlinux.ca/img/arch_linux … t_logo.svg
    without semi-transparency:
    svg: http://xyne.archlinux.ca/img/arch_linux … logo_2.svg
    LOLCODE
    At Dieter@be's request (this is just a joke)
    svg: http://xyne.archlinux.ca/img/arch_linux … e_logo.svg
    kthxbai
    MySQL
    svg: http://xyne.archlinux.ca/img/arch_linux … l_logo.svg
    PostgreSQL
    svg: http://xyne.archlinux.ca/img/arch_linux … l_logo.svg
    Programming-related:
    Vim
    This one took a while because I had to trace the Vim logo by hand first and then I had to manually adjust several paths to get the right outlines. I think the effort was worth it though.
    svg: http://xyne.archlinux.ca/img/arch_linux … m_logo.svg
    Emacs
    Here's another one that uses semi-transparency (for the "shadows").
    svg: http://xyne.archlinux.ca/img/arch_linux … s_logo.svg
    Git
    These use semi-transparency too.
    svg: http://xyne.archlinux.ca/img/arch_linux … logo_2.svg
    svg: http://xyne.archlinux.ca/img/arch_linux … logo_3.svg
    Miscellaneous
    http://bbs.archlinux.org/viewtopic.php? … 06#p570206
    Last edited by Xyne (2010-12-26 01:21:27)

    milomouse wrote:Oooh... Requests? If so, my vote is for a TCL/TK version, albeit not a very popular choice, heh.
    http://www.demailly.com/tcl/about/logos.html
    or maybe
    http://www.tcl.tk/images/tclp.gif
    I've added a Tcl logo. I used the svg image from Wikipedia because it was the neatest way to do it. I used the colors from the second logo.
    MOD MESSAGE
    Please move this to the artwork forum. I'm so used to posting threads in this forum that I didn't check if it was the best place for it.

  • About:sessionresore not available anymore in Firefox 10.0.2

    Hi,
    I (auto)upgraded to 10.0.2 recently and since then the about:sessionrestore feature is not working anymore. it says "the URL is not valid and cannot be loaded". It is the same when Firefox is started in safe mode.
    I also tried deleting my sessionstore.js, to no effect.
    about:about says :
    about:
    about:about
    about:addons
    about:buildconfig
    about:cache
    about:config
    about:crashes
    about:credits
    about:downthemall
    about:license
    about:logo
    about:memory
    about:mozilla
    about:plugins
    about:support
    about:sync-log

    '''Try the Firefox SafeMode''' to see how it works there. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    ''(If you're not using it, switch to the Default Theme.)''
    * You can open the Firefox 4.0+ SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    '''''If it is good in the Firefox SafeMode''''', your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes
    ''When you figure out what is causing that, please let us know. It might help other user's who have that problem.''

  • Trying to compile firefox nightly

    I was hoping to do the equivalent of what heftig did for aurora and compile firefox nightly into its own package. First things first is getting the source code to succesfully compile at all before worrying about how its packaged. Here's my PKGBUILD:
    # $Id$
    # Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
    # Nightly: Jonny Barnes <[email protected]>
    pkgname=firefox-nightly
    pkgver=34.0a1+20140806+gf822655
    pkgrel=1
    pkgdesc="Nightly version of the popular Firefox web browser"
    arch=('i686' 'x86_64')
    license=('MPL' 'GPL' 'LGPL')
    url="http://www.mozilla.com/en-US/firefox/channel/"
    depends=('gtk3' 'gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
    'dbus-glib' 'alsa-lib' 'desktop-file-utils' 'hicolor-icon-theme')
    makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake'
    'xorg-server-xvfb' 'libpulse' 'gst-plugins-base-libs'
    'inetutils' 'autoconf2.13' 'git')
    optdepends=('networkmanager: Location detection via available WiFi networks'
    'gst-plugins-good: h.264 video'
    'gst-libav: h.264 video')
    install=firefox-nightly.install
    options=('!emptydirs' '!makeflags' '!strip')
    source=(git+https://github.com/mozilla/gecko-dev
    mozconfig firefox-nightly.desktop vendor.js
    firefox-install-dir.patch)
    sha256sums=('SKIP'
    'dba05c2f04f8f086f9f08d9b962f7324ea6354ff7524ad806f743167314054eb'
    '46c2de250e708295e43c87b5118cda1be2417f854c997ef54d4b92291b73416d'
    '9907a80763e6a0f239bcc5634dbfbc2de8842ee76e84b5d2ad7a26f06e1242a6'
    '1305f33fa009021679f9da1ee3ac13fb4f299e036e402c45a804189031f39e22')
    # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
    # Note: These are for Arch Linux use ONLY. For your own distribution, please
    # get your own set of keys. Feel free to contact [email protected] for
    # more information.
    _google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
    pkgver() {
    cd gecko-dev
    echo $(cat browser/config/version.txt)+$(date +%Y%m%d)+g$(git rev-parse --short HEAD)
    prepare() {
    cd gecko-dev
    cp ../mozconfig .mozconfig
    ## patch -Np1 -i ../firefox-install-dir.patch
    echo -n "$_google_api_key" >google-api-key
    echo "ac_add_options --with-google-api-keyfile=\"$PWD/google-api-key\"" >>.mozconfig
    # easiest to just delete this folder and recreate, not doing so causes an error when the ln command is run
    if [[ -d "$srcdir/path" ]]; then
    rm -rf "$srcdir/path"
    fi
    mkdir "$srcdir/path"
    # WebRTC build tries to execute "python" and expects Python 2
    ln -s /usr/bin/python2 "$srcdir/path/python"
    # Use gold, as Mozilla can use some of its features, such as safe ICF
    ln -s /usr/bin/ld.gold "$srcdir/path/ld"
    if [[ $_multilib == 1 ]]; then
    # Multilib i686
    echo "ac_add_options --target=i686-pc-linux-gnu" >>.mozconfig
    else
    # Only works when not cross-compiling
    echo "ac_add_options --enable-dmd" >>.mozconfig
    fi
    # Name it Firefox Nightly
    sed -i '/^MOZ_APP_BASENAME=/s/Firefox/Firefox Nightly/' \
    browser/confvars.sh
    # Point all the URLs back to firefox, not firefox nightly
    #sed -i 's/%APP%/firefox/g' \
    # browser/app/profile/firefox.js
    build() {
    cd gecko-dev
    # _FORTIFY_SOURCE causes configure failures
    export CFLAGS="$CFLAGS $CPPFLAGS"
    unset CPPFLAGS
    export PATH="$srcdir/path:$PATH"
    export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/firefox-nightly"
    export PYTHON="/usr/bin/python2"
    # Do PGO
    xvfb-run -a -s "-extension GLX -screen 0 1280x1024x24" \
    make -f client.mk build MOZ_PGO=1
    package() {
    cd gecko-dev
    make -f client.mk DESTDIR="$pkgdir" INSTALL_SDK= install
    install -Dm644 ../vendor.js "$pkgdir/usr/lib/firefox-nightly/browser/defaults/preferences/vendor.js"
    for i in 16 32 48; do
    install -Dm644 browser/branding/nightly/default$i.png \
    "$pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/firefox-nightly.png"
    done
    install -Dm644 browser/branding/nightly/content/icon64.png \
    "$pkgdir/usr/share/icons/hicolor/64x64/apps/firefox-nightly.png"
    install -Dm644 browser/branding/nightly/mozicon128.png \
    "$pkgdir/usr/share/icons/hicolor/128x128/apps/firefox-nightly.png"
    install -Dm644 browser/branding/nightly/content/about-logo.png \
    "$pkgdir/usr/share/icons/hicolor/192x192/apps/firefox-nightly.png"
    install -Dm644 browser/branding/nightly/content/[email protected] \
    "$pkgdir/usr/share/icons/hicolor/384x384/apps/firefox-nightly.png"
    install -Dm644 ../firefox-nightly.desktop \
    "$pkgdir/usr/share/applications/firefox-nightly.desktop"
    # Use system-provided dictionaries
    rm -rf "$pkgdir"/usr/lib/firefox-nightly/{dictionaries,hyphenation}
    ln -s /usr/share/hunspell "$pkgdir/usr/lib/firefox-nightly/dictionaries"
    ln -s /usr/share/hyphen "$pkgdir/usr/lib/firefox-nightly/hyphenation"
    #workaround for now
    #https://bugzilla.mozilla.org/show_bug.cgi?id=658850
    ln -sf firefox-nightly "$pkgdir/usr/lib/firefox-nightly/firefox-nightly-bin"
    and here's my mozconfig:
    . $topsrcdir/browser/config/mozconfig
    ac_add_options --prefix=/usr
    ac_add_options --libdir=/usr/lib
    ac_add_options --with-branding=browser/branding/nightly
    ac_add_options --enable-update-channel=nightly
    # System libraries
    ac_add_options --enable-default-toolkit=cairo-gtk3
    ac_add_options --enable-system-cairo
    # Features
    ac_add_options --enable-startup-notification
    ac_add_options --enable-gstreamer=1.0
    ac_add_options --disable-crashreporter
    ac_add_options --disable-updater
    ac_add_options --disable-installer
    ac_add_options --disable-tests
    # For Nightly
    ac_add_options --enable-profiling
    # Compiling
    ac_add_options --enable-optimize="-O2"
    # Keep symbols
    STRIP_FLAGS="--strip-debug"
    # PGO
    mk_add_options PROFILE_GEN_SCRIPT='EXTRA_TEST_ARGS=10 $(MAKE) -C $(MOZ_OBJDIR) pgo-profile-run'
    # 4-core CPU
    mk_add_options MOZ_MAKE_FLAGS=-j4
    # vim:set ft=sh:
    Then I always get this error:
    cp -p ../../dist/bin/-bin
    cp: missing destination file operand after ‘../../dist/bin/-bin’
    Try 'cp --help' for more information.
    Makefile:65: recipe for target 'libs' failed
    make[6]: *** [libs] Error 1
    make[6]: Leaving directory '/mnt/storage/archive/firefox-nightly-arch/src/gecko-dev/obj-x86_64-unknown-linux-gnu/browser/app'
    /mnt/storage/archive/firefox-nightly-arch/src/gecko-dev/config/recurse.mk:92: recipe for target 'browser/app/libs' failed
    make[5]: *** [browser/app/libs] Error 2
    make[5]: Leaving directory '/mnt/storage/archive/firefox-nightly-arch/src/gecko-dev/obj-x86_64-unknown-linux-gnu'
    /mnt/storage/archive/firefox-nightly-arch/src/gecko-dev/config/recurse.mk:42: recipe for target 'libs' failed
    make[4]: *** [libs] Error 2
    make[4]: Leaving directory '/mnt/storage/archive/firefox-nightly-arch/src/gecko-dev/obj-x86_64-unknown-linux-gnu'
    /mnt/storage/archive/firefox-nightly-arch/src/gecko-dev/config/rules.mk:548: recipe for target 'default' failed
    make[3]: *** [default] Error 2
    make[3]: Leaving directory '/mnt/storage/archive/firefox-nightly-arch/src/gecko-dev/obj-x86_64-unknown-linux-gnu'
    /mnt/storage/archive/firefox-nightly-arch/src/gecko-dev/client.mk:386: recipe for target 'realbuild' failed
    make[2]: *** [realbuild] Error 2
    make[2]: Leaving directory '/mnt/storage/archive/firefox-nightly-arch/src/gecko-dev'
    /mnt/storage/archive/firefox-nightly-arch/src/gecko-dev/client.mk:221: recipe for target 'profiledbuild' failed
    make[1]: *** [profiledbuild] Error 2
    make[1]: Leaving directory '/mnt/storage/archive/firefox-nightly-arch/src/gecko-dev'
    client.mk:168: recipe for target 'build' failed
    make: *** [build] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    Anyone any idea what's going wrong?

    So I've deleted the obj* directory, and edited out the gkt3 and cairo lines in mozconfig and I get the exact same error. Here it is with the previous couple of lines included. Do you know whats wrong?
    make[6]: Entering directory '/mnt/storage/archive/firefox-nightly-arch/src/gecko-dev/obj-x86_64-unknown-linux-gnu/browser/app'
    rm -f '../../dist/bin/browser/defaults/preferences/firefox.js'
    /mnt/storage/archive/firefox-nightly-arch/src/gecko-dev/obj-x86_64-unknown-linux-gnu/_virtualenv/bin/python -m mozbuild.action.preprocessor --depend .deps/firefox.js.pp -DFIREFOX_ICO='"../../dist/branding/firefox.ico"' -DDOCUMENT_ICO='"../../dist/branding/document.ico"' -DNEWWINDOW_ICO='"../../dist/branding/newwindow.ico"' -DNEWTAB_ICO='"../../dist/branding/newtab.ico"' -DPBMODE_ICO='"../../dist/branding/pbmode.ico"' -DAPP_VERSION='34.0a1' -DXPCOM_GLUE -DMOZ_GLUE_IN_PROGRAM -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -DHAVE_X86_AVX2='1' -DHAVE_64BIT_BUILD='1' -DMOZ_ENABLE_PROFILER_SPS='1' -DMOZ_PROFILING='1' -DMOZILLA_VERSION='"34.0a1"' -DMOZILLA_VERSION_U='34.0a1' -DMOZILLA_UAVERSION='"34.0"' -DXP_LINUX='1' -DD_INO='d_ino' -DMOZ_DEBUG_SYMBOLS='1' -DSTDC_HEADERS='1' -DHAVE_SSIZE_T='1' -DHAVE_ST_BLKSIZE='1' -DHAVE_SIGINFO_T='1' -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE='1' -DHAVE_VISIBILITY_ATTRIBUTE='1' -DHAVE_DIRENT_H='1' -DHAVE_GETOPT_H='1' -DHAVE_SYS_BITYPES_H='1' -DHAVE_MEMORY_H='1' -DHAVE_UNISTD_H='1' -DHAVE_GNU_LIBC_VERSION_H='1' -DHAVE_NL_TYPES_H='1' -DHAVE_MALLOC_H='1' -DHAVE_X11_XKBLIB_H='1' -DHAVE_CPUID_H='1' -DHAVE_SYS_QUOTA_H='1' -DHAVE_SYS_SYSMACROS_H='1' -DHAVE_LINUX_QUOTA_H='1' -DHAVE_LINUX_IF_ADDR_H='1' -DHAVE_LINUX_RTNETLINK_H='1' -DHAVE_SYS_TYPES_H='1' -DHAVE_NETINET_IN_H='1' -DHAVE_BYTESWAP_H='1' -DHAVE_SYS_CDEFS_H='1' -DHAVE_DLOPEN='1' -DHAVE_DLADDR='1' -DHAVE_MEMMEM='1' -DFUNCPROTO='15' -DHAVE_LIBXSS='1' -D_REENTRANT='1' -DHAVE_STAT64='1' -DHAVE_LSTAT64='1' -DHAVE_TRUNCATE64='1' -DHAVE_LOCALTIME_R='1' -DHAVE_CLOCK_MONOTONIC='1' -DHAVE_RES_NINIT='1' -DHAVE_LANGINFO_CODESET='1' -DVA_COPY='va_copy' -DHAVE_VA_COPY='1' -DHAVE_VA_LIST_AS_ARRAY='1' -DHAVE_THREAD_TLS_KEYWORD='1' -DMALLOC_H='<malloc.h>' -DHAVE_STRNDUP='1' -DHAVE_POSIX_MEMALIGN='1' -DHAVE_MEMALIGN='1' -DHAVE_VALLOC='1' -DHAVE_MALLOC_USABLE_SIZE='1' -DHAVE_I18N_LC_MESSAGES='1' -DHAVE_LOCALECONV='1' -DTARGET_XPCOM_ABI='"x86_64-gcc3"' -DNS_ATTR_MALLOC='__attribute__((malloc))' -DNS_WARN_UNUSED_RESULT='__attribute__((warn_unused_result))' -DNIGHTLY_BUILD='1' -DMOZ_UPDATE_CHANNEL='default' -DEARLY_BETA_OR_EARLIER='1' -DMOZ_PHOENIX='1' -DMOZ_BUILD_APP='browser' -DMOZ_X11='1' -DMOZ_WIDGET_GTK2='1' -DMOZ_WIDGET_GTK='2' -DMOZ_PDF_PRINTING='1' -DMOZ_ENABLE_XREMOTE='1' -DMOZ_INSTRUMENT_EVENT_LOOP='1' -DMOZ_ENABLE_STARTUP_NOTIFICATION='1' -DNS_PRINTING='1' -DNS_PRINT_PREVIEW='1' -DMOZ_DISTRIBUTION_ID='"org.mozilla"' -DMOZ_ENABLE_GIO='1' -DMOZ_ENABLE_GCONF='1' -DMOZ_ENABLE_DBUS='1' -DACCESSIBILITY='1' -DMOZ_WEBRTC='1' -DMOZ_WEBRTC_ASSERT_ALWAYS='1' -DMOZ_WEBRTC_SIGNALING='1' -DMOZ_PEERCONNECTION='1' -DMOZ_SCTP='1' -DMOZ_SRTP='1' -DMOZ_SAMPLE_TYPE_FLOAT32='1' -DMOZ_WEBSPEECH='1' -DMOZ_RAW='1' -DATTRIBUTE_ALIGNED_MAX='64' -DMOZ_WEBM='1' -DMOZ_FFMPEG='1' -DMOZ_FMP4='1' -DMOZ_EME='1' -DMOZ_MEDIA_NAVIGATOR='1' -DMOZ_VPX='1' -DMOZ_VPX_ERROR_CONCEALMENT='1' -DVPX_X86_ASM='1' -DMOZ_WAVE='1' -DMOZ_VORBIS='1' -DMOZ_OPUS='1' -DMOZ_WEBM_ENCODER='1' -DMOZ_GSTREAMER='1' -DGST_API_VERSION='"1.0"' -DENABLE_SYSTEM_EXTENSION_DIRS='1' -DMOZ_WEBGL='1' -DMOZ_WEBGL_CONFORMANT='1' -DMOZ_GAMEPAD='1' -DMOZ_CRASHREPORTER_ENABLE_PERCENT='100' -DLIBJPEG_TURBO_X64_ASM='1' -DMOZ_WEBAPP_RUNTIME='1' -DMOZ_GMP_SANDBOX='1' -DMOZ_FEEDS='1' -DMOZ_SAFE_BROWSING='1' -DMOZ_URL_CLASSIFIER='1' -DGL_PROVIDER_GLX='1' -DMOZ_LOGGING='1' -DMOZ_DMD='1' -DMOZ_MEMORY='1' -DMOZ_MEMORY_LINUX='1' -DJSGC_INCREMENTAL='1' -DJSGC_USE_EXACT_ROOTING='1' -DJSGC_GENERATIONAL='1' -DMOZ_PAY='1' -DMOZ_ACTIVITIES='1' -DHAVE___CXA_DEMANGLE='1' -DMOZ_DEMANGLE_SYMBOLS='1' -DHAVE__UNWIND_BACKTRACE='1' -DJS_DEFAULT_JITREPORT_GRANULARITY='3' -DMOZ_OMNIJAR='1' -DMOZ_USER_DIR='".mozilla"' -DHAVE_FT_BITMAP_SIZE_Y_PPEM='1' -DHAVE_FT_GLYPHSLOT_EMBOLDEN='1' -DHAVE_FT_LOAD_SFNT_TABLE='1' -DHAVE_FONTCONFIG_FCFREETYPE_H='1' -DMOZ_TREE_PIXMAN='1' -DHAVE_STDINT_H='1' -DHAVE_INTTYPES_H='1' -DMOZ_TREE_CAIRO='1' -DMOZ_ENABLE_SKIA='1' -DUSE_SKIA='1' -DUSE_SKIA_GPU='1' -DMOZ_XUL='1' -DMOZ_PROFILELOCKING='1' -DENABLE_MARIONETTE='1' -DBUILD_CTYPES='1' -DMOZ_PLACES='1' -DMOZ_SOCIAL='1' -DMOZ_SERVICES_COMMON='1' -DMOZ_SERVICES_CRYPTO='1' -DMOZ_SERVICES_HEALTHREPORT='1' -DMOZ_SERVICES_METRICS='1' -DMOZ_SERVICES_SYNC='1' -DMOZ_JSDOWNLOADS='1' -DMOZ_MACBUNDLE_ID='org.mozilla.nightly' -DMOZ_B2G_VERSION='"1.0.0"' -DMOZ_B2G_OS_NAME='""' -DMOZ_APP_UA_NAME='""' -DMOZ_APP_UA_VERSION='"34.0a1"' -DFIREFOX_VERSION='34.0a1' -DMOZ_TELEMETRY_DISPLAY_REV='2' -DMOZ_DATA_REPORTING='1' -DMOZ_DLL_SUFFIX='".so"' -DHAVE_POSIX_FADVISE='1' -DHAVE_POSIX_FALLOCATE='1' -DXP_UNIX='1' -DMOZ_ACCESSIBILITY_ATK='1' -DATK_MAJOR_VERSION='2' -DATK_MINOR_VERSION='12' -DATK_REV_VERSION='0' -DA11Y_LOG='1' -DEXPOSE_INTL_API='1' -DENABLE_INTL_API='1' -DU_STATIC_IMPLEMENTATION='1' -DU_USING_ICU_NAMESPACE='0' -DMOZ_STATIC_JS='1' -DNDEBUG -DTRIMMED '/mnt/storage/archive/firefox-nightly-arch/src/gecko-dev/browser/app/profile/firefox.js' -o '../../dist/bin/browser/defaults/preferences/firefox.js'
    cp -p ../../dist/bin/-bin
    cp: missing destination file operand after ‘../../dist/bin/-bin’
    Try 'cp --help' for more information.
    Makefile:64: recipe for target 'libs' failed
    make[6]: *** [libs] Error 1
    make[6]: Leaving directory '/mnt/storage/archive/firefox-nightly-arch/src/gecko-dev/obj-x86_64-unknown-linux-gnu/browser/app'
    /mnt/storage/archive/firefox-nightly-arch/src/gecko-dev/config/recurse.mk:92: recipe for target 'browser/app/libs' failed
    make[5]: *** [browser/app/libs] Error 2
    make[5]: Leaving directory '/mnt/storage/archive/firefox-nightly-arch/src/gecko-dev/obj-x86_64-unknown-linux-gnu'
    /mnt/storage/archive/firefox-nightly-arch/src/gecko-dev/config/recurse.mk:42: recipe for target 'libs' failed
    make[4]: *** [libs] Error 2
    make[4]: Leaving directory '/mnt/storage/archive/firefox-nightly-arch/src/gecko-dev/obj-x86_64-unknown-linux-gnu'
    /mnt/storage/archive/firefox-nightly-arch/src/gecko-dev/config/rules.mk:547: recipe for target 'default' failed
    make[3]: *** [default] Error 2
    make[3]: Leaving directory '/mnt/storage/archive/firefox-nightly-arch/src/gecko-dev/obj-x86_64-unknown-linux-gnu'
    /mnt/storage/archive/firefox-nightly-arch/src/gecko-dev/client.mk:386: recipe for target 'realbuild' failed
    make[2]: *** [realbuild] Error 2
    make[2]: Leaving directory '/mnt/storage/archive/firefox-nightly-arch/src/gecko-dev'
    /mnt/storage/archive/firefox-nightly-arch/src/gecko-dev/client.mk:221: recipe for target 'profiledbuild' failed
    make[1]: *** [profiledbuild] Error 2
    make[1]: Leaving directory '/mnt/storage/archive/firefox-nightly-arch/src/gecko-dev'
    client.mk:168: recipe for target 'build' failed
    make: *** [build] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...

  • Need Help Applying Gradient to JPEG

    I'm trying to modify my companies logo for our new catalog by applying a gradient to it. I've tried to do this in both Illustrator CS4 and Photoshop CS4 and for some reason I can't get the gradient to apply only to the logo. Instead, it applies the gradient to the background. The logo is saved as a JPEG, so I'm not sure if that has anything to do with it. Any advice would be greatly appreciated.

    I agree to a point, Bart, but John is absolutely right when he cautions about logos being printed with all sorts of processes. Some companies have an outline form of their logo for black and white (copier and printer) reproduction, but most make do with only one logo that can be reproduced faithfully using virtually any method (Coke).
    As a rule, gradients are avoided, but not always. The UPS color logo is a good example of a gradient, or blend, being used successfully. However, on the UPS forms, they use an outline version.
    I have no idea what the OP is planning to do with the company's logo. Adding a gradient isn't necessarily always wrong, but it has to be carefully considered. I also wonder if this alteration of the logo is a permanent change, since it's normally considered bad form to tweak a logo if you don't intend to carry the new design forward on all other printed materials.

  • Buttons Going Cr@zy when you mouse-over!!

    I'm having a really annoying issue that I can't seem to figure out why it's happening.  I setup navigation buttons for a site I'm working.  Using Action Script 2.0 and Caurina Tweener effects.  I've set it up so the buttons shoot out when you mouse over.  The problem is when you hold your cursor to the outer edge of the button it starts jumping rapidly.  I can't seem to figure out why this is or how to stop it.  I'm thinking about maybe putting a stop action when you mouse-out but I can't seem to get that to wrok either.  I might be soing something wrong with that code.  Ifsomeone could please look over my code and let me know what you think the problem is I would really appreciate it.
    import caurina.transitions.*; function _color_splitter(p_value):Array { var nArray:Array = new Array(); if (p_value == null) {   // No parameter passed, so just resets the color   nArray.push({name:"_color_ra", value:100});   nArray.push({name:"_color_rb", value:0});   nArray.push({name:"_color_ga", value:100});   nArray.push({name:"_color_gb", value:0});   nArray.push({name:"_color_ba", value:100});   nArray.push({name:"_color_bb", value:0}); } else {   // A color tinting is passed, so converts it to the object values   nArray.push({name:"_color_ra", value:0});   nArray.push({name:"_color_rb", value:AuxFunctions.numberToR(p_value)});   nArray.push({name:"_color_ga", value:0});   nArray.push({name:"_color_gb", value:AuxFunctions.numberToG(p_value)});   nArray.push({name:"_color_ba", value:0});   nArray.push({name:"_color_bb", value:AuxFunctions.numberToB(p_value)}); } return nArray; } var eIOE = eIOE; var curBtn:Number = 1; var whichNav = nav.red.homeRedTxt; var lastSec = mobHome; var curMiniBtn = null; var category:Boolean = true; buildIn(); //checkIt(); navBuild(); nav.red.homeRedTxt._visible = true; Tweener.addTween(blackOver,{_autoAlpha:0}); Tweener.addTween(vidPlay,{_autoAlpha:0}); function allTitles() { nav.red.contactUsRedTxt._visible = false; nav.red.abouttheRedText._visible = false; nav.red.whatWeveRedTxt._visible = false; nav.red.homeRedTxt._visible = false; } nav.home._visible = false; function buildIn() { Tweener.addTween(mobHome,{_rotation:100, _scale:50, _x:116, _y:1131}); Tweener.addTween(mobHome.logo,{_alpha:0, _y:-306, _x:-406}); //Tweener.addTween(mobHome.mobWater,{_alpha:8, _y:-10, _x:}); Tweener.addTween(mobHome.titleCopy,{_alpha:0, _y:308, _x:-62}); Tweener.addTween(mobHome.bodyCopy,{_alpha:0, _y:346, _x:115}); Tweener.addTween(mobHome.bracket1,{_alpha:0, _x:-277}); Tweener.addTween(mobHome.bracket2,{_alpha:0, _x:646}); // // Tweener.addTween(mobHome,{_rotation:0, _scale:100, _x:520, _y:327, time:1.5, transition:eIOE}); Tweener.addTween(mobHome.logo,{_alpha:100, _y:-260, time:1, transition:eIOE}); Tweener.addTween(mobHome.mobWater,{_alpha:30, _y:-10, time:1, transition:eIOE, delay:.4}); Tweener.addTween(mobHome.titleCopy,{_alpha:100, _y:228, time:1, transition:eIOE, delay:.6}); Tweener.addTween(mobHome.bodyCopy,{_alpha:100, _y:270, time:1, transition:eIOE, delay:.8}); Tweener.addTween(mobHome.bracket1,{_alpha:100, _x:-248, time:1, transition:eIOE, delay:1.1}); Tweener.addTween(mobHome.bracket2,{_alpha:100, _x:480, time:1, transition:eIOE, delay:1.1}); } //switch function checkIt() { switch (curBtn) {   case 1 :    trace("you pressed home");    Tweener.addTween(lastSec,{_rotation:-140, _x:-330, _y:-641, _autoAlpha:0, _scale:50, time:1.5, transition:eIOE});    homeOut();    navBuildOut();    //    Tweener.addTween(mobHome,{_autoAlpha:100});    buildIn();    nav.red.homeRedTxt._visible = true;    nav.home._visible = false;    lastSec = mobHome;    break;   case 2 :    trace("you pressed about");    Tweener.addTween(lastSec,{_rotation:-140, _x:-330, _y:-641, _autoAlpha:0, _scale:50, time:1.5, transition:eIOE});    aboutOut();    navBuildOut();    //    Tweener.addTween(about,{_autoAlpha:100});    buildAbout();    Tweener.addTween(nav.red.abouttheRedText,{_autoAlpha:100, delay:.4});    nav.red.abouttheRedText._visible = true;    nav.about._visible = false;    lastSec = about;    break;   case 3 :    trace("you pressed what we've done");    Tweener.addTween(lastSec,{_rotation:-140, _x:-330, _y:-641, _autoAlpha:0, _scale:50, time:1.5, transition:eIOE});    whatWeveOut();    navBuildOut();    //    Tweener.addTween(whatWevePage,{_autoAlpha:100});    buildWhatWeve();    Tweener.addTween(nav.red.whatWeveRedTxt,{_autoAlpha:100, delay:.4});    nav.red.whatWeveRedTxt._visible = true;    nav.whatWeve._visible = false;    lastSec = whatWevePage;    break;   case 4 :    trace("you pressed contact us");    Tweener.addTween(lastSec,{_rotation:-140, _x:-330, _y:-641, _autoAlpha:0, _scale:50, time:1.5, transition:eIOE});    contactusOut();    navBuildOut();    //    Tweener.addTween(contactUsPage,{_autoAlpha:100});    buildContact();    Tweener.addTween(nav.red.contactUsRedTxt,{_autoAlpha:100, delay:.4});    nav.red.contactUsRedTxt._visible = true;    nav.contactus._visible = false;    lastSec = contactUsPage;    break;   case 5 :    trace("you pressed client");    getURL("http://www.review.mobscene.com", "_blank");    break; } } nav.home.onRelease = function() { curBtn = 1; checkIt(); }; nav.about.onRelease = function() { curBtn = 2; checkIt(); }; nav.whatWeve.onRelease = function() { curBtn = 3; checkIt(); }; nav.contactus.onRelease = function() { curBtn = 4; checkIt(); }; nav.clientLog.onRelease = function() { curBtn = 5; checkIt(); }; //NAV BUILD OUT / BUILD IN  ------ function navBuildOut() { nav.home.enabled = false; nav.about.enabled = false; nav.whatWeve.enabled = false; nav.contactus.enabled = false; nav.clientLog.enabled = false; Tweener.addTween(nav.red,{_rotation:-45, _x:-553, _y:-337, time:1.5, transition:eIOE, onCompelete:function(){allTitles}}); Tweener.addTween(nav.home,{_rotation:-45, _x:-421, _y:-138, time:1.5, transition:eIOE}); Tweener.addTween(nav.about,{_rotation:-45, _x:-426, _y:-97, time:1.5, transition:eIOE, delay:.1}); Tweener.addTween(nav.whatWeve,{_rotation:-45, _x:-413, _y:-36, time:1.5, transition:eIOE, delay:.2}); Tweener.addTween(nav.contactus,{_rotation:-45, _x:-410, _y:18, time:1.5, transition:eIOE, delay:.33}); Tweener.addTween(nav.clientLog,{_rotation:-45, _x:-414, _y:101, time:1.5, transition:eIOE, delay:.4, onComplete:makeGray}); allTitles(); allVis(); navBuild(); } function navBuild() { Tweener.addTween(nav,{_rotation:90, _x:-216, _y:952}); Tweener.addTween(nav.red,{_rotation:90, _x:-349, _y:702}); Tweener.addTween(nav.home,{_rotation:90, _x:-268, _y:553}); Tweener.addTween(nav.about,{_rotation:90, _x:-284, _y:622}); Tweener.addTween(nav.whatWeve,{_rotation:90, _x:-276, _y:656}); Tweener.addTween(nav.contactus,{_rotation:90, _x:-274, _y:703}); Tweener.addTween(nav.clientLog,{_rotation:-45, _x:-220, _y:742}); allTitles(); Tweener.addTween(nav,{_rotation:0, _x:193, _y:390, _color:null, time:.7, transition:eIOE}); Tweener.addTween(nav.red,{_rotation:-360, _x:-43, _y:-135, _color:null, time:1.5, transition:eIOE, onCompelete:function(){allTitles}}); Tweener.addTween(nav.home,{_rotation:-360, _x:-174, _y:19, _color:null, time:1.5, transition:eIOE}); Tweener.addTween(nav.about,{_rotation:-360, _x:-174, _y:72, _color:null, time:1.5, transition:eIOE, delay:.1}); Tweener.addTween(nav.whatWeve,{_rotation:-360, _x:-170, _y:126, _color:null, time:1.5, transition:eIOE, delay:.2}); Tweener.addTween(nav.contactus,{_rotation:-360, _x:-170, _y:179, _color:null, time:1.5, transition:eIOE, delay:.33}); Tweener.addTween(nav.clientLog,{_rotation:-360, _x:-170, _y:232, time:1.5, transition:eIOE, delay:.4}); Tweener.addTween(nav.clientLog,{_color:null, time:1, transition:eIOE, onComplete:makeThemGo}); } function makeThemGo() { nav.home.enabled = true; nav.about.enabled = true; nav.whatWeve.enabled = true; nav.contactus.enabled = true; nav.clientLog.enabled = true; } function makeGray() { Tweener.addTween(nav.home,{_color:0x626262}); Tweener.addTween(nav.about,{_color:0x626262}); Tweener.addTween(nav.whatWeve,{_color:0x626262}); Tweener.addTween(nav.contactus,{_color:0x626262}); Tweener.addTween(nav.clientLog,{_color:0x626262}); } function allVis() { nav.home._visible = true; nav.about._visible = true; nav.whatWeve._visible = true; nav.contactus._visible = true; nav.clientLog._visible = true; } // --------- //ROLLOVER FUNCTIONS // home nav.home.onRollOver = function() { var my_sound:Sound = new Sound(); my_sound.attachSound("over"); my_sound.start(); Tweener.addTween(this,{_x:-138, _y:0, _scale:120, time:0.6, transition:eIOE}); Tweener.addTween(this.shadow1,{_x:18, _y:10, _scale:80, time:0.6, transition:eIOE}); Tweener.addTween(nav.about,{_y:80, time:0.4, transition:eIOE}); Tweener.addTween(nav.whatWeve,{_y:136, time:0.4, transition:eIOE}); Tweener.addTween(nav.contactus,{_y:189, time:0.4, transition:eIOE}); Tweener.addTween(nav.clientLog,{_y:242, time:0.4, transition:eIOE}); Tweener.addTween(this.innerText,{_x:151, _y:-127, _scale:90, time:0.4, transition:eIOE}); }; nav.home.onRollOut = function() { homeOut(); }; function homeOut() { Tweener.addTween(nav.home,{_x:-174, _y:19, _scale:100, time:0.4, transition:eIOE}); Tweener.addTween(nav.home.shadow1,{_x:2, _y:2, _scale:100, time:0.6, transition:eIOE}); Tweener.addTween(nav.about,{_y:70, time:0.4, transition:eIOE}); Tweener.addTween(nav.whatWeve,{_y:126, time:0.4, transition:eIOE}); Tweener.addTween(nav.contactus,{_y:179, time:0.4, transition:eIOE}); Tweener.addTween(nav.clientLog,{_y:232, time:0.4, transition:eIOE}); Tweener.addTween(nav.home.innerText,{_x:28, _y:-38, _scale:100, time:0.4, transition:eIOE}); } // about the mob nav.about.onRollOver = function() { var my_sound:Sound = new Sound(); my_sound.attachSound("over"); my_sound.start(); Tweener.addTween(this,{_x:-124, _y:40, _scale:120, time:0.6, transition:eIOE}); Tweener.addTween(this.shadow1,{_x:18, _y:10, _scale:80, time:0.6, transition:eIOE}); Tweener.addTween(nav.home,{_y:10, time:0.4, transition:eIOE}); Tweener.addTween(nav.whatWeve,{_y:136, time:0.4, transition:eIOE}); Tweener.addTween(nav.contactus,{_y:189, time:0.4, transition:eIOE}); Tweener.addTween(nav.clientLog,{_y:242, time:0.4, transition:eIOE}); Tweener.addTween(this.aboutTheMobtxt,{_x:119, _y:-104, _scale:90, time:0.4, transition:eIOE}); }; function aboutOut() { Tweener.addTween(nav.about,{_x:-170, _y:69, _scale:100, time:0.4, transition:eIOE}); Tweener.addTween(nav.about.shadow1,{_x:2, _y:2, _scale:100, time:0.6, transition:eIOE}); Tweener.addTween(nav.home,{_y:19, time:0.4, transition:eIOE}); Tweener.addTween(nav.whatWeve,{_y:126, time:0.4, transition:eIOE}); Tweener.addTween(nav.contactus,{_y:179, time:0.4, transition:eIOE}); Tweener.addTween(nav.clientLog,{_y:232, time:0.4, transition:eIOE}); Tweener.addTween(nav.about.aboutTheMobtxt,{_x:66, _y:-66, _scale:100, time:0.4, transition:eIOE}); } nav.about.onRollOut = function() { aboutOut(); }; //what weve done nav.whatWeve.onRollOver = function() { var my_sound:Sound = new Sound(); my_sound.attachSound("over"); my_sound.start(); Tweener.addTween(this,{_x:-80, _y:70, _scale:120, time:0.6, transition:eIOE}); Tweener.addTween(this.shadow1,{_x:18, _y:10, _scale:80, time:0.6, transition:eIOE}); Tweener.addTween(nav.about,{_y:69, time:0.4, transition:eIOE}); Tweener.addTween(nav.contactus,{_y:189, time:0.4, transition:eIOE}); Tweener.addTween(nav.clientLog,{_y:242, time:0.4, transition:eIOE}); Tweener.addTween(this.innerText,{_x:115, _y:-107, _scale:90, time:0.4, transition:eIOE}); }; function whatWeveOut() { Tweener.addTween(nav.whatWeve,{_x:-170, _y:126, _scale:100, time:0.4, transition:eIOE}); Tweener.addTween(nav.whatWeve.shadow1,{_x:2, _y:2, _scale:100, time:0.6, transition:eIOE}); Tweener.addTween(nav.about,{_y:70, time:0.4, transition:eIOE}); Tweener.addTween(nav.contactus,{_y:179, time:0.4, transition:eIOE}); Tweener.addTween(nav.clientLog,{_y:232, time:0.4, transition:eIOE}); Tweener.addTween(nav.whatWeve.innerText,{_x:76, _y:-78, _scale:100, time:0.4, transition:eIOE}); } nav.whatWeve.onRollOut = function() { whatWeveOut(); }; //contactUS nav.contactus.onRollOver = function() { var my_sound:Sound = new Sound(); my_sound.attachSound("over"); my_sound.start(); Tweener.addTween(this,{_x:-87, _y:123, _scale:120, time:0.6, transition:eIOE}); Tweener.addTween(this.shadow1,{_x:18, _y:10, _scale:80, time:0.6, transition:eIOE}); Tweener.addTween(nav.home,{_y:15, time:0.4, transition:eIOE}); Tweener.addTween(nav.about,{_y:64, time:0.4, transition:eIOE}); Tweener.addTween(nav.whatWeve,{_y:118, time:0.4, transition:eIOE}); Tweener.addTween(nav.clientLog,{_y:237, time:0.4, transition:eIOE}); Tweener.addTween(this.innerText,{_x:115, _y:-107, _scale:90, time:0.4, transition:eIOE}); }; nav.contactus.onRollOut = function() { contactusOut(); }; function contactusOut() { Tweener.addTween(nav.contactus,{_x:-170, _y:179, _scale:100, time:0.4, transition:eIOE}); Tweener.addTween(nav.contactus.shadow1,{_x:2, _y:2, _scale:100, time:0.6, transition:eIOE}); Tweener.addTween(nav.home,{_y:19, time:0.4, transition:eIOE}); Tweener.addTween(nav.about,{_y:70, time:0.4, transition:eIOE}); Tweener.addTween(nav.whatWeve,{_y:126, time:0.4, transition:eIOE}); Tweener.addTween(nav.clientLog,{_y:232, time:0.4, transition:eIOE}); Tweener.addTween(nav.contactus.innerText,{_x:50, _y:-58, _scale:100, time:0.4, transition:eIOE}); } //client Log In nav.clientLog.onRollOver = function() { var my_sound:Sound = new Sound(); my_sound.attachSound("over"); my_sound.start(); Tweener.addTween(this,{_x:-80, _y:173, _scale:120, time:0.6, transition:eIOE}); Tweener.addTween(this.shadow1,{_x:18, _y:10, _scale:80, time:0.6, transition:eIOE}); Tweener.addTween(nav.home,{_y:15, time:0.4, transition:eIOE}); Tweener.addTween(nav.about,{_y:67, time:0.4, transition:eIOE}); Tweener.addTween(nav.whatWeve,{_y:121, time:0.4, transition:eIOE}); Tweener.addTween(nav.contactus,{_y:174, time:0.4, transition:eIOE}); Tweener.addTween(this.innerText,{_x:121, _y:-108, _scale:90, time:0.4, transition:eIOE}); }; nav.clientLog.onRollOut = function() { Tweener.addTween(this,{_x:-170, _y:232, _scale:100, time:0.4, transition:eIOE}); Tweener.addTween(this.shadow1,{_x:2, _y:2, _scale:100, time:0.6, transition:eIOE}); Tweener.addTween(nav.about,{_y:71, time:0.4, transition:eIOE}); Tweener.addTween(nav.home,{_y:19, time:0.4, transition:eIOE}); Tweener.addTween(nav.whatWeve,{_y:126, time:0.4, transition:eIOE}); Tweener.addTween(nav.contactus,{_y:179, time:0.4, transition:eIOE}); Tweener.addTween(this.innerText,{_x:52, _y:-61, _scale:100, time:0.4, transition:eIOE}); }; // function buildAbout() { mobHome.video.myDisplay.pauseVideo("splashVideo/HJNTIY_Tips_30.flv"); mobHome.video.myDisplay.pauseVideo("splashVideo/SVTF02_NCM.flv"); Tweener.addTween(about,{_alpha:0, _rotation:0, _scale:50, _x:-17, _y:1133}); Tweener.addTween(about.logo,{_alpha:0, _y:-306}); Tweener.addTween(about.mainAboutCopy,{_alpha:0, _y:-26}); Tweener.addTween(about.aboutTitle,{_alpha:0, _y:-141}); Tweener.addTween(about.streetScene,{_rotation:0, _alpha:0, _y:302, _x:-69}); // // Tweener.addTween(about,{_alpha:100, _rotation:0, _scale:100, _x:540, _y:400, time:1.5, transition:eIOE}); Tweener.addTween(about.logo,{_alpha:100, _y:-326, time:1, transition:eIOE}); Tweener.addTween(about.mainAboutCopy,{_alpha:100, _y:-53, time:1, transition:eIOE, delay:.4}); Tweener.addTween(about.aboutTitle,{_alpha:100, _y:-141, time:1, transition:eIOE, delay:.6}); Tweener.addTween(about.streetScene,{_rotation:0, _alpha:100, _y:172, _x:-69, time:1, transition:eIOE, delay:.8}); } var aboutPress = about.mainAboutCopy.mobAboutTxt; //ABOUT INNER CONTENT CODE about.mainAboutCopy.aboutThe.onRelease = function() { Tweener.addTween(aboutPress,{_alpha:0, time:.4}); aboutPress = about.mainAboutCopy.mobAboutTxt; Tweener.addTween(about.mainAboutCopy.txtLine,{_x:-320, time:1}); Tweener.addTween(about.mainAboutCopy.mobAboutTxt,{_alpha:100, time:1.4}); }; about.mainAboutCopy.whatDo.onRelease = function() { Tweener.addTween(aboutPress,{_alpha:0, time:.4}); aboutPress = about.mainAboutCopy.create; Tweener.addTween(about.mainAboutCopy.txtLine,{_x:-178, time:1}); Tweener.addTween(about.mainAboutCopy.create,{_alpha:100, time:1.4}); }; about.mainAboutCopy.whoAre.onRelease = function() { Tweener.addTween(aboutPress,{_alpha:0, time:.4}); aboutPress = about.mainAboutCopy.creds; Tweener.addTween(about.mainAboutCopy.txtLine,{_x:-39, time:1}); Tweener.addTween(about.mainAboutCopy.creds,{_alpha:100, time:1.4}); }; //BUILD CONTACT US function buildContact() { mobHome.video.myDisplay.pauseVideo("splashVideo/HJNTIY_Tips_30.flv"); mobHome.video.myDisplay.pauseVideo("splashVideo/SVTF02_NCM.flv"); Tweener.addTween(contactUsPage,{_alpha:0, _rotation:90, _scale:50, _x:450, _y:941}); Tweener.addTween(contactUsPage.fishLogo,{_alpha:0, _x:-223, _y:-147, _rotation:30}); Tweener.addTween(contactUsPage.contactCopy,{_alpha:0, _x:-10, _y:250, _rotation:30}); // // Tweener.addTween(contactUsPage,{_alpha:100, _rotation:0, _scale:100, _x:240, _y:248, time:1, transition:eIOE}); Tweener.addTween(contactUsPage.fishLogo,{_alpha:100, _scale:100, _rotation:0, _x:-122, _y:-170, time:1, transition:eIOE}); Tweener.addTween(contactUsPage.contactCopy,{_alpha:100, _scale:100, _rotation:0, _x:151, _y:84, time:1, transition:eIOE, delay:.4}); } //BUILD WHAT WEVE function buildWhatWeve() { mobHome.video.myDisplay.pauseVideo("splashVideo/HJNTIY_Tips_30.flv"); mobHome.video.myDisplay.pauseVideo("splashVideo/SVTF02_NCM.flv"); Tweener.addTween(whatWevePage,{_alpha:0, _x:450, _y:941, _rotation:0, _scale:50}); // Tweener.addTween(whatWevePage,{_alpha:100, _rotation:0, _scale:100, _x:322, _y:207, time:1}); }

    you can delete that file, if you want.
    the top border of those buttons exactly display the problem i suggested.  when you mouse over the top edge, the button moves away from your cursor triggering a mouse out event.
    to remedy, don't have your button move away from the top (or any other) edge of the button.
    and my previous comment was to counter your claim that you see this done elsewhere without the problem.  post a url where a button moves away from the cursor and does not trigger the problem..
    you could expand an alpha 0 shape at the top of your button on rollover so a rollout is not triggered but the same design appears.

  • D-Braket is not helping! mobo keeps locking up in Post. no video

    Ok.....where to start.....?
    Well I built another PC and this one was for my brother in Florida.
    First off I had to ship it via FedEx Ground    . well it took a solid week to get there from Oklahoma (USA).
    When it arrived he said the box was in good condition, and the PC case looked fine also.
    So my Bro hooked it up and tried to boot it, the fans were coming on and the HDDs spun up, but no video. 
    Well he finally called me after, he had his buddy looked at the Box (PC)<= No Luck  <-..
    OK so I talked to him and told him to check the "D-Bracket" for any codes.         \---- they are noobs....
    OK now to the problems
    So my Bro & the pro <--   checked the code, they said it had a "1,4"  ("X,X" - X=Green led)
    Ok so I checked the code and it looked like he was having a Video issue. So he changed out the Card a few times, once with a PCI GPU & a ATI all in1 AGP (96 or 9800...?) --- No luck there
    So I had him pull the CPU out and re-seat it,    That got it passed the "D-B" error
    Ok so he puts the HS&F back on, reboots it and the D-Bracket goes to All Green   
    OK well now that my brother sees some life (Video) come out of the Box he wants to take it home and slam Winders on it. 
    So i had a feeling he needed to check a few things in the bios wile he had a novice PC guy around. Turns out his CPU Temp was at like 77~81C 
    so i had it turn off the box and look at the HS&F......., well thay noticed one of the clips on the Retention bracket had been bracket off....(maybe by the noobs or maybe by FedEx... )
    So we get the dumb ideal to use Zip Ties <-----     to hold the HS&F down, in a not so professional way. I got to say it work pretty good for some zip ties and a noob. We got the temp down to a nice 39C @ idle & 47 w/ load.   
    So he finally got to load Windows on it. The mobo took windows like a Champ! He ran the PC like this for about a week or so, with no major problems.
    Well today he call and said he bought a new Retention bracket. He put in on and now the mobo won't boot.   
    Ok so we try the old Take the CPU out & put in back in Trick. <-- nope that did not work
    Next we move the memory around from slot to slot.....nothing same "1,4" code 
    Then the Video card comes out along with the HDDs & CDROM, we reset the bios also on this step. <---no luck (Same 1,4)
    Ok so I had him swap PSUs still no good. 
    Man I tried all the Tricks, to get it past that D-B code.    ...........
    So for some dumb reason i ask if the lights on the D-Bracket were changing before it gets to the 1,4 code or if it just jumps strait to it....He said it just jumps Strait to that code 1,4
    Now I thought the D-B should show the mobo going thro the Steps (codes) before it holts or lock up on one....?
    Can any of you "Post" Pros think of a reason the mobo would be jumping strait to the 1,4 code, w/o going thro the "Post" steps?
    Almost forgot, here are the system specs:
    865PE Neo2-P  MS-6728MS-6728
    3E - 3GHz 800fsb w/1meg cash
    4 X - 512mb PC3200 @ 400MHz ....2.65V to the memory.
    9600 or 9800 ATI All In Wonder Pro AGP 8X
    40G Maxtor 7200rpm $ 40G IBM Deskstar 7200rpm
    DVD\CD-ROM 16X,48X
    400W P.O.S. PSU  -  12V=15A, 5V=30~35A, 3.3V=35A~40A 
    That’s about all that’s installed on the mobo.
    Thanks in advance for the Input!! 

    Ok Guys Its been a Wile I know. I normally don't bump old posts, but this is Related to the Same Issue and the Same computer.
    History... MSI Fixed the board at no charge.. Yes its the same board and they did a great job on the repair.  (I love the guys at MSI)
    The system has been working Great since the new board. Not one problem. I did take you previous advice and Replace the PSU. its now got a Beefy Enermax in it. 
    So My brother went and bought a new video card from newegg (MSI NX7600GS-TD256) as advised. So he calls me up and was ready to install it. So I remoted in and uninstalled the Drivers/software for the old ATI allinwonder (98 or 9600), I also uninstall it from the device manager and then shutdown the system.
    After I shutdown the computer and he installed the new card with me on the phone, Things looked good and sounded like they went great. So he fires it up and guess what he gets the same old error code. The D-bracket is jumping straight to the old (1=G 2=R 3=R 4=G) code or better yet the:
    "BIOS Sign On
    - This will start showing information about logo, processor brand name, etc..." 
    Ok so now we are getting that error code every time we turn the power on.
    I (with my brothers noob hands but good ears) have tried Resetting the BIOS, bare boning the system, Tried the old Card,... Reseated the CPU, Memory & Video Card.
    I have tried most of my tricks to get the thing to pass that code or at least get a different one. We even took the battery out for about an hour with no luck.
    Let me know what you guys think. and if you know any other tricks or tactics that I don't.
    And for the Mods...I know this is an OLD post but I thought all the old info would help, especially because its the same error code. and If you want to move or delete or even have me make a new post, then go ahead and do your thing and let me know thanks.

  • D-bracket info.

    What doed D-Bracket say?
    This is also in your manual, but since you're here...
    1 ALL RED  
    System Power ON
    -The D-LED will hang here if the processor is damaged or not installed properly.  
    2 ALL RED EXCEPT TOP LEFT
    Early Chipset Initialization  
    3 ALL RED EXCEPT TOP RIGHT  
    Memory Detection Test
    - Testing onboard memory size. The D-LED will hang if the memory module is damaged or not installed properly  
    4 BOTH BOTTOM RED
    Decompressing BIOS image to RAM for fast booting  
    5 ALL RED EXCEPT BOTTOM LEFT  
    Initializing Keyboard Controller
    6 TWO RIGHT RED
    Testing VGA BIOS
    - This will start writing VGA sign-on message to the screen  
    7 TOP LEFT & BOTTOM RIGHT RED
    Processor Initialization
    - This will show information regarding the processor (like brand name, system bus, etc...)  
    8 BOTTOM RIGHT RED  
    Testing RTC (Real Time Clock)  
    9 ALL RED EXCEPT BOTTOM RIGHT
    Initializing Video Interface
    - This will start detecting CPU clock, checking type of video onboard. Then, detect and initialize the video adapter  
    10 TOP RIGHT & BOTTOM LEFT RED  
    BIOS Sign On
    - This will start showing information about logo, processor brand name, etc...  
    11 TWO LEFT RED
    Testing Base and Extended Memory
    - Testing base memory from 240K to 640K and extended memory above 1MB using various patterns  
    12 BOTTOM LEFT RED
    Assign Resources to all ISA  
    13 BOTH TOP RED  
    Initializing Hard Drive Controller
    - This will initialize IDE drive and controller
    14 TOP RIGHT RED
    Initializing Floppy Drive Controller
    - This will initializing Floppy Drive and controller  
    15 TOP LEFT RED
    Boot Attempt
    - This will set low stack and boot via INT 19h  
    16 ALL GREEN  
    Operating System Booting

    Hi
    My computer was working pretty good, but suddenly became to hang up while booting, after have been off overnight and just reseting many times it starts good. D-Bracket red leds sometimes are 1 and 3, other only 1, User’s guide refers to “testing base and extended memory” or “boot attempt” errors, respectively. I tried to find some information about it into the MSI web-pages without luck, at the end I dismantled the whole PC and re-built it, but the trouble still remains .Can someone give me an advice to work it out? Thank you in advanced. 
    (Apologize my bad English)
    Technical Data:
    Mainboard:      KT6-V   MS 7021 (v1.X)
    Bios:          AMI A7021VMS V2.3
    CPU:          AMD AXDA2600DKV4D
    Memory:      Liberty PC3200    512MB
    Video:         G-Force XFX 5200 128MB DDR TV
    Video Drivers:   NVidia 71.84
    Power Supply:   Model LPJ2-20   300W
             +3,3v      22A
             +5v      30A
             +12v      14A
             3,3v/5v   140W
    HDD:         Seagate Barracuda 7200.7   80GB   SATA
    Other Devices:
    Video In:      Pinnacle DC 10 AV/DV (PCI Slot 2)
    Extra-LAN Card:   Encore ENL 832-TX+ (PCI Slot 3)
    Acer CD-ROM 40X
    Sony DVD-ROM DDU 1612
    _NEC NR-7500A CDR/RW
    OS: WXP 5.1.2600 SP2

  • Will recovery CD return BIOS to original state(version)

    Hi, everybody. I already asked about logo on startup, but knowbody answered for now.. hope somebody will. But have another short question? which is stated in the subject. If I you Recovery cd on my laptop will it affect bios?

    Hello Andrey
    Recovery image has nothing to do with BIOS settings. Recovery procedure format HDD and install OS with all necessary drivers, tools and utilities.
    After doing this notebook has factory settings again.

  • K7n2 delta ILSR- urn on processor problem

    Hello, my english is very bad, but my problem its big, and i'll try explain, When i turn on my computer, he turn, and dont detect drivers, and  say processor amd 2400+ after a few minutes (+/-3min) he detect drivers and entired in windows! but he sptoped about 3 minutos!
    I see in d-breaket and, "Bios Sign on
    -This will start showing infromation about logo,processor brand names,etc!
    But 3 minutos for this? a tested processador and memmorys in "burn in test" and dont have any problem!!!!
    Help me!

    Hello! Your English is fine!
    Drivers could mean hard disks. If  so, BIOS could have trouble finding something to boot from. Please check this.
    Try with only one hard disk on Primary IDE channel, at the end connection (black) of the flat cable, jumpered as Master. The blue end to the motherboard. Have nothing on the other channel.
    Please also say something about the PSU (Power Supply Unit/Alimentation/where the power cable goes in), with max amperes for the 3,3 volt, 5 volt, and 12 volt line. This information is printed on the PSU. This is an example:
    3,3 v > 30 A
    5 v > 30 A
    12 v > 18 A

  • K8T Neo boot only without keyboard

    Hi,
    since yesterday I am owner of an MSI K8T Neo Mainboard, but unfortunately I can't enjoy it. The mainboard boots only sometimes an only if the keyboard is not connected.
    My system:
    Mainboard: MSI K8T Neo-FIS2R (MS 6702 Ver. 1.0)
    Prozessor: AMD Athlon 64 3000+
    Cooler: Artic Cooling Silencer 64
    RAM: Infineon 2100er DDR RAM (HYS64D32000GU-7-A, A3E115011, PC2100U-20330-B1. CL2)
    Graphic card: ATI Radeon 8500 64 MB
    Power Supply: Enermax EG465AX-VE(G) FMA 460 W (+3.3V: 35A, +5V: 35A, +12V: 33A)
    While I'm trying to find the problem I 've already try to:
    - running the mainboard outside of te case to avoid shortcircuits
    - reseting CMOS
    At the moment the mainboard is lying on a piece of newspaper, only the processor, the cooler, the power supply (both power connectors, even the 4-pin 12V connector), the graphic card, the power switch and the diagnose LEDs (D-Bracket 2) are connected.
    If I power on the system, I get to the boot screen, where the system want's me to hit F1 or F2 to configure the reseted CMOS, but thats difficult without  a keyboard...
    If I connect the keyboard (PS/2), the first boot screen stays on the display (the CoreCell Ship logo, no texts) and the d-bracket shows "attempt to boot". I tried 3 different PS/2 Keyboards (one Cherry Keyboard and two NoName products), but it's every time the same effect.
    I already tried to fit only one of the Infineon RAMs into the motherboard, but nothings changes.
    Is there someone who can help me? What else could I try?  
    Greetings
    Henning

    The board is outside the case. No possibility for a short circuit.
    I try to connect a mouse/keyboard kombination:
    ps/2 keyboard connected: no boot
    ps/2 keyboard/ usb mouse: no boot
    ps/2 keyboard/ ps/2 mouse: no boot
    only usb mouse: no boot
    only ps/2 mouse: no boot
    nothing connected: boot
    b.t.w. the d-bracket shows "attempting to boot" after it shows "bios sign on (this will start showing information about logo, prozessor,...)"
    Greetings
    Henning

  • MSI Neo2 Platinum should beep if the cpu is dead?

    I have a Neo2 Platinum and a 3500+. When I try to start the computer the fan starts to spin but the monitor is black. The computer doesnt make any beeping sound. I know its either the CPU or the motherboard that is broken. Should the motherboard make any sound if the CPU is dead?
    My D-bracket says "Early Chipset Initialization" and "Bios Sign On" (shows info about logo, cpu brand name etc..)
    Depends on how I start up the computer (psu power switch or button)
    The problem started a few weeks ago. The computer made lots of reboots and now I cant even access bios. Ive replaced all other components (ram,psu, HDD) but nothing happens. So is there any way to find out if its the motherboard or the cpu?

    Quote from: bennyfax on 25-October-06, 07:59:57
    Ok thanks for trying to help me but its not the HDD's. Its the motherboard or the cpu. I just dont know which one.
    your CPU is not dead for sure.
    try barabone setup,(leave only basic parts which is necessary to boot) and Clear CMOS Guide(remove power cord from PSU before proceed).
    test with one stick of memory only.

Maybe you are looking for

  • Record own songs?

    I am a singer and guitar player, largely acoustical. I want to record my own work with my guitar (will use electric guitar via maudio interface). How can I add drum or other instruments to my guitar track or should I start with a drum track? I take i

  • MP3 tags problem?  Album list on Touch

    When I select Music>Albums, the listing contains the songs on the album, instead of just the album name. Not all albums do this. I used MP3 Tag to edit these tags. But some other albums I tagged the same way work ok? Help?

  • Multiple events structures for same control

    Hi, I would like to use a same blinking button into 2 event structures seperately. Please see my VI, after the first event is done, the second event is not wait for user to press the button, and it is auto triggered. How to solve that? Is there any w

  • Error in header texts of sales orders

    Hi gurus I am working on ecc5.0. This issue is related to sales order creation. When i want to create header texts for the sales order it says that error in text processing.It gives the following error msg. The SD_WORD_PROCESSING function module is f

  • My itunes match has several songs under the wrong album title

    My iTunes match on my laptop has several songs under the wrong album title. Is there anyway to correct this?