Using Rener Window for 3DWaterfall graph in executable

I'm using LabVIEW v11 on 32 bit Windows XP.
When I'm working in the development environment I can right click on the 3D Waterfall graph and bring up the Render Window, this works fine and is a much better display than the main 3D indicator. Unfortunately now that I've built the executable this option to bring up the Render Window isn't there.
Is there anything like a dll that I need to include in the build options. I've tried searching, but I can't seem to find much on the Render Window.
Thanks
Ian

Thanks for the update.
That's a pity. I've already shown the user, he was very impressed, now I will have to disappoint him.
Regards
Ian

Similar Messages

  • Viewing Window for Large Graphs

    Hi! I'm looking for pointers on how to develop a viewing window for large graphs, otherwise called 'reference maps' or 'reference diagrams'. For instance, you might have a very large diagram that does not fit in your screen with a very small version of it to one side. Over the small graph, there would be a square box that you move around to focus over to section of the graph. As you move the box, the large diagram on the other side moves around to show that "enlarged" area covered by the box. I'm trying to avoid reinventing the wheel. I've found plenty of information on graphs and diagrams, but nothing close to what I need. Please help? Thanks!

    Here's something I played with for a while.import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.event.*;
    public class Test extends JFrame {
        String text = "Hi! I'm looking for pointers on how to develop a viewing\n"+
                "window for large graphs, otherwise called 'reference maps'\n"+
                "or 'reference diagrams'. For instance, you might have a\n"+
                "very large diagram that does not fit in your screen with a\n"+
                "very small version of it to one side. Over the small graph\n"+
                ", there would be a square box that you move around to\n"+
                "focus over to section of the graph. As you move the box,\n"+
                "the large diagram on the other side moves around to show\n"+
                "that \"enlarged\" area covered by the box. I'm trying to\n"+
                "avoid reinventing the wheel. I've found plenty of\n"+
                "information on graphs and diagrams, but nothing close to\n"+
                "what I need. Please help? Thanks!";
        JTextArea jta = new JTextArea(text);
        JScrollPane jsp = new JScrollPane(jta);
        JPanel p = new ReferencePanel(jsp);
        public Test() {
         setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
         Container content = getContentPane();
         content.setLayout(new GridLayout(1,2));
         content.add(jsp);
         content.add(p);
         setSize(300,200);
         show();
        public static void main( String args[] ) { new Test(); }
    class ReferencePanel extends JPanel {
        JScrollPane jsp;
        JScrollBar horiz, vert;
        Image img;
        public ReferencePanel(JScrollPane JSP) {
         jsp = JSP;
         horiz = jsp.getHorizontalScrollBar();
         vert = jsp.getVerticalScrollBar();
         jsp.getViewport().addChangeListener(new ChangeListener() {
             public void stateChanged(ChangeEvent ce) { updateView(); }
         jsp.getViewport().getView().addComponentListener(new ComponentAdapter() {
             public void componentShown(ComponentEvent ce) { updateView(); }
             public void componentResized(ComponentEvent ce) { updateView(); }
         addMouseListener(new MouseAdapter() {
             public void mousePressed(MouseEvent me) { setScrolls(me); }
        public void paint(Graphics g) {
         if (img!=null) g.drawImage(img, 0, 0, this);
        private void setScrolls(MouseEvent me) {
         vert.setValue(me.getY()*(vert.getMaximum()-vert.getVisibleAmount()/2)/getHeight());
         horiz.setValue(me.getX()*(horiz.getMaximum()-horiz.getVisibleAmount()/2)/getWidth());
        private void updateView() {
         Component c = jsp.getViewport().getView();
         if (c== null || c.getWidth()==0) return;
         Image i = c.createImage(c.getWidth(), c.getHeight());
         c.printAll(i.getGraphics());
         img = i.getScaledInstance(getWidth(), getHeight(), Image.SCALE_SMOOTH);
         repaint();
    }

  • How to change used WD windows for BPM process instance?

    Hello SDN!
    We have two BPM processes (A and B) and two WD DC (A and B). Process A uses window from WD DC A, process B uses window from WD DC B.
    We deactivate process A since we need process B to be used and since A and B use the same WebService. But existing instances of process A still using window from WD A. Is it possible to switch instances of process A from using WD window A to using WD window B? And how we can do this?
    Regards,
    Lev.

    Hi Lev,
    Try this:
    Use an exclusive choice in your process. Create 2 Human Tasks after the Choice with these 2 WD Screens (A & B).
    Based on some condition, you can execute either one of the Human Task. Once this branch of the Exclusive choice executes, place an Uncontrolled merge so that the process execution does not wait for the other branch to execute.
    In this way, based on some condition, you can either execute either WD Screen A or WD Screen B without affecting each other.
    Hope this helps.
    Regards,
    Sid.

  • Using Field Data for Interactive Graph?

    Hello,
    I work for a lighting company and our salesmen use in-house created sales materials on iPads in the field. We've found Acrobat PDF Files to be very effective in demonstrating how switching to different wattage bulbs can save them money, through the use of data calculation fields. However, we're also hoping to illustrate this visually through some type of interactive graph. Specifically, I'm trying to find a way, if possible, to make a "return on investment" bar graph that would tailor itself to the user. Here's an example of the type of graph I'm trying to make though a PDF:
    Basically, this chart shows how much of a initial investment (in this case ~$25,000) would be mitigated over 10 years (eventually saving the company over ~$70,000). Not that the details matter much... I just don't really know where to start. I have a small amount of experience using fields, and I'm versed enough for simple calcuation and pulling data from other fields, however I have no idea how to turn this data into a graph of this complexity (or even know if it's possible).
    Any advice would be vastly appeciated!
    Many thanks,
    Dan

    Your best best is to use some presentation software such PowerPoint or Keynote.
    On an iPad you could use Numbers to create the Graphs then put then copy the graphs into Keynote and have the run as interactive slides you click or touch an item like a slide.  I don't know of any software that create interactive Graphs That you can create graphs that grow or shrink by inputting numbers.
    I've Googled interactive Graph for Mac and come up with this:
    https://www.google.com/search?q=Intreractive+Graph+for+Mac&sourceid=mozilla-search&start=0 &start=0&ie=utf-8&oe=utf-8&client=mozilla
    and here is result for iPad:
    https://www.google.com/search?q=Intreractive+Graph+for+Mac&sourceid=mozilla-search&start=0 &start=0&ie=utf-8&oe=utf-8&client=mozilla#pq=intreractive+graph+for+mac&hl=en&gs_nf=1&tok= pFb9_G1GM62Cf32INLbniw&cp=27&gs_id=7oy&xhr=t&q=Intreractive+Graph+for+iPad&pf=p&client=moz illa&sclient=psy-ab&pbx=1&oq=Intreractive+Graph+for+iPad&aq=f&aqi=&aql=&gs_sm=&gs_upl=&bav =on.2,or.r_gc.r_pw.r_qf.,cf.osb&fp=43f3605c77841060&biw=1568&bih=755
    Note this not advertisment (spam) for any product on search results of things that can create interactive Graphs on Mac and iPads. 

  • Questions about using Styles Window for formatting a book in Apple Works.

    Help says "You can create your own styles in any document type." Not clear on how to do that.
    I wish to have one Style or group of Styles associated with one document of say 500 pages for a book. Each chapter Heading. as a single column layout, is separated by Section Breaks from previous and following text in 2 column layout.
    Question 1. How do I make Styles window settings (Edit/Done) specific for this entire document? Can I edit settings in Styles window and have them remain specific and locked to this particular document? Or are the Styles window settings constant across all documents?
    Question 2. (If Styles window settings are not specific and locked to this document) Do I need to make a NEW Style for each purpose within the document, as in Book Heading, Book Subheading, Book Body, Book special paragraph style, and etc.
    Question 3. When importing multiple sections of the work (by copy and paste) from other AW documents how can I have the imported text follow the book’s Style settings (and vice versa how to keep tab settings that are specific in some areas). Sometimes the imported work refuses to conform to the Book document’s style say line spacing for instance.
    Thank you
    Hilary Fish
    iBook G4 Mac OS X (10.4.8) AppleWorks 6.2.9

    Hi Hilary,
    I haven't used styles enough to give definitive answers to your questions, but I'm sure others will join in and correct any errors in what follows.
    A "Style" is essentially a set of paragraph level format settings that can be collectively applied to a paragraph or contiguous set of paragraphs as a set, rather than having to apply each attribute individually. Once a style is applied to various parts of a document, changes made to the style specification will apply to every part of the document to which that style has been applied.
    AppleWorks also includes two other types of Styles—Outline styles (Diamond, Harvard and Legal), used to identify hierarchical levels of paragraphs, and Table styles, used to format tables.
    Question 1: From the Help article "Using Styles":
    You can copy the collection of all the styles available in a document and make them available in another document. This is called exporting and importing a stylesheet.
    I read this as saying that styles you create are specific to the document in which they are created, but may be exported to other documents. "Other documents" would includes documents saved as templates, which could be used to create the various sections of a book.
    Question 2:
    As the set of styles is specific to the document it is created in (or into which it is imported), you can probably leave "Book " off the names of the styles (but may decide that leaving it on makes it easier to know what the styles are for). You will need to use an existing style or create a new one for each purpose within the document.
    Question 3:
    Copy copies the text AND formatting of the selected material.
    Paste pastes the text AND formatting of the selected material.
    Paste also inserts the pasted material into the target document at the insertion point. All of the pasted material goes into the same Section. If the pasted material includes a section break, then a new section will be created in the target document.
    If you export the set of styles from the master document and apply them to the parts of the source document before transferring the material to the master document, I suspect the formatting will be carried over.
    Another possibility is to leave the source document with no formatting at all beyond paragraph breaks, and to apply the formatting (styles) after transferring the text.
    Regards,
    Barry

  • Default  Transport controls disappears when i use separate windows

    The title is pretty clear. When i use separate windows for mixer and video, the transport controls disappears. (By the way, STP1 had a much better interface. Why one big closed window in STP 2?) How to have the transport controls back?

    This sounds like a JDeveloper/ADF issue that is not related to JHeadstart. To simplify the test case, you could create a simple drag-and-drop ADF application without JHeadstart and see if the same problem occurs there. Try to access the session variable in a custom data action similar to the way JhsDataAction does it when applying the query bind params.
    If it reproduces, can you please log a TAR at MetaLink ( http://metalink.oracle.com/ ), or ask this question at the JDeveloper forum at http://otn.oracle.com/discussionforums/jdev.html ? Thanks.
    Hope this helps,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

  • Can environment variable be used in Windows

    Can an environment variable be set and used in Windows for compiling.
    For example, instead of typing in something like
    javac -classpath c:/java/j2sdk/xml/lib/jaxb.jar MyProg.java
    can I set an environment variable (call it "ev")
    to c:/java/j2sdk/xml/lib
    (or would it be c:\java\j2sdk\xml\lib)
    so that something like one of the following (which one?) will work:
    javac -classpath ev/jaxb.jar MyProg.java
    or
    javac -classpath %ev%/jaxb.jar MyProg.java
    or
    javac -class path %ev%\jaxb.jar MyProg.java

    Don't know - best way to find out is to test.

  • About to move from Windows to Mac. Considering purchasing retina display MBP 15" with dual boot system as I need some of my programs. How is the display in windows for photoshop?

    Has anyone got any thoughts or have you yourself purchased the MBP with Retina display and added the dual boot system with windows?
    I desperately need to update my gear and want a MBP.
    I'm a full time photographer at my local paper and freelance photographer - use computers A LOT, and only use windows. I've experienced mac and know I prefer it, the way it runs pleases me a whole lot more and for the amount i'm processing/working I need something that will keep up.
    With 12 years of photoshop gear loaded up for all my photo processing etc, I'm wanting to add Windows and have use of both. Windows would run photoshop that I had already purchased some time ago - question is, how will it run?  what will the display be like running Windows on Mac with the retina display?
    I use CS4 at the moment and can't afford to upgrade to CS6 just yet, plus i'd waste a lot of what I already have by starting again on Mac. I'd use Mac for everything else, need the use of Windows for portions of what I do.
    About to head to Canada and want to get set up for the road. Any help is much appreciated.
    Thanks heaps!

    There are some drawbacks, running Windows 7 (only) on a Mac via Bootcamp yields less than stellar results, especially with the Retina display.
    And of your traveling, the Mac's high power needs (especially the Retina display) and lack of removable battery are going to be a serious issue. The Retina display is glossy, not ideal for viewing on the road and in varied environments.
    CS4 won't run on the OS X version that comes with a Mac, so your looking at purchasing CS6.
    Support for Windows is more widespread than for Mac's, also if you ever need to redownload OS X to fix a issue, requires a fast reliable Internet connection of the broadband kind.
    If your running Windows on your Mac, you can expect to be on your own and not get support as easily as if you were running it on a regular PC.
    If you can't afford to keep up with CS upgrades, then you shouldn't be considering a Mac because there are more paid upgrades on that than on Windows 7, it's like a annual nightmare.
    IMMO your still better off on a decent,  1920 x 1080 res, matte screen, removable battery (with extras), Win 7 Pro i7 machine (Pro+ runs XP programs) which will stay like it is and get security updates until 2020.
    OS X changes every year and if you don't upgrade, + all your third party software, then about 3 years later your left behind for updates.
    Also you will have to buy Win 7 to run on your Mac, the OEM disks won't work.
    If your trying to budget, then a Mac is certainly not for you.

  • Not getting full Window for iTunes Store

    I have the "Use full window for iTunes Store" selected and it's not working. It is causing most front page section links to not work also. I figured this was some kind of bug because today when I started iTunes it was back at the full window for the first time in months. Then when I clicked on TV Shows it went back to the partial window and links to some items would not work on the main page. I`ve tried uninstalling but nothing seems to work. I can deal with the store in a partial window but hate when the links don`t work. Any ideas?

    I fooled around and figured out that it is Roboform password manager that is causing this problem. When I exit the program from the tray icon and start iTunes and move into the store I get full window and all links work.

  • How do i get a colormap for intens graph using basic imaq

    This is a follow up to
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=506500000008000000B58D0000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0&USEARCHCONTEXT_TIER_0=0&USEARCHCONTEXT_TIER_S=0&USEARCHCONTEXT_QUESTION_0=how+do+i+get+a+colormap+for+intens+graph+using+basic+imaq&USEARCHCONTEXT_QUESTION_S=0
    where I asked for help getting a colormap for saving an image as a jpeg. Now, I have decided that I would like to use an intensity graph for my display of the RGB image that I have captured using my pci-1411 frame grabber board. How do I get the right colormap for the intensity graph display? I do not have vision and do not intend to purchase it. I am using the basic IMAQ package.
    jc
    Mac 10.4
    LV7.1
    CLD

    Dear Sir, usually the intensity graph will help you with monochrome images, since they have a one color intensity. If you want more colors you will be able to get up to 256, and not true color (24 bit). You might want to use the Picture Control instead or a Child Window approach, please look in your Help menu, 'Search IMAQ Examples...' and then browse for IMAQ examples and choose the ones that are for Picture Control. For the Child Window look in our website for an example called 'IMAQ Display Without IMAQ Vision'.
    Good luck!
    Nestor.
    Nestor
    National Instruments

  • Windows Task Scheduler does not execute .vbs script as exptected while using CScript.exe

    We have a .vbs script that reads a source text file, looks for errors, performs a find/replace and then writes a cleaned version of the file to a destination folder.
    When executing the script by manually double clicking on the .vbs file, the script works flawlessly.  But when executing via Windows Task Scheduler using Cscript.exe, it creates an empty, zero byte, text file.  Task Scheduler is set to run
    "C:\Windows\System32\cscript.exe" with the Add arguments (optional): C:\Scripts\myscript.vbs.
    Does anyone know of a way to make it work using the Windows Task Scheduler?
    Part of the Script:
    Sub CheckFilesIntegrity()
    Dim cleanedfile,strLine,outputStr, tempstr, tmpChar, changeTo, companycode, storestring
    Dim ObjFileSys, objFile,objCleanFile
    charArray = Array("-","?", "/", "\", ":", "*", """", "<", ">", ",", "&", "#", "~", "%", "{",
    "}", "+", "_", ".", "a", "e", "o", "s", "h","i","E", "O","P", "S", "p", "=")
     Set ObjFileSys   = CreateObject("Scripting.FileSystemObject")
     Set objCleanFile = CreateObject("Scripting.FileSystemObject")
     Set objFile = ObjFileSys.OpenTextFile(file.name, ForReading, True)
     textfilename = destinationpath & objfilesys.GetBaseName(file) & ".txt"
     Set cleanedfile = objCleanFile.OpenTextFile(textfilename, ForWriting, True)
     ObjLog.writeline "File containing cleaned up data: " & textfilename
     Do while not objfile.AtEndOfStream
         strLine = objfile.ReadLine()
         tempstr = strLine
         If (Left(UCase(tempStr),8) <> "HPAYMENT") Then
          'fix pay now data entry whre record does not have a company code
          If Mid(tempstr, 18,3) = "000" Then
           companycode = Mid(tempstr,32,3)
           storestring = Left(tempstr,17)
           tempstr =Replace(tempstr,"000",companycode,18,1,1)
           tempstr = storestring & tempstr
           storestring = Left(tempstr,31)
           tempstr= Replace(tempstr,companycode,"000",32,1,1)
           tempstr = storestring & tempstr
          End If
          'remove invalid characters and replace them with zero (filler)
       For Each tmpChar in charArray
        Select Case tmpChar
         Case "-","?", "/", "\", ":", "*", """", "<", ">", ",", "&", "#", "~", "%",
    "{", "}", "+", "_", ".", "a", "e", "o", "s", "h","i","E", "O","P", "S", "p", "="
         changeTo = "0"
         outputStr = replace( tempstr, tmpChar, changeTo,1,-1,1 )
        End Select
        tempstr=outputstr
       Next
      Else
       outputStr = tempstr 
      End If
        strLine = outputStr
      cleanedfile.writeline(strLine)
     Loop
     cleanedfile.Close
     Set cleanedfile = Nothing
     Set ObjFileSys = Nothing
     Set objFile = Nothing
     ObjLog.writeline " Completed processing of file: " & textfilename
    End Sub

    So we ended up getting it to work by replicating the double click function.  Meaning that we created a Batch file that calls the .vbs script, then had Windows Task Scheduler run the Batch file.  In that way all necessary permissions were passed
    through from one environment to another, which was failing when we called the .vbs script using CScript.

  • Windows Audio Device Graph Isolation uses up all memory

    Windows Audio Device Graph Isolation uses up all memory. 12Gb. Task manager shows it continuously soaking up memory at about 0.5MB/sec. until its all used up. Killing the process restores memory and stops all sound until I log off and on again when the process starts devouring memory again.
    HP Envy 17 Notebook
    Product number: J0C16EA#ABU
    Windows 8.1

    Hi @Paul_Win 
    Welcome to the HP Forums!
    It is a fantastic place to find answers and suggestions!
    For you to have the best experience in the HP forum I would like to direct your attention to the HP Forums Guide Learn How to Post and More
    I understand that you have an issue with the Windows Audio Device Graph Isolation using up your memory.
    Here is a link from  answers.microsoft.com forum that may help.
    Audio Device Graph Isolation eats up memory
    As it suggests that you uninstall the audio driver and install an updated version here is a link to the HP ENVY 17-j141na Notebook Drivers and Downloads  where you can download the latest drivers.
    Good Luck!
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • Jabber for Window, phone mode, how to disable "use my computer for calls"

    We have a Citrix environment and only want to control the Cisco deskphone with Jabber for Windows in the phone mode.
    We use CUCM 8.6.2 and I have installed Jabber for Windows 9.7.0 and all works fine, I can control my deskphone, make and receive calls, phonebook and Outlook integration works fine.
    Is it possible to disable "use my computer for calls" as we do not want users to make calls via Citrix, but only use the deskphone for this.
    Thanks, Perry

    Hi Matthias,
    Soft-phone mode cannot be disabled. Supported Features on Virtual Environment are the following.
    Supported Features
        Instant messaging and presence with other Cisco Jabber clients
        Desk phone control
        Voicemail
        Presence integration with Microsoft Outlook 2007, 2010 and 2013
    We have an existing defect which is in Terminated state because feature is not supported hence cannot be fixed.
    CSCub40605 - J4W - Ability to disable softphone mode in Citrix environment.
    HTH,
    Please rate if you find this post helpful.
    Regards,
    Mohammed Noor

  • Error 0x80090318 and lots of other errorsI live in Iran  Yesterday i wanted to use itunes store for windows ; when i have open itunes it gives me the error 0x80090318 .  I have search the wb alot and i have check lots of Iranian and English website but ha

    I live in Iran
    Yesterday I wanted to use iTunes store for windows ; when i have open iTunes it gives me the error 0x80090318 .
    I have search the web alot and i have check lots of Iranian and English website but have not find any solution for
    this problem . Today I have find a software called "Hide my IP" i have opened up that
    when this software was opened , itunes have said "iTunes can't verify the identify of the server "init.itunes.apple.com"".
    then i have click on "continue" then iTunes said "iTunes could not connect to the iTunes Store. An unknown error occurred (310)."
    And theres a matter that i think that have a connection with this topic and thats , that when i want to go to the lots
    of websites like Google Yahoo! Mail and lots of other website my both browser ( FireFox and IE ) will say" This connection is untrusted " .
    I think the solution of my second problem is the solution of my first problem too !

    Tried all the rest on this site did not work for me
    Follow the link below & this one sorted it for me, it was a conflict in programs using Winsock & I got rid of my old program,
    Sorted.
    http://support.apple.com/kb/TS4123
    Tom Ireland

  • Can i use microsoft office for mac on windows 7 installed on macbook pro?, can i use microsoft office for mac on windows 7 installed on macbook pro?

    I have recently installed Windows 7 on my Macbook Pro (2011). I have also recently got Microsoft office for Mac 2011. Can somebody please advise if it is possible to use (install) office for mac 2011 on this windows 7 that i have installed. If possible, how to do it?

    No it is not possible.
    You can use office for mac, on OSX, but not on windows.
    You need to use the windows version, on windows 7.

Maybe you are looking for

  • Sqldeveloper64W.exe has stopped working

    Problem Summary Receive error: sqldeveloper64W.exe has stopped working when attempting to open .sql files Problem Description Within SQL Developer 4.0, I've gone into Preferences > File Types, found the .sql extension and checked the box that says Op

  • Two issues with oracle BPM 11g PS4

    Greetings. Im actually developing a series of processes in the new BPM Suite but im facing some issues that are really affecting the desired outputs of the project regarding to the time of developement: 1. I created data object based on a XSD, but wh

  • Xserve running Windows Server in a VM

    Hi Guys, We're looking to completely replace 4 servers, 2 are windows servers and the 2 are linux servers. We require to keep running those windows services for clients for now. Can Xserve run Windows Server in a VM properly?

  • Macbook 2007/10.6.8 DVD capacity

    Can my Macbook 2007/2008 10.6.8 Snow Leopard play a DVD? Seems I remember when I purchased it that it could not. I have recently played one but could that damage the laptop?

  • Aunsoft AVCHD Video Converter for Mac

    I have a Panasonic SD 700 which can shoot in a 50p mode; as FCP doesn't support this I just shoot 1080i. However I read this ad/ review for Aunsoft which suggests that I would have better results by using their software to make my 50p material ok for