HDC Device Context Value

Hello Everybody.
Maybe this is not the right forum but I have big problems finding information about this issue. Maybe someone can give me some hints or information.
Problem:
I'm integrating a 3rd-party VB-based Prinout-application with JAVA. I have c-wrappers (JACOZOOM) for this application and the work very good. However the printout method takes Printer.hDC as an argument when starting the printout. The VB Printer function is located in VB6.OLB and is not included in the wrapper. So far I have understood the hDC is something lika a "hardware Device Context" or a handle or something like that and is a reference to a printerjob(?).
Question:
Is there some way in JAVA to access the value that corresponds to the Printer.hDC in Windows? In that case I would like to pass this value along to the the method-call of the wrapper. Is there some information about this anywhere on the web. Maybe there Is a better (more simple) solution to do this.
Brgds
Staffan Dyl�n
Excuse me for my vague formulation of this problem. I neither a Java, VB or C++ expert. Just trying. :-)

There is a sneaky way to get the hDC.
import sun.awt.windows.WPrinterJob;
class WinPrinterJob extends WPrinterJob{
     WinPrinterJob(){
     public int getDC(){
          return getPrintDC();
}//class WinPrinterJob
class WrapJob {
     WrapJob(){}
     public PrinterJob getPrinterJob(){
          return new WinPrinterJob();
}//WrapJob
WrapJob wrapJob = new WrapJob();
PrinterJob pj=wrapJob.getPrinterJob();
//show print dialog etc...
int hDC = ((WinPrinterJob)pj).getDC();Now this is no longer a Java question, but does anyone know how to get to the DEVMODE structure given the hDC? I have to use JDK1.3 and PrinterJob (not PrintJob), and want to set the printer resolution using as little native code as possible.
Thanks.

Similar Messages

  • How do I get the device context for a printer inwindows

    I need to know the device context for the printer that a user has
    selected via a print dialog box. This is the hDC property for the
    selected printer. The Windows common dialog control (which I'm
    assuming Forte is using) has a property for this but it doesn't seem to
    be a property that I can get from the PrintOptionsDesc that is returned
    via Forte's PrintDialog method. Is this possible? Any suggestions?
    Thanks for any and all help.
    Dennis Wetzel,
    C/Soft, Inc
    Carmel, IN

    I need to know the device context for the printer that a user has
    selected via a print dialog box. This is the hDC property for the
    selected printer. The Windows common dialog control (which I'm
    assuming Forte is using) has a property for this but it doesn't seem to
    be a property that I can get from the PrintOptionsDesc that is returned
    via Forte's PrintDialog method. Is this possible? Any suggestions?
    Thanks for any and all help.
    Dennis Wetzel,
    C/Soft, Inc
    Carmel, IN

  • Handle to Device Context

    Hi,
    i'm programming an application in LabView 6.1 using an ActiveX control (an image). I want to take the image (ActiveX control) and convert to a picture in Labview. A method of this ActiveX is "DrawToDc" and the syntax in C is "object.DrawToDC(hDC As OLE_HANDLE)". "hDc" is the Handle to the device context of the window to draw in. So, does anybody know how to get this handle to a picture control in the front panel? If anyone has another way to convert the activeX image to a picture, any suggestion will be grateful!
    Thanks

    > i'm programming an application in LabView 6.1 using an ActiveX
    > control (an image). I want to take the image (ActiveX control) and
    > convert to a picture in Labview. A method of this ActiveX is
    > "DrawToDc" and the syntax in C is "object.DrawToDC(hDC As
    > OLE_HANDLE)". "hDc" is the Handle to the device context of the window
    > to draw in. So, does anybody know how to get this handle to a picture
    > control in the front panel? If anyone has another way to convert the
    > activeX image to a picture, any suggestion will be grateful!
    >
    The thing you are trying to use is very platform specific, and the Image
    Control will not directly work with it. If you are able to use some
    other GDI functions, you can get them connected. The key will be to
    create a memory
    bitmap and a memory HDC for it. You can pass the HDC to
    the ActiveX control, then afterwards, you can read the contents of the
    bitmap back as a 2D array, and if it has a color table, you can read
    that out too. You can then pass this info to the Image Control.
    Greg McKaskle

  • To access context values in java util methods in webdynpro java

    My requirement is to access the wdcontext values in the my util classes.
    kindly  suggest how to access the context value in my util class
    Regards
    Priya

    The context reference must be passed to the .java class in order to access same in the .java
    for example,
    Change MyUtil.java - get the reference to this file.
    public class MyUtil {
    //make a local variable of context element type.
    private IPrivateCompView.IHashContextElement local_context;
    //add context type in Constructor
    public MyUtil (IPrivateCompView.IHashContextElement local_context, /*rest of params*/){
            this.local_context = local_context;
            //.... rest of initialization
    In Webdynpro, initialize the call by passing the context reference.
    IPrivateCompView.IHashContextElement hashmap = wdContext.currentHashContextElement();
    //initialize my class
    new MyUtil( hashmap, /*rest of params*/);
    regards,
    Nikhil

  • Setting up Flexfield Context Value programmatically in Custom.pll

    I need to default the context value of my DFF based on user profile/responsibility, How do I assign a value to context value field in custom.pll?
    Thanks,
    AJ

    Hi John,
    I got the same issue. Is yours being resolve yet?
    Can you share the solution.
    Thanks.

  • Passing a context value to BAPI Import parameter in WebDynpro!

    Hi All,
    I have a small doubt here!
    I am trying to create a sales order using Webdynpro through BAPI.
    There i want to hard code the value of order type like, i want to fix the value before running the porgram itself i.e., statically i want to pass the value.
    What i have done is,
    created a Context variable and has assigned the value in the init() of view like,
    <b>wdContext.currentUIElementsElement().setDocType("ZORD")</b>
    and also changed the value attribute of InputField to the context variable called "DocType".
    But now we need to pass this context value to the BAPI Structure called ORDER_HEADER_IN  i.e, to the class "Bapisdhd1". with out the hardcode value it is working, but i want to pass the value before executing it self. so What i can do, can any body pls give sample line of coding.
    Thanks in advance,
    Regards,
    Sireesha.B

    Hi
    Have you bound instantiated the Bapi class?If not then do like this.
    BapiClass input = new BapiClass();
    wdContext.node<BAPINODE>.bind(input);
    Above code can be written in your Custom Controller or View's doinit.
    Then you write the code for doctype as given in the post above.
    Regards,
    Ajay

  • Null DFF Context Value in R12

    Hi Experts,
    Recently we have upgraeded ebs 11.5.10.2 to R12.1.3 .
    In 11i , we have DFF at supplier site level ( Title : Vendor Sites).
    After upgradation , we are not able to see the context value at supplier site level.
    Is there any set-up required for the same ?
    Please guide me.
    regards
    sd

    Hi
    can i get the information type from ExtraInformationTypeVO,
    but the create ,update pages using different VOs
    Please tell me the solution.
    Thanks
    Raju

  • Person DFF Context Value based on 2 criteria (Business Group and Emp Type)?

    Hello,
    We're implementing HR module into multiple business groups.
    I need to define context value for DFF "Additional Personal Details" based on 2 criteria Business Group ID and Employee Type
    Any idea how to do it?
    Thank you
    Elie

    Hello Elie,
    I am not sure on it,However have you tried creating a context with combination of Business Group and Person Type using merging,
    business_group_id || "_"|| person_type_id And structures would be something like 80_2112 Business Group id = 80 and Person Type id=2112.
    It may resolve your issue if this works out.
    Regards,
    Saurabh

  • Accessing  context value of webdynpro through  javascript

    hi gurus,
    how can I address the value of a context in adobe forms's   java script.
    I want to hide and display some fields based on  the value of the context of the WDA application .
    Thanks

    Hello,
    Please refer this blog:
    /people/juergen.hauser2/blog/2007/09/03/accessing-data-nodes-in-sap-interactive-forms
    If this is not working , assign the context value to a text field on the form which is kept hidden.
    Then by using , fieldname.rawValue we can access the field value.
    THanks & Regards,
    Omkar Mirvankar.

  • Concatenating context value and non-context value

    Hi,
    I have a context binding to one of the input field(lets say field-X) and also I have another dropdown list UI element(lets say field-Y) which is not bound to any context.  When a user enters values in field-X and selects a item from field-Y hits the save button, I need to concat "Field-X - Field-Y" and assign this concatenated value to field-X context.  So in a road-map (next screen) when I retrieve field-X context value it should have concatenated value of dropdown UI element as well.
    Where do I do this concat (I mean which method e.g. WDModify) and how do I do it?
    Thanks
    Praveen.

    Hi Praveen,
    What do you mean by field-Y is not bound to any context?? I am sure you would have atleast bound the selectedKey property of the dropdown list with some attribute of the context.
    For concatinating the fileds you have to write the code on the onAction function of Save button which is taking you to the next screen of the road map. On the onActionSave() you have to get the values of the currently selected input field and the dropdown value. Then you have to concatenate the values and set it in some attribute from where you can pick it in the next screen.
    Please use this code in onActionSave() method:
    // Get the value of the currently entered value of the input field from the attribute which is bound to the input field. I am assuming the name of the attribute as InputFiledValue
    String inpValue = wdContext.currentContextElement().getInputFiledValue();
    // Get the value of the currently selected value of the drop down field from the attribute which is bound to the drop down field. I am assuming the name of the attribute as DropDownValue
    String dropDpwnValue = wdContext.currentContextElement().getDropDownValue();
    // Concatenate with "-" in between
    String concatenatedValue = inpValue+ " - " + dropDpwnValue;
    // Set the concatenated value to a temporary attribute. This will be accessed in next view of road map.
    wdContext.currentContextElement().setConcatenatedValue(concatenatedValue);
    // OR if you want to save in same inputfield Attribute then also you can do that.
    // use the similar code as above. see this:
    // wdContext.currentContextElement().setInputFiledValue(concatenatedValue);
    Here I am assuming that the attribute which have bound to the inputfield and dropdown field are directly under the context node. If not then you have to get the values from a specific node. Do it like this:
    // Get the value of the currently entered value of the input field from the attribute which is bound to the input field.
    String inpValue = wdContext.current<NODE_NAME>Element().getInputFiledValue();
    // Get the value of the currently selected value of the drop down field from the attribute which is bound to the drop down field.
    String dropDpwnValue = wdContext.current<NODE_NAME>Element().getDropDownValue();
    In the next view you can get this concatenated value and can use whereever you want. Use following code:
    // To get the value of the concatenated string.
    String value = wdContext.currentContextElement().getConcatenatedValue();
    I hope this solves the issue. Please revert back in case you need any furtehr help on this.
    Thanks and Regards,
    Pravesh

  • ERROR:Context Value Management Failed adconfig.cmd

    hi,
    when attempting to run %ORACLE_HOME%/ad/11.5.0/cin> adconfig.cmd contextfile=%CONTEXT_FILE_LOCATION%
    its gives error in log file as.
    ERROR:Context Value Management Failed
    Terminate
    Regards
    ***SBJ***

    Hi SBJ;
    1.Open cmd prompt
    in cmd prompt oracle/prodappl>APPSORA.cmd
    oracle/prodcomn/admin/scripts/PROD_<host_name>>adautocfg.cmd
    Starting up Autoconfig engine...
    Fri 06/11/2010
    03:47 PM
    The System Cannot Find the drive specified.
    completed execution of Autoconfig
    Oracle/prodcomn/admin/scripts/PROD_<host_name>>
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------You have rename or changed driver name(like change C driver to Z) or path?(C:\oracle to C:\Oracle)
    You type oracle/prodcomn/admin/scripts/PROD_<host_name>>adautocfg.cmd but it seems its look Oracle/prodcomn/admin/scripts/PROD_<host_name>
    can you change oracle to Oracle and retest please
    Regard
    Helios

  • ERROR: Context Value Management Failed. Terminate. Running AutoConfig on DB

    Hi
    I got the below error while running the autoconfig on DB node in 11i environment
    ERROR: Context Value Management Failed.
    Terminate.
    Current Version of DB 10.2.04
    OS - HP 11.11
    Environment 11.5.10.2
    We are trying to DR to turn stand by to test. Now the database is up and running. When i tried to run autoconfig on DB node i got below error.
    ./adautocfg.sh
    Enter the APPS user password:
    AutoConfig is configuring the Database environment...
    AutoConfig will consider the custom templates if present.
    Using ORACLE_HOME location : /d01/app/oracle/fsproddb/10.2.0
    Classpath :
    /d01/app/oracle/fsproddb/10.2.0/jre/1.4.2/lib/rt.jar:/d07/app/oracle/proddb/10.2.0/jdbc/lib/ojdbc14.jar:/d07/app/oracle/proddb/10.2.0/appsutil/java/xmlparserv2.zip:/d01/app/oracle/proddb/10.2.0/appsutil/java:/d01/app/oracle/proddb/10.2.0/jlib/netcfg.jar:/d01/app/oracle/proddb/10.2.0/jlib/ldapjclnt10.jar
    ERROR: Context Value Management Failed.
    Terminate.
    Need Help to fix this issue.
    Thank You In advance.
    Kumar.

    The Log file has below.
    /d01/app/oracle/fsproddb/10.2.0/appsutil/scripts/PROD_fss $ ./adautocfg.sh
    Enter the APPS user password:
    AutoConfig is configuring the Database environment...
    AutoConfig will consider the custom templates if present.
    Using ORACLE_HOME location : /d01/app/oracle/proddb/10.2.0
    Classpath :
    /d01/app/oracle/proddb/10.2.0/jre/1.4.2/lib/rt.jar:/d01/app/oracle/proddb/10.2.0/jdbc/lib/ojdbc14.jar:/d01/app/oracle/proddb/10.2.0/appsutil/java/xmlparserv2.zip:/d01/app/oracle/proddb/10.2.0/appsutil/java:/d01/app/oracle/proddb/10.2.0/jlib/netcfg.jar:/d01/app/oracle/proddb/10.2.0/jlib/ldapjclnt10.jar
    ERROR: Context Value Management Failed.
    Terminate.
    Thank You,
    Kumar.

  • ERROR: Context Value Management Failed

    Hi,
    While running autoconfig, i am getting below error
    =================================
    ./adautocfg.sh
    Enter the APPS user password :
    Context Value Management will now update the Context file
    Exception in thread "main" java.lang.NoSuchMethodError: oracle.apps.ad.context.S toreDataOfFile.getChkListConditions()Ljava/util/Vector;
    at oracle.apps.ad.context.ContextSelfHeal.doTranslate(ContextSelfHeal.ja va:2073)
    at oracle.apps.ad.context.ContextSelfHeal.updateContext(ContextSelfHeal. java:1426)
    at oracle.apps.ad.context.ContextSelfHeal.startProcess(ContextSelfHeal.j ava:822)
    at oracle.apps.ad.context.CtxValueMgt.processCSH(CtxValueMgt.java:1305)
    at oracle.apps.ad.context.CtxValueMgt.processCtxFile(CtxValueMgt.java:16 21)
    at oracle.apps.ad.context.CtxValueMgt.main(CtxValueMgt.java:709)
    ERROR: Context Value Management Failed.
    Terminate.
    The logfile for this session is located at:
    /d05/u06/applmgr/ndevappl/admin/ndev_sflxap05/log/09231831/adconfig.log
    ================================================
    By following Running Autoconfig : Context Value Management Failed [ID 285422.1]
    i moved the two classes.
    Even then getting the same issue.
    Thanks,

    Hi,
    By following the note, i tried to apply patch 9535311.
    It is failed. The adworker log showing below error.
    drop public synonym ad_ddl
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04068: existing state of packages has been discarded
    ORA-04065: not executed, altered or dropped stored procedure
    "SYS.DBMS_STANDARD"
    ORA-06508: PL/SQL: could not find program unit being called:
    "SYS.DBMS_STANDARD"
    ORA-06512: at "SYS.DICTIONARY_OBJ_TYPE", line 3
    create public synonym ad_inst for system.ad_inst
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    Thanks,

  • How do I to modify context value DATABASE.SID on existing web ADI sheet?

    Does anybody know how to modify the connection context value (DATABASE.SID) on an existing web ADI sheet?
    My original sheet was created against e.g. TESTBASE.TST1, but now I want the same sheet to work on PRD (PRDBASE.PRD).
    In the old client version there was a hidden sheet where you could change this, but in web ADI there is no hidden sheet, and changing context values directly is not allowed.

    Does anybody know how to modify the connection context value (DATABASE.SID) on an existing web ADI sheet?
    My original sheet was created against e.g. TESTBASE.TST1, but now I want the same sheet to work on PRD (PRDBASE.PRD).
    In the old client version there was a hidden sheet where you could change this, but in web ADI there is no hidden sheet, and changing context values directly is not allowed.

  • Adautoconfig.cmd error "Error: Context value Management Failed."

    Starting Autoconfig at wed Nov 10 16:38:56 2010
    using adconfig.pl version 115.82
    classpath :c:\jdk13\jre\lib\rt.jar;c:\jdk13\jre\lib\i18n.jar;c:\jdk.........more jdk files locations
    Starting utility to Report version conflicts at wed Noc 10 16:38:57 VET 2010
    Using VersionConflictListGenerator.java version 115.4
    All driver files processed.
    No version conflict encountered.
    using Context file :F:\oracle\prodappl\admin\TEST_XXXXX.xml
    Attempting to create a back up of the Context file
    Create back up file of name :
    f:\oracle\prodappl\admin\TEST_XXXXX\our\11101638\TEST_XXXXXXdb.xml
    Starting synchronization of file system context file and its templates with those in the database.
    Error: Context value Management Failed.
    Terminated.
    The logfile for this session is located at :
    xxxxxxxlocationxxxxxxxxxxxxxxxxxx
    Dear all , the above log file created after adcfgclone in appsTier, is any one tel me what is the problem,, where what may went wrong,, am not getting any clear idea about this,,

    This is the excate error while running adautoconfig*
    Context Value Management will now update the Context file
    Exception in thread "main" java.lang.NoClassDefFoundError: java/sql/Savepoint
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:488)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:10
    +6)+
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:243)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:51)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:190)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:183)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:294)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:288)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:310)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja
    va:551)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:351)
    at java.sql.DriverManager.getConnection(DriverManager.java:512)
    at java.sql.DriverManager.getConnection(DriverManager.java:172)
    at oracle.apps.ad.util.DBUtil.getConnectionUsingSID(DBUtil.java:253)
    at oracle.apps.ad.util.DBUtil.getConnection(DBUtil.java:410)
    at oracle.apps.ad.util.DBUtil.getConnectionUsingAppsJDBCConnector(DBUtil
    +.java:590)+
    at oracle.apps.ad.tools.configuration.FileSysDBCtxMerge.getDBConnection(
    FileSysDBCtxMerge.java:760)
    at oracle.apps.ad.tools.configuration.FileSysDBCtxMerge.initializeParams
    +(FileSysDBCtxMerge.java:147)+
    at oracle.apps.ad.tools.configuration.FileSysDBCtxMerge.setParams(FileSy
    sDBCtxMerge.java:128)
    at oracle.apps.ad.context.CtxValueMgt.mergeCustomInFiles(CtxValueMgt.jav
    a:1762)
    at oracle.apps.ad.context.CtxValueMgt.processCtxFile(CtxValueMgt.java:15
    +79)+
    at oracle.apps.ad.context.CtxValueMgt.main(CtxValueMgt.java:709)
    Error returned from java. Context Value Management was aborted
    ERROR: Context Value Management Failed.
    Terminate.
    The logfile for this session is located at:
    f:\oracle\prodappl\admin\TEST_ppclone5db\log\11110958\adconfig.log
    F:\oracle\prodcomn\admin\scripts\TEST_ppclone5db>
    Previously while running the adcfgclone.pl in appsTier we faced error...
    Tail details of the ApplyAppsTier_xx.log
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Script Success, Profiles set.
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Product Top Drivers executed : AD_TOP FND_TOP ICX_TOP IEO_TOP ABM_TOP ECX_TOP BIS_TOP GL_TOP AMS_TOP CCT_TOP WSH_TOP CLN_TOP OKE_TOP OKL_TOP OKS_TOP CSF_TOP XNC_TOP IGS_TOP IBY_TOP PA_TOP JTF_TOP MWA_TOP CN_TOP CSI_TOP WIP_TOP CSE_TOP EAM_TOP IMT_TOP FTE_TOP ONT_TOP AR_TOP AHL_TOP OZF_TOP IES_TOP CSD_TOP IGC_TOP
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: f:\oracle\prodcomn\admin\install\TEST_ppclone5db
    adgendbc.cmd INSTE8_SETUP 1
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: f:\oracle\prodcomn\admin\install\TEST_ppclone5db
    adsvalsn.cmd INSTE8_APPLY -1
    adsvcm.cmd INSTE8_APPLY 1
    Directory: f:\oracle\prodora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\perl.exe -I f:\oracle\prodora\iAS\Apache\perl\5.00503\lib\MSWin32-x86 -I f:\oracle\prodora\iAS\Apache\perl\5.00503\lib -I f:\oracle\prodora\iAS\Apache\perl\site\5.00503\lib\MSWin32-x86 -I f:\oracle\prodora\iAS\Apache\perl\site\5.00503\lib -I f:\oracle\prodappl\au\11.5.0\perl f:\oracle\prodcomn\admin\install\TEST_ppclone5db
    adadmat.pl INSTE8_APPLY 256
    AutoConfig is exiting with status 4
    RC-50014: Fatal: Execution of AutoConfig was failed
    Raised by oracle.apps.ad.clone.ApplyApplTop
    Completed ApplyApplTop.
    ERROR: AutoConfig completed with errors. Check logfile at f:\oracle\prodappl\admin\TEST_ppclone5db\log\ApplyAppsTier_11101111.log for details.
    # Checking the status of AutoConfig run of ApplyApplTop
    Warning : AutoConfig has completed with errors .
    Please review the AutoConfig section in the logfile. If required, you can re-run AutoConfig from command line after fixing the problem
    Dear Kindly let me know what is the mistake we have done in this
    Edited by: user9111553 on Nov 11, 2010 8:15 AM

Maybe you are looking for

  • How to use the function MATERIAL_SAVE_CONFIGURATION

    I try to create a new material configuration with the function MATERIAL_SAVE_CONFIGURATION. That doesnt work as I would: The link with the configurable material has been done (MARA-SATNR is filled ) but we don't have any configuration (MARA-CUOBF is

  • New Payment process in R12, MICR font dropped by PREPROCESS

    Hi, With the new way of doing Payments in R12, meaning can not use the bursting engine and at the same time CUPS printers, I can't get the MICR font to be on the output .ps file after it goes through the preprocess command of the pasta config file. A

  • HORRIBLE QUALITY

    I am having some problems with iMovie and I am wondering if you could give me some advice. I am trying to screen-cast some Google Earth shots and then add microphone audio and music. Ideally, I would like to be able to submit the video to online vide

  • Export did not complete successfully

    Got this for the first time doing a web gallery. "export did not complete successfully, jpegs files were generated using the best pixel data available from the image cache" When I look at the web gallery preview it seems ok. What does this all mean?

  • Safari Crashes Because of Flash Plug-In

    Hi, After a week of trying to track down the constant Safari crashes that were actually proliferating I just removed the Flash plug in and it's rock solid again. I had tried different version but none seemed to give it any stability. The latest Flash