Customize Graph Palette buttons

Is there a way to customize the Graph Palette buttons in a XYGraph with LabVIEW 8.2.1?
I'm able to select and customize the cursor movement arrows (I imported two customized images for the ON and OFF state, for example);
but when I select in the same way the Graph Palette, or one of its buttons, the Edit --> Customize control... option is disabled
I've already customized most of the other graph parts, and now the Graph Palette looks poor
Thanks in advance
Vix
In claris non fit interpretatio
Using LV 2013 SP1 on Win 7 64bit
Using LV 8.2.1 on WinXP SP3
Using CVI 2012 SP1 on Win 7 64bit, WinXP and WinXP Embedded
Using CVI 6.0 on Win2k, WinXP and WinXP Embedded
Solved!
Go to Solution.

Seems to work OK if you place the entire graph into customize mode and simply right-click on the palette buttons to import your graphics. try it!
LabVIEW Champion . Do more with less code and in less time .

Similar Messages

  • Graph Palette Button Size

    Is there any way to re-size the graph palette buttons?  The cursor palette buttons are individual entities and can easily be re-sized, but not the pan/zoom/cursor buttons on the "graph palette".  I have a touch-screen and it would be helpful if these were larger.  I'm using LabView 7.1.
    Thanks,
    Brian

    Just open the graph in the control editor (right-click...advanced..customize) and go to edit mode. Now resize as needed.
      (This is from 8.0, but it works the same under 7.1)
    Message Edited by altenbach on 06-11-2007 05:29 PM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    graphPaletteLarge.png ‏10 KB

  • Moving Graph Palette out of Pane

    Hello,
    My current LV8.6.1 project has two modern XY graphs on the FP, separated by splitter bars and set to scale with the split.  I have used property nodes to sync the graph scales and cursors using various graph change events.  Because of this, the Graph Palette and Scale Legend from one graph effectively controls both graphs.  I would like to make this clear to the user by moving these objects to a third pane at the top of the FP (something like a toolbar).  Since these objects are part of the XY Graph, they are stuck in the pane with the graph.
    Is there any way to recreate these objects in a different pane (across splitter boundaries)?
    Thank you,
    Peter

    Sure, this is fairly easy, just takes a little trickery.
    What you're going to do is introduce three new buttons, one each for the Cursor Movement Tool, the Zoom Tool, and the Panning Tool. Since these new buttons are not part of the graph, you can put them in any pane you want (or even on another VI...). They just need to have access to a control reference or property node of the two graphs you want to control. The property node that sets the active tool is "Pallette >> Active Tool". From help: "Sets the tool that is currently selected on the graph palette. 0 is the selection cursor, 1 is the panning tool, and 2-7 are the zoom tools."
    Also, these button can be customized any way you want. If you want them to look exactly like those on the Graph Palette, go to "Customize Control" on any graph, and copy all six decals on those three buttons (shown in image below).
    Variations:
    Use a cluster of Radio Buttons to ensure only one of the three buttons can be selected.
    Create another pop-up Radio Button cluster that shows up when you select the Zoom tool. Alternatively, if you want to limit the zoom to only a few of the zoom types (this is probably the case), perhaps it would be better to simply add the types of zoom you want to support to your top-level tool choice Radio Button cluster
    a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"] {color: black;} a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"]:after {content: '';} .jrd-sig {height: 80px; overflow: visible;} .jrd-sig-deploy {float:left; opacity:0.2;} .jrd-sig-img {float:right; opacity:0.2;} .jrd-sig-img:hover {opacity:0.8;} .jrd-sig-deploy:hover {opacity:0.8;}

  • Configure graph palette

    Hello,
    Is it possible to configure the graph palette of a waveform chart?
    I don't want all the tools to be accessible. For instance, on the zooming menu, only the vertical zoom should be available, and the other menus (hand tool) should not also be available.
    I want to be in control of my x scale and I want to give the user the control of the Y scale and if all the tools are available, he will be able to control also the x scale and then there will be very big jumps on the graph, because I am programatically controlling it. The visual efect is not good.
    I already tried to make some controls myself, controlling the max and min of the scale, but I really don't like the way it works compared with the native tools provided with the graphs.
    Thanks,
    Paulo

    PauloM wrote:
    Is it possible to configure the graph palette of a waveform chart?
    I don't want all the tools to be accessible. For instance, on the zooming menu, only the vertical zoom should be available, and the other menus (hand tool) should not also be available.
    You can customize the graph palette, but not to the extend you wish. You can edit the graph control (Edit menu, then "Customize control...), and hide the unwanted tools, but you will not be able to access the pop-up menu in which the different zooms can be choosen.
    Sorry...
    CC
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

  • Customize Graph - Helps

    Hello all,
    actually i m looking for customize the BI Bean Graph, i been look through some thread in Forum : BI Bean, but when come to customizing the graph display, it ask for post the problem here.
    refer to :
    http://www.oracle.com/technology/products/reports/htdocs/faq/graph_faq_with_style.html
    How can I align the Legend with Bars?
    1.R-enter the Graph Wizard and in the Layout tab, drag the Employee Name field into "Groups" from "Bars". This places the data you are displaying into different groups, i.e., each employee name will be a separate group.
    i was unfamiliar with report, but i cant find such thing in jdev , issit those thing only can done in report? Or can someone guide me directly modify the graph.xml
    Thanks

    Seems to work OK if you place the entire graph into customize mode and simply right-click on the palette buttons to import your graphics. try it!
    LabVIEW Champion . Do more with less code and in less time .

  • Graph palette like control

    Hi,
    I am trying to implement Graph palette like control for my application.
    Graph palette has 3 controls - cursor, zoom and hand tool. Cool thing is the zoom control. When you click on that - a picture menu(like, picture ring control) pops up. How can I implement a control like this?
    Thanks,
    Ritesh

    Hi Ritesh,
    is it that bad to show the current state of the zoom mode selection?
    If you want to simulate the graph palette in all and every feature, I would suggest to use (customized) boolean buttons. When the user clicks on "zoom" you open a small window (positioned above "zoom") showing another boolean buttons!
    Maybe someone else will have a more simple idea...
    Btw. you could have explained your actual point in this question a lot earlier...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Graph palette special keybindings

    Hi!
    I have a graph which displays wave and some cursors. Is there a way to assign a special key binding for the graph palette controls? Say that I want to zoom in on the graph, then I could press the "z-button" on my keyboard and then the zoom in function on the palette would be selected. Same goes for pan, and cursor. Shouldn't there be a easy way in Labview to do this, or do I have to make a separated program?
    Best regards Maurlind!
    Solved!
    Go to Solution.

    Hi maurlind,
    Shouldn't there be a easy way in Labview to do this
    If you think so you can add a new LabVIEW idea in the LabVIEW Idea Exchange!
    do I have to make a separated program?
    You can control your graph with its property nodes. Use an event structure to determine key press events…
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Labview Graph Palette Taking Outputs

    Hi,
    is there any way to take the output of Labview Graph Palette i.e. when I zoom in can i access the minimum and maximum values of the zoomed in scales.
    What I am trying to do is scanning a square and displaying data on an intensity graph. SoI wanted to add a feature which enables me to zoom in on the graph then take the values of the new scales and scan the zoomed in area again in the instrument.
    So, is this possible?
    Thanks,
    Yatin

    In LV8.5 (not sure about 8.2) you get "scale change" events, so with an
    event structure you get new ranges every time they change.
    In <LV8.5 the only option is to poll the range properties of the graph.
    Regards,
    Wiebe.

  • How to Use an Image to Customize the Static Button Widget

    Can I just get someone to help me figure out how to use an image to customize the static button widget, please?
    I have tried using several different types of images, but none of them seem to actually change the appearance of the button.
    Thanks!
    Laura
    Captivate 5.5

    I tried to use the tools within the widget itself - it offers you the opportunity to use an image (see screenshot below).
    I also opened it in Flash and tried to replace the images for one of the button styles there w/ my own, but in re-publishing the SWF from there I broke the widget.  When I attempted to use the edited widget, there were no customization controls available after I inserted it (see screenshot two below).

  • Altering Properties of graph palette

    Hi,
    I am trying to make only the zoom option on the graph palette visible at the runtime ... !! Is this possible.
    Please Help.
    Thanks,
    Anirudh

    Place the graph indicator in the front panel,select visible items -> graph palatte.
    then select set color in tools palette.select transparent[T] for both foreground and background
    and click on the place where u want.
    Aarthi

  • Use one graph palette for several graphs

    I'm displaying information on two different graphs. But these two graphs must be coordinated : when I modify the zoom on one graph, the other graph plots its own data in the same interval of time than the first graph.
    Is it possible to use only the graph palette of the first graph to control the zoom, cursors, etc... on both graphs?
    Thank you.

    Hello zyl7,
    yes that's possible: just use property nodes to read properties from first graph and write those values to property node of second graph!
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Customize dvd launch button

    does anyone know a way to customize the DVD button. Before i reinstalled the OS the person had the button customized to open a game. I cant find anything in the control panel to change it. i have tried using QuickPlay button Remapper program but it doesnt work. I cant find anything else that helps online. 
    Thanks 
    This question was solved.
    View Solution.

    Hi,
    You can re-map the key as follows.
    Hold down the Windows key and press R.
    Into the run box type regedit and hit enter.
    Click Ok to the uac prompt.
    Navigate to the following location.
    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Hewlett-Packard\HP Quick Launch Buttons
    Look for the key QAction
    You need to edit the path to the executable in the left hand pane to the one you want to launch when the button is pressed - eg to launch a program called 'Game' an example path would be C:\Program Files\Game Folder\Game.exe
    Once done, you'll need to restart the notebook before the change will take effect.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Customize the workspace buttons?

    Is there a way to customize the workspace buttons? There are only a few buttons there currently, and a lot of wasted space. The workspace bar used to have a variations button but that has been removed in this version. There are other commands I would like to add to it as well. Is there a way to customize this? I tried control, left, and right clicking on a blank area of the workspace bar but nothing happened.

    No, you cannot customize the button bar.

  • Ploting new plot in xy graph on button click

    hi all experts
    i need your help.
    i want to plot multiple graph, on a single xy graph
    i want -->if user want to plot a new plot
    user will place new button,give value of parameter using control,do needed operation .
    then press button name as plot.
    on button click user must see all previous and new plot.

    Hello,
    Joe is right, you will need to use build array to add plots to the previous one. Specifically, you can refer to the XY Graph.vi which demonstrates a couple different methods for graphing multiple plots to an XY Graph.
    Regards,
    Jyoti F.
    National Instruments
    Attachments:
    XY_Graph.vi ‏49 KB

  • How do I customize the Refresh Button in Firefox 29?

    In Firefox 29, the refresh button is permanently embedded in the address bar's field on the far right. On large monitors, this is very inconvenient.
    In most cases, the URL of the current website does not reach beyond the 1024 pixel mark, and even if it does, the far right-hand portion of any given URL is usually the least significant part of the web address.
    Particularly in Right-To-Left language versions of Firefox, a user's attention is heavily focused on the leading portion of the URL, on the far left of the browser window.
    Why is the user forced to break attention from the leading edge of the address bar, and find the far right-hand side of the address field (which can vary in length), AND THEN target the mouse on the very small refresh icon?
    Why is the user forced to lift their hands from a resting position on the keyboard, to find the F5 key to refresh the page?
    If the iser is already looking at the URL bar, and the refresh is located directly to the left of the address bar, this makes refreshing the page with the mouse a lot more convenient.
    Please allow the position of the refresh buttong to be configurable in future versions. There's no legitimate reason to lock down the refresh button.
    Thank you.

    I cannot enable Classic Theme Restorer. After a month, it still breaks Colorful tabs, all of my tabs are either clear or the same color except for the currently selected tab and pinned tabs. Yes, colorful tabs is that important. It helps me organize and tell my tabs apart. My other problem is that every time I open the customize menu tab now, my toolbars get rearranged from address bar at the top, bookmarks toolbar, and yahoo toolbar with tabs below. When I select or open the customize menu tab, the tool bars get rearranged to yahoo tollbar on top and address bar on bottom. Simply closing Firefox or restarting it fixes the problem, but it makes customizing a problem. I recently installed Adblock Plus to fix a hanging and freezing problem. I keep my add ons-extensions and plug ins up to date and am running the latest version of Firefox non-beta. I am on Windows 8.1 and run with many tabs, but have selected in options the, "do not load tabs until selected" option. I really think you guys need to scap Firefox 29 and go back to 28 and rebuild from there. Stop trying to satisfy or appel to developers and programmers. They are the minority of users. The majority of users use the Internet, computers, and browsers, including Firefox as a tool to do their work. Ignoring that idea, or forging ahead the developer way in spite of this has been a major failing of the IT community and was the cause of the problems with Internet Explorer, Windows Vista, Windows 8, and now OS X, and now Firefox 29. Matching the Chrome rapid release cycle was a mistake. Simply releasing updates more often was the answer, not trying to imitate the competition. I don't use IE or Chrome often because they load all tabs on open, and Chrome is not faster unless you turn off Java, Flash, and everything that makes the Web vibrant and interesting. Congratulations on joining the two big crap browsers out there. Being most used does not mean being the most liked. Firefox was the most liked until it tried to be the most popular. I'm a teacher, and I can tell you, the popular kids are also the most shallow and superficial....

Maybe you are looking for

  • Error while running statically linked OCCI application on 11G client

    Hello, Till recently we used RogueWave classes to connect to Oracle database both 10G and 11G server. So we used to do a build on 10.2.0.4 client and then use that same build with 10.2.0.4 as well as 11.1.0.7 client to connect to 10G and 11G server d

  • USB-6009 Analog Waveform Output

    I'm trying to create an analog waveform from a USB-6009 device through one of the analog output channels. However, through the DAQ Assistant, I can only select the 1 Sample (On Demand) setting. When I test the device, I can only push a constant volta

  • Cinema Display as a TV monitor

    Is it possible to hook up a Cinema display to a satellite receiver and watch TV? If so do you need any type of adaptor?

  • Showing one rating at a time.

    I notice that when viewing by rating (1, 2, 3, stars...) the program defaults to viewing the rating you choose and above.  So, say I want to just see four star photos, it's showing me four and five star photos.  Is there any way to set the rating fun

  • Monitor resources of a Web app ?

    In WL 6.1, is there a way of monitoring in real time (or at short intervals) the resources taken by a web app ? Some measuring metrics I would like to see are : how much memory, cpu utilization, disk or database access, execution time, etc ... Displa