Painting the outer canvas background?

I would like to change the colour of my outer canvas how is this done? I thought I could just pick a colour and with my paint bucket tool and double click on the outer canvas but nothing happens?
Basically i would like the outer canvas to be the same colour as the main page.
I am using photoshop Cs3 extended for Mac OSX 10.4
lister

right-click (or command-click) in the outer canvas, and watch for the pop-up menu options.

Similar Messages

  • Painting the background

    Hi everyone. I have a little question.
    I'm trying to make my application draw some background images (in the HBackground) And everything seems to be ok except when the image is drawed. It appears but distorted. I first put the background and then reduce the video playing so te background could be seen. Maybe I have to reduce the video first? For reducing it I use the AWTVideoSizeControls and ServiceContext way
    This is the little piece of code for painting the background
    public void cambiar_fondo_imagen(String imagen) {
            HBackgroundConfigTemplate plantilla = new HBackgroundConfigTemplate();
            plantilla.setPreference(HBackgroundConfigTemplate.FLICKER_FILTERING, HBackgroundConfigTemplate.REQUIRED);
            plantilla.setPreference(HBackgroundConfigTemplate.STILL_IMAGE, HBackgroundConfigTemplate.REQUIRED);
            HBackgroundConfiguration config = planoBackground.getBestConfiguration(plantilla);
            HStillImageBackgroundConfiguration configStill = null;
            if (config instanceof HStillImageBackgroundConfiguration) {
                configStill = (HStillImageBackgroundConfiguration)config;
            planoBackground.reserveDevice(this);
            try {planoBackground.setBackgroundConfiguration(configStill);}
            catch (Exception e) {System.out.println("Excepcion: " + e);}
            if (config != null) {
                HBackgroundImage imagenFondo = new HBackgroundImage(imagen);
                try {configStill.displayImage(imagenFondo);}
                catch (Exception e) {System.out.println("Excepcion: " + e);}  
         }Maybe I may change some HBackgroundConfigTemplate options? (I'm using an i-frame of a mpg as the background image)

    right-click (or command-click) in the outer canvas, and watch for the pop-up menu options.

  • How do I eliminate the canvas background?

    I created a logo that I wish to begin using for print and online. Because of the canvas, I have a white rectangle background. It's ok for white paper for print, but not OK for website with a colored background. How do I get rid of the white canvas background?

    If the logo is on it's own layer, simply delete the background layer and save it out as a transparent image. If they're on the same layer, you could use the magic eraser tool and click on all the white areas to turn them transparent.

  • Changing prompt colour in oracle forms 6i to canvas background (solution)

    One of the really infuriating things about Oracle Forms 6i (and possibly other versions) is that when you set a visual attribute for a item the prompt, as well ad field, takes that background colour. Seing it is common to have the field background white and the canvas background gray this is a paid. The following procedure sets the background colour for all prompts to the background colour of the canvas the prompts field sites on - i.e. it automaticaly sorts out the problem.
    PROCEDURE lp_setup_prompt_colour IS
    -- This procedure sets the background colour of all prompts to the
    -- items canvas background colour
    this_block varchar2(70) :=
    get_form_property (name_in ('SYSTEM.CURRENT_FORM'), first_block);
    last_blockname constant varchar2 (70) := -- Initialise current block to first block
    get_form_property (name_in ('SYSTEM.CURRENT_FORM'), last_block); -- Define the last block
    field_name varchar2(70); -- the name of the current item
    this_item varchar2(70) := -- Initialise current item to the first item in the form
    get_block_property (this_block, first_item);
    last_field varchar2 (70) := -- Initialise last item to the last item in the first block
    get_block_property (this_block, last_item);
    canvas varchar2(70);
    begin
    loop -- Go through every item in the form
    field_name := this_block || '.' || this_item; -- set the current item
    canvas := get_item_property( field_name, ITEM_CANVAS );
    if canvas is not null then -- don't bother if null canvas item
    SET_ITEM_PROPERTY(field_name, PROMPT_BACKGROUND_COLOR,
    GET_CANVAS_PROPERTY(canvas ,BACKGROUND_COLOR));
    end if;
    -- Stop looping once the last item in the form has been added to the list
    exit when this_block = last_blockname and this_item = last_field;
    if this_item = last_field then -- weve looped round and are back at first field
    -- Step into the next block
    this_block := get_block_property (this_block, nextblock);
    this_item := get_block_property (this_block, first_item);
    last_field := get_block_property (this_block, last_item);
    else
    -- Step to the next item in the block
    this_item := get_item_property (field_name, nextitem);
    end if;
    end loop;
    end;
    also posted at http://www.gurtlush.org.uk/article.php?story=20040422141050964

    Actually, this is a known bug - you should apply the latest patch.
    Regards
    Grant

  • Photoshop redrawing canvas background problem

    Hi,
    I have a new MacBook Pro running OSX 10.6 and Photoshop CS4. I've experienced some strange graphics problems when rescaling the Photoshop window, specifically the grey canvas background becomes full of weird patterns. It makes me think its a video card problem, but it seems specific to Photoshop, and isnt solved by a restart, but then sometimes just sorts itself out.
    Has anyone else experienced anything similar?
    thanks
    Leigh

    Thanks for the reply,
    Photoshop and the OS are uptodate, not sure about the card drivers, I presume they'd show up in software update if they were out of date?
    I've turned of OpenGL in photoshop, its behaving itself at the moment, will post back if it starts again.

  • Can I not paint the background of an image?

    I can draw an image just fine (I use JFrame), but I am having a big problem
    I draw the image, but the image's background color gets drawn over the GUI's. for instance if I have an airplane sprite (.gif or .png), the airplane could be black but the background color of the sprite itself is white. when I g.drawImage(airplane, 200,200,this);, it displays the black airplane along with the rest of the white surrounding that is part of the sprite. I have been able to make up for this so far by doing things like painting the entire GUI white so that you cant tell, but its getting out of hand and unworkable on this new project of mine
    how do I get java to ignore the background color of the sprite itself, and just draw the pixels that are NOT the background color?
    if the image is a black airplane on a white background, I want to be able to just paint the black of the airplane, so it doesn't look like a retarded white square over a blue background (the GUI's background is blue)
    any help is extremely appreciated :-/

    Modify your sprite so it has transparent pixels rather than a background?

  • When the apple review team review our app,they point out that our  app uses a background mode but does not include functionality that requires that mode to run persistently.but in fact,when the app in background ,the app need data update to make the

    when the apple review team review our app,they point out that our  app uses a background mode but does not include functionality that requires that mode to run persistently。but in fact,when the app in background ,the app need data update to make the function of  trajectory replay come ture。in fact, we have added function when the app  is in background mode。we have point out the point to them by email。but they still have question on the background mode,we are confused,does anyone can help me,i still don't know why do review team can't find the data update when  the app is in background and how do i modify the app,or what is the really problem they refered,do i misunderstand them?
    the blow is the content of the review team email:
    We found that your app uses a background mode but does not include functionality that requires that mode to run persistently. This behavior is not in compliance with the App Store Review Guidelines.
    We noticed your app declares support for location in the UIBackgroundModes key in your Info.plist but does not include features that require persistent location.
    It would be appropriate to add features that require persistent use of real-time location updates while the app is in the background or remove the "location" setting from the UIBackgroundModes key. If your application does not require persistent, real-time location updates, we recommend using the significant-change location service or the region monitoring location service.
    For more information on these options, please see the "Starting the Significant-Change Location Service" and "Monitoring Shape-Based Regions" sections in the Location Awareness Programming Guide.
    If you choose to add features that use the Location Background Mode, please include the following battery use disclaimer in your Application Description:
    "Continued use of GPS running in the background can dramatically decrease battery life."
    Additionally, at your earliest opportunity, please review the following question/s and provide as detailed information as you can in response. The more information you can provide upfront, the sooner we can complete your review.
    We are unable to access the app in use in "http://www.wayding.com/waydingweb/article/12/139". Please provide us a valid demo video to show your app in use.
    For discrete code-level questions, you may wish to consult with Apple Developer Technical Support. When the DTS engineer follows up with you, please be ready to provide:
    - complete details of your rejection issue(s)
    - screenshots
    - steps to reproduce the issue(s)
    - symbolicated crash logs - if your issue results in a crash log
    If you have difficulty reproducing a reported issue, please try testing the workflow as described in <https://developer.apple.com/library/ios/qa/qa1764/>Technical Q&A QA1764: How to reproduce a crash or bug that only App Review or users are seeing.

    Unfortunately, these forums here are all user to user; you might try the developer forums or get in touch with the team that you are working with.

  • .. If the app is – in or out of background - (if in background NOT the first app) and the  device locked – when you get a push message and DO NOT response straight away. Later  unlock, click the app icon (which will have a badge on it) and it fails.

    .. If the app is – in or out of background - (if in background NOT the first app) and the  device locked – when you get a push message and DO NOT response straight away. let it fade off then, Later unlock, click the app icon (which will have a badge on it) and it fails to pop up my internal alert box and my notification message is gone(cannot get access to it in code).. other times it works . Including if you tap the messaeg from app centre. (this is all on a iPod 5.1.1).
    Here is someone else with same problem http://stackoverflow.com/questions/7080266/receive-remote-notification-when-ios- device-is-locked-and-im-not-responding-imm

    Tell Apple
    Apple - iTunes - Feedback

  • What is the easiest way to take out white background in elements 12?

    what is the easiest way to take out white background in elements 12?

    Try this:
    Open the program and go to Expert tab
    Double click the background layer to convert it to a regular layer
    Get the magic wand tool out of the toolbox. On the tool's option bar, check "contiguous" or leave it unchecked depending on the presentation of the white background. Start with tolerance setting 32; you may have to adjust it down - - depends on picture
    Left click on a white area and hit delete on keyboard
    Press CTRL+D to get rid of the marching ants
    If you encounter a problem, post a representative picture here for targeted guidance. You can do that via the camera icon in the reply box, but not in an e-mail reply.

  • Who paints the background of JInternalFrame

    Hello all,
    Im new to Swing / plaf, and I have a probably simple question.
    Im trying to make an internal frame that has rounded corners. Therefore I do not want the background color to fill the entire background. Actually I'd like to paint the background myself.
    I have extended and installed my own BasicInternalFrameUI. In installUI(JComponent c) I call c.setOpaque(false). And would now expect to be able to control the painting of the background by overriding BasicInternalFrameUI.paint :
    public void paint(Graphics g, JComponent c) {
    g.setColor(Color.black);
    g.fillRoundRect(0,0, c.getWidth(),c.getHeight(),10,10);
    (Disregard the fact that I paint on top of the title too - this example is only to keep it simple)
    But the JInternalFrame shows it's background color, and not my rect.
    It seems like the only way I can change the painting of the JInternalFrame is by overriding JInternalFrame.paint :
    public void paint(Graphics g) {
    super.paint(g);
    g.setColor(Color.blue);
    g.fillRoundRect(0,0, getWidth(), getHeight(),10,10);
    But that's not really look&feel...
    Could someone please enlighten me? How do I paint the background of an JInternalFrame the proper way?

    Hello all,
    Im new to Swing / plaf, and I have a probably simple question.
    Im trying to make an internal frame that has rounded corners. Therefore I do not want the background color to fill the entire background. Actually I'd like to paint the background myself.
    I have extended and installed my own BasicInternalFrameUI. In installUI(JComponent c) I call c.setOpaque(false). And would now expect to be able to control the painting of the background by overriding BasicInternalFrameUI.paint :
    public void paint(Graphics g, JComponent c) {
    g.setColor(Color.black);
    g.fillRoundRect(0,0, c.getWidth(),c.getHeight(),10,10);
    (Disregard the fact that I paint on top of the title too - this example is only to keep it simple)
    But the JInternalFrame shows it's background color, and not my rect.
    It seems like the only way I can change the painting of the JInternalFrame is by overriding JInternalFrame.paint :
    public void paint(Graphics g) {
    super.paint(g);
    g.setColor(Color.blue);
    g.fillRoundRect(0,0, getWidth(), getHeight(),10,10);
    But that's not really look&feel...
    Could someone please enlighten me? How do I paint the background of an JInternalFrame the proper way?

  • Paint bucket tool not painting color on canvas

    Ok - I'm new to photoshop (I just got cs4) and can't seem to get the paint bucket tool to paint the background.  I've started out with a new canvas, selected paint bucket and color from color menu on right side.  Foreground is selected and the paint bucket tool is showing on my cursor - when I click on it over my canvas I expected it to change to the color I selected and it does nothing.  Help??

    I am having the same problem and have checked the mode.  Normal.  Still not working- I have tried eve
    rything includig unlocking the layer- checking the opacity and tolerance.
    using it with other photos and still nothing.

  • Canvas background color slightly off

    I notice this with certain colors more, but it seems like even if I paint the background the same exact color as my layer background, the canvas color is not exactly the same. I'm assuming it's a color management/profile kind of issue, but I keep that stuff off, so I'm not sure what's causing this. Has anyone had a similar experience?
    Thanks,
    -Onur

    Say what?
    Could you post a screenshot with the Layers Panel visible because I don’t quite follow?
    I'm assuming it's a color management/profile kind of issue, but I keep that stuff off, so I'm not sure what's causing this.
    How exactly did you do that and how do you suppose it should affect you if you have turned it »off«?
    Are you talking about multiple images or one?

  • I am trying to change my picture on the magic canvas.

    On my HP touchsmart canvas background page I am trying to change the photo, I can see the animated pictures, but under choose photos there are no pictures. When I piurchased the computer there were photos  there, example a pictire of rainbows with Africa and animal theme.  Can you tell me how to re-store or find the photos.  Thank you

    duiexpt
    I hope this information helps you. I went into the lab and found a TS system to play with.  I found out what "Canvas" is and during my learnings that there is a pretty good tutorial website you can use.  Try this site for TS Canvas information. Good luck and I hope this gives you the answers you are looking for.
    I work for HP. When your problem has been solved, accept the solution by clicking the "Accept as Solution" button to help other members in the future!

  • Multiple data blocks on the same canvas

    Forms newbie question:
    Is it possible to have 2 data blocks with two different sets of transactional triggers (ON-UPDATE, ON-LOCK, etc.) on the same canvas?
    I've got an example where i've got two data blocks (one sourced from a view, and one that is a CTL block) on the same canvas. The block sourced from the view is working fine. When I make updates, they are reflected, etc. But, i've got one field in the control block that I need to update from as well, and I can't seem to get it (or any of the CTL block items) to show up as "updateable", regardless of the set_item_property....theyre always grayed out.
    Do i need to take the user to a new canvas to be able to utilize the update of the ctl field?

    A second canvas is not needed. Normally, control-block items are always updateable, so there is something going on in your form to prevent it.
    > I can't seem to get it (or any of the CTL block items) to show up as "updateable",
    regardless of the set_item_property....theyre always grayed out.
    What... Is there code someplace in the form that sets them to Enabled, false? If that is the case, then to get them working again, besides setting Enabled to true, you also must set Updateable and Navigable to Property_True. (This is documented at the end of the on-line help on Set_Item_Property.)

  • How to print Adobe Forms without the black/gray backgrounds in the side columns

    How can we print Adobe Forms without the black/gray backgrounds in the side columns? We are wasting a lot of ink printing out these forms and would like to have simply black ilnes to distinguish columns and black lettering, but no background colors.  Any help would be appreciated. Thanks.

    I am not positive what you are printing from but I am thinking it is from the View Responses tab with a response row selected and then shown in "Detail View" and that the column of field names has a dark grey background...
    To change the color of the column headers select the row of headers (do this by clicking on the first dark grey header field and then scroll to the last one and shift+click on the last one), then in the "Text" tools change the text color to Black and the Fill color to white:
    (Selected the header cells)
    Changed the text/font color to black and the fill color to white
    Now you can see the detail view does not have the dark grey.
    Thanks,
    Josh

Maybe you are looking for

  • URL/ BSP application in button

    Hi, I am doing BSPs, the requirement is that if I press a button, I should get a new BSP application in a new window. Does any one  know how to do it! Regards, Bharat

  • Is it possible to swap HDD's from my iMac onto my MacBook Pro?

    I currently have an iMac G5 (first gen w/ out the camera on it) that had a 250GB HDD on it but would love to swap it onto my MacBook Pro (first gen aswell) that only has a 80GB HDD. While doing my research, I noticed that they only go up to 200GB 420

  • How to Create a ZXP for CC, and for CS6- CC

    Hi, Up until now, I used the Extension Builder to create InDesign Extensions. I chose CS5-CS6 as the range, and the ZXP thus created worked on CS5, CS5,5 and CS6 without a hitch. I used the popup menu option Export-->Adobe Application Extension to cr

  • Update error when autoupdating version

    Hi guys We have an AIR app that we update and normally automatically installs. I've been testing the update recently on my localhost server before committing the release to the live server. On the latest update, I've been getting the following error

  • Setting poster frame

    I am trying to set my poster frames for my movies that I have imported into itunes and then watch on the ipad. When I try to set the poster frame it doesn't seem to take? Also, when looking at the movie thumbnails on the ipad it has chosen one frame