How to disable some zooming tools in a chart?

Hi,
I am using a chart in LV6.1 and the user of VI, must not be able to change the Yscale limits, neither by editing scales nor by zooming tools.
I used a property node and made the Yscale not editable. but How can I disable some of zooming tools such as window zoom or Y zoom? how can I limit access to "active tools" of a chart? is it possible?
Thanks for any kind of help.

With the graph palette not visible, you can still allow access to X-zoom by using property nodes and the Palette:Active Tool property.
Demo in LV6.1 attached.
=====================================================
Fading out. " ... J. Arthur Rank on gong."
Attachments:
Only_Zoom_X__v61.vi ‏49 KB

Similar Messages

  • Can any one out there tell me how to insert a zoom tool into my slide show in dreamweaver CS5.5

    Hi there
    Can any one out there tell me how to insert a zoom tool into my slide show in dreamweaver CS5.5
    My slide show consists of lots of thumb nails of paintings under a large painting.
    When the small painting thumb nail is clicked the large painting appears.
    I would like to be able to enlarge all areas of the large painting when a zoom tool is placed over areas of the large painting.
    Really appreciate any one help.

    Here's the Dreamweaver forum...
    http://forums.adobe.com/community/dreamweaver/dreamweaver_general

  • HT1841 How to disable some of the automatic function from my bluetooth (jabra) while iphone does not have the capacity to set up the bluetooth property like BB?

    How to disable some of the automatic function from my bluetooth (jabra) while iphone does not have the capacity to set up the bluetooth property like BB?

    Sorry. You're not making sense. Please re-phrase the question or post in your native language.

  • Disabling SOME datatips in a line chart

    Hi,
    I'd like to know if it's possible to disable some datatips in
    a line chart. I have a large number of data to build my line chart
    and i only want to show few datatips. Is there a way to do that?
    Thank you for your replies.

    Hi,
    Not sure if you worked out the problem. This solution worked for me:
    <mx:LineSeries 
    yField="my_data_value" displayName="My Data" itemRenderer="mx.charts.renderers.DiamondItemRenderer">
         <!-- Set the color of datatips here-->
         <mx:stroke>
              <mx:Stroke color="0x0099FF" weight="5"/>  
         </mx:stroke>
         <!-- Set the color of line chart here-->
         <mx:lineStroke>
              <mx:Stroke color="0xFF1100"/>  
         </mx:lineStroke>  
    </mx:LineSeries>
    Cheers,
    Nilesh

  • How to disable some of the table fields in Table Maintenance Generator

    HI,
    I am creating one table which contains 10 fields.
    But i wanted to disable some 2 fields in Table maintenance generator.
    So can any one plz tell me how to disable those 2 fields.

    Generate a maintenance view for the table,
    Goto- Table/Join Conditin Tab-- Put the name of your table 
    Goto-viewfield tab--- Put the fields whatever you required. 
    Then generate table maintenance for the view created.
    pls chk
    Thanks
    Anurag

  • How to disable some color when printing separations in Ai CS6-CC (JS)

    Hello Everyone!
    Configuration: Win 7 Pro x64, Illustrator CS6x64-CCx64, default printer PDF.
    When printing separations from Illustrator CS4 following script prints all colors except Cyan (as was intended).
    But when printing from CS6-SS disable the color is not possible - all colors are printed without exception.
    var adoc = activeDocument;
    var o = new PrintOptions();
    o.colorSeparationOptions = new PrintColorSeparationOptions();
    o.colorSeparationOptions.colorSeparationMode = PrintColorSeparationMode.HOSTBASEDSEPARATION;
    o.colorSeparationOptions.inkList = adoc.inkList;
    for (var i = 0; i < o.colorSeparationOptions.inkList.length; i++) {
    if (o.colorSeparationOptions.inkList[i].name == 'Process Cyan') {
      o.colorSeparationOptions.inkList[i].inkInfo.printingStatus = InkPrintStatus.DISABLEINK;
    adoc.print(o);
    If you check, you have inkInfo.printingStatus Cyan changed to "InkPrintStatus.DISABLEINK".
    Why it is printed and how to disable?
    Thanks!

    Hi saaiful,
    Thank you for posting your question. window. will print header and footer.
    Here are some solutions I found after researching your issue:
    *[http://forums.mozillazine.org/viewtopic.php?f=12&t=216810]
    *[http://stackoverflow.com/questions/8228088/remove-header-and-footer-from-window-print]
    *[http://www.dreamincode.net/forums/topic/22598-using-windowprint-without-printing-header-and-footer/]
    *take a screenshot and create a page that is printable [http://www.webdeveloper.com/forum/showthread.php?210947-Using-window-print-without-printing-header-and-footer]
    *Target to another window then print: [http://www.liferay.com/community/forums/-/message_boards/view_message/3401817]
    Hope this helps.

  • How to disable some activities

    I want to disable some activities. Is that possible in BPEL?
    for eg:
    I have actitivity1, actitivity2, actitivity3 in a row.
    For testing, I want to disable actitivity2.

    hi,
    just add a switch activity and make its Expression evaluated to false(ex. 1!=1)
    then drag and drop the part of the process that you want to comment.
    regards
    arababah

  • How to disable some HTML and CSS property's

    Hello, I want to ask how I can disable or remove example:
    HTML:
    ice:editable=""
    ice:repeating=""
    ice:repeatinggroup=""
    (Each time I type "i" and want to have "id" DW suggesting me "ice")
    CSS:
    widows: (Each time I type "wi" and want to have "width" DW suggesting me "widows")
    backface-visibility: (Each time I type "b" and want to have "background" DW suggesting me "backface-visibility")
    Its very annoying. Please help me!!!

    David, what Tomas is saying and nobody seems to understand is that "backface-visibility" and "widows"  have no place appearing before "background" and "width" when you start typing "ba" and "wi". Alphabet has nothing to do with it. They :should be ordered according to frequency of use.
    I myself cannot remember the last time I have used backface-visibility or widows, yet I use background and width 200 times a day.
    As far as the new code hinting mechanism in Dreamweaver, i'm sure it's useful in some cases, but nobody is going to type "ack" to get to "background" because it's simply counter-intuitive, and there's no point in typing "widt" so that DW can suggest the last letter - "h". I'm experiencing frustration with these exact two properties.
    Also, most front end developers use more than one css editor and it's not reasonable to expect us to switch from one operating mode to another tens of times a day, since the other editors do not have Dreamweaver's middle-of-the-word-character-string-recognition functionality.
    SOLVED:
    I use Dreamweaver CS6 and these are my modified CodeHints files: http://designplus.ro/stuff/Modified-code-hints.zip
    I don't know if they work with previous versions of Dreamweaver, so please back up your files.
    You have to copy the .xml files to C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS6\configuration\CodeHints or wherever your Dreamweaver installation is.
    Enjoy!

  • How to disable some "columns to display"?

    Hello!
    I have one management pack (it's monitor some our network devices), which was written by contractors for our company. This mp have many unnecessary columns in it's view. I deleted some of these <ColumnInfo> 
    from mp (.xml file). Then I import mp but these columns
    have not disappeared.
    Can anybody help me? What should I do to remove these columns?
    P.S. I know that I can disable them with "Personalize view", but I want to do it
    centralized (all of the console users must see these changes).

    Hi,
    Since the MP was written by contractors, it is better to contact them edit the column.
    Meanwhile, after importing the management pack, please re-create monitor for
    a test.
    Niki Han
    TechNet Community Support

  • How to disable some apps temporarily such as during the weekdays only?

    my sons school books will now be in ebook format on an ipad, how do i stop him from playing games when he is supposed to be doing his school work?

    yup, we've gone through these and it was really only the age-related ratings that seemed to work in the manner we wanted (to some degree, a little too much in fact since it removed almost everything).
    thanks for help, ive been looking through appstore but the closest i could find was a password protected folder for pictures and similar things but not really apps.
    maybe someone will make such an app as schools are starting to move in the direction fo ebooks and the like. at the moment, my only option is to not install any non-education related apps and keep the games on his ipod.

  • 11G ADF BC: First time loading the page, how to disable some components?

    Hi,
    I have a fusion web application created using Jdev 11G ADF BC. I am working on a search/results page that has a panel split. In the left panel, there is a list of nevigation links. The data shows in the right panel.
    What I want to achieve here is to enable only one link on the left when the page is first loaded and it is a search/result page. Disable all the rest of it because other links are related to more info about the search results. When the page is first loaded, there is no data on the right, so that there is no more other data to look at. Ideally, all the rest of the links should be disabled and only the "Query" link should be active and selected.
    Is there a way to do this with 11G? Thank you very much for your help.
    Regards,
    Annie

    initially, what ever the components you want to disable set the disabled="true" in the jspx. Once you fetch the query results and in that action enable the componens like commandButton1.setDisabled(Boolean.FALSE);. that's how I am doing. You can dynamically enable/disable by having a boolean variable in the backing bean and set the disable property of component lke disabled="#{backingBeanScope.yourbean.blnAddBtn}".

  • How to disable some rows in a matrix

    Hi experts
    I have a matrix
    i want to do set line/rows disable and can't edit in rows
    please post example code
    thank you

    As far as I know there is no direct way to do this - you can only set columns editable or non-editable.
    A workaround could be:
    catch the "got_focus" event on the beforeaction=true; check if it is your matrix (pVal.ItemUID) and if it is your row that you want disabled (pVal.row) - if it is, set bubbleevent = false to stop it (and maybe display a status bar message to users so they don't think its a bug)
    Additionally for a visual clue, maybe put some sort of field at the start of the row that says "open" or "closed" or something, this way the user wont be confused when they cant enter the row.
    If got focus doesn't work properly (I havent tested) maybe try some other event like click or keypressed.

  • I don't understand how to disable some of the options for Safari 4...

    It seems that like a lot of other people here, I'm not that fond about some of the features introduced in the new Safari version; namely, the addition of the Top Sites portion, the removal of the blue loading bar, the relocation of the Refresh button, and other bits. While searching for a way to remedy these problems, I found another user here who had put a link to the following website:
    http://www.macfixit.com/article.php?story=20090225234804752
    Apparently, all I have to do is enter certain commands into the Terminal. But, the description is agonizingly vague, and when I try to just copy-paste and hit Enter, Safari remains completely unchanged. I got a Mac for the ease of use, since I'm pretty bad at figuring out the programming and coding stuff... which is why I'm having trouble here. Is there an easy to follow, step-by-step solution here?
    Thanks in advance to anyone who replies.

    Hi
    Welcome to Apple Discussions
    Those terminal commands no longer work in Safari 4. Coding has changed from Safari 4 Beta.
    In Safari 4 Beta, the easiest way to change the look of Safari was via a 3rd party item called Tweaks. I understand the developer intends to release an upgrade to Tweaks in the near future. There's really no telling yet what is changeable. However, the developer will be one of the first to know. Stay tuned....

  • How to disable some mouse shortcuts?

    i need to disable the [http://support.mozilla.com/en-US/kb/Mouse%20shortcuts [shift]+scroll] shortcuts because i need to use those inside a java applet i don't remember having this shortcuts in previous versions of firefox (currently in ff 8) i've used my applets before and they used to work, when i used [shift]+scroll i could used an applet function

    When interacting with a Flash movie embedded in the browser,
    it doesn't appear that you can easily use Javascript to intercept
    the key presses. Based on the tests I've done, it seems that the
    Flash movie receives the key presses and then passes them on to the
    browser, rather than the other way round as one might expect.
    I think the best (and possibly only) way to prevent default
    browser functionality from triggering would be to create a little
    movie in Flash that prevents key presses from being passed on to
    the browser, then bring that movie in as an animation on the slide
    where you want the key to be blocked.
    You might also want to submit a feature request to Adobe to
    add the ability to indicate whether a Shortcut key gets passed on
    to the browser when pressed.
    You can submit bugs/feature requests here:
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&product=5

  • How to disable som JList's items

    Is it possible?

    [url http://www.senun.com/Left/Programming/Java_old/Examples_swing/JComboBoxExamples1.html]Here are some tips for JComboBoxes. And they use the same interface for rendering as JLists...
    HTH
    Mike

Maybe you are looking for

  • EFI update 1.8 on iMac 21 mid-2010

    I have a problem updating my EFI. My computer is an iMac model 11,2 which has Boot ROM version IM112.0057.B01 and SMC Version 1.64f5. I wanted to carry out an internet hardware test as my computer is giving me some trouble however it told me that my

  • Sales Order Stock (For Repair Returns) - Valuated & Non-Valuated

    Greetings All, We are currently using sales order stock as quantity only for customer returns for repair (RMA Sales Order). As long as we do not give a credit to our customer, this is working. My problem is that some of our customers are requesting c

  • Thunderbolt display non-functional after 10.8.2

    I recently purchased a Macbook Pro with Retina Display, along with a 27" Thunderbolt display. IT was working well until I noticed that it was no longer detecting the thunderbolt display. I suspect this is after the 10.8.2 upgrade. When I plug a TB-to

  • Page malfunction in Edit Mode

    I've never had a problem before with Contribute, so it is odd having to post to these forums. I thank anyone and everyone that replies in advance for your assistance. I am using Contribute 3.0 to work with a client's web site. Unfortunately, one of t

  • Distributing Applet in Web Server

    Hello, I am in the process of creating a new web server. Although, I have found an error that when you retrieve applets from my server they don't work, whereas they do normally if locally. The file is send exactly as it is through a binary transfer.