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

Similar Messages

  • 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 .

  • 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;}

  • 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

  • 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...        

  • Please help me...Why the buttons size change?

    Hi!!!
    I have a doubt with respect the buttons size, because with the following code i show 2 buttons that comprise the whole panel in a row:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.tree.*;
    import javax.swing.border.*;
    import javax.swing.event.*;
    public class x1 extends JApplet {
    public void init() {
    Container contentPane = getContentPane();
    contentPane.setLayout(new BorderLayout());
    JPanel jp= new JPanel();
    jp.setBorder(new EmptyBorder(10,10,10,10));
    jp.setLayout(new GridLayout(1,2,5,5));
    JButton b1= new JButton("Button 1");
    jp.add(b1);
    JButton b2= new JButton("Button 2");
    jp.add(b2);
    contentPane.add(jp,BorderLayout.NORTH);
    But when i do other separated class with the buttons creation, my buttons appear in the center without comprising the whole panel in a rengl�n.....why happen it?.....i would like to obtain the same effect like the first code....how can i reach that?.....
    This is the applet code when i do the separated class with the buttons creation applet:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.tree.*;
    import javax.swing.border.*;
    import javax.swing.event.*;
    public class x2 extends JApplet {
    public void init() {
    Container contentPane = getContentPane();
    contentPane.setLayout(new BorderLayout());
    contentPane.add(new jbuttons(),BorderLayout.NORTH);
    class jbuttons extends JPanel {
    public jbuttons() {
    JPanel jp= new JPanel();
    jp.setBorder(new EmptyBorder(10,10,10,10));
    jp.setLayout(new GridLayout(1,2,5,5));
    JButton b1= new JButton("Button 1");
    jp.add(b1);
    JButton b2= new JButton("Button 2");
    jp.add(b2);
    add(jp);
    Could somebody help me please?.....Thanks in advance....
    Mary

    Mary,
    Your second class (jbuttons) actually contains TWO panels: "this" as well as the jp panel. The jp panel is in this case unnecessary.
    Although the sizing of the jp panel is set correctly, the "this" panel is still set to "flow" layout and will not give you the desired result.
    Try rewriting your second class this way:
    class jbuttons extends JPanel {
    public jbuttons() {
    this.setBorder(new EmptyBorder(10,10,10,10));
    this.setLayout(new GridLayout(1,2,5,5));
    JButton b1= new JButton("Button 1");
    this.add(b1);
    JButton b2= new JButton("Button 2");
    this.add(b2);
    Hope this helps!
    Steve

  • 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 increase button size in toolbar

    hi,
    i am displaying a simple classical list with Billing Document details with 2 buttons in the toolbar, HEADER & ITEM.
    When Header is clicked Header details are displayed & Item is clicked item details are displayed.
    My problem is...i want to increase the button size...looks very small in output. I cheked in SE51 for changing the buttons size...but no options there....anyone pls help.
    how to put screen shot in this post...i don't know.
    thanks

    hI ,
      There is no option  to increse the size of button in toolbar  .
      But in dialog programing  in screen you can do that 
    by providing addition ____ after  name  in text  of button  .
    Regards
    Deepak.

  • RH 9 - Can I edit browse sequence button sizes in a CHM?

    I'm quite sure this is NOT possible, but I promised my localization coordinator, I'd ask.
    The issue is that we have localized strings (from RH, not from our translators) that are overlapping on the Next and Previous buttons in some languages in the Browse Sequences. Like this:
    I've looked, but I don't see a way to expand the button sizes. I know we can change the .lng file to use different (possibly shorter) terms than what RH picked for these, but a better solution would be to adjust the GUI for text expansion in localized languages.

    Sorry Jared
    All that functionality is embedded inside the guts of the HHActiveX.DLL file.
    Cheers... Rick

  • Best Practice Buttons? and Swing Button Sizes

    Hi,
    I am wondering what the best way to make a custom styled button was....
    Since I need my own style of button (width,height,background image, selected, clicked) I thought I would use Swing buttons with a Synth style. However, when I place swing buttons inside a CustomNode, all of the button widths, heights, x, y settings are discarded. I can understand the x/y being discarded as the component location should become relative and set by the wrapping CustomNode. I can also understand this because I can set the positions with translateX and translateY. However, I can't see how I can set a width and height of the swing button from inside the CustomNode.
    Can this be done?
    Alternatively, I don't mind using an alternative to the swing button however this is the only button I can see in JavaFX.
    Thanks for reading

    Ok, looks like I can wrap the button's inside a group, stage eta Node wrapper. Then I can preserve the button sizes and can produce relative/translatable positioning of the group/stage. This I understand and find to be a good feature. One thing that does concern me is that with the Swing button's - the Synth styles are not correctly applied. No matter what I do I can not get button text color to change. Changing the background mostly works but the text label styling is completely ignored.

  • 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

  • How to change the button size of Calendar prompt

    I want to change the button size in Calendar prompt. How to change it?
    Thank you!

    I think it is not necessary to modify the Calendar button size.
    The Calendar button actual size is 20X20.
    But the gif file which is used by Calendar button is not filled by icon.
    It seems that the height is smaller than the other buttons.
    Edited by: user12291797 on Dec 3, 2009 12:59 AM

  • Can a keyboard shortcut be applied to a palette button?

    Specifically, I would like to be able to be able to highlight some numbers (like 3/8) and use a keyboard shortcut to turn them into a true fraction.  The button is the fractions button in the Open Type palette.  The shortcut could be CONTROL-f, or something that would not change the highlighted text.

    That's very promising — I wasn't even familiar with Character Styles.
    Related questions:
    • How do you remove the font and size, etc. in the Character Style?
    • Is it possible to assign a keyboard shortcut (other than F keys with or without modifiers) to an action?
    • Is it possible to record a complex action?
          Assign Character Style
          Left Arrow
          Delete
          Escape
    The reason for this is to clean up a whole number plus a fraction (i.e.    3 3/8 )
    I use a dimensioning plug-in (CADTools) and that's how fractional measurements are noted.  I always clean them up manually, but it takes a lot of keystrokes to do it!
    Thanks for the help.

Maybe you are looking for

  • Copy SMS from iphone 3g to iphone 4? is it possible

    Hi, any way to copy my SMS (Only SMS) from my 3g to my new iphone 4? i already have my contacts and Notes online, i still have many SMS that i need but at the same time, i don't want to restore from the 3g backup. my 3g was jailbroken/unlocked with a

  • Request for an sql to scan for a special character from the tables

    Hi Gurus request for an sql statement for finding the character (and replace with a single byte character ) which occupy multibytes(in a unidata char set database) the database which is yet to be migrated to unidata(multibyte) database any kind of he

  • Backup fails with a CPIO error even though starting with DD

    Hi All, I have started a db backup of a sap system directly onto a tape. I am using DD since size of each datafile is more than 2 GB. In a total of 112 data files, 109 got copied but suddenly, the following error came and brbackup got terminated. Thi

  • Touchscreen Issue envy15 j040tx

    I have envy15 j040tx. After purchase i updated some directx files but after performing that i experienced some ghost touches on touchscreen and now it does not happen. But the problem which remains is that 1 inch strip from left corner does not work

  • 24" LED Display Power Cable

    I bought a second hand LED display a few months back, and it didn't come with one of the Apple power cables. Now I know they're just regular leads that look nice but does anyone know where I can pick one up? I need a UK one but can't seem to find one