Need advice please

I am learning asc3 and love it. I just stumbled across a problem I tried to do a tutorial recently where loading the design of random on them cards and cards back.

I constantly get this error. If someone can you please check my work and the opinion and tell me where I made the mistake. I don't think its in the code, but the placement of the graphics, but I need a confirmation about this and also on where is the error:

TypeError: Error #1009: cannot access a property or method of a null object reference.
card / settype)
in Memory / CardLoader)
to Memory()

Please GO HERE to GET ATTACHMENT OF MY FILES THAT I MADE: http://www.actionscript.org/forums/showthread.php3?t=190078

Thank you

In my view, that he had no problem compiling. The error that show you is a runtime error. I'm assuming that your fla file will start the show as soon as it did the compilation, and it's where he hit the problem... trying to act on an object that was not in the scope. To speak with the object, it must be present, but it was 5 executives down the road.

If you want to act on it when it finally got here, you have assigned something from the outset within the Framework 1 (some variable (s)), and have little code in the frame to the bottom of the line where Load_mc is who uses variables.

What you could do as an alternative, is have the card or invisible Framework 1 Load_mc and then make it visible when you get to the image you want to show him in.

Tags: Adobe Animate

Similar Questions

  • Strange (for me) email hack, need advice please

    Sorry if this isn't the right place to post this question but I need help please!

    A friend forwarded an email to me from his iPad, request information on the content of the e-mail.  The title of the e-mail with the phrase "Bill and W - 9.  I said to my friend with this question: "what is the amount was discussed.  A few minutes later, I got a response: "$6 500 and he should be sent to their bank account, I will send you the info from the Bank before leaving town tonight." Please confirm if the info of the Bank should be sent.  I checked to see that the email from sound, it was, so my first thought was that it responded to our e-mail, thinking it was another.  I responded saying "hey I think you sent me this by mistake.  Shortly after, I got a response that was obviously false.  When finally, I talked with him, my friend was nothing achieved responses by e-mail I sent.  Then, someone broke in and took his identity by email in an obvious scam.  I've not heard of this and have no idea how it was done.

    My Macbook Air is only used at home and by me only.  Should I be concerned about the safety of my data or e-mail?

    How can I tell my friend to check its security online?

    Thanks in advance,

    Jim

    It is possible that your friend has had some malware installed and it would be prudent to check, but there are other explanations that do not involve them.

    Email from: and Reply-to: addresses are easy to fake:

    https://en.Wikipedia.org/wiki/Email_spoofing

    and unless you know what you're looking for, it is not easy to spot counterfeits.

    The emails themselves are not harmful, it is that they deceive the recipient actually that's the problem.

    C.

  • Inspiron s 660: hard disk failure. Need advice please.

    Long story short my sister gave me a s Inspiron 660 she received as a gift a few years back (legitimate).  She said that was no longer working and I could.  I suspected a faulty hard drive and after several diagnostic tests later confirmed the WD Blue crashed the original; complete failure. Now, here's where I need advice:

    1. when it has received, it came not with a physical disk from the Windows 8.0 operating system.  It was pre-installed and then upgraded through its work of departmental to 8.1 it.

    2. I can't access the code of Windows because it is in the BIOS.

    3. I have a hard drive to work with Windows 7 installed and tried hooking laptop to see if he should realize that he was a long shot at best.  As you have probably concluded he was not recognized.

    4. I thought wiping one of my hard drives and do a clean install of Windows 10.

    Question: With a new hard drive (or possibly an SSD) would work #4 or I still have problems with the BIOS and Windows embedded product code?

    Question: What do you suggest I should try?  It's a nice little system and everything is clean and stable.  I have someone who needs a system, but can't afford it, and I thought I'd give something that would meet its needs.

    Thank you.

    ROUTE29

    Re: 4. I thought wiping one of my hard drives and do a clean install of Windows 10.

    Yes, it should work, but to do this, you must either buy an OEM copy of W-10, which has its own product key.

    http://www.BestBuy.com/site/Microsoft-Windows-10-home-64-bit-Windows/4423102.p?skuId=4423102

    https://softwarekeep.com/Microsoft-Windows-10-Home-Edition-32-bit.html?gclid=CNXh5ev3wc8CFQGSaQod5A4LMQ

    The upgraded version free of W-10, Windows 8, 8.1, 7 ended July 26.

    Bev.

  • Try to add a common identifier with a bunch of lines in my query... Need advice please

    Hello

    This is the structure of the table as I / p for my request.

    I / P

    with temp1 as

    (select 1 trans_id, currency "USD", amount of 1500, 'B', 'www' counterpart of the double orientation_buysell)

    Union

    Select 2, 'USD', 500, the of ', 'www' from dual

    Union

    Select 3, 'USD', 1000, the of ', 'www' from dual

    Union

    Select option 4, "SGD", 2500, 'B', 'xyz' from dual

    Union

    Select 5, "SGD", 500, the of ', 'xyz' from dual

    Union

    Select 6, "SGD", 1000, the of ', 'xyz' from dual

    Union

    Select 7, "SGD", 1000, the of ', 'xyz' from dual

    Union

    Select 8, "JPY", 3000, 'B', 'yyy' from dual

    Union

    Select 9, "JPY", 2000, the of ', 'yyy' from dual

    Union

    Select 10, "JPY", 500, the of ', 'yyy' from dual

    Union

    Select 11, "JPY", 500, the of ', 'yyy' from dual

    )

    Select * from temp1;

    O/P should be like smthing below.

    Alert_id start_trans_id return of orientation_buysell of end_trans_id currency

    1                  1                      2              USD                       B      www

    1                  1                      3              USD                       B      www

    2                  4                      5              SGD                       B      xyz

    2                  4                      6              SGD                       B      xyz

    2                  4                      7              SGD                       B      xyz

    3                  8                      9              JPY                        B      yyy

    3                  8                      10            JPY                        B      yyy

    3                  8                      11            JPY                        B      yyy

    So I used under query, I got all my requirement except Alert_id, could you please help me how to generate this alert ID.

    Query

    Select a.trans_id Start_trans_id, b.trans_id End_trans_id, a.currency, a.orientation_buysell, a.counterparty

    of temp1 one

    inner join

    b Temp1

    On a.counterparty = b.counterparty

    where a.orientation_buysell = 'B '.

    and b.orientation_buysell = s"

    order of a.trans_id, b.trans_id;

    Actually these all the data I need to choose from a table (here temp1), its data according to my requirement(o/p) and also need to add a new column "Alert_id" which must be fulfilled that I showed in the o/p and finally insert in a particular ALERT Table.

    I don't get this alert id concept in my query, how to make this a generic.

    Any help would be really appreciated. Thank you

    Hello

    Thus,.

    all lines with the lowest value of trans_id need alert_id = 1.

    all lines with the value the lower 2nd trans_id need alert_id = 2,

    all lines with the value the lower 3rd trans_id need alert_id = 3,

    ...

    all lines with the nth lowest value of trans_id need alert_id = N.

    This sounds like a job for the analytical DENSE_RANK function:

    Select

    DENSE_RANK () OVER (ORDER BY a.trans_id) AS alert_id,-* NEW *.

    a.trans_id Start_trans_id, b.trans_id End_trans_id, a.currency, a.orientation_buysell, a.counterparty

    of temp1 one

    inner join

    b Temp1

    On a.counterparty = b.counterparty

    where a.orientation_buysell = 'B '.

    and b.orientation_buysell = s"

    order of a.trans_id, b.trans_id;

    I added 1 line of code at the beginning; Otherwise, it's exactly what you've posted.

  • Need complex need advice please

    Hi I have a table as below:
    SITE_ID_NBR     DIRECTION     START_DATE     START_DAY     END_DATE     END_DAY     TRAFFIC_SAMPLE_ID     BIN_DATA_ID     END_INTV_TIME     BIN_1_DATA     RN     CNT     WEEKEND_FLAG
                                                                
    97809011     1     110308     Monday     111008     Monday     143302     114638     1400     4     1     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114639     1500     4     2     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114640     1600     2     3     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114641     1700     1     4     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114642     1800     6     5     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114643     1900     2     6     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114644     2000     1     7     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114645     2100     1     8     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114646     2200     1     9     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114647     2300     0     10     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114648     2400     0     11     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114649     100     0     12     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114650     200     0     13     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114651     300     0     14     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114652     400     0     15     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114653     500     0     16     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114654     600     0     17     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114655     700     0     18     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114656     800     1     19     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114657     900     4     20     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114658     1000     0     21     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114659     1100     3     22     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114660     1200     6     23     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114661     1300     5     24     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114662     1400     3     25     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114663     1500     5     26     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114664     1600     3     27     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114665     1700     1     28     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114666     1800     4     29     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114667     1900     1     30     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114668     2000     2     31     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114669     2100     1     32     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114670     2200     0     33     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114671     2300     1     34     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114672     2400     2     35     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114673     100     1     36     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114674     200     2     37     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114675     300     0     38     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114676     400     0     39     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114677     500     0     40     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114678     600     0     41     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114679     700     0     42     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114680     800     1     43     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114681     900     4     44     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114682     1000     0     45     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114683     1100     0     46     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114684     1200     4     47     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114685     1300     5     48     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114686     1400     4     49     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114687     1500     8     50     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114688     1600     3     51     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114689     1700     4     52     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114690     1800     4     53     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114691     1900     0     54     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114692     2000     0     55     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114693     2100     1     56     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114694     2200     1     57     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114695     2300     0     58     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114696     2400     0     59     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114697     100     3     60     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114698     200     0     61     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114699     300     1     62     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114700     400     1     63     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114701     500     1     64     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114702     600     0     65     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114703     700     0     66     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114704     800     2     67     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114705     900     2     68     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114706     1000     0     69     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114707     1100     0     70     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114708     1200     0     71     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114709     1300     1     72     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114710     1400     0     73     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114711     1500     0     74     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114712     1600     0     75     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114713     1700     1     76     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114714     1800     1     77     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114715     1900     3     78     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114716     2000     2     79     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114717     2100     0     80     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114718     2200     0     81     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114719     2300     1     82     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114720     2400     2     83     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114721     100     5     84     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114722     200     5     85     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114723     300     3     86     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114724     400     0     87     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114725     500     1     88     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114726     600     1     89     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114727     700     0     90     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114728     800     2     91     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114729     900     0     92     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114730     1000     0     93     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114731     1100     3     94     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114732     1200     1     95     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114733     1300     1     96     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114734     1400     0     97     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114735     1500     0     98     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114736     1600     2     99     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114737     1700     0     100     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114738     1800     2     101     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114739     1900     1     102     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114740     2000     3     103     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114741     2100     0     104     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114742     2200     1     105     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114743     2300     0     106     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114744     2400     0     107     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114745     100     0     108     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114746     200     2     109     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114747     300     0     110     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114748     400     0     111     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114749     500     1     112     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114750     600     2     113     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114751     700     0     114     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114752     800     0     115     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114753     900     0     116     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114754     1000     0     117     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114755     1100     0     118     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114756     1200     1     119     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114757     1300     1     120     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114758     1400     0     121     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114759     1500     0     122     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114760     1600     1     123     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114761     1700     1     124     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114762     1800     0     125     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114763     1900     0     126     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114764     2000     0     127     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114765     2100     0     128     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114766     2200     0     129     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114767     2300     0     130     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114768     2400     0     131     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114769     100     0     132     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114770     200     0     133     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114771     300     1     134     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114772     400     1     135     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114773     500     0     136     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114774     600     0     137     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114775     700     0     138     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114776     800     0     139     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114777     900     0     140     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114778     1000     0     141     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114779     1100     2     142     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114780     1200     0     143     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114781     1300     0     144     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114782     1400     1     145     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114783     1500     1     146     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114784     1600     1     147     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114785     1700     0     148     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114786     1800     0     149     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114787     1900     1     150     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114788     2000     2     151     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114789     2100     1     152     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114790     2200     0     153     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114791     2300     0     154     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114792     2400     0     155     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114793     100     0     156     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114794     200     0     157     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114795     300     0     158     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114796     400     0     159     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114797     500     0     160     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114798     600     0     161     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114799     700     0     162     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114800     800     1     163     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114801     900     1     164     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114802     1000     2     165     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114803     1100     2     166     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114804     1200     2     167     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114805     1300     3     168     169     Y
    I have start and end dates. There's a reocrd for each hour of the day. In the above example, the START DATE is a Monday and so the first 24 recordings belong to Monday and the next 24 belong to Tuesday... and 24 last belong to the following MONDAY. I need help in creating a column where I can assign each record a day, for example in the case of the table above the Chronogram of 25-48 should be TUESDAY and 49-72 as Wednesday... Can any help me me or advice on that?

    Thank you

    How you order these documents? The TRAFFIC_SAMPLE_ID can be used for this? In this case, you could use something similar to this

    untested due to lack of instructions insert/create

    select v.*,
            to_char(to_date(start_date,'mmddrr') + trunc(rn/24), 'Day')
    from
      (select t.*,
           row_number() over (partition by SITE_ID_NBR, DIRECTION, START_DATE order by  TRAFFIC_SAMPLE_ID) rn
       TRAFFIC_SAMPLE_ID) rn
       from myTable t
      ) v
    

    The details of the explanation of the solution were in correspondence with the details of the level of the explanation of the issue.

  • HP envy laptop 17 k20lna: need advice please wifi connections

    Can Hi anyone help me please

    my laptop sees only 2 GB wifi to connect too but I'm sure it should be to see 5g

    I was updated for windows 10 years ago, but even when I bought it he saw that 2 g

    all my other PCs phones tv etc see all 2g and 5g can someone help me please

    Thank you very much

    PEP

    Hello:

    Most of the laptops HP consumer do not come with dual-band wireless network adapters.

    The best way to check if your laptop has a double-band Wireless-N card or single band was the following:

    Go to Device Manager and click to expand the category of device of the network adapters.

    You will see the names and model numbers of wireless and ethernet cards.

    If the suffix of the model of your laptop wireless network card ends in b/g/n, it is only a map of the only band (2.4 Ghz).

    If it ends in a/b/g/n or a/g/n, then it is a wireless card dual-band (2.4/5.0 HGz).

  • computer freeze-up. I'm stuck. need advice please.

    Greetings. I am back moaning on my computer. I'm on Athlon XP2000 + with Windows XPpro SP3. It keeps freezing upwards of anytime, anywhere, everything I do, browse the Internet or opening a folder on the desktop and even on startup and shutdown. Spend more time watching starts. He defragged yesterday and allowed the event viewer. All devices and all work properly checked and their drivers are up-to-date. I have Avast running and she have also digitized without result. None of this has made all the difference. It freezes again. But nothing shows in the event viewer. Charge only information about services being started up. Repeated several times because of me the reset. So it is perhaps not a thing of Windows. He told me that my motherboard does not work correctly. And now, I'm stumped. I don't know enough about the symptoms of the disease of computer to even guess what the problem is. Help.

    Could be something material fail to virus, overclock too many programs running at the same time. Difficult to say without seeing the machine in action. Try these programs and they can help. The first is a bug detector. The second is a good uninstaller, but has a single utility. When you download it and run it, click on tools then autorun manager. This will show you what's running at startup. You can select one you don't no need to startup and remove. It does not kill the program, just does not come on at startup. The third is a good Cleanup utility, solves the problems of performance and register. I run every day at startup and keep on top of defragmentation without delay of time as well. I hope this helps.

    http://www.Malwarebytes.org/

    http://download.CNET.com/Revo-Uninstaller/3000-2096_4-10687648.html

    http://download.CNET.com/advanced-SystemCare-free/3000-2086_4-10407614.html

    PS. They are free.

  • Need advice please as soon as possible

    Hello

    Big problem:

    My Dell OPTIPLEX 780 died today (sudden) I did NOT save the files recent\ly and need them.

    Need a new PC and an external anchor ASAP system

    My mother reached 100 years Thursday 20 OCT. And it's all on HD to the DEAD system that works as a secondary.

    I need the files and something reliable. I currently use a dell vostra LT, (which has been a big disappointment) and an E520 XPS (windows XP SP 3)

    I am in Toronto and because the physics of severe bone disease'm housebound.

    Because time is the problem can anyone suggest a DELL PC and external sytstem berth which comes FAST and reliable?

    Thank you!

    Hi _XtanyaX_,

    You must contact Dell Canada to place an order. It would take some time for the order to be delivered to you. Your best bet would be to look online and choose one that is configured and the fast ships. The other option would be to go to a store like of like Best buy, Wal-Mart, etc and buy one on site.

    You will need to take your pc to a local computer store and see if they can clone the hard disk to retrieve the information.

    http://www.Dell.ca/index.htm

  • Windows 7 Pro - cannot install PhotoMagic - need advice please!

    Just got a new computer with Windows 7 Professional. Have a CD of Micrografx of probably 1988 and only use PhotoMagic 6. When I went to install refused and when I went to the compatibility mode, it does not go to the CD Player for a program. Can someone give me advice?

    You can copy the CD software configuration in your Documents folder?

    Have you tried right clicking on the shortcut to the program or the .exe and select "Run As Administrator"?

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/default.aspx/KB/929135

    Have you tried to clean your Temp folder, you can do this by typing folder in the Start Menu RUN box.  This will open your Temp folder, there, you can remove all Windows will allow you to do.

    It may be necessary to show both hidden and system files and also uncheck 'Hide known file types' in Control Panel / folder Options / view to navigate to the mentioned location of Temp.

    Make older programs in this version of Windows (Windows 7)
    http://Windows.Microsoft.com/en-us/Windows7/make-older-programs-run-in-this-version-of-Windows

    Help with Windows 7 compatibility issues
    http://Windows.Microsoft.com/en-us/Windows7/help/compatibility

    Windows 7 Compatibility Center
    http://www.Microsoft.com/Windows/compatibility/Windows-7/en-us/default.aspx

    This could become you go if all else fails, and it's all free.

    Windows Virtual PC
    Download Windows XP Mode
    http://www.Microsoft.com/Windows/Virtual-PC/Download.aspx

    Windows XP Mode (Windows 7 only, but not one of the Home versions) "you are not eligible to download Windows XP Mode. You must have Windows 7 Professional, enterprise or full to run Windows XP Mode."

  • hosts mixed esx 3.5 and older new vsphere with vcenter 4.1 esx hosts. Need advice please.

    Hello, I have an existing the vcenter server install managing two esx 3.5 hosts. The vcenter is version 2.5.0.x. I want to manage my new hosts of vsphere 4.1 esxi through the vcenter. I would check that if I improve my vcenter 2.5.0 for the last version vcenter Server required for the 4.1 that I will be able to manage my old esx 3.5 hosts? Will be an upgrade inplace vcenter 2.5.0.x support now the license server in place or I will have to manually install this after? Thanks for any info. Doug Dorbuck

    You can mange ESX 3.x host with vCenter 4.x - you can't manage ESX 4.x, vCenter 2.x hosts

    I think that in a place of upgrade will keep the license server - otherwise you will need to reinstall the server-licensing

  • New to virtualization need advice please

    Hello community VMWARE.

    I'll make as clear as possible, latetly at work (Local ISP) hosting game servers for our customers on servers dedicated small (Linux-based), I started as a cpu P4 with 512 MB Ram and nothing fancy, I hosted multiplayer games online, on these small physical servers games were running great and no problems so far , but with 5-6 servers of game so far these small servers are not manageable and difficult to develop, so put these ATX Desktop case in the server room takes too much space and it is not wise for future enlargement, so my boss asked me to virtualize, there has already been a few virtualized servers, it uses (vmware infrastructure web) He wanted to show me how effective it can be, in his web browser, he created a virtual machine and installed linux on it distribution and given 1 vCpu and 1 GB of vRam and I organized a game about this server, he is actually done as good as my physical servers (if not better).

    Now, the dilemma is that my company will order a powerful double nice (Xeon Quad processor cores) with a large amount of Ram (8 or 12 GB order is not confirmed yet) this server will be dedicated to hosting game servers, and of course I'll have to get rid of all these small Desktop P4 servers and migrate to this new which gives the fact that some game servers runs on linux and other windows only, then virtualization is a must!

    As mentioned before, my boss has a vamware product that it manages from a web interface (web vmware infrastructure), I want something similar I will be be split this power phisycal server into multiple virtual machines, I used Vmware workstation before and it is quite nice but in this case, I want something more professional and efficient and which balances the processors between the virtual machines in an effective way because the game servers relies more on the processor.

    I'm looking for mainly:

    -A virtualization platform that sits directly on the server with no OS underliying.

    -Controlled via the web interface (if it is possible, but not neccesarly).

    -Better management of performance for processors

    -Can run multiple operating systems (Linux and Windows) probably up to 5 instances of OS.

    Which vmware product can fit the most? After watching and surf on your website, I thought maybe? ESXi? vSphere? VMware vcenter server or?

    Please advise and thank you.

    It comes with the web interface, as well as the client interface installed. With purchase vcenter you can manage all hosts in a single screen and with additional features like vmware ha, vmotion, and etc. If you shared storage, and depending on the version you purchase.

    looking for essential plus the package, it comes at a very low prices and with a maximum power of 3 guests 6cpu bundled license and 1 vcenter.

  • Hi, I need to activate a CS4 license on a computer of mine that was stolen, advice please?

    Hi, I need to activate a CS4 license on a computer of mine that was stolen, advice please?

    Hey Grant,

    Licence can only be manually disabled, there is no way to disable if it you can not access it. However, if you want to activate on another machine, we would be happy to help you.

    Waiting for your response.

  • Need advice on this Toshiba laptop to get

    Hello

    Just joined and hope im this ad in the right place. I need advice on this Toshiba laptop to get. It will be used for photo editing. Must have a 15/16 screen. Big screen would be nice. Programs that I run are Adobe and Photoshop light room. I use a wacom tablet with 2 external hard drives. It will be used manly at home and in the studio.

    Thank you very much

    Hi Tacker

    In general I think that the best option for you is to buy notebook series Satellite A. Something like Satellite A665. It's very nice for laptop with good material and enough performance that you can use for your work.

    I prefer laptops with bigger screen so for years I use Satellite P laptops with screens of 17 or 18. Right now I use the Satellite P500. It's the big machine. For me the best Toshiba laptop, I had over the past 10 years.

    When you have a little time to visit Toshiba page for your country and check which models Satellite are available in your country. Choose the one with the better graphics chip, enough Ram and, of course the HARD drive with enough capacity.

    Please be so kind and post comments. It will be nice to read what you think of this.

  • My MacPro will not start. I get a gray and white screen. Continues to try to restart, but never done! Advice please.

    Care of my MacPro is lower from a previous post.  It does not start, but keep train.  I get the rope to music if I stop and start again.  Advice please.  Thank you very much.  Allan

    Material Information: ℹ️

    Mac Pro (early 2008) (data sheet)

    Mac Pro - model: MacPro3, 1

    2 3 GHz Quad - Core Intel Xeon processor: 8 strands

    8 GB of RAM expandable

    DIMM Riser B/DIMM 1

    1 GB DDR2 FB - DIMM 800 MHz ok

    DIMM Riser B/DIMM 2

    1 GB DDR2 FB - DIMM 800 MHz ok

    Riser DIMM A/DIMM 1

    2 GB DDR2 FB - DIMM 800 MHz ok

    Riser DIMM A/DIMM 2

    2 GB DDR2 FB - DIMM 800 MHz ok

    DIMM B/DIMM Riser 3

    1 GB DDR2 FB - DIMM 800 MHz ok

    DIMM B/DIMM Riser 4

    1 GB DDR2 FB - DIMM 800 MHz ok

    Riser A/DIMM DIMMS 3

    Vacuum

    Riser DIMM A/DIMM 4

    Vacuum

    Bluetooth: Old - transfer/Airdrop2 not supported

    Wireless: en2: 802.11 a/b/g/n

    Video information: ℹ️

    NVIDIA GeForce 8800 GT - VRAM: 512 MB

    HH281 1920 x 1200 @ 60 Hz

    DELL3007WFPHC 1600 x 2560

    System software: ℹ️

    OS X 10.10.2 (14C109) - since the start time: 20:27:26

    Disc information: ℹ️

    ST3320820AS_P disk0: (320,07 GB)

    EFI (disk0s1) : 210 MB

    Disc 1 - system (disk0s2) /: 319,21 GB (17,69 GB free)

    HD (disk0s3) [recovery] recovery: 650 MB

    WDC WD5000AAKS-41YGA0 disk2: (500,11 GB)

    EFI (disk2s1) : 210 MB

    System install disks 1 and 2 (disk2s2) / Volumes/installation discs for systems 1 & 2: 16.11 GB (4.40 GB free)

    Disc 2 (disk2s3) / Volumes/disk 2: 483,52 (291,34 free go-go)

    Hitachi HDS721010DLE630 disk1: (1 TB)

    EFI (disk1s1) : 210 MB

    3-1 TB (disk1s2) Dist/Volumes/Dist 3 TB: 999.86 1 GB (328,00 GB free)

    USB information: ℹ️

    Prolific Technology Inc. IEEE-1284 controller.

    Hewlett-Packard HP LaserJet P2055dn

    Hub keyboard Apple, Inc.

    Logitech USB receiver

    Apple, Inc. Apple Keyboard

    Apple Inc. Bluetooth USB host controller.

    EPSON USB printer

    Guardian: ℹ️

    Mac App Store and identified developers

    You still have OSX 10.5.8?

    -Try to reset memory NVRAM/PRAM and SMC

    MacIntel: Reset of the controller (SMC) system management

    Subject of memory NVRAM and PRAM

    -Try to start safe mode

    OS x: what is Safe Boot, Safe Mode?

    -Start to recovery and repair the startup disk if Lion or higher

    OS X: on OS X Recovery - Apple Support

    Otherwise start from the installation DVD and keep the boot disk

    -If it is repairable reinstall the OSX

    How to reinstall OS X on your Mac - Apple Support

    Run the Apple hardware test. You will need one of the original installation discs

    Using Apple Hardware Test - Apple Support

    You may have a bad graphics card. The NVIDIA GeForce 8800 GT - VRAM: 512 MB are prone to failure

  • Best network design... Need advice on the best use of NIC

    I'm new to the concept of Distributed Switch so I need advice.

    Our current environment is the result of a vCenter 4.1 and ESXi 4.1 Enterprise Plus, but we are just using the standard vSwitch (1 for vMotion/Console and 1 for virtual machines).  When the distributed switch came out, we were warned that a vDSwitch could cause us problems if the server vCenter or database is down.  We could not connect directly to the host and make network changes because the vDSwitch is set in the database.  That's why we stayed with the Standard vSwitch only.

    Our farm is quite small, only 5 hosts but we run around 100 mV in this regard.

    We use currently servers HP DL385 G7, which have 4 cards integrated network, and we have a map of installed NETWORK 4 port card.

    I use the NETWORK 4 EtherChannel ports and trunk card to our virtual machines.

    I am currently using only 1 network card integrated for vMotion and 1 for the Service Console and they all have two of the other defined as secondary.

    This configuration has worked very well for us, but I realize that the latest version of ESXi has some new features that we could use.

    NEW CONFIGURATION

    I'll put up a new vCenter 5 and ESXi 5 environment and I am considering using the switch distributed instead of the usual vSwitch we use.  I'm also eager to take advantage of the multiple NIC vMotion.  All our cards are 10/100/1000 MB capable... No. 10 GigE.

    I think... use that map 4 NETWORK ports for my EtherChannel/trunk for just as our virtual machine before, but this would be set to vDSwitch1

    The mixture of my 4 other integrated ports, it's causing me grief.  Should they be on a standard vSwitch or vDSwitch?  Use 2 ports for vMotion and 2 for the Console?  I really thought to use 3 ports for vMotion and 1 Console port.  I could put the Console port to use one of the vMotion ports such as adapter of standby is... I'm so confused freaking!

    Any recommendations on how I should put up?

    Hello

    Given that you can't split your vmnic for each vSwitch I would recommend either keep configuration simular with the knoweldge if a whole nic fails, you will take a failure or as autumn has already been mentioned on 'Origin Port ID'. Lets do this out and give a little better example

    Current configuration

    vSwitch0

    VMNIC0 - NETWORK interface integrated - Service Console

    VMNIC1-Onboard NIC - VMotion (different IP or VLAN?)

    VMNIC2-Onboard NIC - VMotion (different IP or VLAN?)

    VMNIC3 - NETWORK interface integrated - VMotion (eve of Console of Service) (different IP or VLAN?)

    vSwitch1

    VMNIC4 - extension PCI NIC - Etherchannel trunk - PortGroup - VMNET

    Extension VMNIC5 - PCI NIC Etherchannel trunk-PortGroup - VMNET

    Extension VMNIC6 - PCI NIC Etherchannel trunk-PortGroup - VMNET

    Extension VMNIC7 - PCI NIC Etherchannel trunk-PortGroup - VMNET

    Now, to captured to eliminate any single point of failure that you could do is break your Etherchannel trunk and back this vSwitch from Port ID and Setup VMNIC2, VMNIC3, VMNIC4, VMNIC5 as vSwitch1 for your VMNET. Then the cable to multiple switches eliminate any single point of faiulre. If your standard configuration would look like this

    vSwitch0

    VMNIC0 - on - Board Service Console

    VMNIC1 - Board - Vmotion

    VMNIC6 - extension PCI NIC - Vmotion

    VMNIC7 - extension PCI NIC - Vmotion (standby Service Console)

    vSwitch1

    VMNIC2 - VMNET

    VMNIC3 - VMNET

    VMNIC4 - VMNET

    VMNIC5 - VMNET

    So to finish any request for psyhical nics on this particular configuration the Port ID of origin essentially around robins. If during your first VM is online it will be use VMNIC2 and nic forever, until a failure, in which case he will grab the next nic online. When your second VM is online it will use VMNIC3 forever, until a failure and so on. This still will give you around the same way through to as far as networking is concerned. However if you are attached to the trunk, etherchannel 4 GB and can obsorb a failure in case of failure, the network card 4 ports can stay.

    Distributed switching Setup

    Allows you to see how you can switch to distributed switching

    Let's start first of all, you can have EVERYTHING in switches distributed even the service console port if you wish. The resason why some people do not like to do this with the service console port is because IF your database is broken you cannot make any changes to the distributed switch. However it will not prevent a feature to your distributed it switches simply means, you can change them. Also if just getting worse and your DB has been declining for some time and you REALLY need to make a change to the service console port you can go into the console and change back to a standard vSwitch if need be. This allows the said look at some standard configs, you can work

    vSwitch0 (Standard)

    VMNIC0 - Service Console Port (Port Original ID or standby)

    VMNIC4 - Service Console Port (Port Original ID or standby)

    vSwitch1 (Standard)

    VMNIC1 - Vmotion

    VMNIC5 - Vmotion

    Distributed switch

    VMNIC2 - VMNET

    VMNIC3 - VMNET

    VMNIC6 - VMNET

    VMNIC7 - VMNET

    Now this config using originating port ID and breaks your etherchannel if you want to keep your configuration with the etherchannel it can look like this

    vSwitch0

    VMNIC0 - NETWORK interface integrated - Service Console

    VMNIC1-Onboard NIC - VMotion (different IP or VLAN?)

    VMNIC2-Onboard NIC - VMotion (different IP or VLAN?)

    VMNIC3 - NETWORK interface integrated - VMotion (eve of Console of Service) (different IP or VLAN?)

    Distributed switch

    VMNIC4 - VMNET

    VMNIC5 - VMNET

    VMNIC6 - VMNET

    VMNIC7 - VMNET

    Other changes to the configuration may also put the vmotion in distributed witch the VMNET but you would to VLAN, or you could create a second Distributed switch and put it as long as there are 2 network cards. It can go either way. The main advantage of a distributed switch is that it brings all of your settings with you in any host. So trade ect all your VIRTUAL networks is really easy to reproduce if a new host is brought online, all you have to do is to add the new host network cards in the distributed switch and your config is done. With that in mind lets look at the service console. This console is always configured on EACH Setup program that out you of the box if not that you really need to have these parameters transported on several hosts that is another reason why most people just don't. VMotion is up to you, I have seen and configured two ways, it all depends on how simple you want to keep it or think of switching / vlaning / port of groups.

    If you have any questions please let me know, I hope this has helped

Maybe you are looking for

  • Satellite M100-222 - exchange of backlight lamp

    I want to replace the backlight lamp: http://CCFL-Backlight-lamp.NET/307mm-x2mm-14-1-in-CCFL-Backlight-lamp-Toshiba-M100-222-13394.html Is it compatible? General information here... Can I trust this information?

  • Install DLL files that applications.

    He seems to have amassed a large number of DLL files in my registry, how can I install these safe, whenever I click on it to open I am refered to external sites which I never know too are ligit.

  • Windows 'view tab.

    Windows "Tab view" seems to always open my folders and subfolders in the lists of items instead of the usual vignettes. I don't think that I've changed the settings and before whenever I opened a case he would show all my nail of the thumb inside thi

  • corrupted text

    OfficeJet pro 8500 has more & windows xp. corrupt text prints with lots of exclamation points when I print newsletters, but not for several pages. This happened on my last printer also.

  • Language of the Win7 professional to support the non-Unicode programs?

    Hi all Do you know if the Windows 7 language support for non-Unicode programs? I mean, if you use a Japanese or Chinese under English environment in Windows 7, the text appears correctly? Thank youRoseattle