Multiple Frames and Windows - strange paint behaviour

Hi,
I came across this one today, and was wondering if anyone had seen this behaviour before. Here is the simplest code I can make it happen with...
public class StrangenessTest {
public static void main(String []args) {
JFrame f1 = new JFrame("f1");
JFrame f2 = new JFrame("f2");
JPanel pOne = new JPanel() {
public void paintComponent(Graphics g) {
g.fillRect(100, 100, 20, 20);
JPanel pTwo = new JPanel() {
public void paintComponent(Graphics g) {
g.drawLine(100, 100, 150, 150);
f1.getContentPane().add(pOne);
f2.getContentPane().add(pTwo);
pOne.setBounds(0, 0, 200, 200);
pTwo.setBounds(0, 0, 200, 200);
f1.setBounds(100, 100, 200, 200);
f2.setBounds(300, 100, 200, 200);
f1.setVisible(true);
f2.setVisible(true);
Basically, everything that gets painted in JPanel pOne ends up in pTwo as well. That is, if you run the code below (on JDK 1.3.1_01 or 1.4.1_02), you get two frames, the first one has a square in it, the second one has a square and a line.
If you reverse the order of the setVisible's at the end of the main(), you reverse the symptoms - i.e. the first frame ans a square and a line, the second frame has a line.
Am I missing something in the docos, or is this a bug?
(btw, the strangeness goes away if I add a super.paintComponent() into the JPanel that is drawn last).
Comments? Suggestions?
Cheers,
Joe

Of course, adding a setOpaque(false) to the constructor of the panel fixes the problem!
Sorry about that.
Cheers,
Joe

Similar Messages

  • Multiple Frames and Visibility

    Hi All,
    I am working with swings.
    I have two Frames say A and B.
    Frame A creates the instance of Frame B. Frame B accepts inputs from user forms the reqiuest. Then sends request to Agent and waits for response. Before sending request and receiving response I am closing the frame B window.
    But now Frame components of A is ot seen properly.
    Once the Frame B receives the response components of Frame A is seen.
    I want components of Frame A to be visible all the time.
    How can I do that.
    I hope I have clearly stated the problem.
    Thanks
    Smitha

    Hi,
    I think problem is due to single process.
    But I tried with threads. I am facing the same problem.
    Here is the sample code.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.lang.*;
    public class TestProgressBar extends JFrame implements ActionListener
    JProgressBar     progressBar;
         JButton               start, end;
         public TestProgressBar()
              super( "Test Progress Bar" );
              setSize( 200, 200 );
              setResizable( false );
              progressBar = new JProgressBar( 0, 100 );
              progressBar.setValue( 0 );
              progressBar.setStringPainted( true );
              start = new JButton( "Start" );
              end = new JButton( "End" );
              start.addActionListener( this );
              end.addActionListener( this );
              getContentPane().setLayout( new BorderLayout( ) );
              getContentPane().add( start ,BorderLayout.WEST);
              getContentPane().add( end,BorderLayout.EAST );
              getContentPane().add( progressBar,BorderLayout.SOUTH );
         public static void main( String args[] )
              TestProgressBar test = new TestProgressBar( );
              test.show();
         public void actionPerformed( ActionEvent ae )
              String action = ae.paramString() ;
              if( action.endsWith( "cmd=Start" ) )
                   progressBar.setString( "Do" );
                   TestTwoFrame twoFrame = new TestTwoFrame( progressBar);
                   twoFrame.show();
                   twoFrame.send();
              if( action.endsWith( "cmd=End" ) )
                   progressBar.setString( "Completed" );
                   System.exit( 0 );
         class TestTwoFrame extends JFrame
              //int count = 0;
              JProgressBar progressBar ;
              public TestTwoFrame( JProgressBar progressbar )
                   super( "test progress" );
                   setSize( 100,100 );
                   progressBar = progressbar ;
              public void send( )
                   dispose();
                   progressBar.setString( "Doing" );
                   TestThread testT = new TestThread( 200000000 );
                   //testT.yield();
                   testT.start();
         class TestThread extends Thread
              int count =0, loopCount;
              public TestThread( int loopcount )
                   loopCount = loopcount ;
              public void run()
                   while( count < loopCount )
                   count++;
    Thx
    Smitha

  • Safari Hangs when multiple tabs and windows open [was part of safari slow-]

    This is to create a new topic with regards to Safari, but with many windows and/or tabs open.
    Some have posted information in the previous topic, i.e.: safari slow - has anyone talked to someone at Apple?
    This post will be specifically about hangs and ball spinning cursors when many windows are being used simultaneously within Safari.
    Please post your comments below.

    No worries have sorted it now...you need to go to;
    System Prefences-->General-->Untick the box which says 'Restore windows when quitting and re-opening apps' (A couple of lines from the bottom)
    And then most importantly restart the mac.  It was this last step I never did and thats why I couldn't get it to stop this unwanted behaviour.

  • Strange paint-behaviour

    Hello everyone!
    I am developing a graphics application using the 2D API. The UI basically has a JSplitter in the content pane that's showing a multi purpose button- and property-panel on the left side and a JPanel-derived graphics output panel. The output panel overrides paintComponent to draw the 2D scene. Everything works normal to this point. When my application regains focus however (after it's been reactivated etc.) the graphic output is suddenly shifted up-left. It seems that the output gets aligned to the window origin and not the panel origin. If I repaint my output panel later it looks okay again.
    What could be the reason for that sort of behaviour.
    Thanks and happy weekend.
    Steffen

    I was able to walk around this problem by caching the graphics output into a BufferedImage and onPaint just copy it into the Panel. Not the best solution since it eats up memory and slows things down but it does the job.
    StKl

  • "Print" to pdf function missing in Word and other strange print behaviour

    I'm trying to narrow down an issue I'm having with printing. I just noticed that the ability to creat a pdf in Word (print -> save as pdf) has disappeared. The button is now gone for some strange reason. I also noticed when trying to print a Keynote outline, when selecting ColorSync (print -> copies and pages [click and select ColorSync]) all my choices are gone (grayscale, b&w, etc.). Something's obviously wrong, but is it my printer software (HP 7310 aio) or OSX? My guess is the two issues are tied together.
    Also, I haven't added any new software to my computer and all software updates have been installed.
    Thanks in advance for any help!

    I have no idea whether this will help you or not, but IF some system software somewhow got corrupted, it should help.
    1. Download either OS 10.4.10 COMBO update for Intel or OS 10.4.10 COMBO update for PPC
    2. Run disk Utility Verify Disk
    3. Run Disk Utility Repair Permissions
    4. Reinstall OS 10.4.10 from the combo installer that you downloaded in (1).
    5. Run Disk Utility Repair Permissions
    6. Run  Software Update to make sure you have all the security patches that were released since the COMBO update was released.
    7. If you got downloads in (6), run Disk Utility Repair Permissions
    8. See whether you are working now

  • Move multiple frames in the motion editor?

    Hi! Is there a way to move multiple frames in the motion editor (CS4)? Like now I have to move them one by one and it's hard to make them keep their values coz the shift+move doesn't seem to work. Or should it?
    Regards / Jimmy

    You can move multiple property keyframes for a single property in the Motion editor. Shift-click them and then drag. You cannot move keyframes across different properties, however.
    If you want to move *all* keyframes on mutliple frames, you want to do this on the main timeline. Ctrl/cmd+drag across the frames to select the multiple frames, and then drag them on the tween span.

  • Multiple frames in report - Need output on 1 page (not one frame per page)

    Hi
    I have a report with multiple frames and in the output they are printing one frame per page. How can i have one below the other and not have this page break?
    Thx.

    Check the following in frame properties:
    Maximum Records per Page: should be 0
    Page Break Before: should be No
    Page Break After: should be No

  • Render Multiple Frames Headache

    I hope I could get some guidance on optimum usage of Render Mutiple Frames as I have been hitting a wall with little-to-no success so far. I have read all the Adobe suggestions (thanks Todd Kopriva) and I still get failed renders when trying to render multiple frames. I am the guinea pig for the hardware setup for the department. Currently, the hardware is a Lenovo ThinkStation C20X, dual Xeon 6-core 2.4 GHz processors (24 available to AE with hyper-threading), 96 Gb RAM (yes, ninety-six gigs), Win 7 Pro 64-bit, nVidia QUADRO 2000D, AE CS5.5. Our department currently works in an unusual AE project file that is used for display advertising on an unusually-shaped gigantic digital screen in Times Square. Currently, the working comp is 2517 x 4478 which is then nested into two comps for output of TGA sequences that are: TOP = 440 x 3694 and, BOTTOM = 2517 x 554. Most of the working comp space is deadspace as the layout of the signs is comparable to a large upside-down capital letter 'T'. We are currently in transition as the signs are hitting their life cycle and we are refreshing them with a finer pitch-count - in essence, we are doubling the resolution. The new working comp is 5034 x 8956 that is nested into our output comps which are: TOP = 852 x 7386 and BOTTOM = 5034 x 1098. For the most part we do not use "crazy" effects, etc. I have tried rendering multiple frames and have yet to get TOP & BOTTOM to both render without either one or both of them failing using various trial-and-error settings in the preferences; I have limited the # of cores (have yet to try to exceed 8 simultaneous CPUs). I edited the preferences file to allow me to select more RAM per CPU (currently, my pull-down has 4, 5, 6 & 8 Gb RAM per CPU available for me to choose from). Maybe I am going under the false assumption that filling the machine with 96 RAM would allow me to effectively use more CPUs in rendering TGA sequences. I thought that was the whole point. I usually get errors like the following:
    Output To: C:\Sonic RenderTest\Top\TOP_[####].tga
       There is an error in background rendering so switching to foreground rendering after 41 frames completed out of total 900 frames. (26  ::  142)
    After Effects warning: A frame failed to render while using Render Multiple Frames Simultaneously. Allocating more memory to the background processes in Memory & Multiprocessing Preferences may fix this problem. (26  ::  142)
    Didn't think this was possible with 96Gb RAM and 8GB RAM per CPU allocated. Any guidance here is greatly appreciated as I am on the hook with the rest of the department and with my boss as I convinced him that 96 GB RAM would make our lives easier.

    Thanks for the reply Dave. From the projects cited above, one had a QuickTime with Animation codec and the other had H.264. I think we are getting close to honing-in on the issues we are having as it seems that anything with a .MOV as a source file seems to throw AE MP rending for a loop. Currently using AE 5.5. Conversely, MP plays very nicely with projects that do not include a QuickTime file as a source; I have been doing extensive testing using the following settings; 16GB/CPU - 4 CPUs used, 12GB/CPU - 6 CPUs used, 10GB/CPU - 8 CPUs used, 8GB/CPU - 10 CPUs used and 6GB/CPU - 12 CPUs used.
    I guess I still have a few questions remaining in trying to troubleshoot the issue at hand:
    - By any chance are there any MP improvements in CS 6 that may alleviate the issue we are experiencing?
    - I am wondering if I am hitting a bottleneck getting the info (.MOVs) into RAM - to be more specific regarding my setup, in addition to my previous post - My machine currently has two 250GB SAS drives @ 10K RPM that are RAID 0. Disk cache is set to the default settings. We are considering additional drives - thinking one for OS & Applications, 1 for source files and one for output of the image sequences. Any insight to drives, where to set the cache, types of drives (SSD drives fall out of budget for the machine I have - already priced and axed. I think we are considering two more 10K SAS drives as an option)?
    - This one is a longshot, but I thought I saw a crazy post somewhere in my research of this issue saying to get rid of QuickTime. I was always under the assumption that QuickTime was a vital prerequisite for AE. Any truth/validity in getting rid of QuickTIme?

  • The Browse in Bridge option in PS CC 2014 doesn't launch Bridge, but instead opens the window of the Creative Cloud desktop app instead.  This behaviour is on both Mac and Windows.

    I recently installed all the of CC 2014 applications and noticed that in Photoshop CC 2014, when I choose the "Browse in Bridge" menu option it doesn't launch Bridge at all.  Instead it opens the Creative Cloud desktop application window instead.  I have the latest version of Bridge installed as well.  If I have Bridge running, the menu option also just opens the CC window and doesn't bring Bridge to the front either.  I have PS installed on both a Mac (10.9.3) and Windows (8.1) and the behaviour is the same.

    I only Run windows and my install of CC 2014 works correctly and launches Bridge CC.  Bridge CC was also updated to launch CC 2014 and not CC 14.2.1.
    Hers is my Photoshop CC 2014 help>System info...  You may want to compare your windows systems CC 2014 info to it.
    Adobe Photoshop Version: 2014.0.0 20140508.r.58 2014/05/08:23:59:59  x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:13, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 12
    Logical processor count: 24
    Processor speed: 1995 MHz
    Built-in memory: 40886 MB
    Free memory: 35170 MB
    Memory available to Photoshop: 37118 MB
    Memory used by Photoshop: 90 %
    3D Multitone Printing: Disabled.
    Touch Gestures: Disabled.
    Windows 2x UI: Disabled.
    Image tile size: 1024K
    Image cache levels: 4
    Font Preview: Huge
    TextComposer: Latin
    Display: 1
    Display Bounds: top=0, left=0, bottom=1080, right=1920
    Display: 2
    Display Bounds: top=0, left=-1360, bottom=768, right=0
    OpenGL Drawing: Enabled.
    OpenGL Allow Old GPUs: Not Detected.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    AIFCoreInitialized=1
    AIFOGLInitialized=1
    OGLContextCreated=1
    glgpu[0].GLVersion="3.0"
    glgpu[0].GLMemoryMB=2048
    glgpu[0].GLName="Quadro 4000/PCIe/SSE2"
    glgpu[0].GLVendor="NVIDIA Corporation"
    glgpu[0].GLVendorID=4318
    glgpu[0].GLDriverVersion="9.18.13.3311"
    glgpu[0].GLRectTextureSize=16384
    glgpu[0].GLRenderer="Quadro 4000/PCIe/SSE2"
    glgpu[0].GLRendererID=1757
    glgpu[0].HasGLNPOTSupport=1
    glgpu[0].GLDriver="nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um"
    glgpu[0].GLDriverDate="20140429000000.000000-000"
    glgpu[0].CanCompileProgramGLSL=1
    glgpu[0].GLFrameBufferOK=1
    glgpu[0].glGetString[GL_SHADING_LANGUAGE_VERSION]="4.40 NVIDIA via Cg compiler"
    glgpu[0].glGetProgramivARB[GL_FRAGMENT_PROGRAM_ARB][GL_MAX_PROGRAM_INSTRUCTIONS_ARB]=[6553 6]
    glgpu[0].glGetIntegerv[GL_MAX_TEXTURE_UNITS]=[4]
    glgpu[0].glGetIntegerv[GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS]=[192]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS]=[32]
    glgpu[0].glGetIntegerv[GL_MAX_TEXTURE_IMAGE_UNITS]=[32]
    glgpu[0].glGetIntegerv[GL_MAX_DRAW_BUFFERS]=[8]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_UNIFORM_COMPONENTS]=[4096]
    glgpu[0].glGetIntegerv[GL_MAX_FRAGMENT_UNIFORM_COMPONENTS]=[2048]
    glgpu[0].glGetIntegerv[GL_MAX_VARYING_FLOATS]=[124]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_ATTRIBS]=[16]
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_PROGRAM]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_PROGRAM]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_SHADER]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_SHADER]=1
    glgpu[0].extension[AIF::OGL::GL_EXT_FRAMEBUFFER_OBJECT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_RECTANGLE]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_FLOAT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_OCCLUSION_QUERY]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_BUFFER_OBJECT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_SHADER_TEXTURE_LOD]=1
    clgpu[0].CLPlatformVersion="1.1"
    clgpu[0].CLDeviceVersion="1.1 CUDA"
    clgpu[0].CLMemoryMB=2048
    clgpu[0].CLName="Quadro 4000"
    clgpu[0].CLVendor="NVIDIA Corporation"
    clgpu[0].CLVendorID=4318
    clgpu[0].CLDriverVersion="333.11"
    clgpu[0].CUDASupported=1
    clgpu[0].CUDAVersion="6.0.1"
    clgpu[0].CLBandwidth=7.49454e+010
    clgpu[0].CLCompute=184.394
    License Type: Subscription
    Serial number: 96040035116912554961
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CC 2014\
    Temporary file path: C:\Users\JOHNJM~1\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      F:\, 465.2G, 143.7G free
      C:\, 224.2G, 105.4G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\Plug-Ins\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC 2014\Plug-ins\
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2014/04/14-23:42:44   79.554120   79.554120
       adbeape.dll   Adobe APE 2013/02/04-09:52:32   0.1160850   0.1160850
       AdbePM.dll   PatchMatch 2014/04/23-10:46:55   79.554276   79.554276
       AdobeLinguistic.dll   Adobe Linguisitc Library   8.0.0  
       AdobeOwl.dll   Adobe Owl 2014/03/05-14:49:37   5.0.33   79.552883
       AdobePDFL.dll   PDFL 2014/03/04-00:39:42   79.510482   79.510482
       AdobePIP.dll   Adobe Product Improvement Program   7.2.1.3399  
       AdobeXMP.dll   Adobe XMP Core 2014/01/13-19:44:00   79.155772   79.155772
       AdobeXMPFiles.dll   Adobe XMP Files 2014/01/13-19:44:00   79.155772   79.155772
       AdobeXMPScript.dll   Adobe XMP Script 2014/01/13-19:44:00   79.155772   79.155772
       adobe_caps.dll   Adobe CAPS   8,0,0,7  
       AGM.dll   AGM 2014/04/14-23:42:44   79.554120   79.554120
       ahclient.dll    AdobeHelp Dynamic Link Library   1,8,0,31  
       amtlib.dll   AMTLib (64 Bit)   8.0.0.45 BuildVersion: 8.0; BuildDate: Fri Mar 28 2014 20:28:30)   1.000000
       ARE.dll   ARE 2014/04/14-23:42:44   79.554120   79.554120
       AXE8SharedExpat.dll   AXE8SharedExpat 2013/12/20-21:40:29   79.551013   79.551013
       AXEDOMCore.dll   AXEDOMCore 2013/12/20-21:40:29   79.551013   79.551013
       Bib.dll   BIB 2014/04/14-23:42:44   79.554120   79.554120
       BIBUtils.dll   BIBUtils 2014/04/14-23:42:44   79.554120   79.554120
       boost_date_time.dll   photoshopdva   8.0.0  
       boost_signals.dll   photoshopdva   8.0.0  
       boost_system.dll   photoshopdva   8.0.0  
       boost_threads.dll   photoshopdva   8.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.2.6.32411   2.2.6.32411
       CITThreading.dll   Adobe CITThreading   2.2.6.32411   2.2.6.32411
       CoolType.dll   CoolType 2014/04/14-23:42:44   79.554120   79.554120
       dvaaudiodevice.dll   photoshopdva   8.0.0  
       dvacore.dll   photoshopdva   8.0.0  
       dvamarshal.dll   photoshopdva   8.0.0  
       dvamediatypes.dll   photoshopdva   8.0.0  
       dvametadata.dll   photoshopdva   8.0.0  
       dvametadataapi.dll   photoshopdva   8.0.0  
       dvametadataui.dll   photoshopdva   8.0.0  
       dvaplayer.dll   photoshopdva   8.0.0  
       dvatransport.dll   photoshopdva   8.0.0  
       dvaui.dll   photoshopdva   8.0.0  
       dvaunittesting.dll   photoshopdva   8.0.0  
       dynamiclink.dll   photoshopdva   8.0.0  
       ExtendScript.dll   ExtendScript 2014/01/21-23:58:55   79.551519   79.551519
       icucnv40.dll   International Components for Unicode 2013/02/25-15:59:15    Build gtlib_4.0.19090  
       icudt40.dll   International Components for Unicode 2013/02/25-15:59:15    Build gtlib_4.0.19090  
       imslib.dll   IMSLib DLL   7.0.0.145  
       JP2KLib.dll   JP2KLib 2014/03/12-08:53:44   79.252744   79.252744
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libiomp5md.dll   Intel(R) OpenMP* Runtime Library   5.0  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       LogSession.dll   LogSession   7.2.1.3399  
       mediacoreif.dll   photoshopdva   8.0.0  
       MPS.dll   MPS 2014/03/25-23:41:34   79.553444   79.553444
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CC 2014   15.0  
       Plugin.dll   Adobe Photoshop CC 2014   15.0  
       PlugPlugExternalObject.dll   Adobe(R) CEP PlugPlugExternalObject Standard Dll (64 bit)   5.0.0  
       PlugPlugOwl.dll   Adobe(R) CSXS PlugPlugOwl Standard Dll (64 bit)   5.0.0.74  
       PSArt.dll   Adobe Photoshop CC 2014   15.0  
       PSViews.dll   Adobe Photoshop CC 2014   15.0  
       SCCore.dll   ScCore 2014/01/21-23:58:55   79.551519   79.551519
       ScriptUIFlex.dll   ScriptUIFlex 2014/01/20-22:42:05   79.550992   79.550992
       svml_dispmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       tbb.dll   Intel(R) Threading Building Blocks for Windows   4, 2, 2013, 1114  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   4, 2, 2013, 1114  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   7.0.1.102 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   7.0.1.102
       VulcanControl.dll   Vulcan Application Control Library   5.0.0.82  
       VulcanMessage5.dll   Vulcan Message Library   5.0.0.82  
       WRServices.dll   WRServices Fri Mar 07 2014 15:33:10   Build 0.20204   0.20204
       wu3d.dll   U3D Writer   9.3.0.113  
    Required plug-ins:
       3D Studio 15.0 (2014.0.0 x001)
       Accented Edges 15.0
       Adaptive Wide Angle 15.0
       Angled Strokes 15.0
       Average 15.0 (2014.0.0 x001)
       Bas Relief 15.0
       BMP 15.0
       Camera Raw 8.5
       Camera Raw Filter 8.5
       Chalk & Charcoal 15.0
       Charcoal 15.0
       Chrome 15.0
       Cineon 15.0 (2014.0.0 x001)
       Clouds 15.0 (2014.0.0 x001)
       Collada 15.0 (2014.0.0 x001)
       Color Halftone 15.0
       Colored Pencil 15.0
       CompuServe GIF 15.0
       Conté Crayon 15.0
       Craquelure 15.0
       Crop and Straighten Photos 15.0 (2014.0.0 x001)
       Crop and Straighten Photos Filter 15.0
       Crosshatch 15.0
       Crystallize 15.0
       Cutout 15.0
       Dark Strokes 15.0
       De-Interlace 15.0
       Dicom 15.0
       Difference Clouds 15.0 (2014.0.0 x001)
       Diffuse Glow 15.0
       Displace 15.0
       Dry Brush 15.0
       Eazel Acquire 15.0 (2014.0.0 x001)
       Embed Watermark 4.0
       Entropy 15.0 (2014.0.0 x001)
       Export Color Lookup NO VERSION
       Extrude 15.0
       FastCore Routines 15.0 (2014.0.0 x001)
       Fibers 15.0
       Film Grain 15.0
       Filter Gallery 15.0
       Flash 3D 15.0 (2014.0.0 x001)
       Fresco 15.0
       Glass 15.0
       Glowing Edges 15.0
       Google Earth 4 15.0 (2014.0.0 x001)
       Grain 15.0
       Graphic Pen 15.0
       Halftone Pattern 15.0
       HDRMergeUI 15.0
       IFF Format 15.0
       Ink Outlines 15.0
       JPEG 2000 15.0
       Kurtosis 15.0 (2014.0.0 x001)
       Lens Blur 15.0
       Lens Correction 15.0
       Lens Flare 15.0
       Liquify 15.0
       Matlab Operation 15.0 (2014.0.0 x001)
       Maximum 15.0 (2014.0.0 x001)
       Mean 15.0 (2014.0.0 x001)
       Measurement Core 15.0 (2014.0.0 x001)
       Median 15.0 (2014.0.0 x001)
       Mezzotint 15.0
       Minimum 15.0 (2014.0.0 x001)
       MMXCore Routines 15.0 (2014.0.0 x001)
       Mosaic Tiles 15.0
       Multiprocessor Support 15.0 (2014.0.0 x001)
       Neon Glow 15.0
       Note Paper 15.0
       NTSC Colors 15.0 (2014.0.0 x001)
       Ocean Ripple 15.0
       OpenEXR 15.0
       Paint Daubs 15.0
       Palette Knife 15.0
       Patchwork 15.0
       Paths to Illustrator 15.0
       PCX 15.0 (2014.0.0 x001)
       Photocopy 15.0
       Photoshop 3D Engine 15.0 (2014.0.0 x001)
       Photoshop Touch 14.0
       Picture Package Filter 15.0 (2014.0.0 x001)
       Pinch 15.0
       Pixar 15.0 (2014.0.0 x001)
       Plaster 15.0
       Plastic Wrap 15.0
       PNG 15.0
       Pointillize 15.0
       Polar Coordinates 15.0
       Portable Bit Map 15.0 (2014.0.0 x001)
       Poster Edges 15.0
       Radial Blur 15.0
       Radiance 15.0 (2014.0.0 x001)
       Range 15.0 (2014.0.0 x001)
       Read Watermark 4.0
       Render Color Lookup Grid NO VERSION
       Reticulation 15.0
       Ripple 15.0
       Rough Pastels 15.0
       Save for Web 15.0
       ScriptingSupport 15.0
       Shake Reduction 15.0
       Shear 15.0
       Skewness 15.0 (2014.0.0 x001)
       Smart Blur 15.0
       Smudge Stick 15.0
       Solarize 15.0 (2014.0.0 x001)
       Spatter 15.0
       Spherize 15.0
       Sponge 15.0
       Sprayed Strokes 15.0
       Stained Glass 15.0
       Stamp 15.0
       Standard Deviation 15.0 (2014.0.0 x001)
       STL 15.0 (2014.0.0 x001)
       Sumi-e 15.0
       Summation 15.0 (2014.0.0 x001)
       Targa 15.0
       Texturizer 15.0
       Tiles 15.0
       Torn Edges 15.0
       Twirl 15.0
       Underpainting 15.0
       Vanishing Point 15.0
       Variance 15.0 (2014.0.0 x001)
       Water Paper 15.0
       Watercolor 15.0
       Wave 15.0
       Wavefront|OBJ 15.0 (2014.0.0 x001)
       WIA Support 15.0 (2014.0.0 x001)
       Wind 15.0
       Wireless Bitmap 15.0 (2014.0.0 x001)
       ZigZag 15.0
    Optional and third party plug-ins:
       CUR (Windows Cursor) NO VERSION
       GREYCstoration NO VERSION
       ICO (Windows Icon) NO VERSION
       Reduce Noise 7.0.0.0
       ScriptListener 13.0
       StarFilter Pro 3 3.0.3.0
       SuperPNG 2.0
    Plug-ins that failed to load: NONE
    Flash:
       Adobe Kuler
    Installed TWAIN devices: NONE

  • My macbook pro is running very slow with some strange mouse and window movements. The trackpad is very unresponsive and when responding the cursor moves on its own and/or very erratically. When on safari the window suddenly zooms in or highlights words.

    My macbook pro is running very slow with some strange mouse and window movements. The trackpad is very unresponsive and when responding the cursor moves on its own and/or very erratically. When on safari the window suddenly zooms in or highlights words and looks them up via dictionary. I currently have a wireless mouse connected and I am still having the same problems.
    I fee like I may have a virus or my laptop is perhaps being accessed remotely. All of the sharing options are unchecked.
    HELP PLEASE
    Very worried!!

    Try these in order testing your system after each to see if it's back to normal:
    1. a. Resetting your Mac's PRAM and NVRAM
        b. Intel-based Macs: Resetting the System Management Controller (SMC)
    2. Restart the computer in Safe Mode, then restart again, normally. If this doesn't help, then:
         Boot to the Recovery HD: Restart the computer and after the chime press and hold down the
         COMMAND and R keys until the Utilities menu screen appears. Alternatively, restart the computer and
         after the chime press and hold down the OPTION key until the boot manager screen appears.
         Select the Recovery HD and click on the downward pointing arrow button.
    3. Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the Utilities menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
         Reinstall the 10.9.2 update: OS X Mavericks 10.9.2 Update (Combo).
    4. Reinstall Lion/Mountain Lion, Mavericks: Reboot from the Recovery HD. Select Reinstall Lion/Mountain Lion, Mavericks from the Utilities menu, and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    Reinstall the 10.9.2 update: OS X Mavericks 10.9.2 Update (Combo).

  • Multiple tables and templates in a main window

    Hi,
    Is it possible to have multiple tables and templates in a main window of a smartform?
    If so then how they are positioned in the main window? Means which table to come first and which to be the next?
    Thanks in advance.........
    Prinan

    Hi!
    both tables and templates can be printed any number of times ina  main window.
    The tables as in sequence are printed...after ending with the first it gets on to the another.
    If u want to print it under some cdonditions you can do it using the condition tabs.As per it is a main window the dats gets flowing to the next page so as the order goes thae data goes on printed.
    Regards.

  • How to set multiple ORACLE_HOME and ORACLE_SID, on Windows

    How to set multiple ORACLE_HOME and ORACLE_SID, on Windows.
    I have 5 oracle instances. Every time if i want to start up the services , I am manually setting the environment variable (ORACLE_HOME and ORACLE_SID) and starting the services one at a time.
    Can we set multiple ORACLE_HOME and ORACLE_SID in Start->My computer-> properties-> advance-> Environment variable.
    Thanks
    Naveen

    Hi ,
    Can you please give me the link, for the doc you are referring to
    Thanks
    Naveen

  • Sync all photo's- iOS Windows multiple devices and locations

    I have multiple folders, locations, devices that have photo's including many duplicates. What is the easiest way to sync all devices, get rid of all duplicates? I am using icloud,ipad2,5S and Windows professional.  In a perfect world, once I get all organized, using iCloud, all devices will sync with each other and won't have this mess or photo's stored all over the place.  Thanks in advance.  AlanCBMC

    Maybe, although I always thought there was a threshold for each device below which it wouldn't have to create an "optimized" (re-sized) version.  You'd think this would be a high number for the New iPad, giving the screen resolution.  For example, my re-sized (3072 on the long edge) pictures aren't being optimized before tranfer -- they're just copying over and they work just fine.
    Who knows.  I just got off the phone with a tier-2 AppleCare rep (I found this thread while we were on the phone), and he indicated he would pass this thread along to the engineers.  It's a pretty obvious bug somewhere in the mix, and one I suspect they'll be all over right away, given the attractiveness of the new iPad to photography types.

  • I have a black window that keeps coming up and telling me the various tasks that I am handeling. It came after opening a power point and now I cannot make it disappear. It frames all windows and programs that I open with a black line. Help please...

    I have a black window that keeps coming up and telling me the various tasks that I am handeling. It came after opening a power point and now I cannot make it disappear. It frames all windows and programs that I open with a black line. Help please...

    Go to System Preferences - Accessibility - Voiceover - turn off Voiceover. The shortcut is command-F5, so possibly you pressed that accidentally.
    Matt

  • USB 3 Instability Issues - Windows 8.1 - Windows 8, The USB 3 Stack Is Unstable On Multiple PCs And Many Devices

    The USB 3 stack is unstable in Windows 8.1 and Windows 8. I was hoping the upgrade to Windows 8.1 would improve the stability but no.
    On two different motherboard systems I have had the same experience with 64 bit Windows 8 Pro and Windows 8.1 Pro compatibility with various USB 3.0 devices and hubs including:
    An AFT PRO-57U front panel card-reader/hub, various Anker, Syba multiport hubs, and these are just a few I have tried, there are many more.
    Symptoms are the same.
    For example: the AFT PRO-57U slots are enumerated correctly as drive letters in Windows 8.1.
    Then the drives (the PRO-57U slots) disappear, then reappear, then disappear, and reappear and so on. This happens consistently and the cycle time to disappear/reappear varies from 10 seconds to 10 minutes.
    The Windows Device Manager shows the devices appearing and disappearing as enumerated devices. I have tried many trial and error methods to solve this, uninstalling and reinstalling USB motherboard drivers, different cables to the AFT PRO-57U device different
    USB 3 ports for the devices and many more...
    One of the hubs I bought specifically because it has the latest chip and firmware: Anker® USB 3.0 9-Port Hub + 5V 2.1A Smart Charging Port with 12V 5A Power Adapter [VIA VL812-B2 Chipset and updated Firmware 9081] This hub FAILs to enumerate some external
    HDDs and other devices.
    To troubleshoot I have tried many things:
    I have disabled Windows Power Options, USB Selective Suspend.
    I have disabled power options for each and every USB device in Windows Device Manager
    I have uninstalled the Asus AI Suite 3 software and the issues remain.
    I have tried BIOS settings for Legacy USB devices on and off and the issues remain.
    I have tried BIOS setting for xHCI Mode - Auto, Smart Auto, On, Disabled
    I have updated to the latest Intel chipset drivers 9.4.0.1026
    I have all the latest BIOS, drivers, firmware, devices, - anything that is involved with the USB 3 stack.
    Etc. etc. etc...
    I have contacted Asus, Gigabyte Intel, AFT, Anker Syba, etc. and they are all finger pointing.
    I have tried so many trial and error methods to solve the problem and I have run out of ideas.
    It is clearly an unstable USB 3 stack and I am not sure who is responsible although I suspect Intel chipset drivers. 
    USB 2 is fine BTW. All devices work correctly when plugged into USB 2 ports.
    From what I can tell, the entire USB 3 environment is a problematic P.O.S.
    If anyone has any ideas I am willing to try anything I have not already tried.
    Thanks,
    Michael Downs
    P.S.  Here is my system information. I have all the latest BIOS, updates, drivers and etc. for all devices.
    ASUS Maximus VI Formula w/ BIOS 1002
    Intel Core i7-4770K  BX80646I74770K      
    G.Skill Trident X 16GB (2 x 8GB) DDR3 2400 Model F3-2400C10D-16GTX
    Samsung 840 Pro 256GB  SSD Seagate Constellation CS ST3000NC002 3TB 7200 RPM 64MB
    EVGA GeForce GTX 760 ACX 2GB 256-bit GDDR5  
    Corsair Carbide Series 330R Mid-tower Case
    Corsair RM850 850W 80 Plus GOLD Certified
    Cooler Master Seidon 240M - Liquid CPU Water Cooler
    Pioneer 15X BD-R SATA Blu-ray Burner BDR-2208
    AFT PRO-57U All-in-one USB 3.0 5.25" Media Card Reader
    Then there is a similar system with the exact same USB 3 issues:
    Gigabyte - GA-Z77X-UP4TH
    Intel i7 3770K
    etc.
    mdd

    Hey, I hope this helps you out a bit... I have had the same issue on my Asus K55A notebook with Win8.1 Pro x64 from the beginning! Thru my extensive research I found something interesting and the possible cause to all this! What I found was that by design
    the xHCI Host Controller has virtual HS 2.0 Ports linked to the 3.0 Ports... Enabling compatibility with 2.0 devices ok... What happens is that the xHCI stack is unstable just like you say... The ONLY WAY I was able to fix the problem was by unlocking the
    UEFI/BIOS to allow me full access to USB Configurations... I had to disable 2 of the HS ports under the xHCI Controller since I have only 2x 3.0 ports... This allowed 3.0 devices to be enumerated correctly under the xHCI stack and 2.0 devices now were enumerated
    under the EHCI 2.0 stack... That's what worked in my case... I'm still digging around for more info about this issue because I find it so odd that no one discovered this when designing xHCI stacks and drivers at MS for Win8/8.1 x64... I hope I shed some light
    on this issue... Good luck and keep us posted!
    Hi, Sebastian. I have the same problem but i'm getting crazy trying to solve it. Can you help me to unlock the UEFI to access full USB config? and give me some suggestions on how to solve the problem?
    My mail is roquen(at)gamail(dot)com
    Thanks in advance!

Maybe you are looking for