How to find Spry Version Number?

Thanks

JRStaf4ord wrote:
> Thanks
Depends, are you asking what is the latest version of Spry
that is available? If so, then the answer is Spry 1.6.1 is the
latest version, and is available from the Spry home page:
http://labs.adobe.com/technologies/spry/home.html
Or are you asking how to tell the Spry version from a
particular Spry asset file? If so, then when you open a Spry .js or
.css file, the version is listed at the top of the file as in:
/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1
0.4 is the version of the specific file you're looking at and
1.6.1 is the version of Spry the file is associated with.
Dreamweaver CS4 shipped with Spry 1.6.1, and CS3 shipped with
I believe Spry 1.4, but you can update the Spry version using the
DW Spry updater (linked to from the Spry home page):
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_spry
FYI: Spry questions are best asked in the Spry forum:
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=72&catid=602
Danilo Celic
|
http://blog.extensioneering.com/
| WebAssist Extensioneer
| Adobe Community Expert

Similar Messages

  • How to find the version number of Java compiler used

    Is there a simple programatical way to extract what version of Java compiler was used to create a certain class file (the byte code) from within the program?
    Actually, by checking the file is ok too.

    Thanks for the program. I've run it and I got 1.4.2as
    an output.
    Can I assume I'me using SDK 1.4.2 through netBeansIDE
    3.5.1 (which it came with bundled)?if you would remove J2SDK 1.4.0, then you could be
    sure that your netbeans is NOT using it anymore...
    howevere, you could also set some settings inside
    netbean, and voila... you could set it to use
    whichever sdk version you want...
    but if you are not sure which one of these it
    currently uses, then i assume that it is sdk 1.4.0,
    because i have no reason to believe othervise.This is from my old AUTOEXEC.BAT:
    SET CLASSPATH=.
    SET PATH=C:\j2sdk1.4.0_01\bin
    I installed netBeans IDE 3.5.1 a few weeks ago, but did not change my AUTOEXEC.BAT file for a while.
    Then I changed AUTOEXEC file to the following:
    SET CLASSPATH=.
    SET PATH=C:\Program Files\j2sdk_nb\j2sdk1.4.2\bin
    IDE kept working, but DOS stopped recognizing javac command.
    After getting suggestions from some people here, I changed the AUTOEXEC to:
    SET CLASSPATH=.
    SET PATH=C:\Progra~1\j2sdk_nb\j2sdk1.4.2\bin
    IDE still works, and I can compile from DOS now.
    SDK 1.4.2 must have been installed (or at least unpacked) by IDE 3.5.1.
    Does anybody know how to change settings on IDE 3.5.1 to make it use whichever SDK I want to try?

  • TS1702 how to find the serial number, after purchase Pages online?

    how to find the serial number, after purchase Pages online?

    If you downloaded the standalone trial version of Lightroom, it will be necessary for you to uninstall that version. Then you will be able to install Lightroom through the creative cloud application manager. After you install Lightroom that way, just double-click on the catalog that you have already started.

  • How to find out version of Jakarta-ORO in Weblogic.jar

    Our environment is Weblogic 6.1 SP3 on Win2k professional with JDK 1.3.1_03 (build
    1.3.1_03-b03). We use Protomatter Syslog in our application and it uses Jakarta
    ORO classes for regexp parsing. Since Weblogic jar already has the classes we
    do not have a separate jar for ORO in our classpath.
    We have seen ArrayIndexOutOfBounds exceptions in ORO code and the bug is listed
    as solved in version 2.0.7 & later versions. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17707
    I appreciate someone letting me know how to find the version of ORO in Weblogic
    6.1 SP3. I could try placing the Jakarta jar before Weblogic jar on my classpath,
    but I would like to figure out the problem instead of trial and error.
    Thanks,
    Nitin
    [ArrayIndexOutOfBounds.txt]

    I don't find it with a quick scan of the src610 code line, you might have to
    open a support case, unless you can give me a class name for some more
    hints.
    mbg
    "Nitin Shenoy" <[email protected]> wrote in message
    news:[email protected]..
    >
    Our environment is Weblogic 6.1 SP3 on Win2k professional with JDK1.3.1_03 (build
    1.3.1_03-b03). We use Protomatter Syslog in our application and it usesJakarta
    ORO classes for regexp parsing. Since Weblogic jar already has the classeswe
    do not have a separate jar for ORO in our classpath.
    We have seen ArrayIndexOutOfBounds exceptions in ORO code and the bug islisted
    as solved in version 2.0.7 & later versions.http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17707
    >
    I appreciate someone letting me know how to find the version of ORO inWeblogic
    6.1 SP3. I could try placing the Jakarta jar before Weblogic jar on myclasspath,
    but I would like to figure out the problem instead of trial and error.
    Thanks,
    Nitin

  • How to find out spool number from a jobname.

    Hi,
    If I know the jobname and jobcount how to find the spool number of it. Jobname and Jobcount are in table TBTCO and spool number is in TSP01. Is there any link between these tables.
    Your help will be appreciated.
    Thanks & Regards,
    Soumya.

    Hi,
    Check the below link
    [Re:Spool request;
    Regards,
    Surinder

  • How to find out the Number range object for Incident number

    How to find out the Number range object for Incident number ?
    CCIHT_IAL-IALID
    regards,
    lavanya

    HI, an example.
    data: vl_num type i,
          vl_char(6) type c,
          vl_qty type INRI-QUANTITY,
          vl_rc type INRI-RETURNCODE.
    CALL FUNCTION 'NUMBER_GET_NEXT'
      EXPORTING
        NR_RANGE_NR                   = '01'
        OBJECT                        = 'ZRG0000001'
       QUANTITY                       = '1'
      SUBOBJECT                     = ' '
      TOYEAR                        = '0000'
      IGNORE_BUFFER                 = ' '
    IMPORTING
       NUMBER                        = vl_num
       QUANTITY                      = vl_qty
       RETURNCODE                    = vl_rc
    EXCEPTIONS
       INTERVAL_NOT_FOUND            = 1
       NUMBER_RANGE_NOT_INTERN       = 2
       OBJECT_NOT_FOUND              = 3
       QUANTITY_IS_0                 = 4
       QUANTITY_IS_NOT_1             = 5
       INTERVAL_OVERFLOW             = 6
       BUFFER_OVERFLOW               = 7
       OTHERS                        = 8
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    vl_char = vl_num.
    write vl_char.
    Regard

  • How to find out the number of songs in my iTunes 11 library

    How to find out the number of songs in my iTunes 11 library

    Welcome to the Apple Support Communities
    To see the number of songs, go to View menu > Show Status Bar, so the number of songs you have will appear at the bottom of the iTunes window

  • How to find out asset number in SAP

    Hi,
    Please let me know how to find out asset number based on the depreciation document number.
    Regards,
    Bhaskar Suruvu

    In the FI document header text / line item text you found back the asset document number like:
    AFB01200900101-0000000001
    In the table ANLP you can found back the document number -0000000001
    On this way you can make the link

  • How to find the version of oem

    How to find the version of the installed oem?
    I have /home/oracle/10.1.0/oem
    But I wanted to know the the last digit as well
    thanks

    BTW - For both DB Control and Grid Control, you can also use also find the version using the url (assuming your EM is already working)
    http://servername:port/em/console/aboutApplication
    From the displayed page, you can also click on the License url to go to the Oracle Enterprise Manager 10g License Information.

  • How to find ThinkPad serial number if label is worn?

    QuestionI'm having some trouble with my T500 ThinkPad and want to contact service, but am not sure how I can find out the machine type and serial number to provide to support when I call because the sticker on the bottom of the laptop is faded so I don't know what the S/N is. I do have one number though: [serial removed] was what I copied down from it before it became faded. I dont know what to do now, so if you have any ideas, that'd be great.
    Answer 
    Generally the label with type and serial information is found on the bottom of laptops and tablets and on the rear of desktop systems and on the back or along the edge of displays.   As noted by the question asked above, in some cases, the label may become worn.  To reduce / avoid this, the type / serial label was relocated to the battery compartment on some systems with removable batteries, along with the Win 7 COA.  As Win 8 does not have a COA lable, and print technologies for labels have improved, most current systems have the label on the bottom.
    Some tablets may have the type and serial information label on the inside of memory door / SD card slot covers as was the case with the ThinkPad tablet type 1838/1839.
    Here is a link to an article on the support site with examples of label locations for different model Lenovo systems.   If the system will not power up at all, finding the physical label is the best course of action when contacting service.
    If the label is missing and the system will power up, there are several ways to easily find this information as it is written into the BIOS on the system board.
    1) Command Prompt
    Run an elevated command prompt, Enter the command "wmic bios get serialnumber" (without the quotations).
    2) BIOS
    Boot to BIOS (press F1 on startup) and the model type and serial number will be listed.
    3) Diagnostics - Lenovo Solution Center (LSC) or the prior Lenovo ThinkVantage toolbox.

    wmic bios get serialnumber  does not work !!!!all your pages about how to find a serial number are disfunctuional !!! What a bed service

  • How to find supported versions of IE

    Can someone please tell me how to find which versions of Internet Explorer are supported by which versions of Interactive Reporting. I've been banging my head against the wall trying to find the documentation that will give me that information. I'm not so much interested in someone telling me the answer as I am in finding out how to find the answer myself.
    Any help much appreciated.
    dave

    Could you tell me if Interactive Reporting WebClient is work goog with IE9 ? I have some problems with in version 11.1.2.2 , when the windows user have no administrator right, the result of BQY section is not displayed and the windows not work good.
    Thanks for your answer.
    Regards.
    Edited by: 960184 on 7 mars 2013 09:20

  • How to find the Version of CRM system

    Hi All,
    I have to install CRM system and I dont have any other information other than the EWA Report, Can any one let me know how to find the Version of CRM system and we dont have Java installed in it (Generally we check WEBCUIF but as we dont have Java I cannot see the Package). Can I go with the CRMUIF ?? .
    I have Pasted the information of Support Package Maintenance, that is available in EWA Report.
    BBPCRM
    600
    4
    13
    SAP BBPCRM Server
    CRMUIF
    600
    4
    17
    SAPK-60004INCRMUIF
    SAP CRM User Interface Framework
    PI_BASIS
    2005_1_700
    16
    26
    SAP R/3 Basis Plug-In
    SAP_ABA
    700
    16
    29
    SAP Application Basis
    SAP_AP
    700
    13
    29
    SAP_BASIS
    700
    16
    29
    SAP Basis Component
    SAP_BW
    700
    18
    31
    SAP Business Information Warehouse
    ST-A/PI
    01P_700
    0
    SAPKITAB7I
    SAP Service Tools for Applications Plug-In
    ST-PI
    2008_1_700
    6
    8
    SAP Solution Tools Plug-In
    Please let me Know. Thanks in Advance.
    Vijay

    Hi,
    Logically your Status bar should show that.
    Login to gui. --> system -> Status
    and then you should see the crm version in your Component version.
    SAP CRM ABAP 6.0
    You should go with
    BBPCRM
    600
    Thanks
    Rishi abrol

  • How to Find JDBC Version

    how to Find JDBC Version

    I got the solution in this thread
    http://forum.java.sun.com/thread.jspa?forumID=48&threadID=290542

  • How to find my serial number in downloaded logic pro X

    how to find my serial number in downloaded logic pro X

    There is no serial number for Logic Pro X

  • How to find Software version using a copy of software without installing

    How to find Software version using a copy of software without installing

    How to find Software version using a copy of software without installing
    See answer given by Ahmed
    Right click on setup file and select properties and then details tab.
    http://social.msdn.microsoft.com/forums/sqlserver/en-US/c5424ffa-ce98-4899-ac0d-97cbcac10029/how-to-get-versionbuild-from-sql-install-media
    You can also open Mediainfo.xml to see information from Installation file
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

