[svn] 3936: Added flag to force the creation of a displayObject for a GraphicElement

Revision: 3936
Author: [email protected]
Date: 2008-10-28 17:27:07 -0700 (Tue, 28 Oct 2008)
Log Message:
Added flag to force the creation of a displayObject for a GraphicElement
SDK-17818 - calling getBitmapData on a GraphicElement that shares it's displayobject always causes a layout pass
adding flag which forces the graphicElement to always create a displayObject for itself. This is a temporary solution to the bug and should get revisted after alpha.
QE Notes: n/a
Doc Notes: n/a
Bugs: SDK-17818
Reviewer: Gordon
Ticket Links:
http://bugs.adobe.com/jira/browse/SDK-17818
http://bugs.adobe.com/jira/browse/SDK-17818
Modified Paths:
flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/G raphicElement.as

mimomimi wrote:
Hi;
I am developing a console for my Server Application. I'm using a JFrame and a ScrollPane.
I am using a vertical Scroll and I want to force the index of this Scroll to be in the down in order to display the last informations added to my console.
I didn't find a solution yet.
Thank you for your help.
CheersYou mean like was mentioned in [this |http://forums.sun.com/thread.jspa?threadID=5420524&tstart=0] post, right on the front page of the Swing Forums?

Similar Messages

  • SAP is allowing the creation of PO's for C.codes for non extended vendors

    Hi Gurus
    SAP is allowing the creation of purchase orders for company codes to which the vendor has not been extended.  An example is PO 4500XXYYZZ for vendor number 9010577.  The PO was created for company code 1111, but the vendor is not extended to company code 1111.
    Please suggest how to avoid the above transaction by throwing an error.
    Thanks
    Sada

    Yes, this is SAP Standard Behaviour Only. System Will check Whether the Vendor Hasbeen Maintained at Purchase Orgn Level during Purchase Order Creation.
    During MIRO only System check whether the Vendor is Maintained at Company Code level or not Else it will not allow to Post Invoice.
    You can Control this by Restricting Users to Use MK01 and Give Access to XK01
    Else Use the Following Enhancement :
    MM06E004 EXIT_SAPMM06E_004
    Contact your abaper and Fulfil your Requirement.

  • [svn] 3035: * Added HTTPMultiService component - refactored the guts of HTTPService into a new

    Revision: 3035
    Author: [email protected]
    Date: 2008-08-28 23:18:11 -0700 (Thu, 28 Aug 2008)
    Log Message:
    * Added HTTPMultiService component - refactored the guts of HTTPService into a new
    class AbstractOperation which HTTPService now wraps.
    * Moved concurrency and showBusyCursor classes up to the mx.rpc level from mx.rpc.mxml.
    Partly this improves consistency and partly because it is awkward to implement them
    with the wrapping design in the subclass. This does introduce a new dependency on
    CursorManager in mx.rpc.HTTPService, though I think that should turn into a "runtime binding"
    so we remove the compile time binding altogether.
    * Added managers, operationManager, resultType, resultElementType, properties to the
    AbstractService and AbstractInvoker classes. These are used to improve the metadata information
    on these operations for better tooling in the future, and to allow management services to
    tie into the service infrastructure.
    * AsyncToken gets a default parameter for its constructor so it can be used in MXML.
    * Moved endpoint property up from the MXML to the regular mx.rpc version to improve consistency
    The blazeds RPC tests passed unfortunately I had problems getting the RPC tests in the sdk branch
    to build and run so let me know if you see any problems on those.
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/rpc/manifest.xml
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AbstractInvoker.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AbstractOperation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AbstractService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AsyncToken.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/HTTPService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/mxml/HTTPService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/Operation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/RemoteObject.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/mxml/RemoteObject.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/Operation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/mxml/WebService.as
    Added Paths:
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/AbstractOperation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/HTTPMultiService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/Operation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/SerializationFilter.as

    the "main" class contains the following relevant codetip: 'relevant' code is rarely read, particularly if it's more than 5 lines.
    about 75% of posts with relevant code, the problem is elsewhere.
    create a new program with only those parts related to the problem
    e.g. if your main program has a menu, and there's no problem with that,
    don't include the menu in the new program. If your program has button,
    and no problems, don't add them in. if just the tree, all you need is a frame and a tree.
    when you do this, make sure it compile and runs OK (but displaying the problem behavior),
    then post all of it here, along with the steps to reproduce the problem.
    doing it this way should drastically reduces the lines of code, therefore greatly
    improving your chances of a solution.

  • [svn] 4673: Adding preview images to the theme directories.

    Revision: 4673
    Author: [email protected]
    Date: 2009-01-26 12:46:51 -0800 (Mon, 26 Jan 2009)
    Log Message:
    Adding preview images to the theme directories.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-17735, SDK-16429
    Reviewer: None
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17735
    http://bugs.adobe.com/jira/browse/SDK-16429
    Added Paths:
    flex/sdk/trunk/frameworks/themes/Ice/preview.jpg
    flex/sdk/trunk/frameworks/themes/Institutional/preview.jpg
    flex/sdk/trunk/frameworks/themes/Smoke/preview.jpg
    flex/sdk/trunk/frameworks/themes/Spark/
    flex/sdk/trunk/frameworks/themes/Spark/preview.jpg
    flex/sdk/trunk/frameworks/themes/Wooden/preview.jpg

    yes the first bit of code is netbeans generated.
    the second piece of code is an fx file that updates the content of the grid based on the users selection.
    so i cannot add the image to the grid in composer as its a dynamically generated grid. but ill try and see if i can just to test for now
    thanks...

  • [svn] 3775: Adding a link to the FxCheckBox example for ASDoc.

    Revision: 3775
    Author: [email protected]
    Date: 2008-10-21 09:22:17 -0700 (Tue, 21 Oct 2008)
    Log Message:
    Adding a link to the FxCheckBox example for ASDoc.
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxCheckBox.as

    guess not

  • Help adding new Macs to the household, creating shared drive for iTunes,

    I have a few questions:
    My husband and I recently both got MacBook Pros. Our former set-up was a iMac which backs up to a 500 G Time Capsule. We have a large iTunes library and iPhoto library on the iMac. The iMac is going to turn in to the kids computer. I would like to do the following:
    1. transfer photos to my MBP (#1). Will the Time Machine backup for the iMac become significantly smaller, making room for the soon to be larger backup of the MBP #1? Little confused how that is going to work.
    2. have shared access to iTunes library? basically it would be nice for all 3 computers to have the complete iTunes library, but I would also like to backup all 3 computers using Time Machine and don't want to have triplicates of the library. I was trying to figure out if the way to go is to put the iTunes on a shared drive on the Time Capsule, but is there a way for the 3 computers to 'sync' to the shared drive when new music is added? Finally, if the iTunes is within a shared drive does that mean it won't be backed up?
    Much appreciation and thanks to anyone who can help make sense of this.

    Update: Downloaded free version of Syncopation, and am hopeful this is going to some what solve my iTunes issue.
    New question would be: when creating the Time Machine backups for MBP#1 and MBP #2 can I NOT back up the iTunes folders? That would save approx. 36G on each of these backups, right? 72G total of the Time Capsule space. And the assumption is that with Syncopation, as long as the iMac iTunes is backed up then, you have everything.

  • Presenter forces the file save dialog even for unchanged documents

    Presenter always forces the "Do you want to save the changes ..." file save dialog to appear even for unchanged documents.
    To confirm the saving all times is not the solution because then I will loose the file's time/date stamp for the last real change.
    Not confirming the saving can be risky in case of any changes to the document which I am not aware anymore for that moment.
    Especially in case of having multiple documents open - this drives me really crazy.
    Deactivating the Adobe Presenter Add-in would solve the issue - so it is a problem related to Adobe Presenter (and not related to Powerpoint).
    I am using:
    Adobe Presenter 9.0.2
    Microsoft Office Professional Plus 2010
    Windows 7, 64 bit, Service Pack 1
    Thanks for your help
    Stefan

    The easiest way to solve the problem is to temporarily deactivate Adobe Presenter when you don't need it.
    In PowerPoint, go to File / Options / Add-Ins, select "COM Add-Ins" at the bottom of the window and click "Go".
    Then un-check the Adobe Presenter PowerPoint COM AddIn:
    You can easily reverse the process when you next need to use Presenter.

  • [svn] 4394: Adding last changes and comments on behalf of Kaushal for his radial and linear gradient transform calculations .

    Revision: 4394
    Author: [email protected]
    Date: 2009-01-05 13:13:51 -0800 (Mon, 05 Jan 2009)
    Log Message:
    Adding last changes and comments on behalf of Kaushal for his radial and linear gradient transform calculations.
    QE: Not yet.
    Doc: No
    Checkintests: Pass
    Modified Paths:
    flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/swf/AbstractFXGGraphics.java
    flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/swf/TypeHelper.java

    After posting I and lots of research I realized that I need to dive into
    PaperVision 3D as way to get where I need to go.
    However, if anyone has a solution to adding text to this code which rotates with the cube - let me know.
    Thanks

  • Disabling the creation of sample application for new workspace

    Hi,
    Just wondering if it's possible to disable the sample the application that is created when ever you create a new workspace? Also so that it doesn't create the 'demo' tables and associated sequences. Pretty sure we have this configured at work, but can't remember how we did it.
    Any help appreciated.
    Ta,
    Trent

    Hi,
    Yes it is
    http://download.oracle.com/docs/cd/E14373_01/admin.32/e13371/adm_wrkspc.htm#sthref154
    Br ,Jari

  • Does MUSE support the creation of native apps for iPad and Android?

    I am a big InDesign user with the Single Edition app builder. That service is being discontinued as of May 1 and I am hunting for alternative ways to build native apps that are design-heavy with other methods. I need to know whether Muse can offer anything like this with the help of PhoneGap.
    1) Can you build native apps with Muse?
    2) Does that apply to Andoid and Apple?
    3) Does Muse work with PhoneGap or is there a more direct way to launch?
    4) Can you point me to any tutorials specifically explaining how to do the above with Muse?
    Many thanks,
    Fiona

    Please refer to similar discussions here :
    https://forums.adobe.com/message/5712059
    https://forums.adobe.com/thread/1415885
    Thanks,
    Sanjit

  • Markers from PP CC forcing iframe creation

    Hi Guys,
    I currently have a problem related to encoding m2v files in media encoder coming from premiere pro and was wondering whether anyone would be able to help me out.
    Some background info - I work at a post facility and we’re looking at migrating our workflow from FCP7 + Compressor to Adobe’s Premiere Pro and Media Encoder applications. Please note we use Sonic Scenarist for the authoring of all media and are unable to migrate to anything else.
    A majority of our work revolves around the output of DVD format MPEG2 files which must adhere to the PAL standard settings (GOP size of 15).
    As it stands, "compression” markers set in a sequence within FCP7 and then sent to Compressor for encoding force the creation of an i Frame - meaning that chapter points generated from an exported marker list line up with the exact timecode in the authoring software.
    After extensive testing I have been unable to replicate such a workflow using Premiere Pro and Media Encoder. Since Media Encoder does not read the marker data from the Premiere sequence it simply creates an MPEG2 file with its own inherent GOP structuring  - completely un-impacted by the placement of PP CC “chapter” markers. (or any other type for that matter).
    The result of which is that the markers from the original PP CC sequence do not line up to their original locations and are moved to the closest generated iframe which can offset by several frames.
    Is there some sort of setting that I have missed which might be able to create iframes in place I have assigned myself - or is this not possible in the current versions of Premiere Pro CC and Media Encoder CC?
    I am aware that there is an xmp generated which can be used by Encore - But as I mentioned earlier we're not really able to go down that road.
    I would appreciate any advice you could give regarding this matter.
    Thanks.

    Two questions to start:
    Are you working with a single copy of all your content (either local on a single computer where you're doing all your editing or on a network that you access from different computers) or do you have two or more copies of the content? This is important because clip markers are saved to the clips, not the project. Therefore, if you're passing the project from one computer to another, each with its own copy of the content, then the markers will not come along.
    Are you working with merged clips? There are issues with markers in merged clips.

  • Help in understanding the creation of a jar

    Hi,
    Could anyone explain what this (in), (out), and (deflated ) and (stored) means wrt the creation of a jar
    For Ex:
    adding: com/(in = 0) (out= 0)(stored 0%)
    adding: com/test/(in = 0) (out= 0)(stored 0%)
    adding: com/test/teststubs/(in = 0) (out= 0)(stored 0%)
    adding: com/test/teststubs/TestLoader.class(in = 8029) (out= 4248)(deflated 47%)
    TIA,
    Harsha

    Hi
    The link you specified links to the same post in the JARs section of the forum.
    Any pointer to the question is greatly appreciated.
    TIA

  • HT4623 my device no longer accepts the creation of any account

    my device no longer accepts the creation of any account

    Thanks for that. There was some code in the GET_P method which I had unremarked. I assume it was always remarked out because once I Unremarked it again all worked okay. I did not really look at the code but when I did I could see that it was being set to a Pickllist, which was not what I wanted.
    Many thanks
    Jason

  • How to force the request to be ssl

    Hi,
    I have wls7.0 with plugin, and ssl is installed on web server, how can I enforce
    the request be under ssl?
    Thanks

    The webserver might allow to specify which files can be accessed via which port.
    This would depend on the webserver you are using.
    You might want to crosspost this in weblogic.developer.interest.plugin group as
    well.
    Pavel.
    "Jen" <[email protected]> wrote:
    >
    even I can enable the ssl on wls, but the request already been accepted
    by web
    server which could be in clear http, ideally I would like to specify
    part of jsp/servlet
    to use ssl on web server, how can I do that?
    Thanks
    "Pavel" <[email protected]> wrote:
    Applications deployed on WLS can be configured in the descriptor touse
    SSL.
    See the description of the <transport-guarantee> tag here
    http://e-docs.bea.com/wls/docs81/webapp/web_xml.html#1017885
    In order to use this you'd need to enable WLS SSL port.
    Pavel.
    "jen" <[email protected]> wrote:
    I have both 80 and 443 enabled on webserver, but didn't specify what
    content to
    use ssl. most of my content comes from wls, and some of them doesn't
    need ssl
    like faq stuff. and I don't have ssl on wls. In this situation, user
    could come
    to site either with or without ssl by calling the jsps. I would like
    to force
    the user to use ssl for part of my site, how can i do that?
    Thanks
    "Pavel" <[email protected]> wrote:
    Requests to Weblogic SSL port should fail already unless they are
    sent
    over SSL.
    I believe the SSL plugin also accepts SSL connections only. Or youare
    asking
    about your webserver configuration?
    Pavel.
    "jen" <[email protected]> wrote:
    Hi,
    I have wls7.0 with plugin, and ssl is installed on web server, how
    can
    I enforce
    the request be under ssl?
    Thanks

  • Problem on creation of Outbond Delivery for Stock Transfer Order

    Hi all,
    We have problem on the creation of Outbond delivery for stock transfer order because the system doesn't group in a unique delivery for different items of a STO order.
    We used VL10B or VL10D but the behaviour is the same. Even if we have to handle few items of the Stock Transfer order already scheduled, the scope is to create a delivery which group everything while the system split in several delivery notes.
    Could you advice me the way to set in customizing , master data I don't know where else , the rules in order to avoid to split deliveries for STO.
    Secondly if we have already created a delivery note is it possible to add a further purchase order item as in sales order processing?
    Thank you for any suggestion you will give
    Andrea

    Dear Kripa,
    the first point has been solved. We have checked a SAP Note 386340 which is appropriate to this case.
    The second point, the one referred to the additional items to an existing delivery note, is not yet closed and I would like to know further advices  from you and the other guys connected to the forum in order to help us to solve the problem.
    Thanks for your help
    Andrea

Maybe you are looking for

  • Sys_open problem

    Hi Everybody, i'm using solaris 7 with 64 bit kernel, and i'm trying to intercept some system calls, so i wrote a kernel module that replaces the sys_open call as a test, it compiles and loads ok and i can see it initializes using some cmn_err prints

  • I found an iphone 4s (16 Gb) by 349 dollars. Is it possible?

    I found an iphone 4s (16 Gb - new) by 349 dollars in Store called Searz Electronics, Orlando. Is it possible?

  • Remove # from report

    Dear Experts, I my FI  trial balance report. "#" sign is coming instead of the GL number. How to remove it from the report and replace it with the value. Please suggest. Regards

  • Error messages when sending date-time stamp to Oracle Database

      I have a complex application that communicates with an Oracle database.  One of the table values that gets written to the table is a date-time stamp.  Until recently, the user only required a date, and this was never an error. (The format String us

  • Captivate 5.5 freezing when opening Project Skin Editor Settings

    When I open Project > Skin Editor > Setting to adjust the font, my Captivate freezes completely.  My only option is to  ctrl+alt+delete to end the session and restart. I am using Captivate 5.5 and windows 7.  On the the fourth attempt, i received the