[svn:fx-trunk] 12673: Integrating latest FXGUtils now that TLF 566 is in trunk ( which includes a fix for TLF 2497992).

Revision: 12673
Revision: 12673
Author:   [email protected]
Date:     2009-12-08 14:41:28 -0800 (Tue, 08 Dec 2009)
Log Message:
Integrating latest FXGUtils now that TLF 566 is in trunk (which includes a fix for TLF 2497992).
Changelist: 646928
Implementation-Title: FXG Compiler
Implementation-Version: 1.414471
BuildDate: 2009/12/04:03:06:24
Notes:
Made bitmap clipping implementation more efficient.
Bug(s) Fixed:
- #2491501 (Inconsistent word spacing results between MXMLC static and runtime compilation)
- #2492932 (MXMLC gets null pointer exception on this FXG)
- #2489341(FXG with a large BitmapImage results in a malformed SWF)
    - Added code to break down straight edges whose dx or dy exceeds 65535 twips into smaller segments.
- #2495874 (many objects are missing in Opacity.fxg renders via MXMLC static compiler)
    - FXGUtils now ignores gradient entries of more than 15 gradient entries.
    - It logs warnings for such violations and continues processing.
QE notes: Yes, please remove whiteSpaceCollapse="preserve" from static FXG mustella test cases or please regenerate bitmaps.
Doc notes: N/A
Localization: No, there are just resource strings removed in this changelist, no new strings.
Bugs: N/A
Reviewer: Sujata
Tests run: Checkintests, mustella spark/core/fxg (25 failures all relating to tests that have whiteSpaceCollapse="preserve" but the reference bitmap do not expect this behavior and should be regenerated or tests modified).
Is noteworthy for integration: Yes
Modified Paths:
    flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException_en.properties
    flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/swf/FXG2SWFTranscoder.java
    flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/AbstractFXGNode.java
    flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/ContentPropertyNode.j ava
    flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/TextNode.java
    flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/fills/LinearGradientF illNode.java
    flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/fills/RadialGradientF illNode.java
    flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/filters/GradientBevel FilterNode.java
    flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/filters/GradientGlowF ilterNode.java
    flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/strokes/LinearGradien tStrokeNode.java
    flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/strokes/RadialGradien tStrokeNode.java
    flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/sax/FXGSAXScanner.java
    flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/ShapeHelper.java
Added Paths:
    flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/PreserveWhiteSpaceNod e.java

