Customer problem with graph

Is it possible to improve graphics performance on the workstation with the RDP Protocol?

We have HP t5540 clients (Windows CE) light with 1 GB of RAM, View4.5 and Win7x32 VMs. watching videos on Youtube for example is very hard, video and sounds are terrible. Is it possible to improve, for example on the thin client or view or vsphere VM...?

Thanks to all the advice

Ask your supplier for a demo of a teradici PCoIP zero client device and you will be amazed at the easy use and the speed of these devices!

Tags: VMware

Similar Questions

  • Problems with graph XY 'forget' field properties

    I have problems with a graphic XT in my loop.

    The graph has 10 locations which at any time can have anything from 0 to ~ 1000 points, often a few plots will have much less ploints than others. There is an option to select the user to view all items or just the most recent game.

    My problem is I want the chart to reflect the data input and a single point during an update, so I have a string of points rather than a line.

    When I click with the right button on the chart and go to properties, I change the style of point of full circle and turn off the interpolation of the line. I then click on save these default values and save the vi.

    However, once I run the vi, the graph keeps parcels 1 through 9 (not ground 0, this remains as I want) to have no displayed point and the line of interpolation on.

    Anyone had this problem before? Ho solve you this problem?

    I know it can be fixed, because I had this problem a few months ago on a similar vi and after weeks of struggle, I solved it, but I just do not remember how I did it.

    Thanks for any help, at the moment I can't post any code. Note that the chart data show is all perfectly fine, just the properties of the plot are forgotten.

    HI DarraghCorrigan,

    With regard to the problem expressed in your initial post:

    "once I run the vi, the graph keeps parcels 1 through 9 (not ground 0, this remains as I want) have no displayed point and the line of interpolation on."

    This is due to a bug in the software LabVIEW by which all changes that are made to the parcel properties (for example to change the color of a conspiracy) will not be retained, except in field 0 that is not affected. Our R & D department are currently studying this problem so that it can be fixed in future version of the software. The solution recommended for this problem is to pragmatically set parameters of track at the beginning of the code using nodes of property.

    As I understand it, is not the main issue you are experiencing. If you are setting the properties for a field (using a few nodes property described (e) which are then deleted or rewritten on a XY Chart, I understand, is that there is no way that LabVIEW can remember and preserve these properties.

    As you rightly suggested, a way to easily overcome this problem would be to define default chart properties, so that when you remove/rewrite a piece and then add it again, it is always by default these properties. Unfortunately, it is not currently possible to do even if it was recommended as a suggestion of product is a feature that is to the study of implementation in future releases of LabVIEW.

    I think that the question you need to address is the fact that you're at some point reset the graph by sending an empty array to him such that the set of your property are lost. If you can find and remove this section in your code, you should be able to solve your problem.

    I hope this helps.

    Best regards

    Christian Hartshorne

    NIUK

  • How to communicate effectively with Adobe, service customer-problem with credit card authorization

    Maybe someone of you had such a problem with purchose - I bought the plan in creative cloud, but there was no e-mail coming after the purchose and what I see in my bank account information - my payment is waiting for authorization (already too long). In my profile, it seems that I have not buy aything.

    Contact customer support. Make sure that you are connected with the Adobe ID that you used to purchase the plan. I'm also moving your post on the creative forum Cloud.

    Contact the customer service

  • Custom problem with scrollbar in kifani

    Hi, I have a class that extends kifani. This class displays a JEditorPane inside a get for simple HTML display (I have try it with text, the problem persists).

    The problem is that, so I put a date in the JEditorPane and the scollbars are visible, they are positioned at the end of the 'view '! I try to reproduce the problem with a simple swing application, but it works.

    Any idea?

    PS: I'm using Jinitiator 1.3.1.25

    Here is the code:
    package ch.ceg.ecoles.forms.pjc;
    
    import java.awt.Rectangle;
    
    import javax.swing.JEditorPane;
    import javax.swing.JScrollPane;
    
    import oracle.forms.properties.ID;
    import oracle.forms.ui.VBean;
    
    public class HtmlFrame extends VBean {
    
         private static final long serialVersionUID = 1L;
         // property to set the content
         public final static ID pSetContent = ID.registerProperty("SETCONTENT");
         // private variables
         private JEditorPane htmlPane;
         private String content;
    
         public HtmlFrame() {
              super();
    
              htmlPane = new JEditorPane("text/text", "Chargement en cours...");
    
              htmlPane.setEditable(false);
              JScrollPane scrollPane = new JScrollPane(htmlPane);
              add(scrollPane);
         }
    
         public boolean setProperty(ID pId, Object pValue) {
    
              if (pId == pSetContent) // set and display the new URL
              {
                   String sValue = (String) pValue;
                   content = sValue;
                   htmlPane.setText(content);
                   
                   htmlPane.scrollRectToVisible(new Rectangle(0,0,1,1));
                   System.out.println("après le scroll");
    
                   return true;
              } else {
                   return super.setProperty(pId, pValue);
              }
         }
    }

    Use:

    htmlPane.setCaretPosition(1);
    

    Instead of

    htmlPane.scrollRectToVisible(new Rectangle(0,0,1,1));
    

    François

  • Problems with graph and my program of refining.

    Hey there guys.  I am very new to the use of LabVIEW.  This is actually my first fully functional program, and I had some questions about some of the subtleties.  The program works just how I want. It starts and sends a signal to a power supply, turn it on.  Then 4 thermocouples are measured in a while loop until a specific temperature (defined in 30 c right now so I can stop the program with my hand). Temperature of the five readings are averaged together to smooth curves.  The readings are post on the thermometer read outings as well as graphically.  Once reached the temperature limit programs to end the while loop and a stop signal is sent to the power grid.

    Everything works so you may ask while I'm here.  Well first off I have the impression that the way that I used a sequence to activate the power supply market is kind of chunky and wanted to see if there was a simpler way.  Also, I tried to add a Boolean value LED to indicate that the heating element is disabled or enabled, but could not figure out how to add it.  Also, I was wondering how to get my x-scale from 0.  Currently, I have the relative time, but it starts from about 3.4 billion and has every second there. This can be seen in the jpeg below.  Also is it possible to add a grid to a waveform graph?

    Well thank you for your help and all you offer is much appreciated.

    kgould wrote:

    Also, I tried to add a Boolean value LED to indicate that the heating element is disabled or enabled, but could not figure out how to add it.  Also, I was wondering how to get my x-scale from 0.  Currently, I have the relative time, but it starts from about 3.4 billion and has every second there. This can be seen in the jpeg below.  Also is it possible to add a grid to a waveform graph?

    OK, here are a few suggestions.

    • To indicate or not running, you could just reverse the value going to the stop condition and post it in a Boolean indicator.
    • Set the X-scale of relative time format.
    • Your loop runs at about 2 Hz (samples of 5 to 10 Hz), so you must assign the rung of the ladder x 0.5.
    • This song and dance with dynamic data seems ill advised. I would use probably low level functions of data acquisition instead.
    • Do not duplicate all these functions on average, use a loop FOR.
    • Use a cluster for the chart and thermometers: simple diagram.
    • Note that at least an entry to the "stop" function type must go through the loop to make sure that the function waits until the loop is completed.
    • To add a grid, change the property for the scales and select an opaque color.

    Here's a quck project. Maybe this can give you some ideas... (I did not in place more low level DAQ functions yet)

    There are probably a few little bugs. Make sure that the dynamic data in table 2D are configured correctly.

    (Part of the sequence is currently necessary because the GPIB Subvi is not an output (I don't have the VI!).) This ensures that it ends before the while loop begins. He's probably a 'mistake' that you can wire to the edge of the loop, eliminating the frame of the sequence).

  • Custom problem with CFINPUT, masks and onFocus events

    I'm running into an interesting problem, I found a bug in ColdFusion MX 7.0.2 on Windows Server 2003. I have a CFINPUT field with a mask and an onFocus event. When the page is rendered, however, the resulting HTML code has two events onFocus with my called twice and the mask function, called only once. I was able to work around this problem, but it is kind of annoying. See the example below:

    It's not a bug it's a feature, depending on your point of view. Focuses on the first field with a mask using the mask attribute. Your code runs subsequently.

  • Satellite L500-1UR - problem with graph

    Hello

    I have a Satellite L500-1UR, with 64-Bit.

    After a Windows Update my Board Graphic is broken. I have only a standard screen.
    I can only switch between two different resoultions (1024 x 768 or 800 x 600).
    Previous I have something with 1300 x 768.
    I mind uses the previos driver more.

    Is my graphics card Mobile Intel (r) 4 Series Express Chipset Family.
    When I refresh the driver nothing happen.

    Under the support of properties, that signature digital can´t be proved.
    Code 52. I do a system recovery.
    The early days, it was like before, but after another windows updated failure even reproduce.

    And now I can´t do another more recovery system.

    Please someone help me, I'm desperate.

    Concerning

    Hello

    Unfortunately, I can't explain what happened exactly with your machine. Maybe you have installed all the updates available (important and optional). Maybe the display driver has been offered as a driver in option.

    In any case, what you can do now is follow:
    -try to roll back OS to an earlier time using System Restore option
    -Reinstall the display driver - http://www.toshiba.eu/innovation/download_drivers_bios.jsp
    -in the worst case, you can reinstall OS HARD drive recovery option (I hope it works)

    If you have any other questions you are welcome.

  • Problem with pointstyle custom

    Hello, I want to create a pointstyle customized for my plots scattergraph. I want to create a rectangel with a black border.

    I have read the following of section http://zone.ni.com/devzone/cda/tut/p/id/10526 and that it really helps.

    But there is a little problem with the black border. The following diagram shows this problem, that the border is only on the 2 sides of my rectangel.

    This is my code in my tiny class.

    class BorderPointStyle of Ref: NationalInstruments::UI:PointStyle
    {
    public:

    BorderPointStyle (void)
    {}

    public: virtual void Draw (Object ^ context, PointStyleDrawArgs ^ args) override
    {
    Graphics ^ g = args-> graphics;

    Rectangle rect_b = Rectangle (0,0,7,7);
    Rectangle rect_i = Rectangle (0,0,6,6);

    System::drawing:pen ^ pen = New System::Drawing:Pen (Color::Black);
    g-> FillRectangle (gcnew SolidBrush (args-> Color), rect_i); Draw the innerarea

    g-> DrawRectangle (pen, rect_b) ;// draw the border

    }
    };

    Maybe someone has a resolution of my problem

    Hello-

    Your points are currently limited by the PointSize property.  You can change your code as follows:

  • Problems with the display of the 3D graph

    Hello world

    I use a 3-d chart in one of my screws and I have problems with the display. See what it shows by yourself:

    So, as you can see, the chart does not correctly display the data. But one thing I know, is that the data are sent correctly, because when I copy the LabVIEW graphic and paste it into paint, what I see, this is the graph displayed correctly:

    Anyone know what may cause the problem? I also have a similar problem with a waterfall in 3D.

    You can always download the updates of ni.com so.

    I also went through a documentation on known LV 2011 issues. I was able to find something interesting onthis page:

    3D image controls can display transparently or LabVIEW crash on some graphics cards

    The 3D Picture Control is based on an OpenSceneGraph that uses OpenGL. It was noted several reports of the 3D image control crashing LabVIEW. In almost all cases, it was an Intel graphics integrated into question. This accident is due to a mismatch of the graphic material. Note: most 3-d charts use the 3D picture control

    Some possible workarounds are:

    • Update the video driver
    • Enable/disable hardware acceleration
    • Enable Aero in Windows 7
    • Disable Aero in Windows 7

    I might try these workaround solutions and see if any of them work for you.

  • problem with Internet connection sharing, error: connection ad - hoc has "no internet access" on the cell phone of the customer

    Original title: problem with Internet connection sharing

    my laptop running on Windows Vista Home Premium SP2 (this one has access to the internet by using the dial-up modem and will to act as a sharer of internet connection or as a host) and the client computer runs on Windows 7 Starter

    in a first step, I try internet connection sharing, I've set up an ad hoc network and I just changed my setting modem dial-up on the sharing tab, of course what I change, it of 'Allow an other network users to connect through this computer internet connection' and choose the on Home Networking connection wireless network connection , then my mobile client to connect to a special that I created and portable client connected to the internet via ICS
    then the problem came when I restart my laptop. When I tried to use ICS once again, my customer laptop really takes a long time to connect, he continues saying 'identification' side host and client. and after that "identify" is complete, it says ad - hoc connection, I create has "no network".
    so, I'm a person answer in this forum
    ' Obtain an IP address automatically is the wrong setting on the Ethernet connection. "  To return to the sharing tab and unshare the wireless connection.  Close all windows network, and then open them and re - share the wireless connection.  Who must configure IPv4 for the Ethernet connection properties for:

    IP address: 192.168.0.1
    Subnet mask: 255.255.255.0
    Default gateway: no
    "DNS server: none.

    I put this on my laptop of the host, and and I put the IP address on my laptop customer in 192.168.0.2 with the same default gateway as my portable computer host IP
    and made some progress in this case, when I try to connect host and the client is no longer to 'identify' phase, immediately connected laptop both but my mobile client can not connect to the internet and displays "No Internet access" on the ad hoc network, I have create

    I tried a lot of things but always completed my mobile client can not connect to the internet and displays the message "no Internet access.

    What makes me confuse is first, I try to share the internet connection everything works like a charm, I set up an ad hoc network, and then change the setting on my modem dial-up so he can share the internet connection, and voila, computer laptop client connected to the internet. I change even not all IP settings
    But why after I restart my PC, this problem comes...
    someone knows how to help me with this problem?

    Hey, Mimbs,

    You can try the similar thread to the next with a possible solution:

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-networking/no-Internet-access-in-the-client-machine-when/77312e09-4385-41FA-A420-0c42be58e4e3

    Also for reference:

    http://Windows.Microsoft.com/en-us/Windows7/networking-home-computers-running-different-versions-of-Windows

  • Problem with download custom to CSV in APEX

    Apex: Apex 4.2

    Oracle 11g

    Listener of the apex.

    Hello I have a general problem with export to CSV using a custom process of pl/sql manual tabular.

    I can't use the native 'Download' option because it will not be exported my textbox objects to CSV

    So I have a custom download process that calls another page which has a prior to the process of the header as follows:

    
    

    HI INAMIK

    I think you need to update your code to place your fields exported with '. '.

    For column headings

    htp.prn('"Month/Year","Bonus","Actual Bonus Distributed","Date Distributed"'||chr(13));
    

    For data

    htp.prn('"' || x.MONTH_DATE|| '","' ||x.RVU_BONUS || '","' || x.SIX_MO_BONUS_ACT || '","' || x.BONUS_DIST_DTTM || '"' || chr(13));
    

    I hope that solves your problem

    Concerning

    Mahmoud

  • Problem with Microsoft account won't let me sync between desktop PC and laptop (Windows 8) custom settings

    Hello
     
    Synchronization of the custom (for example, my desktop background) settings does not work between my desktop PC and my laptop and vice versa (both running Windows 8). I use my Microsoft account (so no premises) on both devices and have already checked the relevant synchronization (which are lit) settings. In addition, I used the "microsoftaccounts.diagcab", however unsuccessfully fix tool:
     
    Troubleshooting completed, problems found:
    • Problem with the Microsoft account strategy: don't not fixed
    • Some settings have disabled sync: detected (which is false)
    • Customization have disabled synchronization (which is false)
    • You have reached the daily quota of the synchronization. The quota of synchronization fade gradually. Please try again later.
     
    However, as a matter of fact sync was working, after I had created and used a new account from Microsoft on both devices. so I suspect something to be a problem with my original Microsoft account. Could you please check this account on your site and let me know your results?
     
    PS My original Microsoft account (that I created there) is the same account that I used to connect to this forum. If you need more information, please let me know!
     
    Thanks in advance!
     
    Kind regards
    Victor Alberts.

    It worked perfectly for me:

    Follow these steps:

    1. Make sure that the synchronization of personal settings is enabled on all the PC associated with your account
    2. Go here and follow the instructions: http://skydrive.live.com/win8personalsettingsprivacy
    3. Wait a day or two
    4. Do this it fixes going in charms bar and selecting settings-> change PC settings.  On the accounts section, there is a link under your Microsoft e-mail account called 'Disconnect '.  If you click on it and follow the instructions create you a local computer account and then log off from Windows.  Once you connect with your local account, go back to the account settings and reconnect to your account.

    Solved all my problems of synchronization.

    I hope this helps for you also!

    Robin

  • Facing a problem with writing the custom for WLS identity assertion provider

    I am facing a problem with writing the custom for WLS identity assertion provider.

    Requirement:

    Asserter identity configured in WLS should get called when the following cookie is sent in a request by my application
    cookie name: OAMAuthnCookie_blr1234567.idc.oracle.com:7777

    I added the name of the cookie as a token of support and Active token in WeblogicCustomIdentityAsserter.xml

    < MBeanAttribute
    Name = "SupportedTypes.
    Type = "java.lang.String [].
    Writeable = "false".
    Default = "new String() {& quot; OAMAuthnCookie_blr1234567.idc.oracle.com:7777 & quot ;}.
    / >
    <!-ActiveTypes attribute contains the subset of your mbean SupportedTypes who are active in the area. ->
    < MBeanAttribute
    Name = "ActiveTypes".
    Type = "java.lang.String [].
    Default = "new String() {& quot; OAMAuthnCookie_blr1234567.idc.oracle.com:7777 & quot ;}.
    / >

    Problem:

    Identity asserter provider is not invoked for the request that has the cookie named OAMAuthnCookie_blr1234567.idc.oracle.com:7777.

    I did some experiments with the cookie name, to see where the problem could be

    Identity asserter provider is triggered for the following cookies:
    OAMAuthnCookie_blr1234567.idc.oracle.com7777.
    blr1234567. IDC. Oracle
    blr12_XXX. IDC. Oracle.com

    and it does not work for cookie name - OAMAuthnCookie_blr1234567.idc.oracle.com:7777

    I think that the name of the token supports not the colon. I don't have control over the name of the cookie, two points will always be

    Tried it with giving the name of the cookie after the encoding of the colon

    < MBeanAttribute

    Name = "SupportedTypes.

    Type = "java.lang.String [].

    Writeable = "false".

    Default = "new String() {& quot; OAMAuthnCookie_blr2211441.idc.oracle.com & #58;. 7777 & quot ;} »

    / >


    But still does not work
    Am I missing something? Any help will be appreciated.
    Help, please!

    colon ': ' is an illegal character in the name of the cookie.

    RFC 2616, Section 2.2 says:

    token = 1 *.

    separators = "(" | ")" | " <" |="" "="">" | " @"

    | "," | ";" | ":" | " \" |<">

    | "/" | "[" | "]" | "?" | "="

    | "{" | "}" | SP | HT

    It is clear ":" a "separator" and thus not allowed in a token or a cookie name.

  • Hi, I have a problem with the download trial version of adobe after effect cc. When I want to download instad of download there are massage: we are experiencing some problems, please try again later. If the problem persists, contact customer support

    Hi, I have a problem with the download trial version of adobe after effects cc. When I want to download instad of download there are massage: we are experiencing some problems, please try again later. If the problem persists, contact customer support. What seems to be a problem? Thank you

    Please try after effects configuration required for Mac OS and Windows

    Concerning

  • Problem with edit &gt; Define Custom Shape

    I have a dialog box that appears and indicates "unable to complete the command set of custom shape because of a program error". Does anyone have the same problem?

    Thank you

    VB

    HI, I had the same problem with the latest version of PS. I fixed it in this way:

    1. familiarize yourself with the tool Panel.

    2. click hold in the lower part of it, when there is an icon with 3 points, and choose edit toolbar

    3 TheCustomize toolbar appears. In the column of Extra search tools the shape tool customized and drag and drop it into the column of toolbar

    3, tap done.

Maybe you are looking for