Adding conditions to current-group()

First of all I want to thank all the experts out there who read these boards and help folks like myself figure it out. I'm new to this and sort of testing the waters for my clients (our first report was implemented last week!), so there are no local experts. Your help is greatly appreciated.
Now to my new question. For my second report I'm trying to create something a little more dynamic. I'm moving all of my totalling and grouping from the data definition to the template. I have a large set of records all returned by a single query. The records have a field called 'Report'. The field contains either a 1 or a 2 depending on where in the template the records should be displayed.
This is a few lines from my template to give you an idea of what I'm dealing with...the tabs don't show but hopefully I've labelled it well enough that you can see what I'm trying to achieve.
<?for-each-group:G_REPORT;./PAGEBREAK_SEG?>
<?for-each-group:current-group();./SECOND_SEG?>
<?for-each-group:current-group();./THIRD_SEG?>
**new condition***
     <?for-each-group:current-group();./CAT3?>
     <?for-each-group:current-group();./ACCOUNT_SEG?>
     <?ACCOUNT_SEG?>
     <?ACCOUNT_DESC?>
     <?APRIL?>
          <?end for-each?>--END ACCOUNT_SEG
     <?CAT3_DESC?>
     <?sum (APRIL)?>
     <?end for-each?>
**end of new condition***
--records where report=2 will be displayed here
<?split-by-page-break:?><?end for-each?> --ENDS THIRD_SEG
<?split-by-page-break:?><?end for-each?>--ENDS SECOND_SEG
<?split-by-page-break:?><?end for-each?> --ENDS PAGEBREAK_SEG
What I'd like to do is add another condition based on the value of 'Report'. If the report field is '1' I want to go ahead and group the records as indicated above. If the report field is '2' I want to skip over the records. Those records will be displayed later in the template.
Any help would be appreciated.
Thank you.

Hi
The best approach will be to use an XPATH expression. there is a primer on the XPATH standard in the BIP docs, check it out.
At its most simple its a way to introduce an if statement into your template e.g. loop over these rows of data if the document type is INVOICE, this would be <?for-each:ROW[DOC_TYPE='INVOICE']
You will be able to use the same command structure for your data. There was not a Report field (element) in your example below but you can use
<?for-each:current-group()[Report='1']?>
this will only show the rows where Report = 1, conversely
<?for-each:current-group()[Report !='1']?>
shows every row where Report does not equal 1.
Give it a try, if you get stuck, some XML data and the structure of the template will help to help you
Regards
Tim

