Has anyone made a custom save and open button yet?

could you please show me a vi example?
using labview 6.1
thx reen

I am guessing that you want buttons containing graphics such as the open and save buttons in the MS word toolbar.
Simply use a plain boolean button, customize it (right-click...advanced...customize) and import the desired graphics icon to the true and false states. You can get the graphics by taking a screen capture, then cropping it using a graphics program.
LabVIEW Champion . Do more with less code and in less time .

Similar Messages

  • How to pop up "save" and "open" window - Help with construct xml

    In my report there is a column link which is pointing to another HTML page that has xml data displayed in a textarea field. So when user clicks on the column link, he gets to directed to the page that have the xml data in text format.
    My question is, how can i make the xml data display as a file, so when the user clicks on the column link, a window with "save" and "open" will pop up so the user can save the xml data as a file?
    Has anyone done something similar like this? any help is appreciated!
    Regards,
    gina
    Message was edited by:
    gina

    Thank you Tine, I tried to use the 'Export XML' report template and tried to do the following query:
    SELECT XMLElement("oai_dc:dc",
    XMLAttributes('http://www.openarchives.org/OAI/2.0/oai_dc/' AS "xmlns:oai_dc",
                        'http://purl.org/dc/elements/1.1/' AS "xmlns:dc",
    'http://www.w3.org/2001/XMLSchema-instance' AS "xmlns:xsi",
    'http://www.loc.gov/mods/v3' AS "xmlns:mods"
    XMLForest(
    dctitle AS "dc:title",
    dccreator AS "dc:creator",
    dcsubject AS "dc:subject",
    dcdescription AS "dc:description",
    dccontributor AS "dc:contributor",
    dcdiscovery AS "dc:discovery",
    dctype AS "dc:type",
    dcformat AS "dc:format",
    LOWER('ksl:posters-' || dcidentifier) AS "dc:identifier",
    dcsource AS "dc:source",
    dclanguage AS "dc:language",
    dcrelation AS "dc:relation",
    dccoverage AS "dc:coverage",
    dcrights AS "dc:rights")) AS "RESULT"
    FROM table_name
    and here is what returned in the “save as" file:
    <?xml version="1.0" encoding="utf-8" ?>
    - <XMLREPORTREGION>
    - <ROW ROWNUM="1">
    <RESULT>[datatype]</RESULT>
    </ROW>
    </XMLREPORTREGION>
    How can i construct the query so that it returns the data in xml format like the following?:
    oai_dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
    <dc:title>Rose</dc:title>
    <dc:creator>Smith Black</dc:creator>
    <dc:contributor>Smith Black</dc:contributor>
    <dc:type>Stencil</dc:type>
    <dc:format>image/tiff</dc:format>
    <dc:format>image/jp2</dc:format>
    <dc:description>13 3/4" X 9 1/2"</dc:description>
    <dc:relation>Some collection</dc:relation>
    <dc:date>1987</dc:date>
    <dc:subject type="LCSH">Art Project</dc:subject>
    <dc:subject type="LCSH">........</dc:subject>
    <dc:subject type="LCSH">.........</dc:subject>
    <dc:language>eng</dc:language>
    <dc:rights>......<dc:rights>
    <dc:identifier>.....</dc:identifier>
    </oai_dc:dc>
    I don't know much about xml, any help would be really appreciated.
    Thanks,
    gina
    Message was edited by:
    gina

  • HT5439 Has anyone had the Network time and date error with Apple TV when traveling?

    Has anyone had the Network time and date error with Apple TV when traveling?

    Jasion,
    Maybe a bit beside the question, but it is always recommended here to open/save from/to own hard disk, and to copy from/to networks and removable media. You may be lucky, at least for a while, but it is better to be safe than sorry.
    In addition to the (far greater) risk of file corruption, some issues are mentioned here:
    http://helpx.adobe.com/illustrator/kb/illustrator-support-networks-removable-media.html

  • Can I save and open an attachemnt at the same time?

    I want to be able to open an email with an attachement or attachments and click on the save button for the attachment(s), designate the location (folder) where they are to be saved - but also tell Mail to save the attachments then open them up on the desktop. Two operations in one. If you understand my request you understand what you have to do now - two separate steps. Save. Then find the saved files and open them.
    OR
    Open the attachment from the email which then downloads the file to your designated "all-purpose" location (not the ultimate location you'd want to save it). Then once you've seen it, you do the save thing with the original mail attachment and then have to go back and delete the file from the designated all-purpose download location.
    This latter problem of having to delete unedited downloads manually could be solved with an option in Mail preferences to automatically delete unedited downloads in the "all-purpose" location after that same attachment had been downloaded to another specific location on your hard drive. This option for deleting unedited downloads does not exist, however.
    But even if this step-saver option existed in the preferences, you still would not be able to tell your Mac to save a particular Mail email attachment to a particular folder AND open that attachment at the same time in one command.
    That's what I want.
    Maybe I want both. Save and open together plus the ability to automatically delete unedited attachment downloads in the "all-purpose" download file after the same attachment has been downloaded to another specific location on your hard drive.

    with IOS 6 yes you will be able to do that

  • My daughter has downloaded free games from the App Store and I have been charged in excess of £200 and I don't know why has anyone had the same issue and if so how did you get your money back

    My daughter has downloaded free games from the App Store and I have been charged in excess of £200 and I don't know why has anyone had the same issue and if so how did you get your money back

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact
    To help avoid future transgressions set the Restrictions for In-App Purchases...
    Settings > General > Restrictions
    Understanding Restrictions  >  http://support.apple.com/kb/HT4213

  • How to save and open Text/csv file over APS

    Hi,
    I want to save(and open later) data from database block in text/csv file format over Application server, I did a lot of search here on Forms but didn't found a reasonable solution, Some one plz help me.
    Thanks and Regards, Khawar.

    As long as you are using the Report Generation Toolkit, there is no need to use ActiveX for the purpose of saving the Excel file -- Save Report will do that for you.  You can then export (as text) all of the Excel data and use the Write Spreadsheet File to make the .CSV file.  Here is how I would rewrite the final bits of your code --
    I cleaned up the wires around Excel Easy Table a bit.  You'll see I made a VI Icon for Replace Filename, which does (I think) a nicer job of self-documenting than showing its Label.  To make the filename, add the correct extension (.xlsx for Excel, .csv for CSV), use Build Path to combine Folder and Filename, and wire to Save Report.
    The next two functions add the Extract Everything and Write to Spreadsheet, using a Comma as a separator, which makes a CSV copy for you.
    Bob Schor

  • Has anyone else been double charged and unable to fix it?

    Has anyone else been double charged and unable to fix it?

    So you have never made an error, nor your company, nor your Doctor, nor your Police, nor your......... add whateveer you like!!
    Remember That Adobe is a global enterprise dealing with millions of customers around the world and it is all operated by people and yes people are fallible - including me!!!
    I'll bring this to the attention of Jeffrey but he has mostlikely seen it already but is on holiday until next week AFAIK.
    have a good New Year.........

  • HT4075 I don't have any problems merging the documents by dragging, but when I try to save and open afterwards, only the last shown doc was saved, not the combined files I wanted to merge. I tried save and export, how can I create the file after merging?

    Hi, I'm having trouble saving the documents when merging in Preview. I don't have any problems merging the pdf documents by dragging them in preview, but when I try to save and open afterwards, only the last shown doc was saved, not the combined files I wanted to merge. I've tried save and export, but none merge the documents after saving... how can I create the file (with all the pdf files) after merging?

    That's a comment in the file. It has no effect at all.

  • How can I permanently save my customized toolbars and navigation button settings? When I run Norton Utilities CleanUp, Firefox gets reset to 'factory'.

    I like to clean things out on a regular basis but when I run the Norton Clean-up utility all of my custom toolbar and navigation button settings get reset to 'factory' condition. How can I permanently save these changes to my config or preference settings?

    Cookies, Completed Forms, .tmp files are all that's set to be cleared. If I can identify the appropriate elements I can protect them from deletion. Does anyone know?

  • Camera on iPhone4 doesn't work, when you use either the icon on the screen all you get the the shutter. I am unable take pictures. Has anyone had the same problem and are there any solutions?

    The camera on my iPhone 4 isn't working and hasn't for quite sometime. I have updated the phone to IOS 6 and it hasn't made any difference.
    When you use the icon that appears at the bottom of the screen or the camera icon on the main screen all you see is the camera shutter.I have tried to restore the camera and that hasn't made any difference. I have spoken to Apple support and they sent me a support site to check out, but there isn't any specific solution for my problem. Has anyone had a similar problem and is there a solution?

    Try:
    - Reset the iPhone. Nothing will be lost
    Reset iPhone: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iPhone.
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • Auto Save and Open

    I am using Windows 7 with Adobe Reader XI. I'm building a website that has help documents that I would like to Auto save and open with Adobe Reader XI. I am unsure if this is a user feature or a publisher feature. I want to have these documents auto open and run in Internet Explorer 11 specifically. I've tried to add the site as a trusted site and just about all the other steps.
    Thank you for your help!

    Depending on the IE configuration, clicking on a PDF link will either
    save the PDF to a temp folder, then open it in the Adobe Reader add-on
    save the PDF to a temp folder, then open it in the Adobe Reader application

  • I smashed my IPAD glass and after having it repaired I am no longer able to access wifi unless I am right next to my router.  Has anyone else had this experience and what is solution?

    I smashed my IPAD glass and after having it repaired I am no longer able to access wifi unless I am right next to my router.  Has anyone else had this experience and what is solution?

    Given the complexity in merely getting the thing open, that is likely. Or they forgot to reconnect it. See #14  and from #52 on down in: http://www.ifixit.com/Guide/Installing+iPad+2+GSM+Bluetooth-Wi-Fi+Antenna/6166/1

  • HT1386 My iPhone 4S will not sync with the music I have selected in iTunes.  Has anyone else had this issue and what is the best way to fix it.

    My iPhone 4S will not sync with the music I have selected in iTunes.  Has anyone else had this issue and what is the best way to fix it.

    Hi,
    Setting up syncing
    Before setting up syncing you should download and install the latest version of iTunes. Wi-Fi syncing requires iTunes 10.5 or later and iOS 5 or later. You can change your sync options at any time. Each time you sync, content is synced between your iOS device and computer to reflect new, updated, or deleted content.
    USB syncing
    Open iTunes.
    Connect the iOS device to your computer using the included USB cable and select it in iTunes under Devices on the left-hand side. Some tabs may not appear if you do not have corresponding content in your library. For example if you do not have any podcasts in your library, the corresponding Podcast tab will not appear.
    Click Apply, in the lower-right corner of the screen, to sync.
    Wi-Fi syncing
    Open iTunes
    To set up Wi-Fi syncing, connect your iOS device to your computer with the included USB cable. Select your device under Devices on the left-hand side.
    In the Summary tab, select "Sync with this [device] over Wi-Fi".
    Whenever the computer and the iOS device are on the same network, the iOS device will appear in iTunes, and you can sync it. The iOS device will sync automatically when all of the following are true: 
    The iOS device is plugged in to power
    iTunes is open on the computer
    The iOS device and the computer are on the same Wi-Fi network
    While the iOS device appears in the left-hand column of iTunes, you can select the content tabs and configure sync options.
    Click Apply or Sync to sync the iOS device.
    Hope this helps

  • Has anyone made any work for CiA Draft standard proposal 406 for Encoders?

    We are asked to program a test application for encoders. The encoders have a varity of interfaces. One of them is CAN which uses the CiA Draft standard proposal 406 for Encoders.
    Has anyone made VIs for this standard?
    Waldemar
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

    Hi,
    This seems like a application layer protocol. Is that right?.
    If so, NI doesn't have VIs to decode this particular protocol. At the moment the NI-CAN driver provides the Frame API or the Channel API.
    Let's see if someone else has worked with this protocol.
    DiegoF
    National Instruments

  • Has anyone made a Watts UP? Meter vi??

    I am trying to integrate a WATTS UP? meter into my project.  Has anyone made a vi for this meter?  It is the RS-232 version, and here is there website can be found https://www.wattsupmeters.com/secure.html .  The company says they have not made one for Labview, but before I dig into making a vi, I wanted to see if any of you have made one yet.  Thanks in advance!
    - J.S.
    Attachments:
    WattsUp_Pro2.jpg ‏6 KB

    Hey. Well, there are several ways that I have found to make tables 508 compliant. The one I went with is as follows:
    public static class AccessibleTableSelectionListener implements ListSelectionListener {
    JTable innerTable;
    public AccessibleTableSelectionListener(JTable table) {
    innerTable = table;
    public void valueChanged(ListSelectionEvent e) {
    if (e.getValueIsAdjusting()) return;
    ListSelectionModel lsm = (ListSelectionModel)e.getSource();
    if (innerTable.getRowCount() > 0 && !lsm.isSelectionEmpty())
    setAccessibleNameForSelectedCell(innerTable);
    private void setAccessibleNameForSelectedCell(JTable table) {
    int selectedRow = table.getSelectionModel().getLeadSelectionIndex();
    int selectedCol = table.getSelectedColumn();
    if (selectedRow >= 0 && selectedCol >= 0 && table.getCellRenderer(selectedRow, selectedCol) instanceof DefaultTableCellRenderer) {
    String selectedCellValue = table.getValueAt(selectedRow, selectedCol) == null ? " " : table.getValueAt(selectedRow, selectedCol).toString();
    String selectedColName = table.getColumnName(selectedCol) == null ? " " : table.getColumnName(selectedCol).toString();
    TableCellRenderer renderer = (TableCellRenderer)table.getCellRenderer(selectedRow, selectedCol);
    Component comp = renderer.getTableCellRendererComponent(table, selectedCellValue, true, true, selectedRow, selectedCol);
    comp.getAccessibleContext().setAccessibleName(selectedCellValue + " " + selectedColName);
    } // End of AccessibleTableSelectionListener
    You may need to tweak the above code to fit your app a bit. There is a bug here though. If you use jaws and a mouse, you will notice that jaws reads the last selected row. If you want to go around this you will need to delete the mouseListeners on the table and rewrite one that takes advantage of the above code. If you need any more help, just ask.
    Dan

Maybe you are looking for

  • Screen sharing no longer works.

    I cannot use screen sharing between my laptop and mini, although I used to be able to do so, after I "updated" to Lion. However, I can use file sharing, showing that wireless (airport) connection is working. This seems to be an Apple network problem.

  • K8n neo3 & geforce4 mx440se - can't get to work agp at 4x

    I have some questions: How do you enable agr slot in k8n neo3? How do you verify that is running at agp 4x or 8x? When I open Control panel/display/MSI information in AGP/PCIE information none of the options are marked. i've tried 6681 drivers (recco

  • GL Account data load - Struggle , Pls help

    Hi all , I am mapping the standard infoObject 0GL_ACCOUNT to an R/3 field of type HKONT . When i try to activate the data loaded in ODS , I get an error saying no SID exists for '   0003223311'. when i check the contents in the ODS , I can see the GL

  • Ciscoworks LMS 4.0.1 and 3850 switch support

    HI, I want to know if 3850 switch is supported in ciscoworks LMS 4.0.1, I added the devices, inventory collections successful but devices icon is  blue with question mark "?" and config sync fails always. I tried to download the packages to install i

  • Business Engine and Integration Engine based on which Engine ABAP or Java

    give me information about Business Engine and Integration Engine based on which Engine ABAP or Java Engine. What is Xapps and how it is related to XI