Grey colored space on right and bottom of Flex application

Hi,
I have a flex application that is integrated with SAP WD to be used as Flash Island.
Yesterday I upgraded my Flash player from version 10_ax_debug to version 10.2.159.1.
Since then I am getting grey colored space on right and bottom of application.
Can you please tell me how do I get rid of it?
Please refer to attached image (I have marked this grey empyt space by red-colored rectangle) .
Thanks and regards,
Amey

Reset the page zoom on pages that cause problems.
*<b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
*http://kb.mozillazine.org/Zoom_text_of_web_pages
You can use an extension to set a default font size and page zoom on web pages.
*Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/

Similar Messages

  • Grey  color cover the screen and can't use touch screen  when trying to open the internet.

    Pleas help, yesterday when I tried to open an website on my I pad 2 and there was a grey color cover the screen and I can't use touch screen, i still can see the internet is working in the back ground of the screen and the webpage was opend but I just can't make the grey color screen disappear. Thanks million.

    Go to Settings>Safari>Clear History, Cookies and Cache. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    If that doesn't work, reset the iPad. Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    Last thing to try is quit the app and restart the iPad. Go to the home screen first by tapping the home button. Quit Safari by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on the Safari icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • Exporting photos for UHDTV or Native 4K TV, what are the best settings ? (File: Quality File: Color Space, Image Sizing and resolution)   Or in other words; How can I get the smallest files but keep good quality for display on new UHDTV

    Exporting photos for UHDTV or Native 4K TV, what are the best settings ? (File: Quality File: Color Space, Image Sizing and resolution)   Or in other words; How can I get the smallest files but keep good quality for display on new UHDTV

    You're welcome, and thank you for the reply.
    2) Yesterday I made the subclips with the In-Out Points and Command-U, the benefit is that I've seen the clip before naming it. Now I'm using markers, it's benefit is that I can write comment and (the later) clip name at once, the drawback is that I have to view to the next shot's beginning before knowing what the shot contains.
    But now I found out that I can reconnect my clips independently to the format I converted the master clip to. I reconnected the media to the original AVI file and it worked, too! The more I work with, the more I'm sold on it... - although it doesn't seem to be able to read and use the date information within the DV AVI.
    1) Ok, I tried something similar within FCE. Just worked, but the file size still remains. Which codec settings should I use? Is the export to DV in MOV with a quality of 75% acceptable for both file size and quality? Or would be encoding as H.264 with best quality an option for archiving, knowing that I have to convert it back to DV if I (maybe) wan't to use it for editing later? Or anything else?
    Thank's in advance again,
    André

  • [svn:osmf:] 14871: Fixing anchoring 'right' and 'bottom' properties not being applied on items that don't have a width/ height and position set.

    Revision: 14871
    Revision: 14871
    Author:   [email protected]
    Date:     2010-03-19 01:05:54 -0700 (Fri, 19 Mar 2010)
    Log Message:
    Fixing anchoring 'right' and 'bottom' properties not being applied on items that don't have a width/height and position set.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutRenderer.as

    If you're just doing it in a back and forth or spiral fashion, you don't need to check whether a square's been filled in. You just go from a start point to an end point. Those points and the squares in between are determined by simple arithmetic.
    If you're doing it randomly, I wouldn't use the GUI elements themselves. I'd have, for example, and array of booleans that tells whether each square has been filled in.

  • Help! Saving a PDF out of Illustrator and the PDF is cropped on the right and bottom. Artboard size is fine.

    We're having a weird issue with Illustrator that rarely can be replicated. When we're saving a file as a PDF, sometimes the PDF gets cropped to the right and bottom and we're not quite sure why it's happening. Sometimes we'll just go an open the Illustrator file again and re-save and it's fine. Other times we may need to re-start the computer or re-start Illustrator and it's fine. Other times when we do all of the above, it still crops the PDF. I'm baffled as to what's happening.
    We're running 10.6.8 OS X and this is Illustrator CC.

    This is in Illustrator CC Version 17. It is fine when you open them back in Illustrator.  I have also noticed that from Illustrator if you do a 'Save As', select PDF, then select one of the PDF presets (I use 'Press Quality) the resulting PDF when opened in Reader displays how I want it, with the artwork as it was positioned on the Illustrator artboard (not cropped). If I then open in Illustrator again, make a change to the artwork, and select 'Save' (not 'Save As') when opened back in Reader the file is cropped again.

  • Color spaces in AWT and JAI

    Hi,
    I am trying to build a image editing application that
    supports color management. I am using Swing, AWT, and
    JAI 1.1.2. Unfortunately, the most recent tutorial I
    could find is about JAI 1.0.1, and a bit outdated.
    Does anybody know where I can find a newer tutorial?
    The problem I'm having is related to color spaces.
    I would like the user to select from a variety of
    color spaces like Adobe RGB, Bruce RGB, etc., etc.
    These spaces are not supported by default, so it
    seems, and I couldn't find a way to define them
    myself. Of course I want the TIFF/JPEG readers and
    writers to be able to recognize these spaces if their
    profiles are embedded, and to include these profiles
    when writing images.
    Any help or references?
    Thanks!
    Job Honig

    Well, I have the same problem, sort of.
    You can get the jpeg profile from the EXIF information of the file (http://www.drewnoakes.com/code/exif/) so you at least know what is coming in. This will work for jpeg, not for tiff (I think).
    However, I didn't manage to find a way to create a buffered image for the right profile. You can create it as a default, which is sRGB, or as CS_LINEAR_RGB etc, but did not managed to get a straight correlation between the color space of the image and the ICC profile of the input.
    Than, I tried to use ColorConvertOp to convert from the input space to the output space, by using
    ColorConvertOp convert = new ColorConvertOp (srcCspace, dstCspace, new RenderingHints( RenderingHints.KEY_COLOR_RENDERING , RenderingHints.VALUE_COLOR_RENDER_QUALITY));
    But somehow the results when printed do not look correct.
    Didn't manage to find any good example on how to take in one space (like ADOBE RGB 1998) and put it in a PDF file so it will print in the exact color space (either directly, or by converting it to XYZ, whatever).
    Anyway, if you have any success here, I'll be happy to know...
    -Yishai

  • I need to synchronize color space between Bridge and PSCS3

    Hi--
    The only CS3 programs I am running are Bridge and PS. I like to work in Adobe RGB and maintain all my files in that color space. Consequently, I set that color space in PSCS3 (in
    Edit/Color Settings). However, for some reason I can't nail down, PS often seems to lose my preference and reverts to sRGB; when I re-set my working space to Adobe RGB, I am informed
    "Unsynchronized: Your Creative Suite applications are not synchronized for consistent color." I can't find the place where I can tell Bridge to use Adobe RGB color space. How can I resolve this?
    Thanks,
    --Ken

    I am having the same issue. It is frustrating because I am following a Lynda.com training video that talks about PS CS3 and Bridge basics. Included in that video is how to synchronize color between these two applications. Nowhere does it say that one needs to own a >$1000 full suite to be able to do this. Deke directs the viewer to the Edit menu of Bridge where you are supposed to enter the "creative suite color settings" menu. No such menu exists on my "el cheapo" version of Bridge CS3.

  • External editor color space with Aperture and PSE 10?

    Hi all,
    I'm finally setting up Aperture to export to Photoshop Elements (10).  In the Aperture preferences, I'm asking it to export to PSE 10 as 16-bit TIFF files.  What color space should I indicate (if any)?  It's currently set to "no profile selected."  I'm not a professional; just an enthusiast.  I print on an Epson RX580 Photo Stylus printer, if that matters.
    I've searched on this forum and elsewhere, but haven't found a simple answer to this.  All suggestions gratefully accepted.  Thanks!

    Can I suggest you buy Philip Andrews book, Advanced Photoshop Elements 10.  he explains colour spaces and much much more very clearly and exactly what can be done with 16 bit files and what you then have to change to 8 bit to accomplish.  He's written basic and advanced guides for Elements since day one.  Usually available from Amazon for under £20.

  • Do I need to harmonize color space between LR and other photo editing programs.

    I perform the majority of my editing work in Lightroom.  However, I also use some 3rd party applications (e.g. Nik, OnOne, etc.) in addition to Photoshop for special editing, etc.  I've noticed that the default color space for each of these applications is different.  Some default to Adobe RGBb, other sRGB and still others Pro Photo RGB.  Should I be using the same color space and bit depth across all of these programs?  When I export from LR, should that color space be the same as everything else?  I have noticed that when I export some images and take them to a retail store based print service that the colors appear dull and drab.  I believe that is because those mass producing print services don't read the color space in the JPEG correctly.  Does any of this make sense, or am I way off?  Thanks for everyone's input and time.

    For your editing workflow, best is to keep the image in the same color space at all time. For final export you should convert to desiered space... for example sRGB for web, adobeRGB for print etc.

  • Color spaces in Lightroom and Photoshop

    I read that Lightroom uses the large ProPhoto color Space and then again, that it's gamma curve ist close to sRGB. So what is my color space when working in Lightroom? ProPhoto, or sRGb, or something else?
    And what kind of a color management workflow between Photoshop and Lightroom do you advocate? Using ProphotoRGB or sRGB as color work space in Photoshop? I used to work in AdobeRGB in Photoshop. Has this to be changed to gain maximum color consistency?
    Thanks again for any help!
    Johann M Ginther

    Hey Claude,
    if it did not have an attached profile it is almost definitely in sRGB or, more rarely, Apple RGB. Lightroom always assumes sRGB for untagged files which is typically a safe bet. Photoshop generally uses the working space for untagged images. Since you had adobeRGB there, you should get a more saturated image in photoshop then in Lightroom. The same data is simply interpreted in a different color space leading to different colors. This has nothing to do with the monitor profile therefore and my initial hunch was wrong. So for untagged images in photoshop, you should usually assign sRGB to them instead of working space.
    >As for calibration hardware we do use them here so I will use it but since the Mac was brand new out the box I assumed that it was ok...
    Unfortunately, in general the canned calibration is not very good on Macs. I find very large differences between the shipped profile and a profile generated by a calibrator. Also, Apple ships profiles that set your display's gamma to 1.8 instead of the standard 2.2. This leads to many images in webbrowsers being too low contrast. Even Apple suggests recalibrating your screen at 2.2 if you do digital photography work (it's in their Aperture help files). In this case though the difference between Lightroom and Photoshop had nothing to do with the monitor profile but was related to photoshop interpreting untagged files in its working space instead of the more likely sRGB space.

  • Black Space at Top and Bottom of Screen

    You’ll probably tell me to call Comcast, but I’m trying to avoid it due to the hassles getting past the language accent barriers and their standard advice of scheduling a service call whatever the problem. So here’s my question… Recently my wife noticed some of the analog channels are displaying with black space across the top and bottom of the screen, similar to how a widescreen DVD would display. However they don’t all display this way, and there seems to be no pattern as to which ones display with the black spaces and which ones fill up the entire screen. I hadn’t noticed this before because I always watch the HD channels, but she hasn’t learned the HD channel numbers yet as the small bedroom TV is still analog. It’s not a problem on the small analog TV, but compressing the picture at the top and bottom while stretching it across the width of the screen makes all the characters very fat on the wide screen HDTV. As I said, not all the channels do this. Some use the whole screen, and the picture is fine. I know the real solution to this would be to have her learn the HD channel numbers, but as a matter of principle she shouldn’t have to. I’ve checked out the TV thoroughly and am convinced it’s a Comcast issue as it displays the same on both the HDTV and the little analog TV. Anyway, has anyone else noticed this?

    It's up to the station/channel as to how SD material is presented. It may also vary with the program being aired. Sometimes it's chopped to 4:3, sometimes it's left letterboxed.

  • My iBook's Keyboard Space Bar, right and F5 buttons not working...

    Yesterday I cleaned up my iBook's keyboard. Everything was working fine until I left my computer idle, even backlight of the display was dimmed. Then I noticed that my display was lit again, like if I had pressed a button on the keyboard, but I was away of my computer, I was on bed. Suddenly the keyboard started acting weird like if it had the command key pressed, so i disconected all power supplies and let the computer opened on my desk. I suspected that the keyboard somehow got wet, but I doubt it.
    Today everything seem to be working fine, until I tried to type something and noticed that the space bar, F5 and the right arrow (also end) don´t work :S
    I need help of what can be causing this, i already tried reseting the PMU, removing all power sources, checking preferences and even repaired permisions and noting seems to work. I just hope that my keyboard is not defective since my iBook just lost warranty past august :S
    iBook G4 1.33GHz   Mac OS X (10.4.7)  

    I cleaned it with a mild soap and a clean cloth. Both were damp. I have cleaned it like this before and had no problems.
    iBook G4 1.33GHz Mac OS X (10.4.7)

  • Drag and Drop between Flex application

    Hello,
    Can we implement the Drag and Drop functionality between 2
    FLEX applications?
    Each flex application is in its own IE.
    Thank you,
    Thierry

    To my knowledge you can't drag and drop anything between 2
    windows in a browser using any technique in the way that you mean.
    In other words, I don't think you can even do this in javascript
    between 2 windows.
    You can use LocalConnection to simulate this though, by
    having the drag manager notify the other application when it leaves
    the stage, so that when you reach the other application it will
    start the drag effect again in that window.

  • Photos appear small in iphone/blank space on top and bottom

    After struggling to duplicate, cut and paste (because iphoto wouldn't just let me copy) 20 pictures into my iphone folder, I synced the phone and first got a bunch of black squares. I didn't panic- just re-synced it and all the pictures appeared. However, most of them have to be turned sideways to fill the screen. A few of them- ironically the ones I actually took vertically- appear just fine. I wonder if somewhere my settings are off? Please advise.
    I was planning to have a one-to-one session on iphoto because I know that I'm really doing things the long and hard way. Somehow those sessions never give me any confidence. I leave more confused than ever.
    Also- what does checking the "constrain" box do in iphoto when cropping? Just curious- and I didn't crop these photos so that isn't the answer I'm certain. Thank you!!!

    That didn't work. And when I tested one of the photos and then reverted it back to the original, there was a black square where the picture used to be. I actually had to sync it a few times and then turn the phone off and on to have the photo back where it was. I'm assuming this is a problem that Apple is working on since the update. What a pain. But thanks anyway for trying to help.

  • The availability of color space in RAW, TIFF and JPEG files

    This is useful if your new to DSLR photography.
    This is Nikon response on my question in the discussion: View photo metadata
    I'm assuming that you know that Adobe RGB shows about 50% and sRGB 35% of CIELAB color space.
    In a DSLR camera like the Nikon D800 you can select a color space (Adobe RGB or sRGB) in the shooting menu.
    In Adobe Lightroom 4.3 the RAW metadata shows no color space info. Therefore I asked why not?
    In the (Dutch) Nikon D800 manual on page 84 (about RAW) and 274 (about color space) and Nikon FAQ website there is no descripton about the color space availability/behavior in RAW, JPEG and TIFF files.
    In the book "Mastering the Nikon D800 by Darrel Young" on page 125 - 126 is written: "If you shoot in RAW format a lot, you may want to consider using Adobe RGB....."
    All experts on this forum answered: color space does not apply/affect the RAW data file or RAW files have no color space.
    The respone of Nikon Europe Support (Robert Vermeulen) was: In Nikon D800 NEF RAW files both color spaces (Adobe RGB and sRGB) are always physically available. In JPEG and TIFF files only the in the shooting menu selected color space is physically available. So the forum experts gave the correct answer!
    Of course you can convert afterwards a JPEG or TIFF file with sRGB color space to Adobe RGB but you don't get more colors.
    When you install the Microsoft Camera Codec Pack or FastPictureViewer Codec Pack they only show color space metadata for JPEG and TIFF files and nothing for RAW because color space "doesn't exist". I thought the codec packs removed the color space metadata for my RAW files.
    Adobe Lightroom also can not show color space for RAW files because that "doesn't exist".

    Van-Paul wrote:
    The respone of Nikon Europe Support (Robert Vermeulen) was: In Nikon D800 NEF RAW files both color spaces (Adobe RGB and sRGB) are physically available. In JPEG and TIFF files only the in the shooting menu selected color space is physically available.
    I still think this is an evasive answer that doesn't really pinpoint the exact chain of events that take place. They are:
    1. The raw file contains the naked data captured by the sensor. This is just a very dark grayscale image.
    2. In the raw converter it is encoded into a working color space to process the information. In Lightroom this is known as "Melissa RGB", or linear gamma Prophoto. It is also demosaiced to bring back the color information.
    3. From Lightroom it can be exported to one of the familiar color spaces like sRGB or Adobe RGB. This is, in principle at least, a normal profile conversion.
    These three steps are what the camera does to produce a jpeg. So the basic steps are the same, the camera is just doing it automatically (and usually butchering the image in the process...).
    This Darrell Young is, I'm sure, an excellent photographer, but in this he is seriously confused and just propagating a common myth. Anyway, thanks for bringing up this discussion, hope you didn't object too much to the tone of the answers... Our only concern here was to get this right and with no room for misunderstanding.

Maybe you are looking for

  • Error while deleting a triple

    I am experiencing the following error, while I try to delete a triple from my model: I am able to insert data into the model, however I recieve the error when I execute the following delete statement: delete /*+ index(t test_model_tpl_idx) */ from te

  • Performance Tuning in XI

    Hi experts, Can anybody tell me how to do performance tuning in XI? If any one has document plz give the link. Regards, venky

  • Error in SXMB_MONI   AS2--- PI --- ECC

    Hi All, My scenario is AS2---> PI ---> ECC. I wrote a server proxy and tested, its working fine. While testing from PI RWB in integration server, messages got processed successfully from PI to ECC. But I am getiting below error in SXMB_MONI . Error w

  • How to add a new disk under solaris.

    Hi there, One of our sun blade 100 is unbootable due to the bad harddisk and what are the EXACT procedures to replace the new disk? I had some impression we need go through /reconfigure etc but I really not clear the exact procedure. Is this very com

  • Export for Windows media player

    What is the safest codec to export a video to be shown on a PC with Windows Media Player?  I have Compressor and Adobe's Media Encoder s well as Mpeg Streamclip on my Mac. Thanks.