Why are backgrounds to created images black?

Dear all,
In creating a bufferred image (or a volatile image - perhaps this problem exists with all image classes), the background is completely black. Only the painted components (typically small coloured rectangles) appear as they should do, colour wise. I am creating the graphics using a Graphics2D object in the standard way. However, a call to
g2.setBackground(Color.white) etc still results in a background color black, as does
g2.setColor(Color.white), before the call that adds the rectangles
So I thought, I'd first draa one huge white rectangle using something like
g2.setColor(new Color(255,255,255)), then
g2.fill3DRect(0,0,600,900,false) // whatever
and then draw over the rectangles that I need to add. However the resultant background colour is gray rather than white. Whats going on?
Any suggestions?
Cheers
Ben

Here's a demo of using setColor.Works for me.
import java.awt.*;
import java.awt.image.*;
import javax.swing.*;
public class ImageBackground {
    public static void main(String[] args) {
        final int W = 200, H = 100;
        BufferedImage bi = new BufferedImage(W, H, BufferedImage.TYPE_INT_RGB);
        Graphics2D g = bi.createGraphics();
        g.setColor(Color.WHITE); //!
        g.fillRect(0,0,W,H);    //!
        g.setColor(Color.BLUE);
        g.setFont(new Font("Lucida Bright", Font.PLAIN, 16));
        g.drawString("Hello, World!", 10, 50);
        g.dispose();
        JLabel label = new JLabel(new ImageIcon(bi));
        final JFrame f = new JFrame("ImageBackground");
        f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        f.getContentPane().add(label);
        f.pack();
        SwingUtilities.invokeLater(new Runnable(){
            public void run() {
                f.setLocationRelativeTo(null);
                f.setVisible(true);
}

Similar Messages

  • In Firefox 8.0, why are certain apparently random images appearing as solid black boxes? These images can be accessed when clicked on. (Cache has been cleared; no effect)

    In facebook, the images sometimes appear as they should, and then they gradually shift to black. Although it appears that the images affected are random, the images that initially turn black remain consistent in their behaviour upon return visits.

    Thank you for your reply.
    I followed the instructions implicitly and could find nothing amiss. I followed the directions at "https://support.mozilla.com/en-US/kb/Images or animations do not show" and disabled the security software. RealPlayer is not installed.
    The problem images remain blacked out.
    The issue also occurs with certain images I personally upload to Facebook.

  • Why are background images not showing in pdf?

    You see the strawberries for a second when the pdf first opens then they disappear. We use pc's here at work. XP. Most files do come from mac users.I review packaging files before they print. I did install reader xi. My boss is using a pc laptop but not having this issue.

    Have you checked  Edit>Preferences>Page display>Page content and information to be sure that "Show large images" is checked?

  • Why can't you create image hyperlinks in Yahoo mail??!!

    ''locking - duplicate - https://support.mozilla.com/en-US/questions/806494''
    The whole feature that allows images to be entered inline with text is messed up when using Firefox. And you can't make any image a hyperlink! This is a really useful feature that I hate to resort to IE for!! Why can't Firefox get this to work if IE can?? Firefox is better in every way except this one!!

    Hi,
    932262 wrote:
    My oracle version is 11g, Starting in Oracle 11.1, you can use sequences directly in an assignment statement. For example:
    :NEW.id.sbl := sq.gdi.NEXTVAL;You don't have to SELECT it from dual any more.
    and i am not reading it because i don't know where to read. Oracle documentation is available on line. For version 11.1:
    http://www.oracle.com/pls/db111/portal.all_books
    I am trying to use simple sql and not PL/SQL as much as possible.That's great! Your code will be more efficient and easier to maintain.
    As mentioned earlier, you can create as many triggers in the same script as you want to. Whether you use 5 scripts, or 1, or none at all, you have to put a / after the final END; statement in each one. Follow that by SHOW ERRORS to get complete error messages.
    END;
    SHOW ERRORSPersonally, I prefer having a separate script to create each object. If you want to have one script that calls 5 other scripts, use the SQL*Plus START (or @) command. If the 5 child scripts are on the same directory as the parent script, then you can call them like this:
    @@child_script_1
    @@child_script_2
    @@child_script_3
    @@child_script_4
    @@child_script_5

  • Why are BC objects created in user's schema

    Server = Sun Sparc SunOS 5.8, Oracle 8.1.7.4 SID
    Client = Windows 2000, Oracle 9iDS (v9.0.2 w/Jdeveloper v9.0.3)
    Network = 100MB TCP/IP
    I have a schema with relatively large (in my mind) tables master = 225,000 records; detail = 1,200,000 records.
    I've used Jdeveloper 9i to create a business components (Java based) view of these tables.
    When I execute the view (query) and request the last record of the master table, this action takes approximately 1 hr and 40 minutes to accomplish.
    The database is in archive mode.
    The redo logs (3) on the database were 500 KB files (the default created by the DBCA). I was seeing archive files created on the order of one every 10 seconds. I increased the logfiles to be 200 MB and now appear to be getting archives once every 10 minutes.
    I've tracked it down to something taking place in the connected user's tablespace during the query.
    I created a separate tablespace (with it's own temporary tablespace) for my test user. If I did not grant unlimited tablespace to this user, the query failed because the user did not have privilege on the tablespace.
    When I granted unlimited tablespace (is there no middle ground??), the tablespace grew to 290 MB from 128 KB. After disconnecting from the query (quitting the application) the tablespace remained at 290 MB. Upon restarting the query, the used tablespace initially shrunk back to 650KB and then grew again to 290 MB. The temporary tablespace never changed or seemed to be accessed. Both times the query took about1 hr and 40 minutes
    9 objects were created in the users schema, 3 tables, 4 indexes and 2 LOBs.
    My question is why these thing s need to be created for tables that are already indexed and why they would not stay populated for quick reuse. If every one of my users create and populate these tables and indexes for each query session, Ill soon run out of disk space, to say nothing about the ridiculously poor performance.
    Have I made some basic error in the creation of my business components that cause this condition?

    It will spew out a whole lot of diagnostic output. Copy and post that diag and let me have a look at it.Here goes ...... and guess what .... this actually worked, there was no tables created in the user schema and the query only took about 3 or 4 minutes. Something quirky in the JDeveloper / tester way of doing business ???
    [00] Diagnostic Properties: Timing:false Functions:false Linecount:true Threshold:6
    [01] CommonMessageBundle (language base) being initialized
    [02] Stringmanager using default locale: 'null'
    [03] BC4J Property jbo.maxpoolcookieage='-1' -->(MetaObjectManager) from System Default
    [04] Loading 5.0 IDE classes
    [05] BC4J Property jbo.maxpoolcookieage='-1' -->(MetaObjectManager) from System Default
    [06] BC4J Property jbo.maxpoolcookieage='-1' -->(MetaObjectManager) from System Default
    [07] Creating a new pool resource
    [08] BC4JDeployPlatform: LOCAL
    [09] Propertymanager: searching for file and system based properties
    [10] {{ begin Loading BC4J properties
    [11] -----------------------------------------------------------
    [12] BC4J Property jbo.default.language='en' -->(MetaObjectManager) from System Default
    [13] BC4J Property jbo.default.country='US' -->(MetaObjectManager) from System Default
    [14] BC4J Property DeployPlatform='LOCAL' -->(SessionImpl) from Client Environment
    [15] Skipping empty Property ConnectionMode from System Default
    [16] Skipping empty Property HostName from System Default
    [17] Skipping empty Property ConnectionPort from System Default
    [18] BC4J Property jbo.locking.mode='pessimistic' -->(MetaObjectManager) from System Default
    [19] Skipping empty Property ApplicationPath from System Default
    [20] BC4J Property AppModuleJndiName='ctf.database.gpl.bc.BcModule' -->(SessionImpl) from Client Environment
    [21] Skipping empty Property java.naming.security.principal from System Default
    [22] Skipping empty Property java.naming.security.credentials from System Default
    [23] Skipping empty Property jbo.user.principal from System Default
    [24] Skipping empty Property jbo.object.marshaller from System Default
    [25] BC4J Property jbo.use.pers.coll='false' -->(SessionImpl) from System Property
    [26] BC4J Property jbo.pers.max.rows.per.node='70' -->(SessionImpl) from System Default
    [27] BC4J Property jbo.pers.max.active.nodes='30' -->(SessionImpl) from System Default
    [28] Skipping empty Property jbo.pcoll.mgr from System Default
    [29] BC4J Property jbo.txn_table_name='PS_TXN' -->(SessionImpl) from System Default
    [30] BC4J Property jbo.txn_seq_name='PS_TXN_seq' -->(SessionImpl) from System Default
    [31] BC4J Property jbo.control_table_name='PCOLL_CONTROL' -->(MetaObjectManager) from System Default
    [32] BC4J Property jbo.stringmanager.factory.class='use_default' -->(SessionImpl) from System Default
    [33] BC4J Property jbo.fetch.mode='AS.NEEDED' -->(MetaObjectManager) from System Default
    [34] BC4J Property jbo.323.compatible='false' -->(MetaObjectManager) from System Default
    [35] Skipping empty Property JBODynamicObjectsPackage from System Default
    [36] BC4J Property MetaObjectContextFactory='oracle.jbo.mom.xml.DefaultMomContextFactory' -->(MetaObjectManager) from System Default
    [37] BC4J Property MetaObjectContext='oracle.jbo.mom.xml.XMLContextImpl' -->(MetaObjectManager) from System Default
    [38] BC4J Property java.naming.factory.initial='oracle.jbo.common.JboInitialContextFactory' -->(SessionImpl) from Client Environment
    [39] BC4J Property IsLazyLoadingTrue='true' -->(MetaObjectManager) from /oracle/jbo/server/jboserver.properties resource
    [40] BC4J Property ActivateSharedDataHandle='false' -->(MetaObjectManager) from System Default
    [41] Skipping empty Property HandleName from System Default
    [42] Skipping empty Property Factory-Substitution-List from System Default
    [43] BC4J Property jbo.project='PM_BC' -->(MetaObjectManager) from Client Environment
    [44] BC4J Property jbo.max.cursors='50' -->(MetaObjectManager) from System Default
    [45] BC4J Property jbo.dofailover='true' -->(MetaObjectManager) from System Default
    [46] BC4J Property jbo.doconnectionpooling='false' -->(MetaObjectManager) from System Default
    [47] BC4J Property jbo.recyclethreshold='10' -->(MetaObjectManager) from System Default
    [48] BC4J Property jbo.ampool.dynamicjdbccredentials='true' -->(MetaObjectManager) from System Default
    [49] BC4J Property jbo.ampool.resetnontransactionalstate='true' -->(SessionImpl) from System Default
    [50] BC4J Property jbo.ampool.sessioncookiefactoryclass='oracle.jbo.common.ampool.DefaultSessionCookieFactory' -->(MetaObjectManager) from System Default
    [51] BC4J Property jbo.ampool.connectionstrategyclass='oracle.jbo.common.ampool.DefaultConnectionStrategy' -->(MetaObjectManager) from System Default
    [52] BC4J Property jbo.ampool.maxpoolsize='2147483647' -->(MetaObjectManager) from System Default
    [53] BC4J Property jbo.ampool.initpoolsize='0' -->(MetaObjectManager) from System Default
    [54] BC4J Property jbo.ampool.monitorsleepinterval='600000' -->(MetaObjectManager) from System Default
    [55] BC4J Property jbo.ampool.minavailablesize='5' -->(MetaObjectManager) from System Default
    [56] BC4J Property jbo.ampool.maxavailablesize='25' -->(MetaObjectManager) from System Default
    [57] BC4J Property jbo.ampool.maxinactiveage='600000' -->(MetaObjectManager) from System Default
    [58] BC4J Property jbo.passivationstore='null' -->(MetaObjectManager) from System Default
    [59] BC4J Property RELEASE_MODE='Stateful' -->(MetaObjectManager) from System Default
    [60] BC4J Property jbo.maxpoolcookieage='-1' -->(MetaObjectManager) from System Default
    [61] BC4J Property PoolClassName='oracle.jbo.common.ampool.ApplicationPoolImpl'-->(MetaObjectManager) from System Default
    [62] BC4J Property jbo.maxpoolsize='2147483647' -->(MetaObjectManager) from System Default
    [63] BC4J Property jbo.initpoolsize='0' -->(MetaObjectManager) from System Default
    [64] BC4J Property jbo.poolrequesttimeout='30000' -->(MetaObjectManager) from System Default
    [65] BC4J Property jbo.poolmonitorsleepinterval='600000' -->(MetaObjectManager) from System Default
    [66] BC4J Property jbo.poolminavailablesize='5' -->(MetaObjectManager) from System Default
    [67] BC4J Property jbo.poolmaxavailablesize='25' -->(MetaObjectManager) from System Default
    [68] BC4J Property jbo.poolmaxinactiveage='600000' -->(MetaObjectManager) from System Default
    [69] BC4J Property jbo.assoc.consistent='true' -->(MetaObjectManager) from System Default
    [70] BC4J Property jbo.viewlink.consistent='false' -->(MetaObjectManager) from System Default
    [71] BC4J Property jbo.passivation.TrackInsert='true' -->(MetaObjectManager) from System Default
    [72] Skipping empty Property jbo.ViewCriteriaAdapter from System Default
    [73] BC4J Property jbo.SQLBuilder='Oracle' -->(MetaObjectManager) from /oracle/jbo/server/jboserver.properties resource
    [74] BC4J Property jbo.ConnectionPoolManager='oracle.jbo.server.ConnectionPoolManagerImpl' -->(MetaObjectManager) from System Default
    [75] BC4J Property jbo.TypeMapEntries='Oracle' -->(MetaObjectManager) from Client Environment
    [76] Skipping empty Property jbo.sql92.JdbcDriverClass from System Default
    [77] BC4J Property jbo.jdbc.trace='false' -->(MetaObjectManager) from System Default
    [78] BC4J Property jbo.sql92.DbTimeQuery='select sysdate from dual' -->(MetaObjectManager) from System Default
    [79] BC4J Property oracle.jbo.defineColumnLength='as_chars' -->(MetaObjectManager) from System Default
    [80] Skipping empty Property jbo.tmpdir from System Default
    [81] Skipping empty Property jbo.server.internal_connection from System Default
    [82] Skipping empty Property SessionClass from System Default
    [83] Skipping empty Property TransactionFactory from System Default
    [84] BC4J Property jbo.debugoutput='console' -->(Diagnostic) from System Property
    [85] BC4J Property jbo.debug.prefix='DBG: ' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
    [86] BC4J Property jbo.logging.show.timing='false' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
    [87] BC4J Property jbo.logging.show.function='false' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
    [88] BC4J Property jbo.logging.show.level='false' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
    [89] BC4J Property jbo.logging.show.linecount='true' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
    [90] BC4J Property jbo.logging.trace.threshold='6' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
    [91] BC4J Property jbo.jdbc.driver.verbose='false' -->(Diagnostic) from System Default
    [92] BC4J Property jbo.ejb.txntimeout='1830' -->(SessionImpl) from System Default
    [93] BC4J Property jbo.ejb.txntype='global' -->(MetaObjectManager) from System Default
    [94] BC4J Property jbo.ejb.txn.disconnect_on_completion='false' -->(SessionImpl) from System Default
    [95] Skipping empty Property oracle.jbo.schema from System Default
    [96] BC4J Property jbo.xml.validation='false' -->(MetaObjectManager) from System Default
    [97] BC4J Property ord.RetrievePath='ordDeliverMedia' -->(MetaObjectManager) from System Default
    [98] BC4J Property ord.HttpMaxMemory='102400' -->(MetaObjectManager) from System Default
    [99] Skipping empty Property ord.HttpTempDir from System Default
    [100] BC4J Property ord.wmp.classid='clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95' -->(MetaObjectManager) from System Default
    [101] BC4J Property ord.qp.classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B'-->(MetaObjectManager) from System Default
    [102] BC4J Property ord.rp.classid='clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA'-->(MetaObjectManager) from System Default
    [103] BC4J Property ord.wmp.codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701' -->(MetaObjectManager) from System Default
    [104] BC4J Property ord.qp.codebase='http://www.apple.com/qtactivex/qtplugin.cab' -->(MetaObjectManager) from System Default
    [105] Skipping empty Property ord.rp.codebase from System Default
    [106] BC4J Property ord.wmp.plugins.page='http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&' -->(MetaObjectManager) from System Default
    [107] BC4J Property ord.qp.plugins.page='http://www.apple.com/quicktime/download/' -->(MetaObjectManager) from System Default
    [108] BC4J Property ord.rp.plugins.page='http://www.real.com/player/' -->(MetaObjectManager) from System Default
    [109] BC4J Property jbo.security.enforce='None' -->(SessionImpl) from System Default
    [110] BC4J Property jbo.security.loginmodule='oracle.security.jazn.tools.Admintool' -->(SessionImpl) from System Default
    [111] BC4J Property jbo.server.useNullDbTransaction='false' -->(SessionImpl) from System Default
    [112] Copying unknown Client property (DBconnection='jdbc:oracle:oci8:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=hostname)(PORT=1526)))(CONNECT_DATA=(SID=sidname)))') to session
    [113] Copying unknown Client property (password='apassword') to session
    [114] Copying unknown Client property (JDBCName='dev_oci') to session
    [115] Copying unknown Client property (user='ausername') to session
    [116] Copying unknown Client property (jbo.applicationmoduleclassname='ctf.database.gpl.bc.BcModule') to session
    [117] Copying unknown Client property (ApplicationName='ctf.database.gpl.bc.BcModule') to session
    [118] WARNING: Unused property: LC='Calling Function' found in /oracle/jbo/common/Diagnostic.properties resource
    [119] }} finished loading BC4J properties
    [120] -----------------------------------------------------------Diagnostics: (Properties (re)loaded) Routing diagnostics to standard output (use -Djbo.debugoutput=silent to remove)
    [121] Diagnostic Properties: Timing:false Functions:false Linecount:true Threshold:6
    [122] JavaVMVersion: 9.0.3.738 cdov
    [123] JavaVMVendor: Oracle Corp.
    [124] JavaVMName: OJVM Client VM
    [125] OperatingSystemName: Windows 2000
    [126] OperatingSystemVersion: 5.0
    [127] OperatingSystemUsername: MacEwan James
    [128] Jbo323Compatible Flag: false, str: false
    [129] Loading from PM_BC.jpx file
    [130] Loading from indvidual XML files
    [131] Loading the Containees for the Package 'PM_BC.PM_BC'.
    [132] Registered Oracle JDBC driver with BC4J Server
    [133] Connected to Oracle JBO Server - Version: 9.0.3.10.7
    [134] BC4J: Instrumentation disabled
    [135] Loading from /ctf/database/gpl/bc/bc.xml file
    [136] Loading from indvidual XML files
    [137] Loading the Containees for the Package 'ctf.database.gpl.bc.bc'.
    [138] Loading from /ctf/database/gpl/bc/BcModule.xml file
    [139] Loading from /ctf/database/gpl/bc/GplElementView.xml file
    [140] ViewObjectImpl's default fetch mode = 0
    [141] Loading from /ctf/database/gpl/bc/GplElement.xml file
    [142] Loading Typemap entries from oracle.jbo.common.OracleTypeMapEntries
    [143] CSMessageBundle (language base) being initialized
    [144] OracleSQLBuilder reached getInterface
    [145] Oracle SQL Builder Version 3.2.0.0.0
    [146] Loading from /ctf/database/gpl/bc/GplGroupView.xml file
    [147] Loading from /ctf/database/gpl/bc/GplGroup.xml file
    [148] Loading from /ctf/database/gpl/bc/GplPageView.xml file
    [149] Loading from /ctf/database/gpl/bc/GplPage.xml file
    [150] Loading from /ctf/database/gpl/bc/GplParamView.xml file
    [151] Loading from /ctf/database/gpl/bc/GplParam.xml file
    [152] Loading from /ctf/database/gpl/bc/GroupPageIdFkLink.xml file
    [153] Loading from /ctf/database/gpl/bc/GroupPageIdFkAssoc.xml file
    [154] Loading from /ctf/database/gpl/bc/ElementPageFkLink.xml file
    [155] Loading from /ctf/database/gpl/bc/ElementPageFkAssoc.xml file
    [156] Loading from /ctf/database/gpl/bc/ParamElmFkLink.xml file
    [157] Loading from /ctf/database/gpl/bc/ParamElmFkAssoc.xml file
    [158] Using DatabaseTransactionFactory implementation oracle.jbo.server.Database TransactionFactory
    [159] mUsePersColl is false
    [160] ViewObjectImpl.mDefaultMaxRowsPerNode is 70
    [161] ViewObjectImpl.mDefaultMaxActiveNodes is 30
    [162] DBTransactionImpl Max Cursors is 50
    [163] Created root application module: 'ctf.database.gpl.bc.BcModule'
    [164] Locale is: 'en_US'
    [165] DefaultConnectionStrategy is establishing an application module connection
    [166] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [167] Creating a new pool resource
    [168] Trying connection/2: url='jdbc:oracle:oci8:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ahost)(PORT=1526)))(CONNECT_DATA=(SID=asid)))' info='{user=ausername, password=apassword, java.naming.security.principal=ausername, java.naming.security.credentials=ausername}' ...
    [169] Successfully logged in
    [170] JDBCDriverVersion: 9.0.1.4.0
    [171] DatabaseProductName: Oracle
    [172] DatabaseProductVersion: Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production JServer Release 8.1.7.4.0 - Production
    [173] ViewRowSetImpl's jbo.viewlink.consistent = false (0)
    [174] Column count: 21
    [175] ViewObject : Created new QUERY statement
    [176] SELECT GplPage.PAGE_ID, GplPage.PAGENAME, GplPage.HEIGHT, GplPage.WIDTH, GplPage.UNITS, GplPage.GRID_SCALE, GplPage.GRID_FLAGS, GplPage.LEFT_GRID_MARGIN, GplPage.RIGHT_GRID_MARGIN, GplPage.BOTTOM_GRID_MARGIN, GplPage.TOP_GRID_MARGIN, GplPage.NUM_MINOR_GRID, GplPage.TYPE, GplPage.ACL, GplPage.CLASS, GplPage.DATE_MOD, GplPage.NUM_ELEMENT, GplPage.LOCKED, GplPage.FLAGS FROM GPL.GPL_PAGE GplPage
    [177] Column count: 11
    [178] ViewObject close prepared statements...
    [179] ViewObject : Created new QUERY statement
    [180] SELECT GplGroup.GROUP_ID, GplGroup.LINK_ID, GplGroup.USERNAME, GplGroup.GROUPNAME, GplGroup.ACL, GplGroup.CLASS, GplGroup.PAGE_ID, GplGroup.TAIL, GplGroup.TEST, GplGroup.SEQ, GplGroup.VERSION FROM GPL.GPL_GROUP GplGroup WHERE GplGroup.PAGE_ID = :1
    [181] Binding null for 1
    [182] Column count: 11
    [183] ViewObject : Re-defining and reusing prepared Statement
    [184] Binding param 1: 2
    [185] JBOTableModel: Recvd Event=[RangeRefreshEvent: GplGroupView2 start=0 count=1]
    [186] $$added root$$ id=-2
    [187] $$added root$$ id=-73
    [188] $$added root$$ id=-2559
    [189] Column count: 11
    [190] ViewObject : Reusing defined prepared Statement
    [191] Binding param 1: 363793
    [192] JBOTableModel: Recvd Event=[RangeRefreshEvent: GplGroupView2 start=0 count=1]
    [193] Removing an unreferenced, available pool instance
    [194] ViewObject close prepared statements...
    [195] ViewObject close prepared statements...
    [196] ViewObject close prepared statements...
    [197] ViewObject close prepared statements...
    [198] ViewObject close prepared statements...
    [199] ViewObject close prepared statements...
    [200] ViewObject close prepared statements...
    [201] Clearing EO cache for ctf.database.gpl.bc.GplPage
    [202] Clearing EO cache for ctf.database.gpl.bc.GplParam
    [203] Clearing EO cache for ctf.database.gpl.bc.GplGroup
    [204] Clearing EO cache for ctf.database.gpl.bc.GplElement
    [205] Clearing EO cache for ctf.database.gpl.bc.GplPage
    [206] Clearing EO cache for ctf.database.gpl.bc.GplParam
    [207] Clearing EO cache for ctf.database.gpl.bc.GplGroup
    [208] Clearing EO cache for ctf.database.gpl.bc.GplElement
    [209] Resetting AM=BcModule
    [210] *** closing jdbc connection now **** (oracle.jdbc.driver.OracleConnection@120)
    [211] mUsePersColl is false
    [212] ViewObjectImpl.mDefaultMaxRowsPerNode is 70
    [213] ViewObjectImpl.mDefaultMaxActiveNodes is 30
    BC4J Tester exit code(0)

  • Why are my imported stills turning black?

    Trying to create a slideshow in iMovie HD 6.0.3. However, every jpg file I import. loads, then turns black (completely black) in iMovie. Why is this? Your help is greatly appreciated!

    Well, I figured it out! I feel kinda bad for starting a post, then figuring it out myself, but maybe someone else can learn from it as well?
    *The photos you use HAVE to be in the same (exact same) folder as the working file.*
    I'm a bit of a neat freak and tried saving two folders inside the same folder as the working file. Every time I tried importing the photos, they would load, then turn black. However, once I moved them directly into the folder WITH the working file, they imported just fine.
    Here's to hoping that my experience can help others!

  • *HELP* why are "edit in photoshop" images smaller?

    Ok, for the life of me (I've searched this forum high and low and can't find an answer) I cannot figure out why when I go to "edit in phototshop" my images end up being around 7x13 instead of full size. I always import the images in full resolution (from my Canon 5D).
    Of course I can select the entire catalog and "export" and change the size to whatever I want to but I'm afraid when I'm opening them up in CS5 from LR3 that I'm losing image quality.
    So I guess I have 2 questions:
    Is there an adjustment that will allow me to "edit in" in FULL file size in CS5?
    If not and I save the files in CS5, then I see them edited in my LR catalog and I go to export them and make the image size larger (say 20x30 from the 9x13) that it opened up as in CS5, is there IQ loss?
    Hope that made sense.
    Any help is appreciated!

    You are not the only person who has been confused by this.
    For digital images, the resolution in pixels per inch, or pixels per centimeter, are truly meaningless. They do not affect the exported photo in any way. The same is true for the Edit In ... dialog box. The result of an "Edit In ..." is always a digital file.
    If you are exporting with the goal of printing an image, then you could set the units to inches, and select pixels per inch, and for example, if you wanted to print a 4x6, you could set the long edge in the Export dialog box to 6 inches and the resolution to 300 pixels per inch, and voila you get an image that has 1800 pixels on its long edge, this downsamples the image, and may not be strictly necessary if your image is actually larger than you need.
    A "Better" way to think about this is the following example — my image is going to be printed at 8x10 inches, I want it to print at 300 pixels per inch, therefore I multiply 8x10 time 300 and discover that I need 2400x3000 pixels (or more!) in order to print properly.
    So with the above explanation, I still have no idea why Edit In ... contains a resolution box, as you can always change the final size in your auxiliary editor. Having a resolution field in the Export Dialog box might make some sense in printing situations.

  • Why are my lab processed images always overcropped?

    This bugs the heck out of me.
    No matter where I have my files printed, they are cropped more than the original.
    I've had them printed by Snapfish, at better local labs, at Costco and Sam's Club stores, and even on an Epson PictureMate I bought.
    My Canon 20D shoots at a 2x3 proportion, of course. If I edit in Photoshop or PSE I use the crop tool and select 4x6 before saving the file. In other words the file is exactly as I want it to print. Yet in every case, no matter where the files are printed, the image is further cropped by the processor. I haven't measured, but I would guess by an eighth- to a quarter-inch. I've talked to Noritsu and they have no explanation. Nobody has had an explanation. When the same thing happened with the PictureMate I called Epson and was told to experiment with a percentage reduction for each file. Fat chance.
    Why, when I provide a properly sized file, is it invariably printed with further cropping, and how can I prevent it?

    The machines always crop based on the settings imposed by the manufacturer.  You may want to crop to 6.2x4.2" , for example, and allow the machines to crop, as they will. Hopefully, the information that is deleted is not critical. I became aware of this several years ago when I added a date for identification in the lower, right corner, and half of it was cropped off. I now place the date not so close to the edges.

  • Why are .RAW files showing as black video?

    I've been editing broadcast spots using .RAW files from the Canon 5D and they have been working beautifully.  Now on the day they are due to the stations everything is showing up as just black screens.  Even in the Media Browser the files are there but there is nothing when I playback. 

    I have exactly the same problem, on a MacBook Pro after having upgraded from 10.4.x to 10.5.0.
    I did a clean install of Leopard on an external firewire disk, and there it was all ok.
    Then I phoned Apple support about it. The issue was new to them, but advised me to make a clean install and then migrate my old users from a backup image. I went through this time consuming procedure and, unfortunately, found the problem persisting. So I will do it again but before migration I will check if those files are correctly recognized (forgot to do that last time). Since I was advised by Apple not to migrate the network related data i will do so this time.
    Of course, I'd like an easy fix much better!
    Update to 10.5.1 did NOT help.

  • Why are Background WPs kill/restarting very often?

    Hi
    We have a NW2004s ABAP/JAVA system installed on Solaris x86 (HP AMD/Opeterons) Oracle 10.2. Our systems are installed in Solaris Zones.
    Background WPs kill/restart on a regular basis (eg. up to 10 - 12 times/day) after exceeding the ABAP/HEAPLIMIT.
         A  WP has reached abap/heaplimit = 80000000 bytes
         M
         M Sun Aug 12 20:00:54 2007
         M  ThNeedWpRestart: abap strategy == kill, restart
         M  ThWpRestart: restart wp (pid=5724) automatically
    This does not seem to correspond to an error occuring and I realise that kill/restart is the correct action when the HEAPLIMIT is execeded.
    The question is therefore 'why we are exceeding the HEAPLIMIT value when we are running very little on the system' The processes that are restarting are not handling jobs that are running for a long time..
    I have doubled the HEAPLIMIT at SAP recommendation from 40000000 to 80000000 but still no difference. Other than the HEAPLIMIT change the other SAP params are defaults.
    Has anyone else seen this happening, specifically in the Solaris environment?
    Regards, Billy

    Hi Billy
    I think you already know now, that abap/heaplimit controls after what amount of memory consumption a (batch) workprocess will be restarted.
    >> Why did your change from 40mb to 80mb not change anything?
    I guess there is a typical workload which often uses more then 80mb, so either the 40mb and the 80mb limit cause the process to restart.
    >> Why is this parameter needed at all?
    The reason is that batch workprocesses do allocate memory from the so called heap, which is private memory (opposite to shared memory). Only the one process can use this memory and it is free by killing this process.
    So if you increase the limit further (until abap/heap_area_nondia at max) you will see less process restarts but more memory consumption from your heap (abap/heap_area_total) which is in fact physical memory at the end. You should not be worried to much of several restarts of a process per day. I would consider more than one restart per hour too much.
    Best regards
    Michael

  • Why are my numbers in image size and layers acting chaotic.

    Photoshop CS3ext........When I go to size an image and try to adjust the size, the numbers take off on their own with out me even trying to adjust. Also in layers, all the slider bars, the numbers go crazy, up and down without me doing anything

    What operating system are you using?
    I'd start by resetting the photoshop preferences.
    http://forums.adobe.com/thread/375776?tstart=0

  • Why are my Content Load images -- Exceptions settings not saved?

    I designate certain sites as exceptions under Content > Load images automatically. The next time I open Firefox, those exceptions are not there.
    This also happens under Privacy > Accept cookies from sites. The exceptions that I put in disappear the next time I open Firefox.
    How can I make these exceptions permanent?

    In case you are using "Clear history when Firefox closes":
    *do not clear the Site Preferences
    *Tools > Options > Privacy > Firefox will: "Use custom settings for history": [X] "Clear history when Firefox closes" > Settings
    *https://support.mozilla.org/kb/Clear+Recent+History
    Note that clearing "Site Preferences" clears all exceptions for cookies, images, pop-up windows, software installation, and passwords.
    You can inspect and manage the permissions for all domains on the <b>about:permissions</b> page or for the current domain via the "Site Identity Button" (globe/padlock) on the location bar and click "More Information" to open "Page Info" and go to the Permissions tab.
    *https://support.mozilla.org/kb/how-do-i-manage-website-permissions
    You can delete the permissions.sqlite file to reset all permissions.

  • Exporting for web in Illustrator 6, why are my png & gif images turning out blurry?

    I have never had this problem before. I am exporting an image for web in Illustrator 6 and my images are all turning out blurry. I have attached a sample image as well as a screenshot of my current settings, although I have messed with the settings quite a bit and I seem to have this problem no matter what I do.
    You can also view the image here: http://mendotawaterfront.com/floorplans/unit-a-1124-sq-ft/

    gwynthfair,
    Apart from its inverted colour, the image in the OP does look rather bad when clicked, but the linked version seems quite normal given the size.

  • Why are my opened emails illegible - blacked-out

    in Safarii - my opened emails and news stories are suddenly illegible ie blacked/greyed -ou. Any thoughts/suggestions to fix? many thanks.t

    Go to: file menu
    print preview
    check scale (mine was defaulting to 50%)
    change to 100%
    print
    Fix it for me and the scale reset for future printing

  • Why are bookmarks being created whenever I Insert a blank page?

    I am currently using a trial version of Adobe Acrobat Pro XI. I notice that whenever I want to edit my PDF and insert a blank page into the pdf that a bookmark will be created for each blank page that I am adding. I am wondering if the bookmark creation tool was some automatic selection that is applied when you create the blank page? Is it possible to turn it off? This can become quite a hassle if you are adding a number of blank pages sporadically throughout the document.

    I am also trying to do this same thing.
    I have followed the text as it is stated in
    http://otn.oracle.com/products/reports/htdocs/faq9i.htm#43
    but it still does not work.
    My invisible line prints on every other page, however
    my repeating frame prints on every page with no page breaks.
    Do you have any suggestions?
    Thanks in advance,
    Vicki

Maybe you are looking for

  • Using integers/characters as bookmarks in rtf document

    first of all, i am self taught (ie i know practically nothing) i am trying to write an application which includes a database and produces standard letters with individual clients' details inserted. it is driving me insane. i am using rtf files and th

  • Printer suggestions

    I know this probably isn't the right discussion but I didn't know where else to go and I always get great feedback from you guys. I need to get a new printer and I would like one that is bluetooth. I don't need anything REAL fancy, although I would l

  • HELP! My mac won't work no matter what I try!

    Hello, So I was in disk utility and I formatted my bootcamp HDD instead of my Windows backup HDD, and windows 8.1 (bootcamp) was selected as my default boot disk. So every time when I boot it takes me to a windows recovery screen. It has the error Er

  • New Photos Don't Show On My Apple TV -- Is There a limit? An "Update" button? ...?

    I have my Apple TV 2nd gen set so that after two minutes is shows photos from my computer as screensaver. I have an album in iPhoto where I drag the photos I want and I've told the Apple TV to pick up those photos.  Has always worked fine. Recently I

  • "X" window button does not quit Skype

    Hi all! There seems to be some minor malfunction in the way the window buttons on the upper right corner works: instead of quitting the program, it merely closes the window. This could be interesting, were it not for the fact that there is another bu