Best place to log bugs

What is the best part to log bugs related to A4A?
I am not able to see if this was added already:
Using WebStageView, Flash content does not respect the viewport dimensions and is placed on the whole stage.

Hi Veronique Brossier
Do you mean StageWebView??? if so have you set your width and height.??? Example taken from adobe livedocs:
public function StageWebViewExample()
            webView.stage = this.stage;
            webView.viewPort = new Rectangle( 0, 0, stage.stageWidth, stage.stageHeight );
            webView.loadURL( "http://www.example.com" );
            stage.addEventListener( KeyboardEvent.KEY_DOWN, onKey );
The bolded text is where you set the width and height of the StageWebView.Just checking. If you want to log a bug go here:
https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
regards Mike

Similar Messages

  • Is this the best place to report bugs in the utilities, or is there another?

    Over the last several days with my new T61P I've encountered a fairly wide variety of crashing-severity bugs in the various ThinkVantage utils, some of them reported here, but in general they've been met with zero response.  Is this purely a user-to-user forum or are there Lenovo engineers lurking here and paying attention?  I don't really care if I get a direct response as long as there's some chance that the things we're reporting here will actually be investigated...
    Andy
    Message Edited by andrewsi on 04-28-2008 10:02 AM

    andrewsi wrote:
    Is this purely a user-to-user forum or are there Lenovo engineers lurking here and paying attention?
    Yes, some Lenovo employees do read and post to this forum.  Mark is quite active, and several others post as well.  In addition, there are lurkers who just read without making public comments although sometimes they ask the mod team to either gather more information or pass along advice.
    However, here are the expectations of their participation from the Welcome message:
    These communities have been created to provide a high quality atmosphere in which users of Lenovo products and services may share experiences and expertise. While members from Lenovo may participate at intervals to engage in the discussions and offer advice and suggestions, this forum is not designed as a dedicated and staffed support channel.
    The bottom line is there's no guarantee that you will get an answer to a question here directly from Lenovo. 
    On the other hand, you just might!  ;-)
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество
    Jane
    2015 X1 Carbon, ThinkPad Slate, T410s, X301, X200 Tablet, T60p, HP TouchPad, iPad Air 2, iPhone 5S, IdeaTab A2107A, Yoga Tablet, Yoga 3 Pro
    I am not a Lenovo Employee.
    I AM one of those crazy ThinkPad zealots!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!

  • Where's the best place to report a bug?

    I've found what I believe to be a solid, reproducible bug in ID CC 2014.
    Where is the best place to report this to Adobe?
    Allan

    Thanks so much!
    Allan

  • Meeting place event log interpretation

    Hello Guys I am wondering if somebody could help me with the meaning of certain values that is shown in the meeting place event log.
    I have the following:
    08/13 12:31:17.72  P 8    RN MC s=009 mcpHangupNotification
    08/13 12:31:17.72  P 8    SE CP m=020 HANGUPEVENT Resp 0
    08/13 12:31:17.72  P 8    RQ SM m=01a C   0 REMOVEPORT
    08/13 12:31:17.72         RQ CP m=020 CPGOINGTOCONF
    08/13 12:31:17.72  P 8    SR SM m=01a C   0 REMOVEPORT Resp 0
    08/13 12:31:17.72         SR CP m=020 CPGOINGTOCONF Resp 0
    08/13 12:31:17.72  C 0    RQ CP m=020 CPPLAYFILELIST
    08/13 12:31:17.72  C 0    Play prompt: lang=1, num=575
    08/13 12:31:17.72  C 0    Play prompt: lang=1, num=399
    08/13 12:31:17.72  C 0    Play guest name: confID=263 part=4661
    08/13 12:31:17.72  C 0    SQ MC s=009 mcpPlayFileListRequest
    08/13 12:31:17.72  P 8    RQ CP m=020 CPDISCONNECT
    08/13 12:31:17.72  P 8    SQ MC s=009 mcpDisconnectCallRequest
    08/13 12:31:17.72  C 0    RR MC s=009 mcpPlayFileListResponse Resp 0
    08/13 12:31:17.72  P 8    RR MC s=009 mcpDisconnectCallResponse Resp 0
    08/13 12:31:17.72  P 8    SR CP m=020 CPDISCONNECT Resp 0
    I almost sure that P8 means port 8 but I do not know what RN, MC, SE, RQ, CP, mcp or C 0 means.
    Is there a document that shows all? 
    Regards

    Hello,
    This particular eventlog is for the CPMCP module within the Application Server which only talks to other internal components within the Application Server, so it's not exactly the best eventlog to start out with and is typically only reviewed for complex internal issues which are typically bugs. Since this getting involved with the internal workings of MeetingPlace, there is no external documentation for interpreting this.
    If you are going through the logs or an Information Capture of a particular incident, I would suggest first going through the VUI eventlog. Here you can ignore any lines with "State" or "Substate" since those are internal messagings, but this will give you a good idea of when a user calls in, which port they are on, the meeting they joined, and when they disconnected.
    For example:
    New call into MeetingPlace:
    08/17 09:54:55.83  P 1       In Call  : DID/DNIS 2085, ANI 3062 ============= (2)
    Outdial from MeetingPlace
    08/17 09:48:00.14  P 4095    Outdial  : UserID   3 RetCode 3107
              Dest +13076R Trans Dest
    Meeting ID that was entered in:
    08/17 09:55:11.36  P 1       ConfStr  : 640603980
    Leaving conference:
    08/17 10:01:56.29  P 1       Action   : CONF_LEAVECONF
    User disconnecting:
    08/17 10:01:56.27  P 1      Input    : Far end disconnect
    Also if you are familiar with SIP, you can review the SIP messages for specific calls in either the "CCA Sip Log" or "SIP B2BUA log" depending on your deployment. These logs tend to overwrite fairly quickly, so you should gather an Information Capture as soon as an issue occurs.
    The Information Capture is the main set of logs for Cisco Technical Support to review. To collect the Information Capture, login to the web page of the Application Server and go to Services, Logs, and System Information Capture. Select the appropriate start and end times to capture the issue. This will create a zip file for you to save on your computer. This can be unzipped and you can click on the "index.html" file to see the list of log files.
    If you need any further help with these or want further steps on troubleshooting a particular issue, open a TAC case and we will be able to these logs with you.
    Regards,
    Andrew
    Cisco TAC

  • Best place for LR catalog (.lrcat) file?

    I'm putting together a new PC running Vista and am trying to figure out the best place for the LR catalog (lrcat) file. This PC has multiple hard drives as follows:
    C: OS and apps
    D: non-photo files (docs, mp3s, etc)
    E: photo files
    F: video files
    All the drives are comparable in read/write speed. The Lightroom app will be installed on the C: drive, and the LR catalog will consist of the images on the E: drive. While working in LR, I sometimes listen to mp3s stored on the D: drive. I'm assuming that the best place for the lrcat file is the F: drive (since I seldom access that drive while working in LR). Does this make sense? Or should the lrcat file go somewhere else?
    On a side note, on my last PC, I had the lrcat file in what was originally a dedicated scratch drive (for PS), but I'm doing less and less in Photoshop these days, and my new system will have 12GB of ram, so I decided to do without a dedicated scratch drive for the new system.
    Any advise appreciated.

    Asking yourself the following questions may help determine which drive is best suited for storing the Lightroom Catalog:
    1) Are you the only person using the "Lightroom computer"?
    2) Do you have multiple log on accounts?
    3) Do multiple log on accounts need access to the Lightroom Catalog?
    If you answer yes to #1, its default location might be fine.  If you answer yes to #2 or #3, you should concider a central location for the .lrcat file.
    By default, the .lrcat file is located in a users document folder.  This means that at least one (1) .lrcat file will be created per user account.  Seeing that you usually keep photo files on the E Drive, creating a folder on the root of the E Drive might not be a bad idea.  Using the root of E schema will then allow mutiple users to access the .lrcat file when they log on.  Using the E Drive keeps "photo related" files together, thought Drive D or Drive F would also work.  It appears from your description that you keep O/S and Applications only on the C Drive, which I do myself.
    Hope that helps!

  • Best place to store application database

    Where is the best (most secure) place to store database files that are application specific?
    I'm writing a kiosk application that runs on Windows 7 x64 as a desktop application.  A non-privileged user will be logged in to Windows and the application runs as this non-privileged user.  It relies on 2 MySql database files, one with read-only
    access and the other with read-write access.  Where is the best place to store these 2 database files such that only the user that the application is running as (the currently logged in user) has access to them?  My concern is keeping them secure
    if someone manages to log into the machine as a different user.  Am I best to put them under %USERPROFILE%\AppData\Local\<MyCompany>\<MyApp> ?

    Yes.  You should programmatically obtain the directory by calling SHGetKnownFolderPath() +
    FOLDERID_LocalAppData
    https://msdn.microsoft.com/en-us/library/windows/desktop/bb762188(v=vs.85).aspx
    By Default the only users with access to a user's %AppData% directory are LocalSystem, Administrators and the user itself.  A different user could not access the directory unless the user was an Administrator who was elevated.
    thanks
    Frank K [MSFT]

  • Best place to enter enhancement requests

    Hi,
    If I would like to provide feedback about a particular java.*.class where is the best place to do so? It is somewhat difficult to navigate effectively from the sun developer homepage.
    Thanks,
    Chris
    Edited by: crokusek2 on Aug 3, 2010 4:43 PM

    The [Bug Database|http://bugs.sun.com/] *(<- link).* The Bug DB is for both bugs & RFEs.
    Unfortunately it seems a bit 'sleepy' at the moment. I have been trying to access a specific bug for several days without success.

  • Best Place to Buy a new iPhone 3G in the US?

    I'm planning to buy an iPhone 3G. Yeah I know, why am I buying it after hearing so many problems with it? Well, I think Apple and AT&T will fix the problems since it is in their interest to do so.
    Anyhow, Where is the best place to buy it in the US; the Apple Store, AT&T Store or Best Buy (Starting Sept 7)?
    Some of my friends bought it at the Apple and AT&T stores and when they had problems with it and had to return it they got a refurbished one.
    I was thinking of waiting for Best Buy to get it so if there is a problem with it then maybe I can get a new brand new one. Is this true? Also, I went by the Best Buy store and the salesperson told me that they will offer insurance for the iPhone which the Apple and AT&T store don't offer.
    Any recommendations? Thanks.

    Just to give you a head up if you have finally decided to buy iPhone from Best Buy. Unless Apple have fixed the bugs in firmware 2.1. You will most likely encounter frequent crashes using any Apps from Apple store, or simply browsing. The worst of course is the SAD (Silver Apple of Death) where your iPhone is bricked until you go home and restore it using iTunes.
    I suggest if you really have these issues, DO NOT exchange your iPhone, because all iPhones are the same! It's the software problem. I'm on my 3rd replacement and that's what I have encountered. Exchanged three times, all three have the exact same software stability -- Bad! Dust getting underneath the glass is actually the norm! I am already reluctant to go back to Apple Store for an exchange. I guess I'll ask them to exchange for a new one when there are more dust getting in the screen. SAD SAD SAD.

  • I downloaded the latest update of firefox and now all I get is log into Xmarks. What is xmarks and there is no place to log into it?

    I had a msg to update my foxfire, which I did, now when I go to open firefox a box pops up that says log into Xmarks. First there is no place to log into Xmarks and 2nd before I do I would like to know what it is. I can not get into Mozilla Firefox without doing this sp am now forced to use Internet explorer.

    Hi,
    [https://addons.mozilla.org/en-US/firefox/addon/xmarks-sync/?src=search Xmarks] is a bookmarks/history/tabs backup/sync utility. It is not a feature of Firefox. It is an extension which had to be manually added or perhaps could have come with another extension.
    If you have registered with the service you have to enter the username and password to log in to the service. Otherwise try pressing the '''Esc''' key on the keyboard and after Firefox opens, go to '''Tools''' ('''Alt''' + '''T''') > '''Add-ons''', click Extensions on the left and look for Xmarks and '''Disable''' to disable it or '''Remove''' to uninstall it. If that doesn't work, start Firefox in [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode.] In the first screen choose '''Disable all add-ons''' and '''Make Changes and Restart''' and repeat the above procedure, but this time, re-enable all the needed extensions except Xmarks. You may also have to re-enable the plugins after clicking '''Plugins''' on the left).
    [https://support.mozilla.org/en-US/kb/Uninstalling%20add-ons?s=add-ons+tab&r=3&e=sph&as=s Uninstalling Add-ons]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20plugins Troubleshooting Plugins]

  • I need an Apple SuperDrive 8X Part No. 661-4279 for my MacBook Pro.  Where is the best place to order one?

    I need an Apple SuperDrive 8X Part No. 661-4279 for my MacBook Pro.  Where is the best place to order one?

    Some sites to check out.
    http://www.powerbookmedic.com/Apple-SuperDrive-DVD-Burner-Drive-8x---Macbook-Pro -p-16916.html
    http://www.macpartsonline.com/661-4279-superdrive-8x-double-layer-pata-15inch-2- 2-2-4-2-6ghz-macbook-pro-a1226.html
    http://www.dvwarehouse.com/661-4279-DVD-R/CD-RW-SuperDrive-8x-Dual-Layer-PATA-fo r-MacBook--MacBook-Pro---NEW-p-37374.html
    http://www.welovemacs.com/6614091r.html

  • The best place for content server

    Hello,
    We need to install content Server . SAP ECC is in Paris .
    The users who will use the content server will be in New-York.
    Is the best place for content server in Paris or in New-York?
    The question could be : Will a document (for ex. a pdf of 100 Mb) to be checked_in the CS be first transferred from frontend to ECC and then from ECC to CS or directly from frontend to content server ?
    Thanks

    Hi Oda,
    If your users are in New-York, then better to have content server there to optimize network traffic and speed. There is something called as distributed content server concept where you can have different storage areas for different geographical locations.
    And as far as i know, whenever files are checked-in, they are directly stored in content server and it will not route through the ECC. Only DIR stored in the ECC will be linked to the file in the content server.
    Hope this helps.
    Regards,
    Ravi

  • Where's the Best Place....

    Hello once again,
    I have yet to purchase my MBP, and I am wondering from all of your experiences, where is the best place to buy a 1gig 3rd party RAM. Paying all that money for Apple's RAM isn't that way I want to go, but if there's no recommended 3rd party companies, I may need to cough over the bucks...
    thanks,

    Fair enough. I wasn't actually suggesting buying from Crucial.The best source for the 1gb Crucial was Newegg.com at $150 - but this is also for a chip that Apple are supplying as original ram so it's not a bad price. I didn't know Crucial sold Samsung - seems a bit odd as they are owned by Micron who also supply Apple as OEM. Business makes for strange bedfellows:)
    OWC sell their own branded ram for $112 or so and Samsung M470T295CZ3-CE6 (as also supplied by Apple) for $170. What I was saying was that this Samsung chip,
    http://eshop.macsales.com/item/Samsung/53SDR2SAM1GB/
    can be found for as little as $120 - so OWC are a tad expensive for this particular chip if that is the one you were thinking of buying.
    It sounds like you're going for the OWC own brand, so I can't recommend a cheaper source for that and they know a thing or two about ,macs so there's no reason to not trust their judgement.
    Best of luck
    Cheers.

  • Best place for spare parts for PPC 1.5 Mini?

    Hi.
    I'm looking for the best place to get spare parts for a Mac Mini PPC G4 1.5GHz on the net. The fan is most likely giving up, because it has recently begun to sound as the bearings in the fan are bad.
    Regards,
    /Mysteron

    Hi Mysteron-
    I've used these folks for other projects: MAC-PRO
    If you don't see what you need or have questions try giving them a call as they are very helpful.
    Luck-
    -DP

  • Where is the best place for suggestiong requesting features?

    Where is the best place for suggesting/requesting features?
    If something like this already exists, please let me know.
    I often wish when I select a word to right click and choose dictionary to to find out the meaning of the word. Currently I have to copy, go to a dictionary web page, paste and search. And I spent a lot of time for that. I'm not that technically oriented to suggest how this can be achieved but just as an idea, may be Mozilla can partner with dictionary web sites by making a plug ins or include a dictionary with Firefox itself

    I am sure there are Extensions that do this.
    DictionarySearch - https://addons.mozilla.org/en-US/firefox/addon/68/
    Add-on search for Dictionary - https://addons.mozilla.org/en-US/firefox/search/?q=dictionary&cat=all&lver=any&pid=1&sort=&pp=20&lup=&advanced=
    Feedback - http://hendrix.mozilla.org/

  • Where's the best place to store email templates?

    Hi all;
    In a web app I store all my email templates in a files folder in the web app. Can't do that with a worker in a cloud service - no files. So where's the best place to store them? In a BLOB? And if so, is there a way to have files in my project get automatically
    written to BLOB entries when I publish?
    thanks - dave
    What we did for the last 6 months -
    Made the world's coolest reporting & docgen system even more amazing

    Hi,
    I think we could use azure blob to save files.
    >>is there a way to have files in my project get automatically written to BLOB entries when I publish?
    If you choose azure cloud service, you could write the upload code at role onstart method. If you choose Azure website, please consider use azure webjob to do this, refer to
    http://azure.microsoft.com/en-us/documentation/articles/websites-dotnet-webjobs-sdk-get-started/ for more details about webjob.
    Regards

Maybe you are looking for