Help with accessing MC within a  dynamically load MC

I'm developing a website for school and in an effort to make it eaier to update i'm attempting to make it as dynamic as possible.  So far I've been able to load in MC's dynamically.  These MC's banners are made up of smaller MC's themselves.  When the mouse goes over one the banners, I want to access one of it's child MC's.  This is what I have so far:
//the banners to be loaded are set in the library to export with a class matching their respective names
//when page loads...
//Create class names
for(var i:int = 1; i<=1; i++)
    placeBanner("bannerMC" +i);
    var test:String = "bannerMC" +i;
    trace(test);
//import banner from library
function placeBanner(bannerClass:String)
    var tempClass:Class = getDefinitionByName(bannerClass) as Class;
    var newBanner:MovieClip = new tempClass() as MovieClip;
    newBanner.name = "bannerMC"+i;
    newBanner.x = 29;
    newBanner.y = 100 +(129*(i-1));
    addChildAt(newBanner,4);
    trace("placing Entry: " +newBanner.name);
    newBanner.buttonMode = true;
    newBanner.addEventListener(MouseEvent.ROLL_OVER, overBanner);
    newBanner.addEventListener(MouseEvent.ROLL_OUT, outBanner);
    newBanner.addEventListener(MouseEvent.CLICK, clickBanner)
//at this point for ROLL_OVER I want to access a sub movie clip of the bannerMC
//for an alpha tween but it doesn't work!!! I get a "Cannot access a property or method
//of a null object reference," I've been unable to correct this
function overBanner(e:MouseEvent):void
    var cBanner:MovieClip = MovieClip(e.currentTarget);
    trace("Roll_OVER object is: " +cBanner.name);
    var alphaMC:MovieClip = MovieClip(cwork.getChildByName("borderMC"));
    var hiLite:Tween = new Tween(alphaMC, "alpha", Regular.easeIn, .8, 1, .25, true);
    trace("Highlighted child : " +alphaMC.name);
so the above is  overBanner function is my original attempt.  My other attempts also failed aswell.   Any help would be great.  Another question: what would be the easiest way to clear the banner movie clips from the stage when the user is brought to another page of my website?
Thanks
FM2b

Don't assign your bannerMC1 object the name of its class.
I modified your code just to get an example working.  That example has a movieclip in the library with a class name bannerMC1.  bannerMC1 object holds an mc with an instance name borderMC
The code below is what worked to make the border tween in...
import fl.transitions.Tween;
import fl.transitions.easing.*;
import fl.transitions.TweenEvent;
for(var i:int = 1; i<=1; i++)
    placeBanner("bannerMC" +i);
    var test:String = "bannerMC" +i;
    trace(test);
//import banner from library
function placeBanner(bannerClass:String)
    var tempClass:Class = getDefinitionByName(bannerClass) as Class;
    var newBanner:MovieClip = new tempClass() as MovieClip;
    newBanner.name = "bannerM"+i;
    newBanner.x = 29;
    newBanner.y = 100 +(129*(i-1));
    addChild(newBanner);
    trace("placing Entry: " +newBanner.name);
    newBanner.buttonMode = true;
    newBanner.addEventListener(MouseEvent.ROLL_OVER, overBanner);
    //newBanner.addEventListener(MouseEvent.ROLL_OUT, outBanner);
    //newBanner.addEventListener(MouseEvent.CLICK, clickBanner)
//at this point for ROLL_OVER I want to access a sub movie clip of the bannerMC
//for an alpha tween but it doesn't work!!! I get a "Cannot access a property or method
//of a null object reference," I've been unable to correct this
function overBanner(e:MouseEvent):void
    var cBanner:MovieClip = MovieClip(e.currentTarget);
    trace("Roll_OVER object is: " +cBanner.name);
    var alphaMC:MovieClip = MovieClip(cBanner.getChildByName("borderMC"));
    var hiLite:Tween = new Tween(alphaMC, "alpha", Regular.easeIn, 0, 1, 2, true); // I exaggerated the numbers to confirm the tween for myself
    trace("Highlighted child : " +alphaMC.name);

