Any standard way of making sure a file name is valid

Hi everyone,
I would like to say thanks to all who participate in this forum because it is one of the most important part of the java community.
I am having some problems with a desktop application that am workin on at this time. Having a small window that allows the user of the application to use a JFileChooser to choose a directory (Directory only option enabled) where they want to store there file and also a JTextField that allows the user to enter the file name they wish the file to be called, I am having problem when the user enters a file name with characters that are not allowed in a file.
I was wondering if there is a standard way of validating file names across several platform or does anybody have any tips and tricks for getting around this problem.
Thanks in advance
Franklini

matches() takes in a regular expression- the regular expression in the code snippet above will catch any combination of those characters (one correction though- it should be getName() rather than getAbsolutePath() because getAbsolutePath will always have a : and a \ in it).
try something like the below code, which will keep prompting until you cancel or put in a valid name:
   while(returnVal == JFileChooser.APPROVE_OPTION &&
              file.getName().matches(".*[\\/:*?|<>\"].*") ){
     JOptionPane.showMessageDialog(null,
                                   "The filename " + file.getAbsolutePath() + " is invalid.",
                                   "Save As Error",
                                   JOptionPane.ERROR_MESSAGE);
     returnVal = fileChooser.showSaveDialog(null);
     if (returnVal == JFileChooser.APPROVE_OPTION) {
       file = fileChooser.getSelectedFile();
   }

Similar Messages

  • Any feasible way to export ads flat file

    Hi,
    Is it any feasible way to export ads flat file from the deploy applications built by:
    1.) application view and
    2.) classic application?
    Great thanks!
    Regards,
    Kenneth

    Hi,
    I am not sure they really promote the utility, don't know why not. I know there a couple of versions out there depending on which version of EPMA you are using.
    Also the 9.3.1 version has a nice little bug which sets your classic app to epma mode so the dimensions can't be edited, though this can be resolved by changing a value in a relational table.
    Cheers
    John

  • 8while generating reports is there any standard way of fectching

    8.while generating reports is there any standard way of fectching data.i.e u have take matnr from mara not from makt.etc any tips please.

    hi ,
    this can be done by the grouping option.
    only necassary objects : this will collect only the required objects .
    in data flow before : this will activate all the objects that the object is dependant.
    in data flow afterwards : this will actiivate  all the depandant objects on the in the data flow .
    in dat fow bfr n aftr wards : will activate all the objects in the data flow ..
    normally in implemantation we use bfr n aftrwards to collect all the objects in th dataflow.
    regards ..... Kumar Sarvepalli  //////

  • Any simple way to get the trace file

    One user want the trace file i went to bdump dir.
    any way to fine that trace file from there.

    Re: dbms_session and sql_trace
    ALTER SESSION SET TRACEFILE_IDENTIFIER= will help you identify the file name.
    Search is a wonderful help in this forum.

  • Any Other ways to implement a .jar file?

    Hi there!!
    I'm a not a java expert, I'm not a beginner as well. I would like to know other ways of executing a .jar file.
    I have jar file which would run a tool called "RRDTOOL" after executing it. That tool users create, update and few other commands to create a database. Here is a snap shot.
    [http://www.fileden.com/files/2009/4/17/2408006//1.jpg|http://www.fileden.com/files/2009/4/17/2408006//1.jpg]
    Is there any way I can implement this .jar file so that I can run the RRDTOOL from the command line itself.
    Like this
    [http://www.fileden.com/files/2009/4/17/2408006//2.jpg|http://www.fileden.com/files/2009/4/17/2408006//2.jpg]
    or this
    [http://www.fileden.com/files/2009/4/17/2408006//3.jpg|http://www.fileden.com/files/2009/4/17/2408006//3.jpg]

    @AndrewThompson64 ,
    Okai now. Let me get into the details still further.
    RRDTool is a tool that creates a Database using its native commands "Create, update and few more). The database that is obtained from RRDTool has .rrd extension. Jrobin is a utility that helps users to create a similar database using Java. Note that the database will have a .jrb extension in this case.
    Now, as mentioned above rrd.jar is something that runs jrobin. The interface that is created using rrd.jar file allows me to create ".jrb" file using RRDTOOL commands. The rrd.jar file acts as an interface in converting RRDTOOL commands to java functions and create .jrb file.
    Now, I want to create and edit .jrb file with out getting into the new environment created by rrd.jar file.

  • Is there a way to automatically set the file name in Acrobat Properties when exporting a PDF from Indesign?

    When I used Quark to make a PDF, the title area in the PDF was automatically populated with the file name, there in the properties tab. We like use this area to confirm file names of original files, so we can keep track of drafts, (in case the file name of the PDF is changed, which our boss often does). Is there any way to set up InDesign to do the same?

    @stadlock – I think I know what you mean…
    You exported to PDF and changed the file name in the export dialog to a different one from the document name presented there the first time you exported that document. And in exports after that the new name will be presented in the dialog instead of the name of the document.
    What you can do against that?
    1. First time you want to export: Save before the document is exported. And do not save after it's exported with a new file name.
    2. After the new file name is already there in the export dialog:
    Type in the document name in the dialog. Export. Or abort after chosing a export preference. Save. Check again, if the document's file name is in the export dialog. If yes, procede like in suggestion #1. If not do a full export with the document's file name, save and then procede with suggestion #1.
    Uwe

  • Is there a way to list all the file names (automatically) in a folder to dynamic text box?

    Hi,
    I would like to know whether FLASH AS3 has some option to get all the files names from a folder specified and show it in a dynamic text box? Whenever some new files added to this folder it should update the list accordingly.
    Thanks for any information in this regard.

    Not particularly experienced in this field myself, but I've found its just easier to implement an XML file which lists the contents of the folder. It just means that when you upload a new file you have to add it to the list in the xml file also. No real hardship once you figure out the mechanics of it

  • Setting Up The Way Tags Appear in the File Name

    My original filename: Guns N Roses - Live and Let Die.mp3
    After dragging this (and hundreds more) into iTunes,
    the file name now appears as: 10 Live and Let Die.mp3
    I have since unchecked the 'Keep iTunes Media folder organized', which I now know is the reason my files names have changed, BUT - it's too late for all those songs I added, since iTunes sucked them right in without leaving me my originals.
    How can I get my original copies back to their original file names? I prefer the artist's name first, rather than the track number. Some 'automatic' way...not renaming them manually one by one, which would take all year long.
    How d'ya like them Apples,
    Zoletta

    Hi, welcome to Apple Discussions.
    Try http://dougscripts.com/itunes/scripts/ss.php?sp=appendartisttofilename - and if that doesn't quite do what you want there should be something else there that will...
    tt2

  • How to use the js in the case of not sure the file name into multiple files to PS?

    function place($path){
        var idPlc = charIDToTypeID( "Plc " );
        var desc28 = new ActionDescriptor();
        var idnull = charIDToTypeID( "null" );
        desc28.putPath( idnull, new File( $path ) );
        var idFTcs = charIDToTypeID( "FTcs" );
        var idQCSt = charIDToTypeID( "QCSt" );
        var idQcsa = charIDToTypeID( "Qcsa" );
        desc28.putEnumerated( idFTcs, idQCSt, idQcsa );
        var idOfst = charIDToTypeID( "Ofst" );
            var desc29 = new ActionDescriptor();
            var idHrzn = charIDToTypeID( "Hrzn" );
            var idRlt = charIDToTypeID( "#Rlt" );
            desc29.putUnitDouble( idHrzn, idRlt, 0.000000 );
            var idVrtc = charIDToTypeID( "Vrtc" );
            var idRlt = charIDToTypeID( "#Rlt" );
            desc29.putUnitDouble( idVrtc, idRlt, 0.000000 );
        var idOfst = charIDToTypeID( "Ofst" );
        desc28.putObject( idOfst, idOfst, desc29 );
        executeAction( idPlc, desc28, DialogModes.NO );
    for(i=1;i<=4;i++){
        place ("E:\\aaa\\"+i+".jpg");
    目前我的解决方案是,把多个文件提前修改成数字序列,然后用for循环调用,我想问的是,如果我不更改文件名,是否也可以同时导入多个文件?
    At present my solution is to advance the multiple files modified into a sequence of Numbers, and then use a for loop calls, I want to ask is, if I don't change the file name, also can import multiple files at the same time?

    You could use a file or folder selection dialog and then feed the selected files into the for-clause.
    var aFile = selectFile(true);
    alert (aFile);
    ////// select file //////
    function selectFile (multi) {
    if (multi == true) {var theString = "please select files"}
    else {var theString = "please select one file"};
    if ($.os.search(/windows/i) != -1) {var theFiles = File.openDialog (theString, '*.jpg;*.tif;*.psd;*.png', multi)}
    else {var theFiles = File.openDialog (theString, getFiles, multi)};
    ////// filter files  for mac //////
    function getFiles (theFile) {
        if (theFile.name.match(/\.(jpg|tif|psd|png)$/i) || theFile.constructor.name == "Folder") {
            return true
    return theFiles

  • Easy Way To Change The Original File Name??

    I store all my music and videos on iTunes. I just got a AT&T Tilt and I have to use WMP to sync to it. I can't drag and drop iTunes playlists into my media card cause my Tilt uses Windows.
    My main problem with WMP is even though I edit the song/video name, it still syncs over the original file name. If I change the original file name for WMP then I have to rename it for iTunes cause when I go back to iTunes to play the song/video, it says the file is missing. It's a pain
    For example, in my iTunes music foler in My Music, I have a song file named Britney_Pieceofme.mp3. I edit the name of the song and artist to Britney Spears Piece Of Me but when I sync it to my phone, the original file name appears.
    Thanks!

    I think you may need to "look" into the song to see what information is contained in the mp3 tag. WMP automatically sees that information and will store the song at the name in the tag. To solve your problem, you will need an mp3 tag editor (google search) where you can change the tags on your songs, then put them on your Tilt. I think/hope this solves your problem.

  • File name not valid

    So I opened a PDF file in Adobe Reader to print it. I noticed that I needed to make a change and so I opened it in PS (closing it in Reader). There I made the correction and attempted to save the file and was given an error "could not save file because the file name you provided is not valid". This happens a lot.
    Sometimes when this happens it is not a big deal. I just save as a different file. Today however, when I attempted to re-open that file it had been corrupted and was no longer readable by PS or Reader and is giving the error 'access denied'. Is the file lost forever?

    It is because there is no obligation to respond that I take exception to the gentleman's kurt response. He could have moved on to the next post but instead chose to thrash a new user with his superior uncapling hand. You are a people who I do not understand.
    It is clear from our experience over the past year that CC is not ready for 'prime time'. We use it because they stopped selling regular product and require us to use the elaborate 'Creative Cloud' that does far more than we need, and does it badly. I am only trying to pile on here in hopes that I and others comments will bring to bear an urgent upgrade by Adobe that will address the synch issues.
    That said, we are up to date with Creative Cloud PS 14. We used it to create a PSD, then a JPG, then a PDF. This is necessary because we can not reliably print from PS directly without mayhem caused on our KonicaMinolta bizhub C224e printer. We create a JPG first because the PDFs come out as multi-gig files for some reason even when we do de-select the 'Layers' box in the Save As window. Finally we save a PDF from the JPG and open it in Reader to print the thing.
    Specifications, per Mylenium's request, below:
    Adobe Photoshop Version: 14.2.1 (14.2.1 20140207.r.570 2014/02/07:23:00:00) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: AMD CPU Family:15, Model:2, Stepping:0 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2
    Physical processor count: 3
    Logical processor count: 6
    Processor speed: 3511 MHz
    Built-in memory: 8094 MB
    Free memory: 2304 MB
    Memory available to Photoshop: 7096 MB
    Memory used by Photoshop: 60 %
    Image tile size: 132K
    Image cache levels: 4
    Font Preview: Medium
    TextComposer: Latin
    Display: 1
    Display Bounds: top=0, left=0, bottom=1024, right=1280
    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
    NumGPUs=1
    gpu[0].OGLVersion="3.0"
    gpu[0].MemoryMB=2048
    gpu[0].RectTextureSize=16384
    gpu[0].Renderer="AMD Radeon HD 7450"
    gpu[0].RendererID=26489
    gpu[0].Vendor="ATI Technologies Inc."
    gpu[0].VendorID=4098
    gpu[0].HasNPOTSupport=1
    gpu[0].DriverVersion="9.12.0.0"
    gpu[0].Driver="aticfx64.dll,aticfx64.dll,aticfx64.dll,aticfx32,aticfx32,aticfx32,atiumd64. dll,atidxx64.dll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dl l"
    gpu[0].DriverDate="20121219000000.000000-000"
    gpu[0].CompileProgramGLSL=1
    gpu[0].TestFrameBuffer=1
    gpu[0].OCLPresent=1
    gpu[0].OCLVersion="1.2 AMD-APP (1084.4)"
    gpu[0].CUDASupported=0
    gpu[0].OCLBandwidth=0
    gpu[0].glGetString[GL_SHADING_LANGUAGE_VERSION]="4.20"
    gpu[0].glGetProgramivARB[GL_FRAGMENT_PROGRAM_ARB][GL_MAX_PROGRAM_INSTRUCTIONS_ARB]=[214748 3647]
    gpu[0].glGetIntegerv[GL_MAX_TEXTURE_UNITS]=[8]
    gpu[0].glGetIntegerv[GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS]=[32]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS]=[16]
    gpu[0].glGetIntegerv[GL_MAX_TEXTURE_IMAGE_UNITS]=[16]
    gpu[0].glGetIntegerv[GL_MAX_DRAW_BUFFERS]=[8]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_UNIFORM_COMPONENTS]=[16384]
    gpu[0].glGetIntegerv[GL_MAX_FRAGMENT_UNIFORM_COMPONENTS]=[16384]
    gpu[0].glGetIntegerv[GL_MAX_VARYING_FLOATS]=[128]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_ATTRIBS]=[29]
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_PROGRAM]=1
    gpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_PROGRAM]=1
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_SHADER]=1
    gpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_SHADER]=1
    gpu[0].extension[AIF::OGL::GL_EXT_FRAMEBUFFER_OBJECT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_RECTANGLE]=1
    gpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_FLOAT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_OCCLUSION_QUERY]=1
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_BUFFER_OBJECT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_SHADER_TEXTURE_LOD]=1
    License Type: Subscription
    Serial number: 91190488316282957975
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\
    Temporary file path: C:\Users\Owner\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 931.4G, 518.0G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Required\Plug-Ins\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Plug-ins\
    Installed components:
       ACE.dll   ACE 2013/10/29-11:47:16   79.548223   79.548223
       adbeape.dll   Adobe APE 2013/02/04-09:52:32   0.1160850   0.1160850
       AdobeLinguistic.dll   Adobe Linguisitc Library   7.0.0  
       AdobeOwl.dll   Adobe Owl 2013/10/25-12:15:59   5.0.24   79.547804
       AdobePDFL.dll   PDFL 2013/10/29-11:47:16   79.508720   79.508720
       AdobePIP.dll   Adobe Product Improvement Program   7.0.0.1786  
       AdobeXMP.dll   Adobe XMP Core 2013/10/29-11:47:16   79.154911   79.154911
       AdobeXMPFiles.dll   Adobe XMP Files 2013/10/29-11:47:16   79.154911   79.154911
       AdobeXMPScript.dll   Adobe XMP Script 2013/10/29-11:47:16   79.154911   79.154911
       adobe_caps.dll   Adobe CAPS   7,0,0,21  
       AGM.dll   AGM 2013/10/29-11:47:16   79.548223   79.548223
       ahclient.dll    AdobeHelp Dynamic Link Library   1,8,0,31  
       aif_core.dll   AIF   5.0   79.534508
       aif_ocl.dll   AIF   5.0   79.534508
       aif_ogl.dll   AIF   5.0   79.534508
       amtlib.dll   AMTLib (64 Bit)   7.0.0.249 BuildVersion: 7.0; BuildDate: Thu Nov 14 2013 15:55:50)   1.000000
       ARE.dll   ARE 2013/10/29-11:47:16   79.548223   79.548223
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2013/10/29-11:47:16   79.548223   79.548223
       BIBUtils.dll   BIBUtils 2013/10/29-11:47:16   79.548223   79.548223
       boost_date_time.dll   DVA Product   7.0.0  
       boost_signals.dll   DVA Product   7.0.0  
       boost_system.dll   DVA Product   7.0.0  
       boost_threads.dll   DVA Product   7.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.1.6.30929   2.1.6.30929
       CITThreading.dll   Adobe CITThreading   2.1.6.30929   2.1.6.30929
       CoolType.dll   CoolType 2013/10/29-11:47:16   79.548223   79.548223
       dvaaudiodevice.dll   DVA Product   7.0.0  
       dvacore.dll   DVA Product   7.0.0  
       dvamarshal.dll   DVA Product   7.0.0  
       dvamediatypes.dll   DVA Product   7.0.0  
       dvaplayer.dll   DVA Product   7.0.0  
       dvatransport.dll   DVA Product   7.0.0  
       dvaunittesting.dll   DVA Product   7.0.0  
       dynamiclink.dll   DVA Product   7.0.0  
       ExtendScript.dll   ExtendScript 2013/10/30-13:12:12   79.546835   79.546835
       FileInfo.dll   Adobe XMP FileInfo 2013/10/25-03:51:33   79.154511   79.154511
       filter_graph.dll   AIF   5.0   79.534508
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       imslib.dll   IMSLib DLL   7.0.0.145  
       JP2KLib.dll   JP2KLib 2013/10/29-11:47:16   79.248139   79.248139
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libiomp5md.dll   Intel(R) OMP Runtime Library   5.0  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       LogSession.dll   LogSession   2.1.2.1785  
       mediacoreif.dll   DVA Product   7.0.0  
       MPS.dll   MPS 2013/10/29-11:47:16   79.535029   79.535029
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       PatchMatch.dll   PatchMatch 2013/10/29-11:47:16   79.542390   79.542390
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CC   CC  
       Plugin.dll   Adobe Photoshop CC   CC  
       PlugPlugOwl.dll   Adobe(R) CSXS PlugPlugOwl Standard Dll (64 bit)   4.2.0.36  
       PSArt.dll   Adobe Photoshop CC   CC  
       PSViews.dll   Adobe Photoshop CC   CC  
       SCCore.dll   ScCore 2013/10/30-13:12:12   79.546835   79.546835
       ScriptUIFlex.dll   ScriptUIFlex 2013/10/30-13:12:12   79.546835   79.546835
       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, 1, 2012, 1003  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   4, 1, 2012, 1003  
       updaternotifications.dll   Adobe Updater Notifications Library   7.0.1.102 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   7.0.1.102
       WRServices.dll   WRServices Mon Feb 25 2013 16:09:10   Build 0.19078   0.19078
    Required plug-ins:
       3D Studio 14.2.1 (14.2.1 x001)
       Accented Edges 14.2.1
       Adaptive Wide Angle 14.2.1
       Angled Strokes 14.2.1
       Average 14.2.1 (14.2.1 x001)
       Bas Relief 14.2.1
       BMP 14.2.1
       Camera Raw 8.4.1
       Camera Raw Filter 8.4.1
       Chalk & Charcoal 14.2.1
       Charcoal 14.2.1
       Chrome 14.2.1
       Cineon 14.2.1 (14.2.1 x001)
       Clouds 14.2.1 (14.2.1 x001)
       Collada 14.2.1 (14.2.1 x001)
       Color Halftone 14.2.1
       Colored Pencil 14.2.1
       CompuServe GIF 14.2.1
       Conté Crayon 14.2.1
       Craquelure 14.2.1
       Crop and Straighten Photos 14.2.1 (14.2.1 x001)
       Crop and Straighten Photos Filter 14.2.1
       Crosshatch 14.2.1
       Crystallize 14.2.1
       Cutout 14.2.1
       Dark Strokes 14.2.1
       De-Interlace 14.2.1
       Dicom 14.2.1
       Difference Clouds 14.2.1 (14.2.1 x001)
       Diffuse Glow 14.2.1
       Displace 14.2.1
       Dry Brush 14.2.1
       Eazel Acquire 14.2.1 (14.2.1 x001)
       Embed Watermark 4.0
       Entropy 14.2.1 (14.2.1 x001)
       Extrude 14.2.1
       FastCore Routines 14.2.1 (14.2.1 x001)
       Fibers 14.2.1
       Film Grain 14.2.1
       Filter Gallery 14.2.1
       Flash 3D 14.2.1 (14.2.1 x001)
       Fresco 14.2.1
       Glass 14.2.1
       Glowing Edges 14.2.1
       Google Earth 4 14.2.1 (14.2.1 x001)
       Grain 14.2.1
       Graphic Pen 14.2.1
       Halftone Pattern 14.2.1
       HDRMergeUI 14.2.1
       IFF Format 14.2.1
       Ink Outlines 14.2.1
       JPEG 2000 14.2.1
       Kurtosis 14.2.1 (14.2.1 x001)
       Lens Blur 14.2.1
       Lens Correction 14.2.1
       Lens Flare 14.2.1
       Liquify 14.2.1
       Matlab Operation 14.2.1 (14.2.1 x001)
       Maximum 14.2.1 (14.2.1 x001)
       Mean 14.2.1 (14.2.1 x001)
       Measurement Core 14.2.1 (14.2.1 x001)
       Median 14.2.1 (14.2.1 x001)
       Mezzotint 14.2.1
       Minimum 14.2.1 (14.2.1 x001)
       MMXCore Routines 14.2.1 (14.2.1 x001)
       Mosaic Tiles 14.2.1
       Multiprocessor Support 14.2.1 (14.2.1 x001)
       Neon Glow 14.2.1
       Note Paper 14.2.1
       NTSC Colors 14.2.1 (14.2.1 x001)
       Ocean Ripple 14.2.1
       Oil Paint 14.2.1
       OpenEXR 14.2.1
       Paint Daubs 14.2.1
       Palette Knife 14.2.1
       Patchwork 14.2.1
       Paths to Illustrator 14.2.1
       PCX 14.2.1 (14.2.1 x001)
       Photocopy 14.2.1
       Photoshop 3D Engine 14.2.1 (14.2.1 x001)
       Photoshop Touch 14.0
       Picture Package Filter 14.2.1 (14.2.1 x001)
       Pinch 14.2.1
       Pixar 14.2.1 (14.2.1 x001)
       Plaster 14.2.1
       Plastic Wrap 14.2.1
       PNG 14.2.1
       Pointillize 14.2.1
       Polar Coordinates 14.2.1
       Portable Bit Map 14.2.1 (14.2.1 x001)
       Poster Edges 14.2.1
       Radial Blur 14.2.1
       Radiance 14.2.1 (14.2.1 x001)
       Range 14.2.1 (14.2.1 x001)
       Read Watermark 4.0
       Reticulation 14.2.1
       Ripple 14.2.1
       Rough Pastels 14.2.1
       Save for Web 14.2.1
       ScriptingSupport 14.2.1
       Shake Reduction 14.2.1
       Shear 14.2.1
       Skewness 14.2.1 (14.2.1 x001)
       Smart Blur 14.2.1
       Smudge Stick 14.2.1
       Solarize 14.2.1 (14.2.1 x001)
       Spatter 14.2.1
       Spherize 14.2.1
       Sponge 14.2.1
       Sprayed Strokes 14.2.1
       Stained Glass 14.2.1
       Stamp 14.2.1
       Standard Deviation 14.2.1 (14.2.1 x001)
       STL 14.2.1 (14.2.1 x001)
       Sumi-e 14.2.1
       Summation 14.2.1 (14.2.1 x001)
       Targa 14.2.1
       Texturizer 14.2.1
       Tiles 14.2.1
       Torn Edges 14.2.1
       Twirl 14.2.1
       Underpainting 14.2.1
       Vanishing Point 14.2.1
       Variance 14.2.1 (14.2.1 x001)
       Variations 14.2.1 (14.2.1 x001)
       Water Paper 14.2.1
       Watercolor 14.2.1
       Wave 14.2.1
       Wavefront|OBJ 14.2.1 (14.2.1 x001)
       WIA Support 14.2.1 (14.2.1 x001)
       Wind 14.2.1
       Wireless Bitmap 14.2.1 (14.2.1 x001)
       ZigZag 14.2.1
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Kuler
       Adobe Exchange
    Installed TWAIN devices: NONE

  • Any standard way to use JCO

    Hi Gurus,
    I want to use JCO to communicate with a custom Bapi.
    In one standard application I observed that many classes related to interface are created.
    With this I assume that there must be some API to create the class files required to read the data from a BAPI.
    The code looks like this
    EmergencyContact_PortType proxy = new EmergencyContact_PortType();
    ((AbstractProxy) (proxy)).messageSpecifier.setJcoClient(client);
    Hrwpc_Rfc_Address_Getlist_Output output = proxy.hrwpc_Rfc_Address_Getlist(input);
    Any help in this regard is grateful.
    Regards,
    Suraj.

    Hi Suraj
    Refer to
    <a href="http://help.sap.com/saphelp_erp2005/helpdata/en/11/e2bc3d9ecc6b3be10000000a114084/content.htm">Proxy Generation</a>. Proxy generation will be done in NWDS and that helps you creating all the class files required.
    Regards,
    ND

  • Starting Over & Making Sure Library File is remote

    After spending some tine repairing my itunes lirary I have decided to start over and convert my FLAC files to new copies of AAC files.
    My two questions are how best to clear out my existing music library (I have 2 x iphones and a ipad but none have music from the library yet) and start over.
    I also want the Itunes library files to be kept within the Itunes Media folder which will be on a remote NAS and am not sure how to accomplish this after starting over.
    So my plan is...
    1. Clear out current Itunes music library
    2.Rencode a copy of all of my FLAC files to AAC and place them on a nas. NAS\\Itunes
    Thanks so much for any tips!!

    I have my music on a NAS, and this is what worked for me. Close itunes. Go to music> itunes and delete everything in that folder. Map a drive to a share on your NAS. Make a new folder on that share called itunes. Open itunes create a new library on your local drive. Once itunes is open go to edit> preferences> advanced make sur the top 2 check boxes are checked. Now click change and browse to your mapped itunes folder on the NAS, click select folder at bottom. Click ok. Now itunes will put everyting on your NAS. Keep the itunes xml,itdb, and itl files on your local machine, or you may have a huge performance hit, especially if there is a wireless connection invloved.

  • My free Adobe subscription is expired. I tried uninstalling the Reader and installing the new free Reader, but my system will not let me open a file and states I need to purchase the Adobe Reader. Any other way to view a PDF file?

    My free Adobe Reader has expired. I tried uninstalling the Reader and installing the new Free Reader trial, but my system still will not open a PDF file and states I need to subscribe to Adobe. Any way around this?

    Thank you.
    On Thu, Jun 26, 2014 at 9:44 AM, Bernd Alheit <[email protected]>

  • Making sure .vi files are open with the right version

    Hello everyone.
    Here's my situation: I need to have LabVIEW 2010 and LabVIEW 2011 installed in my computer, as well as VI's of each of these versions. Is there any way to have Windows open the .vi file with the corresponding version of LabVIEW? I know LabVIEW 2011 is able of opening VI's from both versions but what I want is to prevent the scenario in which someone opens this file and saves the .vi in the 2011 version by accident, thus preventing me from opening in other computers where only LabVIEW 2010 is installed.
    Any suggestions?

    "We had a similar problem with our software and I just made main.bat -file for the main-VIs/projects in each project.
    content in the bat-file fe.
    "C:\Program File\National Instruments\Labview 2010\Labview.exe filename.vi"
    OR
    "C:\Program File\National Instruments\Labview 2011\Labview.exe filename.vi"
    This way it opens allways in to the right LV-version.
    This tho, doesnt prevent anyone from running your VI without the bat! "
    This seems like a good idea speksih, if one could only retrieve the file version with the same script and then probably hide the actual .vi file so it's not opened by accident....it could work.

Maybe you are looking for