Similar Messages

  • Oracle 11i release 2 error "Unable to get the current group"

    Hi oracle gurus,
         I have been trying to install oracle 11g rel 2 on HPUX 11.31 and i am getting the following error
    # more installActions2010-01-06_10-27-37AM.log
    oracle.install.ivw.db.driver.DBInstaller
    -scratchPath
    /u01/tmp/OraInstall2010-01-06_10-27-37AM
    -sourceLoc
    /u01/install/database/install/../stage/products.xml
    -sourceType
    network
    -timestamp
    2010-01-06_10-27-37AM
    INFO: Loading data from: jar:file:/u01/tmp/OraInstall2010-01-06_10-27-37AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigComma
    ndMappings.xml
    INFO: Loading beanstore from jar:file:/u01/tmp/OraInstall2010-01-06_10-27-37AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigC
    ommandMappings.xml
    INFO: Restoring class oracle.install.driver.oui.ConfigCmdMappings from jar:file:/u01/tmp/OraInstall2010-01-06_10-27-37AM/ext/jlib/installcommons_1.0.0b.jar!/
    oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    SEVERE: [FATAL] An internal error occurred within cluster verification framework
    Unable to get the current group.
    Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:11
    INFO: Advice is ABORT
    SEVERE: Unconditional Exit
    INFO: Adding ExitStatus FAILURE to the exit status set
    INFO: Finding the most appropriate exit status for the current application
    INFO: Exit Status is -1
    INFO: Shutdown Oracle Database 11g Release 2 Installer
    $
    >>
    # more oraInstall2010-01-06_10-27-37AM.err
    ---# Begin Stacktrace #---------------------------
    ID: oracle.install.commons.util.exception.DefaultErrorAdvisor:11
    oracle.cluster.verification.VerificationException: An internal error occurred within cluster verification framework
    Unable to get the current group
    at oracle.cluster.verification.ClusterVerification.<init>(ClusterVerification.java:200)
    at oracle.cluster.verification.ClusterVerification.getInstance(ClusterVerification.java:294)
    at oracle.install.driver.oui.OUISetupDriver.load(OUISetupDriver.java:407)
    at oracle.install.ivw.db.driver.DBSetupDriver.load(DBSetupDriver.java:161)
    at oracle.install.commons.base.driver.common.Installer.run(Installer.java:216)
    at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:126)
    at oracle.install.commons.util.Application.startup(Application.java:869)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:164)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
    at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:265)
    at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:114)
    at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:132)
    ---# End Stacktrace #-----------------------------
    <<
    $ uname -a
    HP-UX rx2600 B.11.31 U ia64 <XXXXXXXX> unlimited-user license
    # swlist | grep -i oe
    HP-Caliper-PERF C.11.31.04 HP Caliper OE Bundle
    HP-WDB-DEBUGGER C.11.31.04 HP DEBUGGER OE Bundle
    HPUX11i-DC-OE B.11.31.0903 HP-UX Data Center Operating Environment
    # swlist | grep -i qpk
    QPKBASE B.11.31.0903.334a Base Quality Pack Bundle for HP-UX 11i v3, March 2009
    # swlist -l product | grep -i c++
    ACXX C.06.20 HP C/aC++ Compiler
    C-ANSI-C C.06.20 HP C/aC++ Compiler
    PHSS_37501 1.0 aC++ Runtime (IA: A.06.16, PA: A.03.76)
    PHSS_39824 1.0 HP C/aC++ Compiler (A.06.23)
    i start the installation as oracle and my group and user id is
    $ id
    uid=109(oracle) gid=102(oinstall) groups=101(dba),104(asmdba)
    Please let me know what else do i need, we might have to use the hardware for testing another application so i am limited in terms of time constraints
    any help is much appreciated, Thank you!!
    Regards,
    Dasjith
    Edited by: user10247524 on Jan 6, 2010 7:52 AM

    Hi Stig Sundqvist
    Where can i find MOS Doc 983713.1 ??You have to login https://support.oracle.com/CSP/ui/flash.html and you have to CSI account. This site is oracle site for tech. documents for can rise SR etc.. for more details please check
    What is CSI:
    Re: Installing Oracle Database 10.2.0.4
    And how do i do to fix this problem ????Login metalink then find upper note and follow document
    Hope it helps
    Regard
    Helios

  • Custom sorting within "for-each-group:current-group"

    Hi, I need some help in doing a custom sort within a "for-each-group:current-group". My formatting is in a table format but I'm not sure how to post a table here so I'm just arranging the column details out as it would look in a table. I have a column on the left for the YEAR and a second column on the right for the DESCR. Under the DESCR column I've inserted a nested table with four columns: SUBJECT, CATALOG_NBR, DESCR250 and GRADE.
    COLUMN 1:
    <?for-each-group:row_table;./ YEAR?><?sort: YEAR;'ascending';data-type='text'?><?YEAR?>      
    COLUMN 2:
    <?for-each-group:current-group();./DESCR?><?DESCR?>
    NESTED TABLE (with 4 columns):
    +<?for-each:current-group()?><?SUBJECT?><?CATALOG_NBR?><?DESCR250?><?GRADE?><?end for-each?>+
    <?end for-each-group?> <?end for-each-group?>
    I'm able to sort by YEAR in the "for-each-group" on the left column. But I also want to do a custom sort on DESCR in the right column.
    I've seen this blog on custom sorting by Vetriselvan: http://winrichman.blogspot.com/2009/09/custom-dynamic-sort-in-bi-publisher.html and I tried inserting this sort below after <?for-each-group:current-group();./DESCR?> but I get an error message.
    <?sort:(number(DESCR='Status')*1)+(number(DESCR='First Semester')*2)+(number(DESCR='Second Semester')*3);'ascending';data-type='number'?>
    I've also seen this thread: Re: Sort within group and tried inserting <?for-each:DESCR?> before the sort (as below) - this time I can preview the results, but it is not sorting as required.
    <?for-each:DESCR?><?sort:(number(DESCR='Status')*1)+(number(DESCR='First Semester')*2)+(number(DESCR='Second Semester')*3);'ascending';data-type='number'?>
    Can anyone help me custom sort the DESCR column? I'm using Template Builder for Word version 5.6 build 45. Thanks in advance for any help!

    Hi Vetsrini,
    I tried adding <?sort: ./DESCR;'ascending';data-type='text'?> after <?for-each-group:current-group();./DESCR?> but I'm getting an error message.
    The DESCR values are below and I'm trying to sort them in the following order.
    STATUS
    SUMMER SEMESTER
    FIRST SEMESTER
    AUTUMN SEMESTER
    WINTER SEMESTER
    SECOND SEMESTER
    SPRING SEMESTER
    Because I need them in the above order, I can't use ascending or descending, and instead need to use a custom sort order. Do you know how I can go about creating a custom sort order?
    Thanks!

  • Adding expanding boxes for groups on front page of web server

    Hello all..
    At the moment we are expanding or wiki server and we need some way of organising the groups.
    one idea was to sort the groups into expanding lists ie when you open the page all you see is staff and students then when you expand students you get all the student related groups.
    Is this possible or is there a better way.
    If we didnt sort it we will have a list 6' long

    I want to do this as well. I've come up with a couple of ideas.
    1. Create a custom html page for /groups and/or /users where you add/create the links to the various pieces by hand
    - not very friendly to manage and doesn't leverage the dynamic capabilities the current /groups and /users pages have
    2. Create some custom .js that adds a class or id attribute to the list or the list elements so they can be dealt with independently. For this to be easy to manage additional information needs to be pulled from the directory (Active Directory in our case) so you can ID students separately from faculty. Then the logic would be to modify group_listing.xsl and have it generate two UL's, one with a class or id attribute of faculty and the other student and loop the respective entries into each UL. CSS can be used to expand/collapse the lists.
    - this seems doable if I can only figure out how/where to have the server pull additional information from AD (if the students and faculty are flagged as such in AD). This logic wouldn't deal with staff, but that could easily be added.

  • Grouping inside current grouping in BIP

    Hi All,
    I need to create a sub report inside the parent report. For the parent report, I am grouping the rows on the basis of emp id which is the primary key and then I am grouping my rest of the columns by using current group. The parent report and sub report are linked to each other by emp id which I am using as a parameter
    Similar is for the sub report, I need to group this report too on some column.
    The data for the sub report comes from a different query. So I created two data models, one for parent and one for sub report, contactenated the data sets with row names unique.
    data comes something like this
    <DATA>
    <PARENT>
    +<PARENT_ROW>
    +<PARENT_ROW>
    </PARENT_ROW>
    </PARENT>
    <SUB>
    +<SUB_ROW>
    +<SUB_ROW>
    </SUB>
    </DATA>
    So there are two nodes, PARENT and SUB. Now I have to show my grouped sub report inside the group parent report but the issue is since my sub report refers to a different node ( which is SUB) inside the parent report ( which refers to PARENT node), I don't see the data for sub report when i place it inside the PARENT report and when I place it out of the PARENT report, it works. Now this is how I want to place my sub and parent reports
              --PARENT Report starts
    PARENT_DATA_FIELD1
    PARENT_DATA_FIELD2
              --SUB report starts
    SUB_DATA_FIELD1
    SUB_DATA_FIELD2
              --SUB report ends
    PARENT_DATA_FIELD3
    PARENT_DATA_FIELD4
    --PARENT Report starts
    Long story short, I need to refer to the different node (and use grouping) inside an another running group of a differnt node. Can I do this?
    Request you to let me know, any help would be much appreciated.
    Thanks,
    Ronny

    Take a look at the following link: http://blogs.oracle.com/xmlpublisher/entry/formatting_concatenated_dataso
    and give it a try or you send me the RTF template and xml to [email protected] I can try to help.
    Thanks,
    Bipuser

  • In 10.2 docucorp, how to add a manual condition for a group

    Hi,
    I've grouped some faps in 10.2 by applying groupbegin and group end rules. Can I add a common manual condition for this group in 10.2?
    Thanks,
    Sai krishna

    Hi Sai krishna,
    No, sorry can't do it. The ability to add a "common" trigger to a group of faps appeared in release 11.3, when the concept of sub-forms was first introduced.
    Gaétan

  • HTML DB Condition type Current page......

    Hi everybody,
    On a conditionnal processing in a Condition type :
    Current page ! = Page submitted. What does it mean ?
    Can you help me ?
    Thank you. Bye.

    I think this is a test to see if the current page was branched to by another page. In other words the page did not branch to itself. You can have page 1 be submitted and branch to page 2. On page 2 you can have the condition that the current page != to the page submitted. In this case 2 != 1 so the condition would evaluate to a true condition. If a page branched to itself, then 2 != 2 would be a false condition.
    As always if I am wrong, please correct me.
    Mike

  • Wmi script to find out the time when the user was added to local administration group

    Hi Friends,
    i need a script/query based on wmi/wql that find out the time when the user was added to local administration group on this computer
    Regards
    Tanoj
    OSLM ENGINEER - SCCM 2007 & 2012

    WMI does not keep security information.
    Unless you have enabled auditing, this information is not retained in any way.
    If auditing is enabled, you can write a powershell script to look for the specific event in the eventlog. More specifically, you should look for all security events with id 4732 containing the group.
    this one command does the trick
    get-eventlog -logname security -instanceid 4732 -message *administrators*
    https://technet.microsoft.com/en-us/library/dd772663(v=ws.10).aspx
    MCP/MCSA/MCTS/MCITP

  • Sum Current Group With filter

    Dear All,
    I have problem to sum data using filter/conditon
    i want to sum data like this:
    No Budget SM GG
    1.2 *400 200*
    1.2.1 100 100
    1.2.2 200 200
    1.2.3 300 300
    1.3 400 400
    and using
    <?sum(current-group()/TotalPrice[.!='' and PaymentAllocation='GG'])?>
    but show no data
    i also tried
    <?xdoxslt:set_variable($_XDOCTX, ’INITGG’, xdoxslt:get_variable($_XDOCTX, ’INITGG’)
    +xdoxslt:ifelse(PaymentAllocation='GG',xdoxslt:ifelse(TotalPrice[.!=''],TotalPrice,0),0))?>
    but nothing happen, seem the code didn't recognized the group(have 2 group inside)
    Please help me
    Thank so much
    Regards
    Cecilia

    You can use <?sum(current-group()/TotalPrice[.!='' and ../PaymentAllocation='GG'])?>

  • Authorization on adding condition

    Hi All,
    Is there any authorization object on adding a condition in sales order (VA01,VA02).
    N.B I'm not asking about auth. on creating condition record (VK11)
    Thanks
    <LOCKED BY MODERATOR - DUPLICATED THREAD>
    Edited by: Alvaro Tejada Galindo on Dec 23, 2008 9:59 AM

    How about below two threads?
    Authorization on adding condition
    Authorization on adding condition
    Please don't post same thread in multiple Forums.

  • Photoshop Help | Adding conditional actions | CC, CS6

    This question was posted in response to the following article: http://helpx.adobe.com/photoshop/using/conditional-actions-creative-cloud.html

    David Mac Do
    Conditional actions are not a big deal. In reality they are a one line script built into the fly-out menu and the feature only support a limited number of conditions. To phrase the script in english is a simple one liner
    If Document (condition pulldown list) selected is true Play true action in set(selected) else  Play false action in set (selected). Actions do not need to be select for both true and false. One selection may do what is needed.
    All three supported Photoshop supported scripting languages have support for an "if" statement.
    A javascript was posted years ago "Siva's Photoshop Conditional Action.jsx" do a serach.
    Actions can use scripts and scripts can do actions
    example
    if (activeDocument.height > activeDocument.width) doAction("Rotate", "MyActionSet");  // rotate portraits
    Crafting Actions PackageUPDATED Aug 10, 2014 Added Conditional Action steps to Action Palette Tips.
    Contains
    Action Actions Palette Tips.txt
    Action Creation Guidelines.txt
    Action Dealing with Image Size.txt
    Action Enhanced via Scripted Photoshop Functions.txt
    CraftedActions.atn Sample Action set includes an example Watermarking action
    Sample Actions.txt Photoshop CraftedActions set saved as a text file.
    More then a dozen Scripts for use in actions
    Example
    Download

  • Count distinct values current group

    Hi--
    Is there a way to count the distinct values within the current group? ie--i've got a PO and want to display all the addresses at the shipment level if there is more than one distinct one, but if they are all the same as the header-level address, then I don't want any of them to show up.
    I'm using the following at the header level to tell the header not to show up if there are multiple shipment level addresses, but can't seem to get a similar statement to work when it's sitting at the same level as the group that I want to count.
    This is what I use at the header--it seems to work:
    <?if:count(xdoxslt:distinct_values(PLL_SHIP_ADDRESS_LINE1))>1?>See Details Below<?end if?><?if:count(xdoxslt:distinct_values(PLL_SHIP_ADDRESS_LINE1))=1?>
    POH_SHIP_ADDRESS_LINE1POH_SHIP_ADDRESS_LINE1
    POH_SHIP_ADDRESS_LINE2
    POH_SHIP_ADDRESS_LINE3
    POH_SHIP_ADR_INFO POH_SHIP_COUNTRY<?end if?>
    A really simplified version of the structure of the report is below:
    <?xml version="1.0" ?>
    - <!-- Generated by Oracle Reports version 10.1.2.0.2
    -->
    - <SMTPOXPRPOP2>
    - <LIST_G_INIT_INFO>
    - <G_INIT_INFO>
    <MANUAL_PO_NUM_TYPE>NUMERIC</MANUAL_PO_NUM_TYPE>
    <C_COMPANY>CompanyName</C_COMPANY>
    - <LIST_G_HEADERS>
    - <G_HEADERS>
    <POH_PO_NUM>310001100</POH_PO_NUM>
    - <LIST_G_LINES>
    - <G_LINES>
    <POL_VENDOR_PROD_NUM>12q</POL_VENDOR_PROD_NUM>
    <POL_ITEM_DESCRIPTION>sample</POL_ITEM_DESCRIPTION>
    <POL_QUANTITY_TO_PRINT>10</POL_QUANTITY_TO_PRINT>
    - <LIST_G_SHIPMENTS>
    - <G_SHIPMENTS>
    <PLL_SHIP_COUNTRY>Canada</PLL_SHIP_COUNTRY>
    <PLL_SHIP_ADR_INFO>Calg,AB Zip</PLL_SHIP_ADR_INFO>
    <PLL_SHIP_ADDRESS_LINE3 />
    <PLL_SHIP_ADDRESS_LINE2 />
    <PLL_SHIP_ADDRESS_LINE1>Ad1</PLL_SHIP_ADDRESS_LINE1>
    </G_SHIPMENTS>
    </G_SHIPMENTS> <PLL_SHIP_COUNTRY>Canada</PLL_SHIP_COUNTRY>
    <PLL_SHIP_ADR_INFO>Calg,AB Zip</PLL_SHIP_ADR_INFO>
    <PLL_SHIP_ADDRESS_LINE3 />
    <PLL_SHIP_ADDRESS_LINE2 />
    <PLL_SHIP_ADDRESS_LINE1>Ad1</PLL_SHIP_ADDRESS_LINE1>
    </G_SHIPMENTS>
    </G_LINES>
    <POH_SHIP_ADDRESS_LINE2 />
    <POH_SHIP_COUNTRY>Canada</POH_SHIP_COUNTRY>
    <POH_SHIP_ADR_INFO>Kanata,ON K2V 0A2</POH_SHIP_ADR_INFO>
    <POH_SHIP_ADDRESS_LINE3 />
    <POH_SHIP_ADDRESS_LINE1>XXX Palladium Drive</POH_SHIP_ADDRESS_LINE1>
    </G_HEADERS>
    </LIST_G_HEADERS>
    </SMTPOXPRPOP2>
    Could anyone help out with this?
    Thanks--I'd really appreciate it!
    Kate

    Hi Vetsrini--
    Thanks for getting back to me so quickly! I'd love to email you a copy and the XML if you wouldn't mind taking a look. it'll probably be more clear than me trying to explain.
    I can't quite figure out how to do that, though---your profile doesn't list an email. Do I need to click elsewhere?
    Thanks!
    Kate

  • [svn] 3891: Adding a DataGroup and Group Flex Explorer example for Steve S.

    Revision: 3891
    Author: [email protected]
    Date: 2008-10-24 16:32:40 -0700 (Fri, 24 Oct 2008)
    Log Message:
    Adding a DataGroup and Group Flex Explorer example for Steve S.
    Linked these examples to the ASDoc.
    Modified Paths:
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/DataGroup.as
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/Group.as
    flex/sdk/branches/gumbo_alpha/samples/explorer/explorer.xml
    Added Paths:
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/asdoc/en_US/mx/components/example s/DataGroupExample.mxml
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/asdoc/en_US/mx/components/example s/GroupExample.mxml

    Is this the webpage you're referring to: http://www.ngeneng.com/services/default.html
    If so, consider using <h2> <h3> <h4> tags for headings and use <p> only for paragraphs.
    Something like this:
    <h2>Services</h2>
                <h4>
                Watershed Planning and water rights</h4>
                <p>
                NextGen staff have worked on watershed assessments and management
                plans from data collection to reporting and implementing
                recommendations, as watermaster staff in adjudicated basins (San
                Gabriel River, and Central Basin), and participated in the court
                process to determine water rights (Santa Maria groundwater rights).
                This understanding can be helpful in any water conflict negotiation
                or planning process.</p>
                <h4>Creek Restoration, Levees, Embankments and
                Bio-Engineering</h4>
                <p>
                Planning and design of creek restoration and flood protection
                facilities including river embankments, open channels, underground conduits, levees, debris and
                detention basins, use of bio engineering methods to retain and
                enhance environmental values of project sites. Designs include use
                of spurs, dikes, large wood debris (LWD),
                vegetation and natural
                materials.</p>
    Your markup has lot of redundant spaces in form of   tags. Clean your markup first. Then style the page with CSS.
    Define your CSS properly and call them as classes or IDs within your html constructs. Do not ever use inline styling.

  • XSL-1015: (Error) Function 'current-group' not found

    Hi
    I am using BI publisher 10.1.3.4.1 and Back Office 13.0.1 . I have created a report in BI publisher but unable to render it in my Back Office application. My report code is
    <?for-each-group:G_STORE_DATA;./REGION?>
    <?REGION?>
      <?for-each-group:current-group();./UNIT?>
       <?UNIT?>
        <?for-each-group:current-group();./STORE?>
        <?STORE?>
         <?for-each-group:current-group();./TILLID?>
           <?TILLID?>
           <?COLLECTIONOFFICER?>
           <?RECONCILED?>
           <?sum (current-group()/AMOUNT)?>
         <?end for-each?>
         <?UNIT?>
         <?sum (current-group()/AMOUNT)?>
    <?end for-each-group?>{corp}
    Please help in resolving this issue.... any guidance or suggestion is appreciated...                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    I see if your system xsl parser was 1.0 then current-group would not be recognized.
    I am surprised why the parser did not work. Did you not try out with the Template Builder for Word first?
    I would strongly recommend to use the template builder first because it provide several tools (validate...)
    that make your life easier.
    May I also ask what product you used BI Publisher with? I am concerned that this product has an incomplete
    BI Publisher embedded. There are several libraries needed for BI Publisher to work and you may run into
    more issues if you don't have all the libraries.
    Klaus

  • [svn:fx-trunk] 12795: Resolving race condition with interdependent Group properies alpha and blendMode .

    Revision: 12795
    Revision: 12795
    Author:   [email protected]
    Date:     2009-12-10 09:56:11 -0800 (Thu, 10 Dec 2009)
    Log Message:
    Resolving race condition with interdependent Group properies alpha and blendMode.
    QE notes: None
    Doc notes: None
    Bugs: SDK-24636
    Reviewer: Deepa
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24636
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Group.as

