Jump to content

Neil Pate

Members
  • Posts

    1,156
  • Joined

  • Last visited

  • Days Won

    102

Posts posted by Neil Pate

  1.  

    Just set the default value of the control.

    Does this work at runtime in an exe? I never thought to try this, thanks for the suggestion.

    The problem is I need to set the default value as soon as the browse button is pressed, not before. There is no event exposed that will trigger when the browse button is clicked.

  2.  

    I know nothing about ARP, but why would this come instead of a UDP packet?

    I have seen something similar. I supported a system that had 10 cRIOs all transmitting UDP data to be logged at a reasonable rate, and packets would indeed just get "lost" (as noticed by the receiver PC). I never did any analysis to see if they were not being transmitted or not being received, I just solved the problem by using a different port per cIRO.

  3. 20 minutes ago, drjdpowell said:

    I investigated, and it is because you made the two incr/decr arrows transparent.  I've had suspicions in the past that there is something buggy about colouring things transparent.  

    Thanks James. I may be able to fix this then by colouring those arrows to be the same as my background colour rather than transparent.

    Edit: even more strangely, colouring them a colour and then back to transparent causes the problem to go away

    Edit2: LabVIEW is now behaving but the exe displays the same problem. I am going to leave this for now and just use the system control. If I get a moment I will try and fix it but for now I am moving on.

  4. 6 minutes ago, drjdpowell said:

    If you replace with an unmodified slider direct from Flatline does the problem come back?

    Will check it out. I am on a new laptop so need to install the Flatline controls again.

    Edit: no everything seems to be behaving now. One strange thing, I see the latest Flatline slider has a round grab handle; has it always been like this? If so then I have no idea where I got my slider from as mine has a rectangular grab handle.

    Anyway, for now just going to use the system control (which is not ideal as I would like to be able to colour the grab handle to match some other colours on my GUI).

  5. Does anybody know if it is possible to configure the path control so that when a user clicks the browse button the file dialogue that pops up has a custom filename pre-populated? You can do this easily with the dialogue prim, but I cannot figure out how to do this with the path control. I thought perhaps there would be an event that is fired off on browse, but it does not appear so.

    I suppose I could hide the browse button and replace it with a regular button...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.