Change default icon for new VI ?

Hi all,
When I open a new VI, it comes with the default icon here :
Is there a way to modify this default icon ? I assume the "untitled.vi" comes from a template, so if I can find this template and modify its icon then there I am..
But if so, where can I find this template ?
Thanks for any help
Message Edité par TiTou le 11-30-2006 06:20 PM
When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"
Attachments:
Clipboard01.gif ‏4 KB

I don't believe that the new VI comes from a template. Many such things do in LabVIEW, but I would guess this operation is built into the LabVIEW source code itself. I could be wrong there. My only other suggestion for helping to automate this is to put a blank template VI of your choice in the LabVIEW\project folder. Then create a launcher VI that opens a reference to this VI for template editing as shown below. Put this in your project folder as well.Now you have a direct menu option (i.e. Tools >> Launch Template...) for opening a new specialized template. I was hoping you could actually assign a specific shortcut to this menu option (for instance, Ctrl+N), since you can customize shortcuts in LabVIEW 8.x, but unfortunately this only applies to built-in menu options, not user VIs.
Message Edited by Jarrod S. on 11-30-2006 12:01 PM
Jarrod S.
National Instruments
Attachments:
NewFile.PNG ‏4 KB

Similar Messages

  • Change the default icon for unsatisfied node

    Is it possible to change the default icon for the unsatisfied node (unsatisfied indicator). I have checked the UI content element with the same name, but it does not have the source file setting in it, so I guess it is hard coded. I tried to change the source file with the name unsatisfied_status.gif to a different image and it works, but this will be a system wide change. I want to do this as a model specific change. Has anyone done this before? Thanks in advance.
    Cheers,
    Biju.
    [My Oracle Blog|http://oraclewithbiju.blogspot.com]

    Did you try changing image name in UI edit page?
    UI edit page lists few images which can be changed for each UI, like unsatisfied indicator, logic status icons etc.

  • How do I change the default zoom for New Tab only?

    The New Tab zoom in Firefox 33 is too high to see all 12 of my thumbnails. I changed it using ctrl- but the next time I opened a New Tab, the zoom was back at 100%. How do I change the default zoom for New Tab only?

    cor-el, what am I looking for in '''content-prefs.sqlite'''?

  • ICal default calendar for new event

    When I sync a new iCal event from my PDA to iCal on my Powerbook, it defaults to a named, published calendar rather than "unfiled". Because of this, I immediately have to go through and change any new or changed events that have been sync'd to prevent them from being incorrectly published. I want to use the "unfiled" (and unpublished) calendar as my default calendar for new or changed events that I sync from my PDA, how do I do it?

    If you are using iSync, press the Tungsten icon in its main window to drop down the configuration pane. Select the Unfiled calendar under the Calendar section as the Put events created on Palm into: option.
    In the Missing Sync for Palm OS, double-click the Mark/Space Events conduit and select Put items from read-only calendars into: Unfiled. You have to create this calendar in iCal if it is not present already, before it can be selected in the Missing Sync.

  • Changing the icon for saved Web links.

    Im trying out different forum topics to see if anyone can help and I thought this would be a cool thing to do and might be doable with an applescript.
    I save a lot of web address as files to go back to later and I find the default @ icon for firefox or the blank icon for safari pretty appalling. I was wondering if there was a way to change the icon so that when ever I save a new link file it would use the new icon. I was thinking about just an icon that has the Firefox, safari, chrome logo would be good or even better a little picture preview of the web page its self. Any help on this little idea I have is very appreciated
    I really like the idea of a page preview for weblink files. Like this ( http://i12.photobucket.com/albums/a238/Nuclearanthrax/Screenshot2010-09-02at1021 41PM.png )
    I completely understand a straight up no answer to this. I have no idea how applescript works. I have used it very few times.

    Pierre,
    I tried this AppleScript but it was not working. Is there something that I need to check.
    I had a few web link files in a folder and the script RAN the INFO window popped up but nothing changed.
    This would be a valuable tool for me an my students,
    Thanks in advance
    Joe
    Pierre L. wrote:
    The following script should do part of what you are asking for. However, since it uses [GUI Scripting|http://www.macosxautomation.com/applescript/uiscripting/index.html], you must first enable the Accessibility Frameworks by clicking the checkbox labeled "Enable access for assistive devices" in the Universal Access System Preference pane.
    Just copy and paste the script into the AppleScript Editor window and click the Run button.
    *set theInfoFiles to choose file of type {"webloc"} with prompt "Please select one or more Internet location files." with multiple selections allowed*
    *set theAppFile to POSIX file "/Applications/Safari.app" as alias*
    *tell application "Finder"*
    activate
    *open information window of theAppFile*
    *set windowName to name of result*
    *tell application "System Events" to tell process "Finder"*
    *set focused of image 1 of scroll area 1 of window windowName to true*
    *keystroke "c" using command down*
    *end tell*
    *close information window of theAppFile*
    *repeat with thisFile in theInfoFiles*
    *open information window of thisFile*
    *set windowName to name of result*
    *tell application "System Events" to tell process "Finder"*
    *set focused of image 1 of scroll area 1 of window windowName to true*
    *keystroke "v" using command down*
    *end tell*
    *close information window of thisFile*
    *end repeat*
    *end tell*
    Hope it can help.

  • How to change default approval for ResourceAuthorizerApproval ?

    Hi,
    I'am new in OIM and I follow documentation where I found some predefined workflows. I'd like to use them.
    Could you tell me, step by step, how to change default approval for ResourceAuthorizerApproval (only for my new defined resource).
    I'm using OIM 11g and Design Console 11.1.1.3.0.2.0

    Ok, I made new tamplate (copy of existing one), there I changed Template Level Approval Process and set allowed resources. It seems to be ok :)
    If there are other solutions please share with me
    Thanks
    M.

  • How to setup a default size for new divs in fluid grid layout in dreamweaver?

    Hi,
    how to setup a default size for a new divs in fluid grid layout in dreamweaver? I don't need the default size for new divs as a 100% width, I need them 13.69% as a one coulmn width only (7 coulmns fluid grids layout for desktop size 1000w).
    This problem I've faced when I intended to insert dozens of fluid grid divs in the layout.

    Sorry, I don't believe that you have had a good look at the Foundation framework. I'll now hold your hand while we go through the basics.
    Here is the specific page http://foundation.zurb.com/docs/components/grid.html
    The default values are
    Em-base : 16px
    Row width: 62.5em (62.5em x 16px = 1000px)
    Columns per row: 12
    These and other default values can be changed. The fact of the matter is that if you stipulate a section width of 2 or 3 or 12 columns, the widths will automatically be calculated for you.
    In your case, if you want 7 columns, all you need to do is change the number of columns per row and the rest is done for you.

  • Set a Default Calendar for New Appointments in iCal?

    I never found a post with a sufficient answer to this question. However, it seems as though I may have stumbled on a resolution myself.
    iCal has it's own default calendars: Home and Work. I use MobileMe so the MoblieMe calendar is listed there as well. I also have an iPhone 4. I wanted all calendars to syncronize automatically when I create a new appointment on any of the 3 locations (laptop, cloud, or phone). I found that when create a new event in iCal on my macbook pro, it wouldn't update with mobileme or my phone. This was because when I double click to create a new event, iCal automatically puts the new event into my "Home" calendar, even though it was unchecked and not highlighted. As soon as I double click to create the new event, iCal's default kicks in and the Home calendar in the "On My Mac" section suddenly becomes checked and highlighted all by itself and the new event is automatically placed there, never to be updated with the cloud or on my phone.
    I think the problem may be related to something I read under "How Do I Set a Default Calendar for New Appointments in iCal?" There a solution given was that the uppermost calendar was being defaulted to and it was suggested to drag the desired calendar to the uppermost position. None of my calendars would drag anywhere. However, I find that if I uncheck Home and Work in the column on the left under "On My Mac" AND then click the arrow so those two calendars are hidden (very important), and then check and highlight the only showing calendar: MobileMe, that (so far) when I doulbe click to create a new event, a new event is created in the MobileMe calendar, and Home and/or Work under the "On My Mac" section never becomes checked or highlighted. So the new event is created only in the MobileMe calendar listed and updates on my laptop, in the cloud, and on my phone.
    So far that has been my experience; but, it has been only minutes since I tried that, so let's see what happens after a couple of weeks or so of normal use and see if the problem is actually resolved.

    I have been searching for this information for weeks now -- thank you!
    This works for Google Calendar as well as for Mobile Me. I'm going to type a little more information here to see if I can help this answer come up more quickly for other users when they keyword search as I was doing.
    This answer helped me reset and change the default calendar for iCal. I can now set my Google Calendar as the default calendar in iCal. When I create a new event in iCal, it syncs to Google Calendar as the default calendar without having to choose another calendar. All my iCal new events now go directly to Google Calendar and sync to my iPhone and iPad. I couldn't move the gmail google calendar to the top position, and just unchecking Home and Work didn't change where new events defaulted. Now my new events automatically go from iCal to google calendar, and I don't lose track of any events. I think you can set any calendar as the default iCal calendar for new events using this approach.

  • Latest Lithroom 5.6 does not recognize my .cr2 raw file format and Windows 7 it asociates with my older raw plug in in Ps CS5.5. I am not able to change default program for .cr2 in the properties pannel...

    Latest Lithroom 5.6 does not recognize my .cr2 raw file format and Windows 7 it asociates with my older raw plug in in Ps CS5.5. I am not able to change default program for .cr2 in the properties pannel...
    every new released update of Lr from v 5.2 changed somethin in my Windows 7 Professional settings. I am stucked. Can somebody help me please? Many thanks. Andrej

    Hi Jim,
    yes after I imported my .cr2 raw files into new catalog it started to work. Windows 7 still does not recognize them but I can edit them as you said within the Lr5.6 and then export them into .psd or .dng files...as needed.
    I bought Lr5 only because I got present - my new camera Cannon 70D and because my older Photoshop CS5.5 raw plugin does not recognize. cr2 files.
    Many thanks for your help.
    Andrej.

  • How can I change the icon for incoming messages on iChat?

    I already changed the icon for the ichat app, but whenever i get a new message it reverts back to the original icon with a number on the corner. I have an icon for the alternating messages i just don't know how to change it. HELP?!

    Hi,
    It's a long time since I changed an Icon on anything on my computer.
    The icon for the App is stored in the App and there are two ways to change  it.
    You can do a  Get Info (CMD and i Keys together) on the app itself and then Paste a new icon to the top field.
    The other way is to edit/change the icns file in the App itself.
    Right/Control Click the app and choose Show Package Contents.
    Open the Contents folder then Resources and the iChat.icns file is in there
    I am presuming that if you use the first method - the bit that puts the Red area with the number in it uses something else (possibly the icns file)
    I cannot find any "supply" of the red numbers.  In fact I use Chax (An iChat Add-On) that changes this  to the first part of the first IM that is not read - which suggests the red area is the important bit.
    If you do try to edit the .icns file I would save the Original first.
    8:10 PM      Monday; April 18, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
    Message was edited by: Ralph Johns (UK)

  • How can I change the icon for the bookmarks menu button

    Using linux, the default icon for the bookmarks menu button is quite ugly. Is there a way to change the icon for the button with some code in userChrome.css ?

    After several intents, I found a solution.
    This is my userChrome.css file:
    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    toolbarbutton[class="toolbarbutton-1"]#bookmarks-menu-button image[class="toolbarbutton-icon"] {
    list-style-image: url("bookmark_gray.png") !important;
    -moz-image-region: rect(0px, 0px, 0px, 24px) !important;}
    Probably it's messy but works.

  • How to change default thresholds for some metrics of all targets.

    Hi!
    We have a lot of servers which have to work hard.
    So, our OEM very often generates messages like these:
    "EM Alert: Critical:dbsora90.tsb.kz - CPU Utilization is 99.95%, crossed warning (80) or critical (95) threshold."
    "EM Alert: Critical:dbsora94.tsb.kz - Disk Device c8t60A9800043346C384C344A4A63516D6Ad0(ssd4) is 99.7% busy."
    "EM Alert: Critical:dbsora94.tsb.kz - CPU Load (Run Queue Length averaged over 5 minutes) is 20.78, crossed warning (10) or critical (20) threshold."
    I need to change default tresholds for mentioned metrics but I can't their defenition in SYSMAN.MGMT_*-tables or suitable settings in OEM GUI.
    And I have no time to edit treshholds manually for each target. )

    Modification of Metric Thresholds (as this is what you are referring to), should be done using the Metrics and Policy Settings link (to be found in the Target Home page).
    Don't mess around with the SYSMAN tables!
    Best thing to do here is to start using Monitoring Templates for this.
    Check:
    Oracle® Enterprise Manager Concepts
    11g Release 11.1.0.1
    http://download.oracle.com/docs/cd/E11857_01/em.111/e11982/toc.htm
    Regards
    Rob
    http://oemgc.wordpress.com

  • How to setup a default direction for new divs in fluid grid layout in dreamweaver?

    Hi,
    how to setup a default direction for new divs in fluid grid layout in dreamweaver? I am an RTL interface user, I need my new divs to be inserted from right to left not Left to Right! could it be in dreamweaver?
    Thanks.

    This may get me into strife, but my experience is that you are better off finding another platform for your RWD.
    The framework that I tend to use is by Zub-Foundation http://foundation.zurb.com/.
    A commercial product that I have come to appreciate can be found here http://www.projectseven.com/products/tools/composer/index.htm. Please do not mention me if you happen to choose this product.

  • How can I create an icon for "New Tab" (not "new window") on the toolbar?

    I want to have an icon for New Tab on the toolbar. I cannot find such icon on the Customize option.
    Is this possible?
    BTW I tried to check options-->tabs-->open new windows in a new tab instead, but this does not help and when clicking the "new Window" icon on the toolbar, indeed a new window - and not a new tab - opens.
    Thanks.

    You can open the Customize window and drag the New Tab (+) button form the tab bar on another toolbar. It will become a regular New Tab toolbar button.
    Open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout"

  • How I change the icon for iTunes songs?

    When I drag iTunes songs onto my desktop the icon is white with a gray iTunes icon. How can change this icon for all of my iTunes songs?

    Thanks Patrick. I used Control-Click on the actual audio file on my desktop opened the Show View Options menu and turned off the icon preview option. That changed my icons from gray with a white background to red with a white background which is exactly what I wanted.  You pointed me in the right direction. Appreciate it.

