Custom GraphInteractionModes.EditRange and FormatString

Hello-

I have provided a sample application (scope of the sample used in this thread). The example now runs in two modes (Offset/length) based on the toolbar button.

I've noticed two problems with the functionality of GraphInteractionModes.EditRange...

  1. Click to change the interval of axis X in shift mode and note that the format changes... I expect there's as the xaxis is formatted
  2. switch to time mode and modify the rank xaxis... seems to show the underlying double value... yet once I expect there's as the xaxis is formatted

I realize that I extend functionlity a bit here, but these behaviors seem to be bugs.

Thank you.

Joe

Eric-

Yes, your example was very helpful. I had a version of TimeSpan based work very quickly.

Thanks a lot for the next upward.

Joe

BTW - I submit a product for that Suggestion and I refer to this topic in the suggestion. So you can track the features I requested is already available. Thanks again.

Tags: NI Software

Similar Questions

  • Custom Logging Codes and Messages database options

    I use TestStand 4.5 with the provided standard SQL database schema. I noticed that in the table UUT_RESULT the only time where what a UUT_ERROR_CODE or a UUT_ERROR_MESSAGE is written is when the UUT_STATUS is error. I would like to be able to connect our custom FileGlobals.Error_code and FileGlobals.Error_text in these fields when the UUT fails a test.

    I'm rather not change the schema but just get help on how to get my global variables in the correct fields.

    Thanks in advance.

    Steve

    Steve-

    To accomplish what you're trying to do, IE. the value of the message and the error code USE without updating the database schema, you would have to change the entry points for Single Pass and Test UUT for patterns that you use. You must add a step after the MainSequence called step that evaluates if the call to MainSequence failed and if that were the case, change the last result placed in the Locals.ResultList table. You must set the Locals.ResultList [x]. Error.Code and Locals.ResultList [0]. Error.Msg properties on this result for the global values you mentioned. If overall file values in the template file, then this is an easy task. If the global file value is in the customer file or another file, you will need succeed somehow to the entry point. Many options: store values in station model and global entry point will recover, have value assign customer at the local level in the point of entry using expression as RunState.Root.Locals... or create temporary properties on Execution.RunTimeVariables that contains the model entry point access determine if exists and pull values of. You will need to make sure that the previous values are disabled before the next USE. I hope this helps...

  • I have customized a widget and want to reuse on another page. How save, copy or reproduce them? With the help of the iMac and Muse 2015

    I have customized a widget and want to reuse on another page. How save, copy or reproduce them? With the help of the iMac and Muse 2015

    You can just copy/paste the enchilada itself on another page, pretty easy!

    If you want to reuse more often, you can open the library or libraries CC , to store and later hanging out once again. Note: for the creation of an article in the 'old' library, you must select the element on the page and click on the new icon in the " library " window To create an element of CC libraries , you can simply drag something in and out of the window libraries CC .

  • DreamWeaver - has access to the customer server languages and scripts?

    DreamWeaver - has access to the customer server languages and scripts?

    Thanks to anyone who responds to this in advance.

    If the access you want to say, "can I write a JavaScript or PHP with Dreamweaver code?  Yes.

    If you mean something else, please provide details.

    Nancy O.

  • JTable with custom column model and model table does not display the table header

    Hello

    I create a JTable with a custom table model and a custom column template. However the table header is not displayed (Yes, it's in a get). I have narrowed the problem down in one compilable example:

    Thanks for your help.
    import javax.swing.*;
    import javax.swing.table.*;
    
    public class Test1 extends JFrame
    {
         public static void main(String args[])
         {
              JTable table;
              TableColumnModel colModel=createTestColumnModel();
              TestTableModel tableModel=new TestTableModel();
              Test1 frame=new Test1();
    
              table=new JTable(tableModel, colModel);
              frame.getContentPane().add(new JScrollPane(table));
    
              frame.setSize(200,200);
              frame.setVisible(true);
         }
    
         private static DefaultTableColumnModel createTestColumnModel()
         {
              DefaultTableColumnModel columnModel=new DefaultTableColumnModel();
              columnModel.addColumn(new TableColumn(0));
    
              return columnModel;
         }
    
         static class TestTableModel extends AbstractTableModel
         {
              public int getColumnCount()
              {
                   return 1;
              }
    
              public Class<?> getColumnClass(int columnIndex)
              {
                   return String.class;
              }
    
              public String getColumnName(int column)
              {
                   return "col";
              }
    
              public int getRowCount()
              {
                   return 1;
              }
    
              public Object getValueAt(int row, int col)
              {
                   return "test";
              }
    
              public void setValueAt(Object aValue, int rowIndex, int columnIndex)
              {
              }
         }
    }
    Published by: 802416 on October 14, 2010 04:29
    added
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            

    See http://download.oracle.com/javase/6/docs/api/javax/swing/table/TableColumn.html#setHeaderValue (java.lang.Object)
    When the TableColumn is created, the default headerValue is null
    So the header ends up rendered empty label (probably of size 0 if the JTable calculates its size of header based on the size of the default rendering tool).

    It worked:

         private static DefaultTableColumnModel createTestColumnModel()
         {
              DefaultTableColumnModel columnModel=new DefaultTableColumnModel();
                    TableColumn col = new TableColumn(0);
                    col.setHeaderValue("Header Title");
              columnModel.addColumn(col);
                    return columnModel;
         }
    

    Published by: jduprez on October 14, 2010 14:09
    Beaten by a fraction of a second!

    Published by: jduprez on October 14, 2010 14:10
    OK, by a split of 17 minutes, specifically: o)

  • T410 AiO customer CAPS, NUM, and scroll keyboard stop does not work with PCoIP view desktop computers

    We have problems with our t410 AiO customers, where the CAPS, NUM and scroll stop lights on the keyboard do not work with view PCoIP desktop computers.

    I found the below information and a work around:
    If you use the Protocol PCoIP to display on a client system Ubuntu 10.04, the CAPS Lock, NUM Lock, and Scroll Lock lights on your keyboard do not work with desktop view. Although the lights do not work, the keys themselves work.
    Solution: Set the following configuration in a configuration file, such as/etc/vmware/config:
    mks.keyboard.useXkbSetNamedIndicator = 'TRUE '.

    The problem is this difficulty is already in place via the latest version of the HP, Z6A440, software that is installed within our Organization.

    What I discovered, is that the model that we initially bought for the test doesn't have this problem.  However, the models that we ordered since that time, DO have the problem and the solution above does not work as expected.

    The model originally ordered for test is still a customer of IOA t410... but there are 4 "under models' for customers of IOA t410... that we have to test is a H2W20AA, while those we receive and distribution are the H2W21AA model.

    No idea why, when connected to the desktop from view, that models of H2W21AA have this problem?

    H2W20AA is with Teradici PCoIP optimized, which can support PCoIP better, but H2W21AA is not with Teradici. That's the difference.

    However, the issue that you are experiencing does not matter in fact, we have not heard of this problem before. I would suggest that you do the following to see if there is no change:

    1. Go to download the latest VMware View 2.3.4 for t410, follow the instructions to install.
    2. If suggestion 1 does not work for you, try to connect to another VM group or set up a new machine virtual clean
    3. Call HP service center to save your problem for further investigation if the suggestion above did not work

  • Range of custom error codes and error rings/Labview 2013 SP1

    Hello

    for the error message personalized codes there are these assigned ranges:
    -8999-by-8000
    5000 to 9999
    500 000 to 599 999

    If I create an "error ring" in Labview 2013 SP1, then I am able to choose predefined error codes or I can put in some custom error codes. Curious as I was I chose 'Labview' in the menu drop down and looked up some error codes. I noticed that there are some affected error codes that are of the order of custom error codes (see attachment) of 538170 to 538193.

    Is this a bug or feature? What is the impact if I defined error codes customized with identical, already existing error codes?

    Kind regards

    Thomas

    Thomas,

    It seems you have installed ModBus library. As it is an additional package, picking "custom error codes" is not bad even if the library fits in LV...

    Norbert

  • I have a custom-made computer and it says that I need the driver for my network controller

    Hello!
    I have a custom office and tab device from my Office Manager, it says that my network controller is missing from the driver. I think I might have uninstalled on accident. My hardware for this device id is pci\ven_14e4 & dev_4727 & subsys_0010128 & rev_01
    Pci\ven_14e4 & dev_4727 & subsys_00101028
    Pci\ven_14e4 & dev_4727 & cc_028000
    Pci\ven_14e4_dev_4727 & cc_0280
    Please help or at least point me in the right direction. Thank you

    My advice would be to remove the adapter and know what brand is and go to the website of support to him and to find the right driver, he needs.  There should be some kind of identification tag on.

    There are literally dozens of broadcom drivers that might be, and since you said you have a custom built PC, I got hit with a driver, and unfortunately it did not work.

    It is a part not HP so it will take some manufacturers for this driver.

  • I am a customer of Qwest and they changed all my "Hotmail" email and I do not. How can I go back to msn mail. At the same time, I would also uninstall instant messenger.

    I am a customer of the West and they changed my "Hotmail" email  I like the way he was with msn.  At the same time, I also want to disable or uninstall Instant Messaging on my computer.  I'm "Dell Dimension 2400 Series with windows XP"

    Hi ARMELDEDEHOUANOU,
     
    -Are you talking to disabling Windows Live Messenger?
     
    Your email account cannot be changed by Qwest. MSN e-mail account is the same as the Hotmail account.
     
    If you have problems with Hotmail, post your request in the Forums of Hotmail for assistance on this issue.
     
    If you are referring to Windows Live Messenger, follow the steps in the link below to uninstall the same.
  • Loading error CD and get 'Customer.32' required and undetected education

    I am trying to load an educational CD for a class.  I am running MS Vista x 64.  I get the error "Customer.32 is required for this application and is not detected on your system."  What should I do to run this CD?

    Hello

    ·          What is the name of the CD?

    ·          That you can use this CD in another computer?

    Check the compatibility of the program with Windows Vista using the Windows Compatibility Center.

    Click on the link below

    http://www.Microsoft.com/Windows/compatibility/Windows-Vista/default.aspx

    Diana

    Microsoft Answers Support Engineer

  • Active Directory and domain controller on old customer Windows 2003 and Windows 7.

    Hi all

    I have Active Directory and the domain on old Windows 2003 and Windows 7 client controller. I enabled "User must change password at the next logon" for the customer user on AD account.

    When the user tried to connect to Windows 7, after that they have got the change password screen and type new password, then they received message "the user password must be changed before logging on the first time," user get password screen change again, then they get the same massage. Looks like he's going to loop and user cannot change password and connect to the computer.

    Hello

    To help you with your concerns, you can see the article below:

    Error message: the password must be changed before logging on the first time

    Let us know how it goes.

  • How to make custom for files and folders in Windows 7 icons?

    Original title: ORDER of ICONS

    HOW DOES ONE OF THE CUSTOM FOLDERS & FILES ICONS IN WINDOWS EXPLORER

    Hello

    I ask you to answer a few questions, so that we can diagnose this problem properly:

    1. you want to design your own icon and set for files and folders?

    2 you receive messages or error code when you try to customize using Properties?

    I ask you to follow these steps:

    a. right-click on the folder and select Properties.

    b. click on the Customize tab and click change icon.

    Note: this is only possible in the actual file location and not in libraries.

    Note: the modified icon also appears in the "Library" view, you will need to close and reopen the file Explorer.

    Please let us know the status of the issue.

  • Custom Manager setExtent and setVirtualExtent

    Hello

    When we create a Manager custom which is the best method to call to the to the method sublayout to set the size and why?

    1 setExtent

    2 setVirtualExtent

    Thank you very much

    check these links

    http://supportforums.BlackBerry.com/T5/Java-development/setting-virtual-extent-of-Manager-makes-whol...

    http://supportforums.BlackBerry.com/T5/Java-development/question-regarding-setExtent-and-getPreferre...

  • Custom fonts: min and max maximum size on the font file?

    Hello

    What is the limit of file size (max and min) on the font file for loading custom fonts?

    I have search the Forum and found a comment by Peter_strange.

    "The documentation says 60 K or 90K depending on how load you, 90 K if you load a an InputStream memory."

    But I want to be sure, share please if someone has the info.

    Thank you.

    Pradeep thanks for your clarification.

    Now, I checked that there is no limit of min file size and maximum file size limit is 90 KB for load of cases and 60 KB in case of direct load flow.

    I also have a resource good sample by peter_strange -.

    http://supportforums.BlackBerry.com/T5/Java-development/font-loader-Manager-utility/m-p/592647#M1223...

  • CSQ Call Distribution summary report customized with 5s and 20 s model for UCCX 10.6 required

    Dear all,

    We have UCCX with recently upgraded to 10.6 HA. After upgrade, we are not able to generate the CSQ Call Distribution report for every 5/20 sec.

    We contacted TAC and found we need to have autonomous cuic but we donot have in our environment. There is demand for improvement already triggered with Cisco for this defect, Cisco still to develop fixed a bug for this version.

    Ask you to provide me with this model of the said report to import into our UCCX of 10.6 to generate reports required by our care.

    Had the same problem after upgrade of 8.5 to 10.5 UCCX. I was able to modify an existing report to get 5 seconds interval.

    I exported the existing report. Imported in CUIC stand-alone server, query list value with interval of 5 seconds:

    select 5 as ID,'5' as value from table(set {1})
    Also changed the column names in the report. With 5 seconds interval, we have 4 great call distribution intervals: 0-5 sec, 0 to 10 sec, 0-15, 0-20 sec. Unfortunately, when I downloaded my report to the initial report UCCX CUIC was broken (I think because of the internal report id duplication), but the new report works very well. Check out the screenshots and my below custom report template.

Maybe you are looking for

  • E-mail responded

    Suddenly, it seems that TBird (sorta) reacts to every email I receive. First message, (e.g., daily promotional coupon of the local business service) is complete as sent. From and to addresses, open the content. Second message as a reply (Re: whatever

  • Lenovo Y40: Must only press the power button two times to turn on

    Hello A few months ago, I bought my Lenovo Y40 on the Lenovo Web site and recently, to turn on, I have to press the power button twice. When I press that once, the Lenovo logo is displayed on the screen, but after 2 seconds it turns off. On the secon

  • Need to disable data

    Hello I will be going abroad, and I want to be able to turn off all the data so I'm not charged with international data roaming fees. Thank you!

  • Drivers from Device Manager

    Hello I'm a new being in the mists of the clean installation of windows xp home edition for professionals.  I have a used computer that I think is as old as 12 years without a manufacturer.  Although Microsoft stopped supporting xp I know a website w

  • Disk Rebuild group

    Hello: I have a MD3200 with a RAID-5 disk with 4 SAS 15 k 600 GB disk group. I want to expand this RAID-5 with another two SAS 15 k 600 GB discs. I know that the MD3200 can do online and with both drives at the same time, but as much as I have a very