Get os version number

I was able to get the os name using
intrinsic.flash.system.Capabilities.os
but i wish to get the os version number as well.
currently running windows xp 5.1
but intrinsic.flash.system.Capabilities.os only returns
windows xp
i also went through other fields in the capabilities class, i
don't think there is anything that gives me what i want.
any thought?
thanks!

Hi dpark,
thanks!...I am seeing my version number (5.1) in that long
string...i guess i can just play with index and extract it.

Similar Messages

  • How to get extension version number to update in exchange panel.

    I was able to upload my Illustrator extension, set it to private and share it. Brialliant functionality. Now I have released a point update, and although it shows the correct version in the extension details on the Adobe Exchange website, the version number will not update in the panel itself, although my description modifications update just fine. The extension as shown in the "Not Published" list of the sight has the old version number. When I click on it to get to the main extension page, it shows the correct version number in title and in also correct in the details on the right. It does say "(Preview)" after the name. I don't intend to ever sell it, but want to keep sharing it privately. How do I get it to recognize version updates?
    Thanks

    Hi there,
    It sounds to me like the reason your new patch (with the updated product version) is not showing in the panel is that it has not been "published". If it's showing up in the "Not Published" screen, this means that it's only available for you personally to make changes to in the producer portal - once you're finished making your changes (uploading a new ZXP etc.) you need to click Submit (with Auto-Publish) to make the new version go live to the people it's shared with (and show up in the panel). As long as the product is set to Private, clicking Submit (with Auto-Publish) will not make the product available publicly - it will continue to be private, visible only to the groups you specify.
    Fraser

  • AIR App: Get version number at runtime

    Hello,
    How how can I get the version number for an AIR App during runtime please?
    Thank you.

    See http://polygeek.com/4287_weekly-developer-journal_weekly-developer-journal-june-26th-july- 2nd
    var xml : XML = NativeApplication.nativeApplication.applicationDescriptor;
    var ns : Namespace = xml.namespace();
    var version : String = xml.ns::versionNumber;

  • How to get a DLL's version number

    I am trying to get a version number of a dll that has been written and used in an application I'm working on so that I can display it on a front panel...  I was given this link http://publib.boulder.ibm.com/infocenter/pcomhelp/v5r9/index.jsp?topic=/com.ibm.pcomm.doc/books/html... to see if I could access anything there and none of the listed DLL's are on my system.
    can anyone here point me in the right direction?
    TIA...

    got it...

  • Version number in Print Out of PO

    Dear All,
    We are using the standard output for the print out of PO.Version number is not coming in that printout.Anything has to be enabled to get it in the print out.
    Regards,
    milton.I

    Dear Vijay,
    Have you made version management active for your document type?
    SPRO- MM- Purchasing - Vertion Mgmt
    SPRO- MM- Purchasing - Messages - Mtypes for PO - then maiatain your document type for the change ( 2) operation.
    After every version is created then take print-out.
    In the print out after the PO number you will get the version number.
    Thank you,
    Krishna Reddy
    Thank you
    Krishna Reddy

  • Table For Purchase Order Version Number and Version Created Date

    Dear Sir,
    Whenever we make any change in Purchase Order , then a new Version Number  along with Created Date is assigned . In Me23n the Version Number and It's Created date is also displayed ( at PO Header Level) .
    We request you to kindly guide us as which Table is required to be reffered to get the Version Number and Version Created date  for the Purchase Order .
    With Thanks and Rgds
    Sonia

    Hi
    Check in EKKO - Purchase order header
    EKPO - Purchase order item
    CDHDR
    CHPOS
    Regards
    Ram
    Edited by: Parasuram M on Sep 16, 2009 11:59 AM

  • To Get Different Version of program through programatically.

    Hi Experts,
    My requirement is to find no. of line changes betwwen two version of program.
    I did the following steps
    i) Got  the Transport request number from table e070 for corresponding users.
    ii) Got the pgmid object obj_name from table E071.
    iii) Got the remaining details from TADIR and trdir table.
    And for Each name file from TADIR table,
    By using Read Report statement I got the program in Internal table and able to count the no of lines,
    But how i can retrieve the different/old version of program.
    Your early reply would be highly appreciated.
    Thanks
    James

    Hi Vikranth,
    I know VRSD is the table we can get the version number, but for both version the
    Program/object number will be the same. So we cannot achive my requirement.
    Hi Markus,
    I am looking into the compare_versions form, but its clueless for me!,
    How it works any idea?
    Regards
    James

  • Purchase order sapscript version number

    Hi friends,
    I am customizing a medruck sapscript form. One of my requirements is to get the version number on the form when it is changed. Can you tell me what field gives the version number of the form? I tried with 'revno' field but no luck!
    Thank you very much,
    Krishen

    Thanks Ferry. I think this example works for smartform.
    Can you guys tell me what is the significance of field 'revno' ? I am guessing that SAP may provide some field for this purpose in sapscript. Is there any simpler way for this purpose?
    Thank you very much again.
    Message was edited by:
            Krishen 81

  • Version number of SQL*NET

    We have recently purchased a new data warehousing project. For this product we need to know what version of sql*net we are running. I have looked on the system but I am fairly new to Oracle. Can someone tell me where I can get the version number for sql*net. I am pretty sure we are running version 2 or higher. Thanks for your help.

    You can try to use Oracle Universal Installer to see which version of SQL*NET or NET8 network product you have installed.

  • Can I get the Version a Crystal Report Was Designed Against

    Hi,
    I'm working on a web application developed in C# using the Crystal Reports runtime 10.5 that came with Visual Studio.
    What I am trying to do is to check the version of a Report File that the application is trying to run before actually running it.
    So that a Report written in Crystal Reports 11 can be flagged as being potentially incompatiable (as it may contain new features not supported by the runtime).
    Is there any way to get this version number in C# code?
    Any help would be much appreciated.
    Thanks
    Steve

    Thanks for the reply.
    In the application I'm working on people can write and upload their own Crystal Reports.  The application then runs these reports for them (also doing other things such as exporting (PDF) and emailing the report).
    At the minute, and in past releases the application uses the 10.5.3700.0 runtime.  Everything functions fine in the application.
    My only concern is that a user could write a report in Crystal 2008 using functionality that is in Crystal 2008 but not supported by the 10.5.3700.0 runtime.
    Therefore when a user uploads a report I was hoping to analyse the rpt file to find out what version they used to design the report.  Then if it is not designed in version 10, inform them that some functionality may not be supported by the current runtime.
    I've had a go through code and found a property called MajorVersion which seemed to be just what I wanted, but it was Non-Public so unfortunately this wasn't available to use.
    ((CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper)((CrystalDecisions.CrystalReports.Engine.EngineObjectBase)(sInfo)).m_rasRptClientDoc).MajorVersion
    I was hoping to go for this solution of warning users rather than compiling using the Crystal 2008 runtime, as updating the runtime may incur a cost to current customers who are happy using 10.5.3700.0.
    I hope that is a bit clearer.

  • I bought a volume license for CS6. How do I now get a serial number for prior version (CS5.5)?

    I bought a volume license for CS6 Design Standard. Because of my system restrictions for now I can only run a prior version (CS5.5). I have also previously downloaded its trial version which works perfect. Now, after buying a license for CS6 I would like to get a serial number for a prior version as well. How would I go about receiving it?
    Many thanks in advance!
    Nelle

    Hi Nelle,
    You can request downgrade from Adobe, but you can't get back to CS6 after that, so it might be better to upgrade your system?
    Anyway, in my laptop CS6 has been running faster and better than CS5.5 without any changes to system, so you could give it a try before downgrading...
    Joni

  • How do I make my iPhoto Library's version number appear in the Get Info window?

    I recently (within the past 2 weeks) purchased a new 27 inch iMac and have been importing data (applications and files) from my 2010 Macbook Pro via AirDrop.  One of the first files I migrated over was my iPhoto Library.  I doing so, I noticed a few differences between its file attributes and those of the iPhoto Library file created by default on my new computer - two of which I'll note here.  First, I noticed that the file resident on my new OS was labeled iPhoto Library.photolibrary while my older version did not have the ".photolibrary" extension.  That seemed simple enough to correct so I added that extension to my old library file.  The second difference I'd note - and the source of my question - is that the default iPhoto Library file displayed a version number (9.5.1) in its "Get Info" window, while mine did not.  I checked my file's info.plist file and the correct information seems to be listed.  It reads (in part):
    <dict>
                   <key>CFBundleGetInfoString</key>
                   <string>iPhoto Libary 9.5.1</string>
                   <key>CFBundleShortVersionString</key>
                   <string>9.5.1</string>
    </dict>
    </plist>
    I'm not sure this is really a question for the iPhoto community, as it seems like a more general issue; but, this is my first post to these forums, and I didn't know where to start.  Thanks in advance for the advise/suggestions.

    In terms of the info.plist file, I only reviewed it to see why I wasn't seeing the version number in the GetInfo window.
    The string "<key>CFBundleGetInfoString</key>
                   <string>iPhoto Libary 9.5.1</string>"
    is exactly what will be shown in the Get Info panel. I tested that by simply editing this string in a test library using XCode. I could "Get Info" to show ridiculous versions numbers this way.
    However, none of my older iPhoto libraries will show the version string in Get Info, only libraries I created with iPhoto 9.5.1. or Aperture 3.3 or later.
    There is probably one of the other database files in the folder "database" - *.appdb and *.db  interfering.  None of the Library First Aid options did make the version number show for my older iPhoto libraries - not even rebuilding the iPhoto library. The only way I could make the version number show in "Get Info" was by exporting the library as a new library using Aperture. But this exported library is now showing as Aperture library.

  • I downloaded a Trial version of Adobe Acrobat XI.  Now the trial has runout and I've signed up for a subscription.  However, my software still needs a serial number.  How can I get a serial number for the installed software?

    I downloaded a Trial version of Adobe Acrobat XI.  Now the trial has runout and I've signed up for a subscription.  However, my software still needs a serial number.  How can I get a serial number for the installed software?

    There is no serial number and you don't need one. What you need for a subscription is to SIGN IN within Acrobat, so it knows the subscriptions you own.

  • I'm trying to load a student version of Acrobat XI Pro but not sure how to get the serial number to validate I'm a student

    I'm trying to load a student version of Acrobat XI Pro but not sure how to get the serial number to validate I'm a student

    Hi ,
    Could you please tell me form where did you purchase the Student version of Acrobat ?Is it through Adobe or some outside vendor ?
    Is it the first time you are trying to access it ?
    If yes ,then you must have received your serial number along with your product .
    If not ,then how how did you manage to get your serial number and access Acrobat before ?
    Regards
    Sukrit Dhingra

  • How do I get a serial number student teacher version?

    how do you get the serial number for student teacher version.  I was never prompted at any point.  New product - new installation.

    Please refer to following links:
    Education FAQ
    https://ide2.identit-e.com/checkstatus/new
    Regards,
    Anoop

Maybe you are looking for

  • "Optimize to file size" script

    Hi everyone, I am currently writing an applescript to circumvent Photoshop's lack of scripting support for the "Optimize to File Size" option in the Save for Web command, but I'm having trouble with targeting the file sizes correctly. Here is the cod

  • Billing Relevance in item category

    Hi All, I have to create a proforma invoice immediately after sales order is created for the item with  item category TAN. 1. Now when I am trying to create a proforma invoice F5 for sales order in VF01 the system allows me to do so which should not

  • IMessage lost conversations on iPad

    Today, for no apparent reason, my iPad has lost the 25 most recent iMessage threads that I have.  Now the most recent conversation that displays there dates back to 25th March 2014.  The only things that have changed are that I've added some email ad

  • HT1414 How to unlock pass code

    Hi My I pad is stuck in lost mode we misplaced it for a few weeks. I set up find my I pad on another device since I have found the missing I pad but it's asking me for a pass code which I don't have. How do i reset my I pad??

  • GeForce GTX vs Quadro: the comparsion

    I would like to look for a right video card for CS5.5 or new CS6 video editing only.  I looked at the requirement for my future new PC, but I need your help for providing me more information on the comparsion between GeForce GTX and Quadro. What does