Maybe you are looking for

  • Remove Aperture resolution warning on MacBook

    Hey everyone, I'm running Aperture on my 2.0Ghz Black MacBook. I'm not a hardcore photographer, dealing only with images from my 5MP camera. I have 2GB ram and find the performance great. The only annoying thing is when I start it and it says "Apertu

  • Oracle Query failing for multiple rows:

    Hey Guys, I have been given a task to produce an ad-hoc report based on the following conditions (I will give you the structure of the table and details in the table below the requirements) Requirements: Adhoc Report for Audit on CIT Income Allocatio

  • Do all maxtror drives have 2 fire wire ports

    Hi all, Im trying to buy a hard drive (maxtor seem to have been good to me so far) they have a new one called ONE TOUCH 3 but I cant seem to find out if they have 2 fire wire ports. All the spoecs say this "We stock 300GB and 500GB version with both

  • Attachments with polish characters are not retrieved

    Dear Experts, when i try to retrieve attachments moved to DMS for a material document with Polish character, it says document not found. steps:1.  created attachments for a material document           2. moved the attachments to DMS.           3. Whe

  • In iphoto 11 the copy and past buttons to the adjustment tab are gone

    In iphoto 11 the copy and past buttons to the adjustment tab are gone. I thought this was a cool feature. They still work when you click alt-c or alt-v. Did anyone notice this?