[svn] 3693: Fix getBitmapData when graphic elements are sharing display objects

Revision: 3693
Author: [email protected]
Date: 2008-10-16 13:28:19 -0700 (Thu, 16 Oct 2008)
Log Message:
Fix getBitmapData when graphic elements are sharing display objects
MXMLG-245 NPE in GraphicElement.getBitmapData()
Moved matrix logic inside of display object null check
Bug: MXMLG-245
QA: Yes
Doc: No
Review: Gordon
Ticket Links:
http://bugs.adobe.com/jira/browse/MXMLG-245
http://bugs.adobe.com/jira/browse/MXMLG-245
Modified Paths:
flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/GraphicElement.a s

FYI - This regression has been filed here: http://bugs.adobe.com/jira/browse/SDK-31989

Similar Messages

  • [svn] 4019: Fix RTE when using text as a mask

    Revision: 4019
    Author: [email protected]
    Date: 2008-11-04 16:32:57 -0800 (Tue, 04 Nov 2008)
    Log Message:
    Fix RTE when using text as a mask
    SDK-17893 - TextGraphic inside of a mask causes RTE
    When the mask is added, we weren't yet creating the displayObject which the TextGraphic class relies upon. The solution is to call validateProperties on the mask before calling validateSize.
    In addition, the mask wasn't getting applied to the Group because we weren't setting an internal flag.
    QE Notes: Test masking on both Graphic elements and Group.
    Doc Notes: We need to note that if you use TextGraphic as a mask, you must set maskType = "alpha"
    Bugs: SDK-17893
    Reviewer: Glenn
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17893
    http://bugs.adobe.com/jira/browse/SDK-17893
    Modified Paths:
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/baseClasses/Gro upBase.as
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/G raphicElement.as

    Does Illustrator do the same
    thing? If not, you will have to join/add the paths
    for each letter before exporting as an SVG file.
    Sometimes Illustrator groups paths rather than
    creating a single composite path, so you may have to
    mess with it a bit. Hope that helps.
    In Illustrator you can make a compound path with all the letters selected, or use the pathfinder (one of the coolest things in the latest versions)
    When orginally outlines, text is grouped together, and each letter is it's own compound path.
    (for those of you wondering, a compound path can have a cutout or more than one path. I've used it for a few upcoming themes and templates, and it works very, very well.)
    I should mention that editing a compound path with a cutout section will remove the cutout section. Can't stress that enough.

  • [svn] 3791: Fix bug when resetting stylesheet on FxApplication

    Revision: 3791
    Author: [email protected]
    Date: 2008-10-21 13:23:09 -0700 (Tue, 21 Oct 2008)
    Log Message:
    Fix bug when resetting stylesheet on FxApplication
    SDK-17691 RTE loading styles
    When the FxApplication replaces its style sheet, it unloads the previous skin and loads in a new one. With the new skin, it creates a new instance of the contentGroup. However, when the content is added to the contentGroup, it has already been parented by the previous version of the contentGroup. This causes the RTE because the content is not in the correct state.
    The solution is to set the old contentGroup's content property to null when we remove the skin. We also force the contentGroup to validate immediately because the new contentGroup was processing its content array before the oldGroup had removed the content as children.
    QE Notes: Needs testing
    Doc Notes: none
    Bugs: SDK-17691
    Reviewer: Glenn
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17691
    http://bugs.adobe.com/jira/browse/SDK-17691
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxContainer.as

    The password history check is not honored in a password reset. It always been like that and it is documented:
    "Password History Length Constraint: If all of the following conditions are true, the following constraints MUST be satisfied:
    The requesting protocol message is a password change (as compared to a password set)."http://msdn.microsoft.com/en-us/library/cc245669.aspx
    So changing it is not a correcting a bug but asking to change the design. From a pure support perspective, you switched from bug request to design change request. Which might still be arguable if you have a solid business case.
    Password set is given through an extended right, so by default only administrators or operators have this right. So it comes down to trust those individual. If you cannot, then you don't give them the right and you implement other identity
    management solution (Password Self Reset for example).
    Other fancy and not useful information:
    http://msdn.microsoft.com/en-us/library/cc245692.aspx 
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • [svn] 3631: Fix to ensure WebService headers are copied to the underlying HTTPService that loads a WSDL .

    Revision: 3631
    Author: [email protected]
    Date: 2008-10-14 12:04:57 -0700 (Tue, 14 Oct 2008)
    Log Message:
    Fix to ensure WebService headers are copied to the underlying HTTPService that loads a WSDL. This allows AIR applications to pre-authenticate when accessing secured WebServices, including locked down WSDLs (and any schema imports etc). Note this does not help the normal Flash Player situation as headers are not sent on GET requests.
    QA: Yes, note this improvement benefits AIR only.
    Doc: No
    Checkintests: Pass
    Reviewer:
    Bugs:
    SDK-12198 - Provide a way to directly call webservices protected by HTTP Basic Authentication with the needed credentials
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-12198
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/rpc/src/mx/rpc/xml/XMLLoader.as

    Revision: 3631
    Author: [email protected]
    Date: 2008-10-14 12:04:57 -0700 (Tue, 14 Oct 2008)
    Log Message:
    Fix to ensure WebService headers are copied to the underlying HTTPService that loads a WSDL. This allows AIR applications to pre-authenticate when accessing secured WebServices, including locked down WSDLs (and any schema imports etc). Note this does not help the normal Flash Player situation as headers are not sent on GET requests.
    QA: Yes, note this improvement benefits AIR only.
    Doc: No
    Checkintests: Pass
    Reviewer:
    Bugs:
    SDK-12198 - Provide a way to directly call webservices protected by HTTP Basic Authentication with the needed credentials
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-12198
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/rpc/src/mx/rpc/xml/XMLLoader.as

  • [svn] 4927: Fix RTE when a sub-application displays an alert.

    Revision: 4927
    Author: [email protected]
    Date: 2009-02-11 05:03:26 -0800 (Wed, 11 Feb 2009)
    Log Message:
    Fix RTE when a sub-application displays an alert.
    QE Notes: Regression introduced in revision 4866, in the trunk.
    Doc Notes: None
    Bugs: SDK-19228
    Reviewer: Hans, Alex
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19228
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as

    Hi;
    Compiling as 32 bit is only available for a Windows based application, not a Web one. You need to configure IIS to run either 32 or 64 bit.
    As for the bobj undefined error, try these kbases:
    [Bobj|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233373338333933353332%7D.do]
    [Undefined|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333133383333333033363335%7D.do]
    Regards,
    Jonathan

  • Fixed values of dynamic attributes are not displayed for bid response

    Hi
    I have created a bid with dynamic attributes and have weighted the options with fixed values. I publish the Rfx (bid) and all is ok. The problem is that the fixed values are not displaying when doing a bid response.
    We are using SRM 7.0
    Can anyone help?

    No. Not yet. I think it is a bug. You should create an OSS message to SAP and ask them to pay special attention to the following code block:
    Class: /SAPSRM/CL_CH_WD_DODM_DYNATTR
    Method: /SAPSRM/IF_CLL_MAPPER~REFRESH
    At the end of the method, look for code context:
    IF lv_object_type = c_qte.
    *Set the Fixed Values Table to Invisible
        lv_visible = abap_false.

  • Captivate 4 shortens timeline - elements are not displayed right anymore

    Hi there,
    I already searched the forum but couldn’t find an answer. Maybe someone of you can help me.
    I have a weird problem with the timeline – in short: it changes.
    I have some slides, based on imported Power Point slides. Within captivate I add some Audio (TTS), let appear images & textboxes simultaneously, add buttons etc.
    Sometimes I extend the slide duration (for example when slide transition is set to automatically).
    And now the problem that occurs: Captivate shortens the timeline – exactly to the length where the audio ends. Doing this causes that elements which are placed at the end of the slide are also shortened and not displayed right anymore.
    This is shown in the following screenshot. On the left side of the cursor you can see an image element that normally should fade in directly after the audio ends and should stay for 4 seconds.
    I couldn’t figure out when this happens. This means that I have to check every slide again to make sure that all elements are displayed right. Locking elements or the slide itself doesn't help.
    Does anybody know why this happens and how to avoid this? I am using Captivate 4 and publish as an .exe or an .swf
    Your help is appreciated. Thanks a lot!

    Hi Noel
    If you click Edit > Preferences > Global > Defaults do you have the option Calculate caption timing enabled?
    If so, that's likely your issue. Clear the option and your timing should stay put when you make edits.
    Cheers... Rick
    Helpful and Handy Links
    Begin learning Captivate 5 moments from now! $29.95
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • [svn] 1017: Bug: BLZ-95 - nio channels are not displayed in ds-console

    Revision: 1017
    Author: [email protected]
    Date: 2008-03-28 18:33:47 -0700 (Fri, 28 Mar 2008)
    Log Message:
    Bug: BLZ-95 - nio channels are not displayed in ds-console
    QA: Yes
    Doc: No
    Details:
    * Needed to update one of the containers in the ds-console client code for endpoint display, which contains a hardcoded list of endpoint types it pulls in.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-95
    Modified Paths:
    blazeds/branches/3.0.x/apps/ds-console/console/containers/EndpointManager.as

    Addendum to original post - uncommenting the following code section and running both the client and the server eliminated the pauses, however the time required to perform the connections was slower than I hoped. The best I could achieve was about 1.25 seconds for 250 connections with a 20ms pause every 20 connections (dropping the pause less than 20ms or increasing the batch size more than 20 would result in connections taking 10-20 times longer!).
    /* if ((i % 20) == 0) {
    Thread.sleep(20);

  • Why are the text and graphic elements are not showing on the iPad

    I have a slideshow of pictures full bleed on my inDesign document with text and graphics on top of the pictures (not part of the slideshow).
    When I preview on the iPad all I can see is the gallery of images?
    Is it not possible to put text on top of a slideshow?
    Here it is as it appears on InDesign...
    ...and here as it appears on the iPad...
    Any ideas? I'm pretty new at this, but I couldnt find anything in the forums
    Many thanks for reading
    Richard

    They're called overlays for a reason. You'll need to change the text to an MSO as well.
    Select it, create a new MSO, set it to play once no delay, no crossfade.
    Other choice would be to put the text into each state of the MSO.
    Bob

  • [svn:fx-trunk] 6433: Fix a bug where the display object sharing code in GraphicElement assumes that that drawnDisplayObject is a Sprite , when it could be any display object (in this case a flash.media.Video).

    Revision: 6433
    Author:   [email protected]
    Date:     2009-04-30 12:55:29 -0700 (Thu, 30 Apr 2009)
    Log Message:

    Revision: 6433
    Author:   [email protected]
    Date:     2009-04-30 12:55:29 -0700 (Thu, 30 Apr 2009)
    Log Message:

  • Elements are not displaying in webdynpro view's layout area

    Hi All Webdynpro Experts,
    Im new to abap.  Im working in webdynpro.
    Im facing a issue now.
    By Default, I need to disable a button (u201CCreate Responseu201D) in FPM_OIF_COMPONENT WebDynpro component in CNR_VIEW. But the thing is I cannot see the any elements in the layout area.
    The component configuration is /SAPSRM/WDCC_I_FPM_OIF_RFQ_BID. When I clicked this, itu2019s showing some attributes and one button called u201CStart Configuratoru201D. So now what should I do, to view the elements in the layout area. How to configure that component. So that I can set the disable attribute for create response button from the layout area itself.
    Please help me in thisu2026
    Thanks,
    Rani.

    Hello Rani,
    when you have development rights for this component configuration, just click on the button "Start configurator". Afterwards the FPM Configuration editor is opened and you see the statically defined layout of the component configuration.
    Basically the layout of FPM applications is stored within a configuration context, you have to go into the component configuration.
    A customer e.g. could also do some customizing on sap delivered component configurations - this he will do in the so called admin mode. You can start this mode in several ways, e.g. when starting the FPM Configuration editor and just adding the URL-parameter sap-config-mode=X.
    Further information on how to adapt FPM applications on the [SAP Help portal|http://help.sap.com/saphelp_nw70ehp2/helpdata/en/6b/edc21e5e1e4a33a492b8955afffac7/content.htm].
    Best regards,
    Julia

  • Field names for data element are not displayed in selection box

    Hallo zusammen,
    ich habe ein Selektionsfeld definiert und einen Parameter erzeugt, der auf ein Tabellenfeld verweist. Der Feldbezeichner für das Datenelement aus der Tabelle wird nun aber nicht angezeigt, sondern ausschließlich der Variablenname.
    Woran kanndas liegen?
    Danke!
    Edited by: Matt on Feb 9, 2010 1:41 PM - translated subject

    I created data elements and use them in a db table. I've added this data elements as parameters of a selection screen in a function group top include but when I test my function module with this selection screen I see only the field names and not my field captions of my data elements.
    While editing report choose Goto->Text elements->Selection Texts-> select Dictionary checkebox next to your parameters ->activate. The caption will be used then.
    And another question: I have defined and activated a search helper which I can call in my selection screen with F4 but I don't see the symbol behind the text-field. What is the reason?
    Refer standard program DEMO_DYNPRO_F4_HELP_DICTIONARY to see various techniques of attaching input help to screen field, together with search help
    Regards
    Marcin

  • Web site at 72 resolution - all elements are fuzzy. What is best?

    I am designing a web site for a compnay in which their coder will slice up the pages and use all the elements that way. Everything this I read and tuts I follow say to desing it at 72 ppi, however, when i zoom in to the relative screen size the site will be looked at, all the text and graphical elements are blurry/fuzzy.
    Would it be best to make the file say at 300 ppi, and let the coder save out his slices at 72 ppi? I know that the viewing of sites on the internet is at 72 dpi, but all sites I see are clean and crisp even when zooming in tightly on a product image (say for example Apple's Ipad Site) I don't understand why all the tuts I follow on this subject say to design the site at 72, but obviously this is not good when all the elements are not clean and sharp when the file is viewed at the relative screen size that they will see on the internet?? I made a graphical element for example of small boxes as a lthin line looking thing, and when I zoom in on the file, the boxes are very fuzzy. Same thing when I bring in the logo at the top left, I place it here, re-size it to be a little smaller, and it loses it sharpness. Here is the file so you can maybe see what I mean. Thank you.
    Any advice here would be very helpful??

    lschena wrote:
    I know that the viewing of sites on the internet is at 72 dpi,
    Not the case.
    What you view on your screen is viewed at screen resolution. It's different for every screen.
    Forget dpi for web images. 72dpi, 300dpi, whatever. Doesn't matter. It's irrelevant and meaningless for web images.
    DPI is a print measurement. It only matters when you're printing.
    All that matters for web images is the physical dimensions of the image (height x width of image - measured in pixels) and the correct file compression for the image (JPG or PNG or GIF).
    1000px x 1000px image printed @ 300dpi will be 3.333 inches x 3.333 inches (and sharp).
    1000px x 1000px image printed @ 100dpi will be 10 inches x 10 inches (but lower quality than @ 300dpi due to less dots per inch).
    1000px x 1000px image on screen will be 1000 px x 1000px on every screen (DPI doesn't come into it).
    When you insert an image on a web page, it's best for image quality and file download time to insert the actual image at finished dimensions.
    http://www.scantips.com/no72dpi.html
    lschena wrote:
    Same thing when I bring in the logo at the top left, I place it here, re-size it to be a little smaller, and it loses it sharpness. Here is the file so you can maybe see what I mean. Thank you.
    The key with web images is to start with a high quality original, resize it once, smaller, in Photoshop to its final 100% size (for the web page) then Save for Web with the correct compression (file format).
    Avoid resizing slightly to be a little smaller. It'll always give smudgy, fuzzy results.

  • [svn] 3216: Fix for MXMLG-228, a visibility problem with graphic elements.

    Revision: 3216
    Author: [email protected]
    Date: 2008-09-15 18:13:11 -0700 (Mon, 15 Sep 2008)
    Log Message:
    Fix for MXMLG-228, a visibility problem with graphic elements. This is a quick fix that may force extra display objects when toggling visibility. We should investigate alternate solutions if performance is a problem.
    Bugs: MXMLG-228
    Reviewer: Deepa
    QA: Please check for performance problems when toggling visibility of a large number of graphic elements.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/MXMLG-228
    http://bugs.adobe.com/jira/browse/MXMLG-228
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/graphicsClasses/GraphicElement .as

    Hello Antonio;
    After many, many test I discovered that the problem, at least in my case it is caused by the new ACR 4.5. Please read the Thread that I post under Camera Raw. I include the link below.
    I also open two Bug Reports about this, but as usual Adobe (and other Software Companies) will never take responsability for this, until one day they release a new version with "enhancements".
    PSE6 Organizer Crash with ACR 4.5 (Vista Only?)
    http://www.adobeforums.com/webx/.3bb6a869.59b60d3e

  • [svn:fx-3.x] 5698: Fix masking when renderers are components and get individually masked

    Revision: 5698
    Author: [email protected]
    Date: 2009-03-27 22:18:52 -0700 (Fri, 27 Mar 2009)
    Log Message:
    Fix masking when renderers are components and get individually masked
    QE Notes: None
    Doc Notes: None
    Bugs: sdk-19377
    Reviewer: ryan
    tests: checkintests, mustella/datagrid
    Ticket Links:
    http://bugs.adobe.com/jira/browse/sdk-19377
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataG ridBase.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/listClasses/ListBase. as

    Revision: 5698
    Author: [email protected]
    Date: 2009-03-27 22:18:52 -0700 (Fri, 27 Mar 2009)
    Log Message:
    Fix masking when renderers are components and get individually masked
    QE Notes: None
    Doc Notes: None
    Bugs: sdk-19377
    Reviewer: ryan
    tests: checkintests, mustella/datagrid
    Ticket Links:
    http://bugs.adobe.com/jira/browse/sdk-19377
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataG ridBase.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/listClasses/ListBase. as

Maybe you are looking for