Similar Messages

  • [svn:fx-trunk] 9853: Integrating latest FXGUtils.

    Revision: 9853
    Author:   [email protected]
    Date:     2009-08-31 14:18:00 -0700 (Mon, 31 Aug 2009)
    Log Message:
    Integrating latest FXGUtils.
    - Added validation for RichText tag so that they can be directly referenced by the TLF implementation.
    - Unique sprite names and generated class names are now used to avoid collisions.
    - Adding blendMode auto
    - Correcting case of textRotation, lowercaseToSmallCaps, and renaming VerticalAlign enum center to middle.
    QE notes: Yes, please update TLF format usage in test case and retest.
    Doc notes: Not yet, we should wait until the FXG 2.0 specification is final.
    Reviewer: Corey, Min, Sujata
    Tests run: Checkintests
    Is noteworthy for integration: No
    Bugs:
    SDK-22684 - fxg files get rendered strangely when two fxg (bitmapgraphic and alpha mask) files are in one mxml file
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22684
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexFXG2SWFTranscoder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexRichTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGConstants.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException_en.properties
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/swf/FXG2SWFTranscoder.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/GraphicContentNode.ja va
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/RichTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/TextGraphicNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich BlockTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/FormatNode.j ava
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/LinkNode.jav a
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TCYNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/BlendMode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/TypographicCase .java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/VerticalAlign.j ava

  • [svn:fx-trunk] 13260: Integrating latest FXGUtils

    Revision: 13260
    Revision: 13260
    Author:   [email protected]
    Date:     2010-01-04 11:56:12 -0800 (Mon, 04 Jan 2010)
    Log Message:
    Integrating latest FXGUtils
    Changelist: 661734
    Implementation-Title: FXG Compiler
    Implementation-Version: 1.416692
    BuildDate: 2009/12/23:03:06:35
    Bug(s) Fixed:
    - 2510876: FLEX SDK: SWF containing blendMode="auto" produced via static compilation using MXMLC will render in FP10 with an ArgumentError: Error #2008: Parameter blendMode must be one of the accepted values.
    - 2510741(Close path Linear Gradinet fill of DropShadowFilter is clipped in AppearanceVariant)
    - 2509319: Scientific notation in tabstops causes compilation failure.
    QE notes: None
    Doc notes: None
    Bugs: N/A
    Reviewer: Sujata
    Tests run: Checkintests, mustella fxg
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/swf/FXG2SWFTranscoder.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/GraphicNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TextHelper.j ava
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/types/FXGMatrix.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/util/SWFWriter.java

  • [svn:fx-trunk] 10963: Integrating latest FXGUtils that removes support for  format to reflect FXG 2.0 final specification, as well as corrected bounds calculations, including corrections for stroke width.

    Revision: 10963
    Author:   [email protected]
    Date:     2009-10-09 16:19:35 -0700 (Fri, 09 Oct 2009)
    Log Message:
    Integrating latest FXGUtils that removes support for related test as that has been removed from FXG 2.0. The updated bounds calculations mean that bitmap compares for stroke related tests will need to be updated.
    Doc notes: None
    Bugs: N/A
    Reviewer: Min
    Tests run: Checkintests, mustella spark/core/fxg (bounds change tests were excluded)
    Is noteworthy for integration: Yes, this includes corrections to bounds calculations and thus changes rendering.
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FXGCompiler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexFXG2SWFTranscoder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGConstants.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException_en.properties
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/swf/FXG2SWFTranscoder.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/AbstractFXGNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/AbstractShapeNode.jav a
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/CDATANode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/EllipseNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/GraphicContentNode.ja va
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/GraphicContext.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/GraphicNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/LineNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/MaskableNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/PathNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/RectNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/RichTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/TextGraphicNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/TextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/fills/BitmapFillNode. java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich BlockTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich ParagraphNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich TextLeafNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich TextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/DivNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/LinkNode.jav a
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/ParagraphNod e.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TCYNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/strokes/AbstractStrok eNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/text/AbstractTextNode .java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/FillMode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/sax/FXG_v2_0_Handler.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/ImageHelper.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/ShapeHelper.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/TypeHelper.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/types/FXGMatrix.java
    Added Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TextHelper.j ava
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TextLayoutFo rmatNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TextProperty Node.java
    Removed Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/FormatNode.j ava
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/LinkActiveFo rmatNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/LinkHoverFor matNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/LinkNormalFo rmatNode.java

  • [svn:fx-trunk] 8846: Integrating latest fxgutils from version DEBUG-1. 396615 build 2009/07/24-01:43:23-PDT.

    Revision: 8846
    Author:   [email protected]
    Date:     2009-07-27 17:43:08 -0700 (Mon, 27 Jul 2009)
    Log Message:
    Integrating latest fxgutils from version DEBUG-1.396615 build 2009/07/24-01:43:23-PDT.
    QE: No
    Doc: No
    Reviewer: Sujata
    Bugs:
    CT 2385712: FXG Utils tries to parse unsupported FXG Tags
    Ticket Links:
        http://bugs.adobe.com/jira/browse/DEBUG-1
    Modified Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/sax/FXGSAXParser.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/sax/FXGSAXScanner.java
    Added Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException_en.properties
    Removed Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException.properties

    I get the same error after replacing my VGA-cable. Maybe the cable (without those 'noise-cancelling magnets' on it) is hindering the EDID-data to be correctly detected...
    Zl.

  • [svn:fx-trunk] 6459: Integrating latest fxgutils which also fixes SDK-20777 .

    Revision: 6459
    Author:   [email protected]
    Date:     2009-05-01 07:51:21 -0700 (Fri, 01 May 2009)
    Log Message:

    This bug figures out also when creating a custom spark ComboBox, then trying to programatically update the userProposedSelectedIndex property. The proposed selected index is selected, but does not apply the same skin as when mouse is on rollover or item is selected due to up and down keys.
    The issue seems like updating the status of the item renderer to rollover or selected to get the same skin applied.
    Please could you attach DropDow nList.as that you edited ?
    Thank you so much.

  • HT4623 I have never had a passcode to lock  my iPad. Now that I have updated it with IOS7 it is asking for one and is locked. How do I unlock this without having to reset the whole thing through iTunes????

    I have never had a passcode to lock  my iPad. Now that I have updated it with IOS7 it is asking for one and is locked. How do I unlock this without having to reset the whole thing through iTunes????

    Unfortunately, if the iPad is insisting that you use a passcode, there is no way around it other than to restore the device using iTunes on a computer, or by erasing it in iCloud.com via Find My iPhone.
    You could try resetting the iPad and cross your fingers and hope this is just a blip on the radar....hold down on the sleep and home buttons at the same time for about 10 seconds until the Apple logo appears on the screen.

  • Now that the Ipod classis is gone, where do I go for a decent mp3 player please?

    now that the Ipod classis is gone, where do I go for a decent mp3 player please?

    You can now see this icon on the right end side of the location bar.
    * https://support.mozilla.org/kb/pop-blocker-settings-exceptions-troubleshooting
    If you click that icon then the drop down list has a checkbox "Don't show info bar when pop-ups are blocked"
    You can look at this pref on the about:config page and reset them via the right-click context menu:
    Info bar at the top: privacy.popups.showBrowserMessage
    *http://kb.mozillazine.org/about:config

  • [svn:bz-trunk] 20754: My latest EndpointPushNotifier change changed the style of the code quite a bit  (sorry for that, it was my IDE settings getting in the loop here) I only changed one char line 389.

    Revision: 20754
    Revision: 20754
    Author:   [email protected]
    Date:     2011-03-10 03:36:05 -0800 (Thu, 10 Mar 2011)
    Log Message:
    My latest EndpointPushNotifier change changed the style of the code quite a bit (sorry for that, it was my IDE settings getting in the loop here) I only changed one char line 389.
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/client/EndpointPushNotifier.java

    I seem to have fixed it by putting <div  class="clearfloat"></div> after the navigation bar?

  • [svn:fx-trunk] 6628: Updating latest fxgutils for Beta 1 - FXG error reporting will now report line number information .

    Revision: 6628
    Author:   [email protected]
    Date:     2009-05-04 19:02:55 -0700 (Mon, 04 May 2009)
    Log Message:

    Revision: 6628
    Author:   [email protected]
    Date:     2009-05-04 19:02:55 -0700 (Mon, 04 May 2009)
    Log Message:

  • I upgraded to 10.6.7 on my MacPro and now I can't print to my HP2500CM. Any fixes for this?

    After upgrading to 10.6.7 I could no longer print to my HP2500CM. I doesn't show in the "Print & Fax" (System Preferences) and "Add Printer" does not find it either. ANy suggestions?

    I tried all the 2500s, by printing a tabloid page, but none of them had any paper sizes that large. The HP2500 I have goes up 13" x 19". The printer is known as a "Professional Series Color Printer" and it's referred to as a HP2500CM. There is no Deskjet, Inkjet, Officejet or other qualifier in front of the number. Even the "HP2500PSC" driver didn't have the larger page sizes. I just ordered the new printer. Now I won't have the hassle of trying to find the cartridges or printheads either. That was getting harder too. Thanks again.

  • I cant take photos on my I phone now that I upgraded to 7.0.4.  Also true for my Ipad.

    I can't take a photo on my Iphone 4S after downloading 7.0.4.  Photos and albums are intact but now button to operate camera.  Same problem with my Ipad with 7.0.4.

    Hey wvclio!
    I have an article for you that will help you troubleshoot this issue with your camera on the iPhone:
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/ts2802
    Camera isn't functioning or has undesired image quality
    If the screen shows a closed lens or black image, force quit the Camera app.
    If you do not see the Camera app on the Home screen, try searching for it in Spotlight. If the camera does not show up in the search, check to make sure that Restrictions are not turned on by tappingSettings > General > Restrictions.
    Ensure the camera lens is clean and free from any obstructions. Use a microfiber polishing cloth to clean the lens.
    Cases can interfere with the camera and the flash. Try gently cleaning the lens with a clean dry cloth or removing the case if you see image or color-quality issues with photos.
    Try turning iPhone off and then back on.
    Tap to focus the camera on the subject. The image may pulse or briefly go in and out of focus as it adjusts.
    Try to remain steady while focusing:
    Still images: Remain steady while taking the picture. If you move too far in any direction, the camera automatically refocuses to the center.
    Note: If you take a picture with iPhone turned sideways, it is automatically saved in landscape orientation.
    Video: Adjust focus before you begin recording. You can also tap to readjust focus while recording. Exiting the Camera application while recording will stop recording and will save the video to the Camera Roll.
    Note: Video-recording features are not available on original iPhone or iPhone 3G.
    If your iPhone has a front and rear camera, try switching between them to verify if the issue persists on both.
    If your issue still persists, there is further information at the end of the article:
    My issue is still not resolved. What do I do next?
    Contact Apple Support.
    Thanks for coming to the Apple Support Communities!
    Cheers,
    Braden

  • My iPhone 5 was stolen yesterday, and I am using a blackberry temporarily until I buy another iPhone or my old one turns up. I am unable to receive or text iPhone users now that I have my blackberry. How do I fix this?

    I will be purchasing a new iPhone in the next week or so if my old iPhone doesn't show up, so I don't want to completely delete my stolen phone off of my account just in case someone decides to return it. Is this a problem with apple, blackberry, or my carrier?

    You need to contact Apple Support to deactivate iMessage. https://www.apple.com/support/appleid/contact/

  • Been using pikes create shortcut 0.3.6. now that site is down - will firefox ever include a simple right click shortcut that does'nt invlove multiple steps

    win 7

    Hi,
    Please see [https://addons.mozilla.org/en-US/firefox/addon/deskcut/?src=search this].
    You can also search using keywords like '''desktop shortcut''' etc. via Firefox '''Tools''' ('''Alt''' + '''T''') > '''Add-ons''', search box on the top right, or @ [https://addons.mozilla.org/ AMO].
    [https://support.mozilla.org/en-US/kb/Using%20extensions%20with%20Firefox Using extensions]
    You can also click-drag the location (address) bar icon (on the left edge) onto the desktop or a folder to create a shortcut.

  • [svn:bz-3.x] 8454: Update qa-frameworks.zip on blazeds 3. x branch to pick up fix for QETOOLS-39.

    Revision: 8454
    Author:   [email protected]
    Date:     2009-07-08 08:51:11 -0700 (Wed, 08 Jul 2009)
    Log Message:
    Update qa-frameworks.zip on blazeds 3.x branch to pick up fix for QETOOLS-39.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/QETOOLS-39
    Modified Paths:
        blazeds/branches/3.x/qa/resources/frameworks/qa-frameworks.zip

    Revision: 8454
    Author:   [email protected]
    Date:     2009-07-08 08:51:11 -0700 (Wed, 08 Jul 2009)
    Log Message:
    Update qa-frameworks.zip on blazeds 3.x branch to pick up fix for QETOOLS-39.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/QETOOLS-39
    Modified Paths:
        blazeds/branches/3.x/qa/resources/frameworks/qa-frameworks.zip

Maybe you are looking for

  • Lumia 1020 Screen issue

    Not totally sure how to explain this... When the phone is at the lock screen, showing the clock on a BLACK background where the background is back lit.  If I am in the Dark so theres no light source to glare off the screen, I can see what look like d

  • HTML br tag modifications

    Hi all, I'm working on an editor that allows users to enter some notes. I use a JEditorPane with a HTML document and editor kit. The problem is that the data is saved in an XML file so the Document needs to be well formed. Now my question. How can I

  • To iPlayer stops working on update to 3.0.5

    each time my tp is returned from repair with 3.0.2 loaded iPlayer works. On update to latest webOS iPlayer fails. A high rate of ip packets delays occur. HP are having difficulty in understanding the problem. They don't seem able to do basic ping tes

  • 700wx charging

    My Cousin gave me his year old 700wx monday. But when i try to charge it. It wouldnt charge, I have try wall and car chargers. the battery meter on the phone shows the lighting bolt to show its charging but it looks like the battery drawing no power.

  • When to use BGRFC

    Hi , I was trying to write a sample code to see how BGRFC works but couldnt come up with a scenario where it can be used. Can someone help me with it? Thanks, Kathy.