Maybe you are looking for

  • How do I restore my iPhoto Library after emptying the trash?

    I recently transferred my iPhoto from my external hard drive to my desktop of my macbook air. I have two different iPhoto Libraries on this computer. IphotoAug2014 and IphotoFeb. I just now deleted the iPhotoFeb from my desktop and then emptied my tr

  • Requisition - Project LOV extension/customization

    Can Project LOV on Requisition Page can be extended based on the Requester's transaction controls? I have extended the seeded VO ProjectPALovVO and trying to filter projects based on the requester id (RequesterId). I created a LOV mapping for Project

  • Capturing video from added card in a camera?

    I'm currently weighting pros and cons on a SONY HDR-PJ430V handycam that has a 32GB internal memory but also an option to add a SDXC (class 10) card up to 64GB. I'd like to know for those of you who owns, either this cam, or any other AVCHD cam with

  • Trying to download Designer from Oracle Corp

    I have (in Vain) been trying to download designer release 6 with frustration. I left it overnight three times and come back in morning only to find it has hung on "two seconds"!!!. I need to get hold of designer and this is a great hinderance - is it

  • Replacement HD for HP Pavillion P6754Y

    Over 6 months ago, I started receiving the dreaded "Hard Drive failure is imminent". Yes, I took all the precautions. Last night it finally died (to a degree, I was still able to make one final backup). My question is- now that I will have to replace