Can someone explain to me why this is happening

Ok I am trying to add two values in an update statement. Part of my code is as follows:
update account a
set a.total_term_births =( SELECT b.total_term_births
FROM ACCOUNT b
WHERE b.account_id = 98778
+
a.total_term_births )
where a.account_id = 98777
The answer I am expecting is 5244, but
SQL> select total_term_births from account where account_id = 98777
2
SQL> /
TOTAL_TERM_BIRTHS
268
Now, if I change the above coorelated sub query to as follows:
update account a
set a.total_term_births = ( a.total_term_births + (
SELECT b.total_term_births
FROM ACCOUNT b
WHERE b.account_id = 98778 ))
where a.account_id = 98777
I get 5244 the correct answer. In my mind both syntaxes are correct.
Am I right in my assumptions.

You are not getting the expected results with the first version because the subquery is looking for an account_id value of (98778 + the_value_of_a.total_term_births). So, if row 1 had a total_term_births value of 123, the correlated subquery would be looking for an account_id of 98901, and if row 2 had a value of 50, the subquery would be looking for an account_id of 98828, and so on. This is not what you want at all.
The second version is the correct version of the query.

Similar Messages

  • My iphone has no service. can someone explain to me why?

    my iphone 5s has no service. can someone explain to me why?

    Philo is right but try this, removing sim card and put it back again, go to settings/general/reset and reset network, hope this solve ur issue. if not ask ur cellphone carrier.
    Good luck

  • When I create an event on my mac ical then sync to my iphone, I cannot later edit the event via my iphone. I used to be able to do this before. Can someone please tell me why this option does not exist anymore? I have iphone 3Gs and can't use iCloud.

    When I create an event on my mac ical then sync to my iphone, I cannot later edit the event via my iphone. I used to be able to do this before. Can someone please tell me why this option does not exist anymore? I have iphone 3Gs and can't use iCloud due to older running system on my macbook pro.

    Lyndsay237 wrote:
    This device does not have a sim card in it. Could this be the reason or am I missing something when I am trying to update.
    Yes. You can't update or restore any GSM iPhone without a valid sim card installed in the phone. The sim card need not be activated, but it must be valid & present. If you want to update, you need to get a sim card.

  • I have iphone 4g and have updated to ios6 an updated itunes 2, but while sync itunes freezes and iphone is not sybc fully, finally i have to disconnect my iphone for itunes to shunt down. Can some one please tell why this is happening?

    I have iphone 4g and have updated to ios6 an updated itunes 2, but while sync itunes freezes and iphone is not sybc fully, finally i have to disconnect my iphone for itunes to shunt down. Can some one please tell why this is happening?

    I am having this problem.  At first with the new iPhone 5, and then with the iPad 2.  I am not sure why this is happening. 
    My gut feeling is this is an iO6 issue and here's why -
    The problem mainly occurs with apps.  I have about 150 apps, and when I plugged in the phone, iTunes went to sync all of them.  The process would hang up after about 20 - 30 apps were loaded onto the phone. I could tell where about the process hung up because the apps on the phone showed up as "waiting".
    Then on the iPad 2 I plugged in to sync and saw there was a huge "Other" component in my storage.  It required me to restore the iPad 2 from backup.  With this restore the same issues occurred - putting the apps back on the iPad would hang up.  The videos on the iPad also got stuck - maybe after about 10 hours of videos transfered iTunes crashed.
    My solution has been to soft reset the device, restart Windows, and continue the process until it's complete.  This is remarkably inefficient and time-intensive but everything works with patience.
    I have been wondering if others have had these same problems. 

  • Can someone explain to me how this line of code works?

    My friend put in this code to my game script
    if CollisionDistance < 2 then
    else if "pMushroom" = string(collisionModel).char[8..16] then
    pInfo = member("Info") 
          pInfo.Text = "Press 'F' to consume Mushroom"
    else
    end if
    else
        pInfo = member("Info") 
        pInfo.Text = ""
      end if
    So this is used in my game so that when a ray is less than 2 units away to hits an object named pMushroom, instructions would come up that say "Press 'F' to consume Mushroom" (I'm sure you already knew that though).
    I have a bunch of mushrooms out lebed pMushroom01 - pMushroom09
    I tried to use this for other models like:
    else if "pStick" = string(collisionModel).char[8..16] then
    pInfo = member("Info") 
           pInfo.Text = "Press 'F' to take Stick"
    But the instructions do not pop up. I've checked that I was the right distance away with my collision detection.
    Could someone explain to me the code and what could possibly be wrong?
    "char[8..16]" is what I really don't get.

    collisionModel is most likely a property variable. So "else if "pStick" = string(collisionModel).char[8..16] then" is taking whatever is in that variable, and setting it as a string. Then it is parsing out the characters in that string from character 8 to character 16 and comparing that sub string to the string pStick.
    This works in the first example because "pMushroom" has 9 characters. "pStick" has six characters and so it will never be equal to those characters in collisionModel. You might try:
    else if "pStick" = string(collisionModel).char[8..13] then
    it may work.

  • Can Someone Explain to me WHY!!!

    Please explain to me why Novell is not maintaining the imaging system to
    support updated drivers when they are released. This is just plain
    rediculous that we are left on our own to add support for new drivers when
    they are released. We pay for the software so they should have people
    working with these manufactures and releasing updates to support the new
    drivers.
    John

    What happened to the "urban legend" or "rumor" that Novell was gonna keep an
    updated bootCD.iso on its support site? Wasn't that the scuttlebutt at
    Brainshare?
    As popular as this disk is, why doesn't Novell market this product on its
    own?
    Is this all open code? Would Novell consider releasing this code?
    Tim Wohlford
    "Shaun Pond" <[email protected]> wrote in message
    news:[email protected]..
    > Microsoft,
    >
    > one problem is that ZEN 6.5 reached "end of general support" at the end
    > of September, which means no more patches :(
    >
    > --
    >
    > Shaun Pond
    >
    >

  • I am missing all emails two weeks old or older in my mac mail. This happens on a continuous basis. I cannot find them by search or any archived method. Can someone please help me stop this from happening?

    Missing emails of two weeks old and older in mac mail.

    Im really good at programming but really suck at algorithms
    >If your are 'really good' at programming, you will be able to solve this problem. Because, it has nothing to do with algorithm.
    >>can someone please please write in a algorithm form for me , i need it by friday i would greatly be thankful for u
    >Wrong person, in the wrong place.

  • Can someone explain to me why Apple says you can only have 4GB max in the Unibody MacBook (white)?

    I'm looking to upgrade the RAM on my Intel 2.4 Core 2 Duo unibody MacBook, which currently has 4GB pre-installed Apple RAM. In searching for an answer to whether this machine is expandable to more than 4gbs of RAM this is one answer I came across that I believe is credible:
    "Apple lists what they think should be the maximum amount of RAM. However it is not correct. Your Mac can accept 8GB of RAM. Take a look at OWC (just click on OWC) that will take you to the site that sells RAM specifically for Macs. Your Unibody MacBook can accept up to 8GB of RAM 2X4GB. Take my MacBook Pro for instants, Apple claims the maximum amount of memory is 8GB. But in reality it can take up to 16GB. It has more to do with the Processor, rather than the logic board itself. You can take up to 8GB." (Credit: 'coander15')
    Like I said, I don't doubt the credibility of the answer, I just am looking for someone to give me the "Apple explanation" as to why they cap the White Unibody MB @ 4GB of memory. It seems to be a common consensus that this model machine IS expandable up to 8GBs when looking through discussion forums.  I've taken into account the marketing aspect of this from AAPL's perspective, but if someone could lay it out in any amount of detail logistically, I'd greatly appreciate it.  Bottom line, I'm trying to assess the risk in upping my machine's memory.
    Thanks!

    When the 1066Mhz RAM first came out 4gb sticks cost $600 each and 8gb sticks were $1600 each. Apple didn't bother testing them since no one was going to pay more for 2 RAM sticks than they paid for the MacBook. Prices later came down but Apple was already on to the next model and didn't bother going back to test on the older models. They left that up to third party sellers.

  • Xcoding (1st attempt):Can someone please tell me why this isn't working?

    Hi Folks,
    Please forgive me if this is the wrong forum/area,  I am new here/first post.
    I recently have been trying out XCODE and learning Objective-C.  Coming from a background
    of Microsoft Basic 2.0, it's been a challenge to say the least!
    Here's what I wrote so far,  it's a basic 'wager/dice' game.  I basically want the game
    to keep repeating until the player runs out of money (I know I still have to program
    that into the 'while' function, so I defaulted it for 10 times in the interim). 
    Here's what I need to figure out:
    - The "While" loop is working, yet the 'cash' constantly resets to 1000 each time it starts again. I tried
    {bracketing} the functions, but whether I win/lose the dice rolls, it always resets to 1000
    There's a bunch more things I need to figure out, but if someone can tell me why the 'cash'
    keeps reseting to '1000' each time,  I'd greatly appreciate it!
    - CF
    /* dice wager game */
    #include <stdio.h>
    #include <Foundation/Foundation.h>
    int main(int argc, const char * argv[])
        int r = arc4random() % 6+1;
        int bet;
        int dice;
        int cash=1000;
        int total;
        int loop=1;
        while (loop<10){
        printf("\n");
        printf ("You have %i dollars, How much do you want to bet? \n", cash);
        scanf ("%d",&bet);
        printf ("What is the number you want to bet on (1 out of 6)? \n");
        scanf ("%d",&dice);
        if ( dice == r )
            printf("You guessed it right %i \n",r);
            total=bet+cash;
            printf("You now have %i \n",total);
        else if (r!=dice)
            printf("Your number %i was, the number is %i \n", dice,r);
            total=bet-cash;
            printf("You now have %i \n",total);
            if (total==0)
                printf("You have no more money, game over \n");
                break;
    loop++;

    Thank you!!!
    I know it seems silly to you, but it now suddenly all makes sense to me!
    Thanks!
    Here's the revised code:
    /* dice wager game */
    #include <stdio.h>
    #include <Foundation/Foundation.h>
    int main(int argc, const char * argv[])
        int r = arc4random() % 6+1;
        int bet;
        int dice;
        int cash=1000;
        int total;
        int loop=1;
        total=cash;
        while (loop<10){
        printf("\n");
        printf ("You have %i dollars, How much do you want to bet? \n", cash);
        scanf ("%d",&bet);
        printf ("What is the number you want to bet on (1 out of 6)? \n");
        scanf ("%d",&dice);
        if ( dice == r )
            printf("You guessed it right %i \n",r);
            cash=bet+cash;
            printf("You now have %i \n",cash);
        else if (r!=dice)
            printf("Your number %i was, the number is %i \n", dice,r);
            cash=cash-bet;
            printf("You now have %i \n",cash);
            if (cash<=0)
                printf("You have no more money, game over \n");
                break;
            loop++;

  • Can someone explain to me why iTunes will only sync photos ONE WAY from my PC to my iPhone, and not vice versa?

    I have photos on my iPhone and want to put them on my PC.  Should be straightforward, right?
    So I go ahead and install iTunes, and plug in my phone, and sure enough iTunes tells me I've got 1610 photoes on my iPhone.  It won't let me actually SEE them, of course.  Fine (no, not really fine).  So I create a blank folder on my PC and proceed to do a sync.  My options are to (a) Sync FROM "My Pictures" to the phone, or (b) choose another and sync FROM my PC TO the phone. 
    Where is the option to sync FROM my phone TO my PC????
    It boggles my mind that I have to go outside of iTunes and use Windows Explorer to copy the photos from the phone to the computer.  So I go to "My Computer" and within the iphone Internal Storage there is only a DCIM folder and two sub-folders.  There are only 800 photos there!  Where are the other ones?
    Evidently what I can see from Windows Explorer is ONLY the pictures I took with the phone itself, and NOT the pictures I saved from email attachments or instant messages!  Why? Where are they and how can I access them???
    SO far, the closest thing I have been able to find is to have to buy a third party App like "Simple Transfer" to do this.  Is this really the case?  Or am I missing something?

    Photo sync is only one way, computer to iPhone.
    To get pictures from the iPhone to the computer, copy them to the computer as you would with any other device.
    Pictures saved from emails or instant messages (if done on the device) are in the camera roll.
    Pictures previously synced to the device from a computer are not available to be copied off the device.  They should already be on a computer.

  • Can someone explain, and/or justify this?

         x=app.activeDocument.viewPreferences.horizontalMeasurementUnits
         Result: PICAS
    // so far, so good.  Just to be sure...
         x.toString()
         Result: PICAS
    // now
         x+x
         Result: 4108374726
    // huh?
         x+x.toString()
        Result: 2054187363PICAS
    // and finally
        "units are "+x
        Result: units are 2054187363
    I suppose there's some explanation why the measurement units for picas is secretly associated
    with the integer 2054187363 and why it's a good idea.

    > it still doesn't make sense that "picas" and friends should have these
    > I'm-also-a-number behaviors that do make sense for special characters
    The I'm-also-a-number behavior does not actually make sense whatever the enum you consider, it's just the way those objects work.
    Note, however, that Enumerator instances do not have the cast Number (the typeof operator does return 'object'). What has been done when introducing these objects in CS5 is:
    1. Making myEnum.valueOf() return a Number.
    2. Overriding == and === so that myEnum can match a Number in both equal and strict-equal comparisons.
    The reason for this, IMHO, was to preserve compatibility with previous versions (CS4 and before) where Enumerations—the collection of enums—were just pointing out to numeric values, that is, Numbers.
    Thus, a syntax like (myUnit===MeasurementUnits.INCHES), or (myUnit===2053729891), or even (MeasurementUnits.INCHES===2053729891), still works from CS4 to CS5 without breaking existing code.
    Now, about the meaning of these numbers, we know they are nothing but unique identifiers. Technically—and this is an old tradition in Adobe architecture—such identifiers are all built based on 4-character sequences.
    In the case of measurement units, identifiers are formed using the prefix 'z' and 3 relevant letters from the unit name, usually the leading letters, e.g. 'zinc' for inches, 'zpic' for picas, and so on.
    Then, ASCII codes of these characters are taken to build a number:
    INCHES => z i n c => 7A 69 6E 63 => 0x7A696E63 (=2053729891 in decimal)
    PICAS => z p i c => 7A 70 69 63 => 0x7A706963 (=2054187363 in decimal)
    etc.
    And you will check that +MeasurementUnits.INCHES is 0x7A696E63.
    Anyway, your comment #5 highlights something else, based on the code:
    var x = MeasurementUnits.picas;
    var y = 2054187363;
    var z = "2054187363";
    We have checked, indeed, that x===y is true (see reason 2 above).
    But we also can check, as you mention, that x===z is true!!! Which is not CS4-backwards-compatible at all and sounds highly irrelevant since x.toString()==='PICAS'.
    I suspect that this strange case is a side effect of how the === operator has been overloaded. In my opinion, the hidden function Enumerator['==='](arg) mutely coerces the argument into a Number whatever it actually is. So the string z is simply taken as +z and that's why x===z also returns true. What Adobe should have done instead is:
    // JS pseudo code
    Enumerator['==='] = function(arg){ return 'string'==typeof arg ? this.toString()==arg : this.valueOf()==+arg };
    …and then x===z would have been false, and x==='PICAS' would have been true ;-)
    @+
    Marc

  • Can someone explain the structure behind this common practice in most flash websites?

    I'm kind of a newbie with flash. I havent used it in a long long time and when I was using it, I wasnt really fully understanding what I was doing at the time. Anyways, it's been like 10 years now and I have to use it to make a website, but I can't figure out how others are doing this specific thing. I understand the basic concept of how flash works with making a website, and I've even built a very basic website with audio/video and mouse interaction, but now I want to step it up. I've seen many flash websites before and some have a lot of things going on at once and I'm wondering how you implement that smoothly while still allowing mouse interaction and navigation. I know this sounds confusing but basically, what I mean is:
    let's say I have a website and on the website I have buttons that lead to different pages(frames) when clicked. On the main page I have something like a bird that flies from left to right. Let's say that the bird is in the middle of the screen and a user clicks a button. How do I make it so that the bird continues to fly off screen before switching pages? Obviously, I cant tell what the location of the bird will be when the button is clicked since it will vary from user to user so I am completely confused on how to structurally set this up. Would the bird be it's own swf embedded in the main swf? Or is this feature a massive keyframing project for every frame of animation that bird has?
    Also, how do have multiple animations that run on different clocks looping simultaneously? What I mean by this is, lets say the previously mentioned bird has a 25 frame animation loop and a second element, like a sunrise/sunset has a 30 frame animation loop... how do I loop both of them so that they loop seemlessly at the same time? Will I have to animate both of them in a loop until both reach a common frame (150 frames from 6x 25frame bird loops and 5x 30frame sunrise/sunset loops)?
    Thanks,
    MorisatoKei

    You will have to experiment to see what works well and what doesn't.   You can have things animating along a timeline in parallel, but you can also have them be their own movieclips and animated when commanded to play().
    In the case of your bird flying off before a button click is processed, you could manage that as follows.  Have the button set a variable that is defaulted at false to be true.  At the end of the bird's flight, you test that variable ( as in ... if(variable == true)...) to see if it is true, and if so, you process whatever command that button is intended for.  If you used a timeline animtion for the bird, then that test would occur at the last frame of the animation.  If you used a coded tween to move the bird across the scene, then you could use an event listener to detect the animation completed and do the test then.
    There are almost always a variety of choices for achieving the same design goal.  The key to determining a solution is knowing what tools you have to work with... and coming to know what those tools are and how to use them is where learning comes in.

  • Styling Rules, can anyone explain to me why this will not work?

    I am creating a Custom Theme, for some reason Mapviewer generates the first two rules of this and then ignore the last two rules. It does not matter if the 2nd rules is any of the last 3, it will generate the markers associates with the query, but after it does that it ignore the last two styles. In the code below, the state labels all work fine. M.Green is displayed but not M.Amber or M.Red, if I was to put M.Red or M.Amber in the place of M.Green it will only display that style. So I know the queries are correct. I their some sort of limit on the amount of Rules I can have? In the MapDef tool it all looks correct but I can't edit the queries as I reach the character limit of the tool so I have to do this in SQL.
    INSERT INTO user_sdo_themes VALUES(
    'FORSCOM',
    'FORSCOM Sites',
    'MAP_DATA',
    'MAP_LOC_DATA',
    '<?xml version="1.0" standalone="yes"?>
    <styling_rules asis="true">
    <rule>
    <features style="RESOURCES:C.SEQ6_02" ASIS="TRUE"> (US_ID IN(''AR'',''AZ'',''CA'',''LA'',''NM'',''NV'',''OK'',''TX'',''AL'',''FL'',''GA'',''KY'',''MS'',''NC'',''PR'',''SC'',''TN'',''MA'',''ME'',''NH'',''MD'',''RI'',''CT'',''NY'',''PA'',''DC'',''WV'',''DE'',''NJ'',''VA'',''VT'',''CO'',''IA'',''ID'',''IL'',''IN'',''KS'',''MI'',''MN'',''MO'',''MT'',''ND'',''NE'',''OH'',''OR'',''SD'',''UT'',''WA'',''WY'',''WI''))</features>
    <label column="US_ID" style="RESOURCES:T.STATE NAME">1</label>
    </rule>
    <rule>
    <features style="RESOURCES:M.GREEN" asis="true">
    SELECT location,
    map_loc_data
    FROM resources.map_data ml
    WHERE ml.location_id IN (SELECT d_loc_id
    FROM cii.devices
    WHERE d_loc_id IN (SELECT DISTINCT l.location_id
    FROM resources.locations l,
    resources.activity_locations al,
    resources.activities a,
    resources.sub_commands sc,
    resources.commands c
    WHERE l.location_id = al.location_id
    AND al.activity_id = a.activity_id
    AND a.ac_sc_id = sc.sc_id
    AND sc.sc_cmd_id = c.command_id
    AND c.acronym = ''FORSCOM''))
    </features>
    </rule>
    <rule>
    <features style="RESOURCES:M.RED">
    SELECT location,
    d_dev_name device,
    DECODE(d_ops_status,2,'Red') status,
    et_type type,
    ev_down_gmt down,
    ev_etr_gmt etr,
    ev_description description,
    map_loc_data
    FROM resources.map_data ml,
    cii.devices d,
    cii.events e,
    cii.event_types et
    WHERE ml.location_id = d.d_loc_id
    AND d.d_dev_id = e.ev_dev_id
    AND e.ev_type = et.et_id
    AND e.ev_os_id IN (2)
    AND d.d_loc_id IN (SELECT l.location_id
    FROM resources.locations l,
    resources.activity_locations al,
    resources.activities a,
    resources.sub_commands sc,
    resources.commands c
    WHERE l.location_id = al.location_id
    AND al.activity_id = a.activity_id
    AND a.ac_sc_id = sc.sc_id
    AND sc.sc_cmd_id = c.command_id
    AND c.acronym = 'FORSCOM')
    </features>
    </rule>
    <rule>
    <features style="RESOURCES:M.AMBER">
    SELECT location,
    d_dev_name device,
    DECODE(d_ops_status,1,''Amber'') status,
    et_type type,
    ev_down_gmt down,
    ev_etr_gmt etr,
    ev_description description,
    map_loc_data
    FROM resources.map_data ml,
    cii.devices d,
    cii.events e,
    cii.event_types et
    WHERE ml.location_id = d.d_loc_id
    AND d.d_dev_id = e.ev_dev_id
    AND e.ev_type = et.et_id
    AND e.ev_os_id IN (1)
    AND d.d_loc_id IN (SELECT l.location_id
    FROM resources.locations l,
    resources.activity_locations al,
    resources.activities a,
    resources.sub_commands sc,
    resources.commands c
    WHERE l.location_id = al.location_id
    AND al.activity_id = a.activity_id
    AND a.ac_sc_id = sc.sc_id
    AND sc.sc_cmd_id = c.command_id
    AND c.acronym = ''FORSCOM'')
    </features>
    </rule>
    </styling_rules>');

    Hi LJ,
    I should have all this figured out. I have created my advanced theme, and it seems to be working fine. The problem I am running into is when I try and get the data for my mouseover infotip window the Mapviewer is failing saying that the decription string I am trying to display in my infotip window is failing whenever it is trying to display any text string:
    05/05/05 11:14:27 Thu May 05 11:14:27 GMT-07:00 2005 ERROR [oracle.lbs.mapserver.core.RealWorker] java.lang.NumberFormatException: For input string: "DEVENS RESERVE FORCES TRAINING AREA"
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    at java.lang.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1207)
    at java.lang.Double.valueOf(Double.java:202)
    My query is as follows:
    INSERT INTO user_sdo_themes VALUES(
    'FORSCOM',
    'All Forscom',
    'ALL_MAP_LOCATIONS',
    'MAP_LOC_DATA',
    <?xml version="1.0" standalone="yes"?>
    <styling_rules >
    <rule >
    <features style="RESOURCES:A.STATUS">
         SELECT md.map_loc_data, me.LOCATION, me.DEVICE, me.STATUS, me.TYPE, me.DOWN, me.ETR, me.TITLE, cl.location_id
         FROM resources.MAP_LOCATION_EVENTS_VIEW me, resources.MAP_DATA md, command_locations_view cl
    WHERE cl.location_id = md.location_id AND md.location = me.location(+) AND acronym = 'FORSCOM'
    </features>
    </rule>
    </styling_rules>');
    If I just have the following SQL this works fine and the infotip window will show me the status of the locations, but of course I need to have the descrition, and title, etc.. Any strings that are called seem to fail.
    SELECT cl.location,
    md.map_loc_data,
    cl.status
    FROM command_locations_view cl,
    map_data md,
    map_location_events_view mle
    WHERE cl.location_id = md.location_id
    AND md.location = mle.location(+)
    AND acronym = 'FORSCOM'
    My 2 views are as follows:
    SELECT cl.location,
    md.map_loc_data,
    cl.status
    FROM command_locations_view cl,
    map_data md,
    map_location_events_view mle
    WHERE cl.location_id = md.location_id
    AND md.location = mle.location(+)
    AND acronym = 'FORSCOM'
    SELECT location,
    d_dev_name device,
    DECODE(d_ops_status,1,'Amber',
    2,'Red') status,
    et_type type,
    ev_short_desc title,
    ev_down_gmt down,
    ev_etr_gmt etr,
    ev_description description,
    map_loc_data
    FROM resources.map_data ml,
    cii.devices d,
    cii.events e,
    cii.event_types et
    WHERE ml.location_id = d.d_loc_id
    AND d.d_dev_id = e.ev_dev_id
    AND e.ev_type = et.et_id
    AND e.ev_os_id IN (1,2)
    Any ideas??
    Thanks!!!

  • Can someone explain this difference in Mac vs Win policy ?

    I can download a MathScript module for evaluation with the Windows evaluation version, but for the Mac, I have to first buy LabVIEW (the module is free, just can't be evaluated). Can someone explain the logic behind this nonsense ?

    NI's activation platform doesn't work on the Mac or Linux operating systems. We created a "special" evaluation version of LabVIEW for the Mac, but after the 30 days, it requires you to uninstall it and install the regular version of LabVIEW, which doesn't have activation.
    VISA is offered as a free download because it a device driver, and by practice, all of NI's device drivers are free. However, the MathScript RT Module is an add-on for LabVIEW. The reason that the Mac and Linux versions are free is because we don't have LabVIEW Real-Time for Mac or Linux, and the real-time capabilities for the LabVIEW MathScript RT Module are the primary reason for the cost of the Module in the first place. This ability to deploy custom .m files to embedded hardware, and run them deterministically, as well as the plug-in tools to do profiling and testing, is a huge differentiator for MathScript on the Windows platform. However, that functionality doesn't exist on the Mac or Linux platform.
    The reason you can't download the Module is because we need to be able to track who the users are. Each new release of LabVIEW brings a new version of the MathScript RT Module, and we physically mail the new media to all of the users who have "purchased" the free Module, just like with any purchased Module. If we simply said go download it, then each person would have to go re-download it with each release.
    "Go stuff yourself" is certainly not the intention. You will be able to use the Mac version of MathScript (free) on the evaluation version of LabVIEW for Mac. To find this version, navigate to http://www.ni.com/trylabview/ and choose to "See Download Options". The mac version is linked within this page.
    I hope you find this information both helpful and satisfactory.
    Jeffrey P.
    LabVIEW Product Management
    National Instruments

  • CAN SOMEONE EXPLAIN ME THE DISPLAY QUALITY

    I have just purchased a new macbook pro 15" 2.4ghz. Im a designer, i havent even created my appleid, im on my sisters... i made a sacrifice to buy this $2700 laptop.
    and Im so dissapointed...
    I CANT SEE SMOOTH GRADIENTS.. all i see are ugly lines... i dont get it, for such a high class LAPTOP.
    Apple support please help me solve this. ive been reading forums about 6bit screens for this laptop.. i dont want to believe that. can someone explain? im returning this...

    I can verify that all of Apple's laptops use 18 bit (6 bits per Red, Green Blue) color, which is about 260,000 colors. The OS then using dithering to fake the missing colors. Despite what you have read, they are incapable of 24 bit 'millions of colors'.
    The problem with this argument is that, when it comes down to it, the color displays are made up of dithered red, green, and blue elements anyway. We accept that this form of display gives us "full color", so it's difficult to argue that millions of colors can't be represented using the same mechanism. It's not quite 16.7 million (more like 16.3 or something) but Apple's text has always taken care to read "millions of colors" rather than 16.7 million (which you'll still see on the specifications for the Cinema displays).
    Just for informational sakes though, these kinds of 6-bit displays don't rely on OS spatial dithering; they actually make use of their very fast switching to perform temporal dithering, switching a pixel between two shades very quickly to generate an in-between shade. That's why for most people the result is usually visually indistinguishable from true 8-bit color, and doesn't look like what you'd see with traditional dithering.
    If the OP is noticing severe banding on gradients, it's more likely to be an issue with color profiles than with the display being 6-bit.

Maybe you are looking for

  • Background process of SAP BPC 7.5 or 7.0 NetWeaver or MicroSoft version

    Hi Experts, I am new to SAP BPC NetWeaver. I want to know u2026. While creating a dimension or an application in BPC 7.5 or 7.0 NetWeaver or MicroSoft Version, what process is going on background, like what tables or what objects are created in SAP B

  • Using 27++ battery with Thinkpad T510

    Hi, I have just purchased a T510 with the 27++ slice battery, the battery "User Guide" is anything but ! Can someone please tell me whether there are any restrictions on when I connect & disconnect the slice battery? i.e., can it be plugged and unplu

  • Move Schema to Prod

    Hi All, I am not a DBA, but recently I was assigned these duties. My question is that we have a schema in Dev, Its has been tested now I have to move this to Prod. I have created some scripts using Toad (database\export\tables, views etc). Can use th

  • Help With Elements 12 Organizer

    I just downloaded Elements 12 and was downloading files to the organizer.  The last file I downloaded is full of duplicates of some of the files I down loaded and dups of many of the files i have yet to download.  I tried to put the folder back but i

  • What happened to my bookmarks

    Hi, I use a PC and Internet Explorer.  I uploaded all of my bookmarks and now have several copies of each folder, most are empty.  Is there an easy way to delete the duplicates?  Thanks