Custom Icon can be loaded from search directory

Currently Custom Icon can only be placed under 
C:\Users\Public\Documents\National Instruments\TestStand 2014 (32-bit)\Components\Icons
and
C:\Program Files\TestStand 2014\Components\Icons
and also from 
search directory option for icon (New Idea)
If icons can also be loaded in path mentioned search directory, It help a lot in handling things among a large ATE Team (50 Test Developers)
 

I made the zip file with WinZip in the same directory as the class file,
as directed by the previous thread, and uploaded it to my server.
It still does not load the applet.
Here is my webpage:
http://www.geocities.com/shaolin_bi/scopeApplet.html
Can someone please take a look and tell me what I am doing wrong?
Thanks.

Similar Messages

  • Utl_file can't read from my directory

    hello
    I am trying to load XML data from an xml file into a CLOB object and i am getting an error in the unlikely segment of the code. The following code can't read from the directory specified by the utl_file_dir parameter.
    I am setting the "utl_file_dir" parameter at the sys level and dont have it in the SPFILE (initialization) file.
    sys@LOCAL> ALTER SYSTEM SET UTL_FILE_DIR='C:\XMLBOOK\Examples\Chapter25\src\xml' SCOPE=SPFILE;
    System altered.
    sys@LOCAL> shutdown
    sys@LOCAL> startup
    sys@LOCAL> select name,value from v$parameter where name like '%utl_file_dir%';
    NAME VALUE
    utl_file_dir C:\XMLBOOK\Examples\Chapter25\src\xml
    sys@LOCAL> DECLARE
    2 v_xmldoc DBMS_XMLDOM.DOMDocument;
    3 v_parser DBMS_XMLPARSER.parser;
    4 v_out CLOB;
    5 v_dir VARCHAR2(200) :=
    6 'C:\XMLBOOK\Examples\Chapter25\src\xml';
    7 BEGIN
    8 -- New parser
    9 v_parser := DBMS_XMLPARSER.newParser;
    10 -- Setting up the parsing parameters
    11 DBMS_XMLPARSER.setValidationMode(v_parser, FALSE);
    12 DBMS_XMLPARSER.setPreserveWhiteSpace(v_parser, TRUE);
    13 -- The v_dir has to be a valid directory in the UTL_FILE_DIR
    14 DBMS_XMLPARSER.setBaseDir(v_parser, v_dir);
    15 -- Parsing the XML file
    16 DBMS_XMLPARSER.parse(v_parser, 'contact.xml');
    17 -- Getting the XML DOMDocument
    18 v_xmldoc := DBMS_XMLPARSER.getDocument(v_parser);
    19 -- Print out the result
    20 DBMS_LOB.createtemporary(v_out,FALSE,DBMS_LOB.SESSION);
    21 DBMS_XMLDOM.writetoClob(v_xmldoc, v_out);
    22 DBMS_XMLDOM.writetoFile(v_xmldoc,v_dir||'/out.xml');
    23 :out := v_out;
    24 DBMS_LOB.freetemporary(v_out);
    25 END;
    26 /
    DECLARE
    ERROR at line 1:
    ORA-29280: invalid directory path
    ORA-06512: at "SYS.UTL_FILE", line 18
    ORA-06512: at "SYS.UTL_FILE", line 424
    ORA-06512: at "XDB.DBMS_XSLPROCESSOR", line 15
    ORA-06512: at "XDB.DBMS_XMLPARSER", line 90
    ORA-06512: at line 16
    sys@LOCAL>
    It would be great if i get some help here.
    Thanks.

    try this:
    create directory test_d as 'F:\OracleXML';
    DECLARE
    v_xmldoc DBMS_XMLDOM.DOMDocument;
    v_parser DBMS_XMLPARSER.parser;
    v_out CLOB;
    -- v_dir VARCHAR2(200) := 'F:\ORACLEXML'; don use this
    BEGIN
    v_parser := DBMS_XMLPARSER.newParser;
    DBMS_XMLPARSER.setValidationMode(v_parser, FALSE);
    DBMS_XMLPARSER.setPreserveWhiteSpace(v_parser, TRUE);
    DBMS_XMLPARSER.setBaseDir(v_parser, 'TEST_D');
    DBMS_XMLPARSER.parse(v_parser, 'newtab.xml');
    v_xmldoc := DBMS_XMLPARSER.getDocument(v_parser);
    DBMS_LOB.createtemporary(v_out,FALSE,DBMS_LOB.SESSION);
    DBMS_XMLDOM.writetoClob(v_xmldoc, v_out);
    DBMS_XMLDOM.writetoFile(v_xmldoc,'TEST_D'||'/out.xml');
    -- :out := v_out;
    DBMS_LOB.freetemporary(v_out);
    END;

  • Custom Icon for Windows.exe from a Mac

    It doesn't seem possible to insert a custom icon for a Windows executable when working on Captivate on a Mac, is that right? The documentation (below) seems to gloss over this shortcoming.
    Custom Icon
    You can customize the icon that is displayed for the executable file. Click Browse (...) to add a custom icon for your file. Ensure that the icon file has a .ico extension (on Windows)/.icns (for Mac).

    I tried submitting this same problem as a feature request and/or bug report.
    Unfortunately, and somewhat disconcertingly, the Captivate Bug Report form also doesn't work. No matter how thoroughly I entered my request, I got these error messages:
    The following error(s) must be corrected before this form can be completed:
    Please enter your name
    Please enter your E-mail address
    Please select if it is feature request or the bug report.
    Please select a product
    Please enter the issue description

  • Selecting a file to load from a directory

    With the current code the file path/ directory was already present. What im trying to do is add in a drop down menu that will allow the user to select one of the multiple files saved in the same directory/ folder to be loaded. Can anyone assist?
    Attachments:
    FILE SELECT 2.vi ‏13 KB

    Thank you for your reply. What im trying to do is while the program/ subvi is runing the user will select a file from the combo box/ drop down menu and hit load. This will select one of the multiple files in the directory and load it  into the rest of the program. This section of the code is to load the hardware device with list of numbers from the file that is selected. I only have 3 but it can be up to 200 files.

  • All labview Vi's load from different directory

    OK this may be a stupid question but I done a save with options/ include VI.llbs. on my machine and now when I create a new vi whenever I try to put something on the block diagram it tells me that it is loading the files from the library that i saved for distribution. It only does this when I have the top level vi open of the library and try to open a new blank vi. It even does it when I open labview then open a blank vi and put anything down on the diagram and it does not give me this. then I can open up the top level vi from the library in question and put the same thing on the diagram and it will give me the warning. Maybe this is normal behavior, I don't know.
    It just seams kind of funny that it would try to lo
    ad NI VI's from the llb instead of mine. Hope some can shed some light on this. I do not want to mess anything up.
    thanks in advance.
    Joe
    Joe.
    "NOTHING IS EVER EASY"
    Attachments:
    labview.jpg ‏32 KB

    If I understand what you are saying, this is annoying, but normal behavior.
    LabVIEW can only have one VI of a specific name in memory at a time. So if you have the top level VI in question open, all of it's sub-vis get loaded into memory. So then if you create a new VI and drop the 'General Error Handler.vi' from the palette, it will use the one already in memory from your library.
    Creating a new VI right after you start LabVIEW will let you use the vi.lib files, but then when you open your application from the library, it must use any vi.lib files that are in memory first.
    Usually it's best not to save a .llb with the vi.lib files unless it's required for source code control. Then it's a good idea to use the Development Environment Applicaiton
    Builder from OpenG to build the library for you. This will add a suffix you specify to every VI in the library and relink them to their callers. This way, other VIs you open will use the vi.lib files.
    Ed
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.

  • Servlets loading from wrong directory

              I'm new to weblogic 6.1, having previously used 5.1 in the past. I created a HelloWorld
              servlet, compiled it and put it into the classes directory of my web application.
              I edited the web.xml file appropriately and deployed the web application in the
              exploded directory format.
              However, when i request the servlet, i get a class not found error. It's clear
              that classloader is not looking in the "classes" directory because the error says
              that the class can't be found in the top-level of the application folder (as opposed
              to in the "classes" directory).
              When I move the servlet class to where weblogic is looking, it works fine, but
              this isn't how weblogic is documented to work, as the top-level application folder
              is for static files - what's going on here? I must be missing something basic
              Thanks for any help
              

              Oh shucks. My bad. I had the wrong directory structure. I had the classes directory
              under the top level application folder instead of under web-inf. Sorry.
              "Noah Davies" <[email protected]> wrote:
              >
              >I'm new to weblogic 6.1, having previously used 5.1 in the past. I created
              >a HelloWorld
              >servlet, compiled it and put it into the classes directory of my web
              >application.
              >I edited the web.xml file appropriately and deployed the web application
              >in the
              >exploded directory format.
              >
              >However, when i request the servlet, i get a class not found error. It's
              >clear
              >that classloader is not looking in the "classes" directory because the
              >error says
              >that the class can't be found in the top-level of the application folder
              >(as opposed
              >to in the "classes" directory).
              >
              >When I move the servlet class to where weblogic is looking, it works
              >fine, but
              >this isn't how weblogic is documented to work, as the top-level application
              >folder
              >is for static files - what's going on here? I must be missing something
              >basic
              >. .
              >
              >Thanks for any help
              

  • Tomcat7 fails can not load virtual host directory [solved]

    I have a new installation of timcat7 setup. The default apps work fine.
    I have a virtual host setup in my home directory but tomcat gies the following erro and it does nto work:
    "SEVERE: Application base [/home/doug/Sites/localcity] for host [localcity] does not exist or is not a directory. deployOnStartUp and autoDeploy have been set to false to prevent deployment errors. Other errors may still occur."
    This is an extract of ls -la of ~/Sites
    drwxrwxr-x  2 tomcat tomcat 4096 Apr 25 12:05 localcity
    I have the exact same setup on a different machine and can not see any differences. Any clue as to what I can do get get this host working?
    I am in the group 'tomcat'.
    Last edited by hypoglycemic (2012-06-05 12:41:54)

    I changed back to the dafault host location of webapps with the examples in it to test if it some larger problem than hosts. It looks liek it is becasue thsi is the log output on start up:
    May 26, 2012 3:07:33 PM org.apache.catalina.core.StandardContext postWorkDirectory
    WARNING: Failed to create work directory [/usr/share/tomcat7/work/Catalina/localcity/manager] for context [/manager]
    May 26, 2012 3:07:34 PM org.apache.catalina.util.SessionIdGenerator createSecureRandom
    INFO: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [741] milliseconds.
    May 26, 2012 3:07:34 PM org.apache.jasper.EmbeddedServletOptions <init>
    SEVERE: The scratchDir you specified: /usr/share/tomcat7/work/Catalina/localcity/manager is unusable.
    May 26, 2012 3:07:34 PM org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Deploying web application directory /var/lib/tomcat7/webapps/docs
    May 26, 2012 3:07:34 PM org.apache.catalina.core.StandardContext postWorkDirectory
    WARNING: Failed to create work directory [/usr/share/tomcat7/work/Catalina/localcity/docs] for context [/docs]
    May 26, 2012 3:07:34 PM org.apache.jasper.EmbeddedServletOptions <init>
    SEVERE: The scratchDir you specified: /usr/share/tomcat7/work/Catalina/localcity/docs is unusable.
    May 26, 2012 3:07:34 PM org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Deploying web application directory /var/lib/tomcat7/webapps/host-manager
    May 26, 2012 3:07:34 PM org.apache.catalina.core.StandardContext postWorkDirectory
    WARNING: Failed to create work directory [/usr/share/tomcat7/work/Catalina/localcity/host-manager] for context [/host-manager]
    May 26, 2012 3:07:34 PM org.apache.jasper.EmbeddedServletOptions <init>
    SEVERE: The scratchDir you specified: /usr/share/tomcat7/work/Catalina/localcity/host-manager is unusable.
    May 26, 2012 3:07:34 PM org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Deploying web application directory /var/lib/tomcat7/webapps/ROOT
    May 26, 2012 3:07:34 PM org.apache.jasper.EmbeddedServletOptions <init>
    SEVERE: The scratchDir you specified: /usr/share/tomcat7/work/Catalina/localcity/_ is unusable.
    May 26, 2012 3:07:34 PM org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Deploying web application directory /var/lib/tomcat7/webapps/examples
    May 26, 2012 3:07:34 PM org.apache.catalina.core.StandardContext postWorkDirectory
    WARNING: Failed to create work directory [/usr/share/tomcat7/work/Catalina/localcity/examples] for context [/examples]
    May 26, 2012 3:07:35 PM org.apache.catalina.core.ApplicationContext log
    INFO: ContextListener: contextInitialized()
    May 26, 2012 3:07:35 PM org.apache.catalina.core.ApplicationContext log
    INFO: SessionListener: contextInitialized()
    May 26, 2012 3:07:35 PM org.apache.jasper.EmbeddedServletOptions <init>
    SEVERE: The scratchDir you specified: /usr/share/tomcat7/work/Catalina/localcity/examples is unusable.
    May 26, 2012 3:07:35 PM org.apache.catalina.core.ApplicationContext log
    INFO: ContextListener: attributeAdded('org.apache.jasper.compiler.TldLocationsCache', 'org.apache.jasper.compiler.TldLocationsCache@6098f192')
    May 26, 2012 3:07:35 PM org.apache.coyote.AbstractProtocol start
    INFO: Starting ProtocolHandler ["http-bio-8080"]
    May 26, 2012 3:07:35 PM org.apache.catalina.startup.Catalina start
    So there is something wrong with the installation itself. I have pacman -R it followed by a -S but the problem remains.
    Is there someway to really super duperly remove the everythign related to tomcat to really truely remove ever trace so that it should rever to normal behaviour?

  • Can only load one search page. All plugins up to date

    I recently up-dated to latest Firefox. A cpl. of issues. A) Once I do A SEARCH there is a VERY LONG... MINUTES delay before I can do another - if at all. Before up-dating I could do search, search, search etc. and minimize ea. and keep going. B) Everything on Firefox screen is small and to the left of the screen. Was in center and large enough to read w/out having to enlarge. SEARCHES ARE SLOW. This happens ALL of the time. I appreciate your help. IF you didn't guess... I'm not a puter guru. May have to just go back to straight Google Bummer

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    See also:
    *http://kb.mozillazine.org/Unable_to_search_or_add_new_engines
    Do a malware check with some malware scanning programs on the Windows computer.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br /><br />
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.microsoft.com/security/scanner/en-us/default.aspx - Microsoft Safety Scanner
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    You can also do a check for a rootkit infection with TDSSKiller.
    *http://support.kaspersky.com/viruses/solutions?qid=208280684
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Custom data for equipment load from ECC to CRM 7.0

    Dear All,
    Please suggest the steps required to trace the initial/delta load data for equipment from ECC to CRM & carry out the enhancement for missing fields data.
    Thanks & Regards
    DB

    Hi,
    You have to use download object CRM_EQUI_LOAD. First ensure that all the materials and business partners from  ECC to  CRM are downloaded.
    For more details jut go through
    http://help.sap.com/saphelp_sm40/helpdata/en/94/657a3b233b8541a18ed80b424bf1f8/frameset.htm
    Best Regards,
    Rajendra

  • What type of songs can be loaded from itunes??

    I am trying to make a ring tone from garage band for my iphone and some songs from my itunes library won't load. They are not stolen songs or anything like that...most are from cd's uploaded. The one song that will load is from a cd i burned from an album I bought through the itunes store before I bought my new computer...what's going on with all this???

    http://www.bulletsandbones.com/GB/GBFAQ.html#importitms

  • Can't load from my external HD to my iPhoto library

    When I try to download pictures from my external HD to iPhoto library I get a message advising me of not enough free space.

    Wild guess here but have you considered the possibility that you don'r have enough free disk space?
    How big is your HD? How much free space on it?

  • Bookmarks will not load from dropdown menu

    Hi,
    i copied a lot of bookmarks over from safari to add to my existing bookmarks in firefox. The import seemed to work fine at first but soon i found that the drop down menus for my bookmarks toolbar would not load. Sometimes some and not all will load, sometimes not at all. If I open a sidebar, I can see that all my bookmarks still exist. Some have picture icons next to them, some have a blank white page icon. The ones with the blank page icons don't load from the sidebar.
    I'm not the most technical and it took me hours to arrange my bookmarks. Any fix for this without having to start from scratch would be really helpful.
    thanks!
    Henry.

    You might try Safe Mode (It will take more time to startup in Safe Mode because it runs a directory check.)
    If your Shutdown functions correctly that way, go to System Preferences >> Accounts >> Login Items, and remove them. Boot normally and test. If not go to ~(yourHome)/Library/Contextual Menu Items and move whatever is there to the desktop. Then do the same with /Library/Contextual Menu Items. Lastly, try moving ~(yourHome)/Library/Fonts to your desktop and restarting.
    Log out/in or restart, if that sorts it start putting items back one at a time until you find the culprit.
    EDIT: Also, if you can launch Activity Monitor in your Utilities folder and see if you can find the process that is still running.
    -mj
    Message was edited by: macjack

  • "load from icloud" on a few album-covers - why?

    I just installed iTunes11 (on MacOS 10.8.2) and noticed that in the upper-right corner of a few album-covers there's a new icloud-"icon" which says "load from icloud" when I move the mouse-cursor over it.
    I've NOT signed on for itunes match, so that can't be the explanation...
    What happens when I click on that icon and what exactely is it anyways?

    Yes, that's not normal.  My iPad Air set up via the cloud in about an hour.  Reset your iPad:  Press and hold BOTH the power and home buttons at the SAME time for about 10 seconds until you see the Apple Logo, then let go of both buttons.  See if you can start the process fresh when it comes back up.

  • CheckBox - how to set custom icons

    I need to figure out how to set a custom icon for a selected checkbox via the UIManager
    This works for un-selected checkboxes:
    UIManager.put("CheckBox.icon", new ImageIcon("../images/unselectedCheckBoxIcon.png")));
    how to change the icon when it is selected?
    I don't know the UIManager property for a selected checkbox icon and using the setSelectedIcon on the checkbox object it self does not seem to work:
    checkbox.setSelectedIcon(new ImageIcon("../images/selectedCheckBoxIcon.png"));
    Thanks for any ideas how to solve this!!

    Hi mKorbel, many thanks for your suggestion!
    For anyone interestsed,
    here is a small example of how I made it working.
    Unfortunately I cannot attatch the icon images that I use, but the selected icon can be downloaded from here, resize it to 32*32, remove the cross in the middle to save it as the unselected icon.
    * Modified sample code taken from here
    * http://www.java2s.com/Tutorial/Java/0240__Swing/CustomizingJCheckBoxCheckMarkIcon.htm
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.Color;
    import java.awt.Component;
    import java.awt.Graphics;
    import java.awt.GridLayout;
    import java.net.URL;
    import javax.swing.AbstractButton;
    import javax.swing.ButtonModel;
    import javax.swing.Icon;
    import javax.swing.JCheckBox;
    import javax.swing.JFrame;
    public class IconCheckBoxSample {
      public static void main(String[] args) {
            JFrame frame = new JFrame("Iconizing CheckBox");
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            Icon checked = new CheckBoxIcon();
            Icon unchecked = new CheckBoxIcon();
            JCheckBox aCheckBox1 = new JCheckBox("Pizza", unchecked);
            aCheckBox1.setSelectedIcon(checked);
            JCheckBox aCheckBox2 = new JCheckBox("Calzone");
            aCheckBox2.setIcon(unchecked);
            aCheckBox2.setSelectedIcon(checked);
            Icon checkBoxIcon = new CheckBoxIcon();
            JCheckBox aCheckBox3 = new JCheckBox("Anchovies", checkBoxIcon);
            JCheckBox aCheckBox4 = new JCheckBox("Stuffed Crust", checked);
            frame.setLayout(new GridLayout(0,1));
            frame.add(aCheckBox1);
            frame.add(aCheckBox2);
            frame.add(aCheckBox3);
            frame.add(aCheckBox4);
            frame.setSize(300, 200);
            frame.setVisible(true);
    class CheckBoxIcon implements Icon {
      public void paintIcon(Component component, Graphics g, int x, int y) {
        AbstractButton abstractButton = (AbstractButton)component;
        ButtonModel buttonModel = abstractButton.getModel();
        if(buttonModel.isSelected()) 
            g.drawImage(createImage("../images/selectedCheckBoxIcon.png","info"), x, y, component);
        else
            g.drawImage(createImage("../images/unselectedCheckBoxIcon.png","info"), x, y, component);
      public int getIconWidth() {
        return 33;
      public int getIconHeight() {
        return 33;
      protected static Image createImage(String path, String description) {
            URL imageURL = CheckBoxIcon.class.getResource(path);
            Image icn = null;
            if (imageURL == null) {
                if(null==icn){
                    //System.out.println("path: "+path);
                    icn = new ImageIcon (CheckBoxIcon.class.getResource(path.replace("..",""))).getImage();
                    if(null!=icn)
                        return icn;
                    else{ 
                        System.err.println("Resource not found: " + path);
                        return null;
                 return null;
            } else {
                return (new ImageIcon(imageURL, description)).getImage();

  • Can we load data using .xls in user define format(without using default template)

    Hi All,
    I'm new bee to FDM. Part of HFM support i use FDM to load flatfile data. Just has a bit more knowledge than end user.
    Requirement is that i need to load data from MS excel to Planning application via FDM.
    Previously application is in Excel(Macro driven) and upstream(data) is also in Excel(multi tab).
    As of my knowledge data can be loaded from .csv file(Excel save as CSV) with single tab.
    Could you please let me know possibilities to load data from .xls(.xlsx) to FDM.
    Thanks in advance.

    If you want to load data using Excel, utilising FDM's out-of-the-box functionality you will have to use one of the templates supplied i.e. Excel Trial Balance or Excel Multi-load template.

Maybe you are looking for

  • 10.4.7 Update Failed, Now Software Update Broken

    I tried to update from 10.4.6 to 10.4.7, but the update failed. I then tried the update via the package that was downloaded. No luck. Now, when I try to launch Software Update, it dies. Any help would be great appreciated. I am pretty much a newbie a

  • Problems with drive mapping

    We have changed the server of linux that supports tarantella. We have installed tarantella on redhat 8 and worked perfectly. I have installed the tarantella enhancement module for windows and activated in the array manager the option " let users acce

  • Jittery image on VGA projectors with MBP

    Recently I have had trouble projecting presentations from my MacBook Pro (15", early 2011, OS 10.8.3, 8 GB RAM) to several different VGA projectors. I am using a mini-Display to VGA adapter and use 2-screen mode (not mirroring). Initially, everything

  • Upgrading my Pro

    I bought a late 2008 Mac Pro (its the fully aluminum kind) and it came with 2 GB of memory, 2.4 GHz and 150 GB capacity. While I have an external hard drive, I'm always having to pull stuff off my laptop onto there. I was pursuing the Apple website a

  • Diff between xi3.0 and xi/pi7.0

    difference between sap xi 3.0 and sap xi/pi 7.0