Maybe you are looking for

  • How can I transfer my iPad to my daughter?

    How can I transfer my iPad to my daughter? I need to change the email address that is set for me and I also need to switch out the iTunes accounts so she can access her account instead of mine. How can she download her music to this device and can sh

  • Stock Transport Order (STO)

    Hi All, This is regarding Intra Comapny STO. There are 2 plants KH01 & JS01. JS01 - Receiving Plant KH01 - Supplying Plant JS01 raise the STO on KH01 plant. For JS01 receiving plant in Set Up STO --> Define Shpping data for Plant.Here we have maintai

  • How do I get my phone to finish its software update without connecting to itunes?

    I just updated my Iphone 4 to the most recent version of IOS 6 and after the software was loaded my phone prompted me to connect to itunes.  The kicker is I don't have a computer to connect to itunes on becasue my work computer has a lock on it and I

  • Running JAVAC error

    Helli Friends I'n installed JDK1.2 on my computer(because of the big size of the newest jdk I can't download the latest version). And my OS is Win XP SP2. Installing will be finished completely and successfully. But the problem is that when I run JAV

  • B1TC (Business One Test Composer) is available!

    B1TC (Business One Test Composer) is an automation testing tool for B1. It provides a simple way to record and replay scenarios for testing purposes, but it can also be employed in many other use cases. It complements B1DE and B1TE to form a complete