Similar Messages

  • Need help with accessing the program.

    I need help with accessing my adobe creative cloud on my windows 8.1 laptop. I have an account but do not have an app. I need this for my online classes. Please help!

    Link for Download & Install & Setup & Activation may help
    -Chat http://www.adobe.com/support/download-install/supportinfo/

  • Search help with new selection within if more than 500 entries

    Dear all,
    I created a new search help and this works fine ... If I compare my search help with a default search help from SAP,  I have 1 small feature that not seems to work ... With the default one, it is possible to make a new selection within the search help by clicking on the arrow down :
    If I look at my search help, I don't have the possibility to make a new selection :
    Does anyone how this can be done ?
    Thanks in advance !
    Greetz,
    Kurt.

    HI,
    Here are the general steps to get you started.
    1. Identify the search help being used (on the ship-to-party field, F1 then Tech Info). I believe you want the collective search help SD_DEBI.
    2. Create your own search help with the fields you want to use with SE11, like 'ZDEBI' as an example.
    3. Append 'ZDEBI' to SD_DEBI. (Goto->Append Search Help).
    4. Clean things up by "Hiding" the old search help. In the 'Included Search Help' tab of the collective search help SD_DEBI, there is a check box that you can tick to hide included search helps.

  • Help with access control please

    So I'm trying to set up my brother's PSP to the wirless network through MAC address timed access. What I want to do is make it so that he can only access it through certain times in the day. I'm having troubles with actually getting it to work. Everytime I set it up, the PSP only show's up as a DHCP client and not a Wireless client. I tried the option panel with the add wireless clients through the first try access. Could I get some help with this issue please? Thanks!

    Just to calm your fears... There is no conspiracy. If someone had an answer or a suggestion they would post it.

  • Help with Access connecting to a Oracle DB on a Windows 7-64bit workstation

    Hello:
    Here's my configuration:
    OS: Windows 7-64bit
    Oracle DBMS: 11g
    I am trying to connect to a 11g DB from within Access.
    I launched the ODBC Administrator from c:\windows\syswow64 directory as an Administrator (which I undertstand is the 32-bit version). When I tried to set up a new DSN, I encountered two problems:
    1. The TNS Service Name dropdown has a slew of entries with funny characters. However, it did not include my TNS Entry.
    2.  I manually entered my TNSName. It did ask me for the username and password. When I tested the connection, I got an error "ORA-12154"
    Any help to resolve the issue will be much appreciated.
    Venki

    Senthil:
    What should it point to?
    Anyway, I re-installed both the 64-bit Oracle DB and the 32-bit client. There are two sets of TNSNames.Ora, Listener.Ora and SQLNet.ora, one for the 64-bit and one for the 32-bit in their respective folders.
    I have no problem creating an ODBC DSN for the 64-bit version. The link connects fine to the DB
    I have two TNS Listeners defined, one for the 64-bit and one for the 32-bit. While the 64-bit uses Port 1521, I am using Port 1522 for the 32-bit; I also made sure that Listener.ora refers to the same port. But when I use Oracle Net Configuration Assistant to configure Local Net Service Name Configuration to test the Service, it says "TNS:listener does not currently know of the service requested in connect descriptor.
    I did check that both the TNS Listener services are running.
    venki

  • Help with setting variable within movieClip

    I am a relative begginer with ActionScript so please bare
    with me.
    I have a button within a movie clip. I have the following
    code assign to it:
    on (release) {
    _root.gotoAndPlay(1);
    startMovie = "intro";
    I have a conditional statement at root frame 1 that will load
    movieClip "intro" if startMovie = "intro"
    The script executes as is if startMovie is undeclared.
    I have tried declaring the value as _root.startMovie =
    "intro"; as well.
    I know I must be missing something simple here.
    Any help would be appreciated

    Thanks kglad.
    I did try _root.startMovie = "intro"
    Maybe I am missing something else. Here is the code for root
    timeline:
    I know this code works. I have tested it sending a query
    string.

  • I am having difficulty playing most pogo games and need help with it. I have down loaded the recent version of java and am still unable to get the games to load. Is someone able to please help me ? Thank- You

    I am seriously needing some help and guidance in getting my mac to help me play pogo games. I will be thrilled with any help to show and tell me what to do. Thank-You so much !

    Back up all data.
    Launch the Keychain Access application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Keychain Access in the icon grid.
    Select the login keychain from the list on the left side of the Keychain Access window. If your default keychain has a different name, select that.
    If the lock icon in the top left corner of the window shows that the keychain is locked, click to unlock it. You'll be prompted for the keychain password, which is the same as your login password, unless you've changed it.
    Right-click or control-click the login entry in the list. From the menu that pops up, select Change Settings for Keychain "login". In the sheet that opens, uncheck both boxes, if not already unchecked.
    From the menu bar, select
    Keychain Access ▹ Preferences ▹ First Aid
    If the box marked Keep login keychain unlocked is not checked, check it.
    Select
    Keychain Access ▹ Keychain First Aid
    from the menu bar and repair the keychain. Quit Keychain Access.

  • Help with Photoshop Premiere Elements 13 not loading

    I have asked this question now three times with no answer. The troubleshooting website goes round in circles so there is only a forum to get help? I am so frustrated with the whole thing and if I dont get this osrted then I have no option but to send it back.
    i have got premiere elements 13 and can only get as far as the organizer. The Editor wont load and keeps asking me to sign in and when I do sign in it just doesnt do anything
    Please can someone from Adobe get back to me. I am supposed tio get support and so far havent hardly had any
    There is a chat that someone called Amir asked tio take over my computer!!! Is this real?
    Please help

    Thank you for replying JOhn. Im new to this
    If I click still need help, I then get NEED HELP? START HER TO GET SUPPORT
    First we need a few details
    I answer the few details and ot takes me back to the same place again?
    No chat
    There is what are my options so if i click this it comes up with What are my contact options and there is chat there but its greyed out so I am not able to select
    The only method is forums
    There is a blue square with Ready rto contact us?Start here
    I click that and I am back to NEED HELP? START HERE TO GET SUPPORT
    first WE NEED A FEW DETAILS
    I am totally lost
    Do you know how I can get to speak to somebody or chat to somebody?
    I tried to chat to somebody last night and they wanted to log into my computer!!!
    Help!!

  • Help with accessing hidden items in Apex collections using  4.0.2.00.06

    Hello experts,
    I have the following code in my on load before header process
    declare
    l_sent_rec individual_original_pkg.case_rec_typ;
    begin
    individual_original_pkg.case_header(p_sent_id=>:P1_SENT_ID,l_case_rec=>l_sent_rec);
    :P2_DISPOSITIONS                           := l_sent_rec.sent_info.disp_type_code;
    :P2_SAFETY_VALVE                           := l_sent_rec.ind_sent_info.safety_valve;
    :P2_NO_OF_COUNTS_OF_CONVICTION             := l_sent_rec.sent_info.cnts_num;
    :P2_PRIM_OFFN_CONVICTION                   := l_sent_rec.sent_info.prim_offn_code;
    if wwv_flow_collection.collection_exists(p_collection_name=>'COUNTS') then
         wwv_flow_collection.delete_collection(p_collection_name=>'COUNTS');
    end if;
    wwv_flow_collection.create_or_truncate_collection(p_collection_name=>'COUNTS');
    FOR counts_rec IN (WITH     got_c_num     AS
         SELECT     oc.conv_cnt,
              oc.stat_min_mons_num,
              oc.stat_max_mons_num,
              ocs.statute_id,
              ocs.title_code,
              ocs.section_code,
              ocs.subsection_code,
              ROW_NUMBER () OVER ( PARTITION BY  oc.conv_cnt order by ocs.statute_id )         AS c_num
         FROM      offense_convictions oc,
                 offense_conviction_statutes ocs
         WHERE     oc.sent_id     = ocs.sent_id
         AND     oc.conv_cnt     = ocs.conv_cnt
         AND     oc.sent_id     = :P1_SENT_ID
    SELECT     conv_cnt,
         stat_min_mons_num,
         stat_max_mons_num,
         "1_STATUTE_ID"          as first_statute_id,
         "1_TITLE_CODE"          as first_title_code,
         "1_SECTION_CODE"     as first_section_code,
         "1_SUBSECTION_CODE"     as first_subsection_code,
         "2_STATUTE_ID"          as second_statute_id,
         "2_TITLE_CODE"          as second_title_code,
         "2_SECTION_CODE"     as second_section_code,
         "2_SUBSECTION_CODE"     as second_subsection_code,
         "3_STATUTE_ID"          as third_statute_id,
         "3_TITLE_CODE"          as third_title_code,
         "3_SECTION_CODE"     as third_section_code,
         "3_SUBSECTION_CODE"     as third_subsection_code
    FROM     got_c_num
    PIVOT     (     MIN (statute_id)     AS statute_id
         ,     MIN (title_code)     AS title_code
         ,     MIN (section_code)     AS section_code
         ,     MIN (subsection_code)     AS subsection_code
         FOR     c_num
         IN     (     1
              ,     2
              ,     3
    ORDER BY  conv_cnt)
    LOOP
         apex_collection.add_member(
         p_collection_name=>'COUNTS',
         p_generate_md5=>'YES',
         p_c001=>counts_rec.CONV_CNT,
         p_c002=>counts_rec.STAT_MIN_MONS_NUM,
         p_c003=>counts_rec.STAT_MAX_MONS_NUM,
         p_c004=>counts_rec.first_statute_id,
         p_c005=>counts_rec.first_title_code,
         p_c006=>counts_rec.first_section_code,
         p_c007=>counts_rec.first_subsection_code,
         p_c008=>counts_rec.second_statute_id,
         p_c009=>counts_rec.second_title_code,
         p_c010=>counts_rec.second_section_code,
         p_c011=>counts_rec.second_subsection_code,
         p_c012=>counts_rec.third_statute_id,
         p_c013=>counts_rec.third_title_code,
         p_c014=>counts_rec.third_section_code,
         p_c015=>counts_rec.third_subsection_code
    END LOOP;
    end;and my report region is as follows
    SELECT    
    apex_item.checkbox(1,c001) "Select Count",
    apex_item.text(p_idx=>2,p_value=>c001,p_size=>3,p_maxlength=>3,p_attributes=>'readonly') count,
    apex_item.text( 3, c002, 3, 3),
    apex_item.text( 4, c003, 3, 3),
    apex_item.hidden(5, c004),
    apex_item.text( 6, c005, 3, 3),
    apex_item.text( 7, c006, 4, 4),
    apex_item.text( 8, c007, 4, 4),
    apex_item.checkbox(9, c004) "Select Stat1",
    apex_item.hidden(10,c008),
    apex_item.text( 11, c009, 3, 3),
    apex_item.text( 12, c010, 4, 4),
    apex_item.text(13, c011, 4, 4),
    apex_item.checkbox(14,c008) "Select Stat2",
    apex_item.hidden(15,c012),
    apex_item.text(16, c013, 3, 3),
    apex_item.text(17, c014, 4, 4),
    apex_item.text(18, c015, 4, 4),
    apex_item.checkbox(19,c012) "Select Stat3"
    FROM APEX_COLLECTIONS
    WHERE COLLECTION_NAME = 'COUNTS'I have a button with on submit - before computations and validations as
    DECLARE
      l_row NUMBER := 1;
      rows_to_be_deleted varchar2(2000) :=  null;
    BEGIN
    /* Stat 1 */
      FOR i IN 1..APEX_APPLICATION.G_F05.COUNT
      LOOP
        FOR j IN l_row..APEX_APPLICATION.G_F09.COUNT
        LOOP
          IF APEX_APPLICATION.G_F05(i) = APEX_APPLICATION.G_F09(j) THEN
               rows_to_be_deleted := rows_to_be_deleted || APEX_APPLICATION.G_F05(i)|| ',' ;
            l_row := j + 1;
            EXIT;
          END IF;
        END LOOP;
      END LOOP;
    :P2_BUTTON_PRESSED := substr(rows_to_be_deleted,1,(length(rows_to_be_deleted)-1));
    END;When i click on this button i am not able to access the hidden items in g_f05 array. All of the report attributes are set to render as "standard report column". How can i retrieve the values of G_F05 array items?
    thanks.
    Seetharaman

    In your report instead of this
    SELECT
    apex_item.checkbox(1,c001) "Select Count",
    apex_item.text(p_idx=>2,p_value=>c001,p_size=>3,p_maxlength=>3,p_attributes=>'readonly') count,
    apex_item.text( 3, c002, 3, 3),
    apex_item.text( 4, c003, 3, 3),
    apex_item.hidden(5, c004),
    apex_item.text( 6, c005, 3, 3),
    apex_item.text( 7, c006, 4, 4),
    apex_item.text( 8, c007, 4, 4),
    apex_item.checkbox(9, c004) "Select Stat1",
    apex_item.hidden(10,c008),
    apex_item.text( 11, c009, 3, 3),
    apex_item.text( 12, c010, 4, 4),
    apex_item.text(13, c011, 4, 4),
    apex_item.checkbox(14,c008) "Select Stat2",
    apex_item.hidden(15,c012),
    apex_item.text(16, c013, 3, 3),
    apex_item.text(17, c014, 4, 4),
    apex_item.text(18, c015, 4, 4),
    apex_item.checkbox(19,c012) "Select Stat3"
    FROM APEX_COLLECTIONS
    WHERE COLLECTION_NAME = 'COUNTS'
    do like this
    SELECT
    apex_item.checkbox(1,c001) "Select Count",
    apex_item.text(p_idx=>2,p_value=>c001,p_size=>3,p_maxlength=>3,p_attributes=>'readonly') count,
    apex_item.text( 3, c002, 3, 3),
    apex_item.text( 4, c003, 3, 3),
    apex_item.hidden(5, c004)||
    apex_item.text( 6, c005, 3, 3),
    apex_item.text( 7, c006, 4, 4),
    apex_item.text( 8, c007, 4, 4),
    apex_item.checkbox(9, c004) "Select Stat1",
    apex_item.hidden(10,c008)||
    apex_item.text( 11, c009, 3, 3),
    apex_item.text( 12, c010, 4, 4),
    apex_item.text(13, c011, 4, 4),
    apex_item.checkbox(14,c008) "Select Stat2",
    apex_item.hidden(15,c012)||
    apex_item.text(16, c013, 3, 3),
    apex_item.text(17, c014, 4, 4),
    apex_item.text(18, c015, 4, 4),
    apex_item.checkbox(19,c012) "Select Stat3"
    FROM APEX_COLLECTIONS
    WHERE COLLECTION_NAME = 'COUNTS'
    and check if it works
    Thanks

  • Help with Printing on a JSP dynamically

    Hi
    I am using a bean to list customer information like this on a JSP page
    The bean has different customer information and the products purchased
    I iterate thru the bean on the jsp and i need to print it in the following format
    Customer Price
    CUstomer1........................................................................................$20.00/month
    Cutomer238899................................................................................$59.00/month
    check....................................................................................................$45.00/Month
    Now the biggest problem i have is printing the dots so that the price and customer stay fixed...How do I figure out dynamically how many dots to display????
    Can someone help me out thanks
    ~K

    I agree with that other person in that you should just use a TABLE (without using dots). BUT, if you are really persistent, you can use the <pre> tag so that every character displayed will take the same space. Figuring out the number of dots then just becomes a problem of calculating the length of each customer and the price subtracted by the total length of the whole thing.
    Easy as pie. =)
    ~ Joe

  • Help with accessing same keychain data from two apps with bundled appid

    I have two ios apps that I'd like to share the same keychain data.  
    According to the apple docs, this should be possible as long as I've set up the appid with a wild card, which I did from the provisioning portal:
    appid:   bundleID.*
    Then, in the AIR for IOS settings of the flash ide, in the App ID field, I made the two apps be members fo the this appid:  bundleID.app1 and bundleID.app2
    But when I use the EncriptedLocalStore class to access the data from one of the apps that the other app stored, it isn't available.
    But each app, independently, is successfully writing to/reading data from the keychain.
    From what I've read, I'm doing everything right.  But clearly I'm not because it isn't working.

    hi dear
    the link which you have send is really too helpful
    but when i am using the way shown there and as  directed it shows an error that
                 'DataSource - Table not found'
    i think this is because the temprary table we r using is neither user defined nor SBO table.
    so plz tell me some way.

  • Need help with accessing my TC remotely through a PC

    I'm trying to figure out how to remote into my 2GB time capsule from work with a PC.  My TC is connected through my home DSL and it has a dynamic IP address.  I've read every article regarding this topic and still no luck.  Any advice would be much appreciated.  Thanks in advance!

    The basic answer is you cannot do it.. You cannot pass SMB over the internet.. all the ISP block the ports.. And no pc supports AFP.. the TC is really a dumb box.. it is specifically a Mac box.. there is no ftp no http no nothing really.. it can do AFP to remote computer meaning a Mac.. and it can do AFP and SMB locally and that is the sum total.
    So the answer is simple .. you have to use vpn dsl modem router at home so you can vpn and get SMB access to the TC in the local network.
    Or buy a Mac for work!!

  • Help with the following error: " could not load inserted library: /Library/Frameworks/GlimsAdditions.framework/Library/GlimsLoaderMinimal.dylib"

    This is the full error message. It's a 2011 Macbook Air running Mountain Lion. It crashed today and now will only boot into safemode. I've tracked the error down to this but this is the limit of my knowledge. Any help!?
    Process:         launchd [150]
    Path:            /sbin/launchd
    Identifier:      launchd
    Version:         442.26.2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [1]
    User ID:         89
    Date/Time:       2013-06-08 20:12:26.463 +0100
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Crashed Thread:  0
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    dyld: launch, loading dependent libraries
    Dyld Error Message:
      could not load inserted library: /Library/Frameworks/GlimsAdditions.framework/Library/GlimsLoaderMinimal.dylib
    Binary Images:
           0x10b118000 -        0x10b13eff7  launchd (442.26.2) <7DCC9489-2DF5-3807-83FA-EF5666EE8078> /sbin/launchd
        0x7fff6ad18000 -     0x7fff6ad4c93f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld

    try http://www.machangout.com/node/9

  • Need help with specifying type range in dynamic text box

    is it possible to specify my type range in a dynamic text box
    that is loading images as well as type? Everytime i specify the
    range flash quits. if i take out the image loading actionscript
    then it's fine. grrrrr

    I assume that you have added this field to the field catalog, so make sure that the name in the field catalog is exactly the same as in the internal table which holds your data, and make sure that you are filling the field name as uppercase.
    Regards,
    RIch Heilman

  • Help with unexpected picture color changes on load

    Hi,
    I have been learning elements for a couple years and am getting reasonably good at editing
    pics like portraits.
    Recently was doing high key portrait edits, when I was comparing the RAW CR2 file in ele along side the photos
    converted to Adobe psd, the colors where changing after opening and saving as psd.
    The thing is I didnt do any changes.  I just opened up the raw file, then clicked open from raw edit to go into ele.
    Once it opens as a psd the colors have changed.
    Camera is set to Adobe RGB.  Ele set to manage color for printing.
    Is this normal, or something I am doing or not doing.
    Suggestion and recommendations requested.
    txz.
    Will

    I understand you are comparing on screen side by side:
    - the image in the ACR dialog, without any edits
    - the image seen after opening in the editor and saved unedited as psd and reopened to be able to compare side by side.
    I agree that you should not see any significant color changes.
    A note about your settings:
    - Camera set to Adobe RGB : good for jpegs, setting ignored with raw files (in PSE ACR, the choice between sRGB and aRGB depends on the second setting in the editor : always optimize for print). Not relevant to your problem.
    - Always optimize for print : means the raw data will be converted to aRGB for printing, and shown according to your display. That's the right setting if you want to print in aRGB.
    So, nothing wrong with your settings.
    Is there a wrong screen color profile saved on your computer? That could happen with other softwares or with attempted screen calibration tools...
    I can't help much in that situation, but it would perhaps help if you described the differences in color betwee both displays. For a better view to compare colors, beware of the surrounding parts of the images : if one is on a clear background (ACR) and the other in a dark one (Editor), you won't see exactly the same colors.

Maybe you are looking for

  • I have multiple numbers associated with my daughter's apple id, how can i remove one of them?

    anyone? anyone?

  • Automatic Payment Errror

    Dear All, While running the automatic payment i m facing some error (Error screen shot File URL attached) Steps what i followed also mentioned in the screen shot file........ http://rapidshare.com/files/133748553/app.doc.html Please help me to solve

  • Question mark in file icon

    In the middle of class my friends macbook froze and shut down. Upon restarting it for her, the blue screen flashed a question mark in a folder icon. Listening closely, there seemed to be a clicking noise coming from the hardware. The computer is a 3

  • J2EE - Error connecting to DB

    Hey All, I have a Java only system. We did a monthly reboot of the server and since then J2EE engine does not start. (JControl.exe has the status 'stopped'). The JVM_Bootstrap.out file says : Database Initialization failed.. check DB parameters.. Err

  • Receiving an IM message gives alert sound

       When receiving an IM an alert sound plays.  Is there a way to reduce the sound level, turn it off, or have it vibrate?