From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Timestamp time/date browse button

Hmmm - I ported the scratch code back to LV 8.6 and it works there too...

Regards

Bandit

0 Kudos
Message 11 of 17
(975 Views)

Did you check if this also opens when you open a menu and leave it open (see my earlier reply)?


___________________
Try to take over the world!
0 Kudos
Message 12 of 17
(972 Views)

tst,

I'm assuming that's addressed to manu.NET.

But I did, and it did, see my earlier reply to your earlier reply.  🙂

manu.NET - it would be worth taking a look at the link tst indicated early in the thread.

Regards,

Bandit. 

0 Kudos
Message 13 of 17
(962 Views)

Hello Bandit,

 

My problem occurs with Labview 2011 SP1.

 

Manu.net

Manu.net
0 Kudos
Message 14 of 17
(961 Views)

Hello Tst,

 

The error only occurs when i launch the calendar dialog by clicking on the calendar button !

 

On the same VI i can ...

 

  • Launch a modal VI by calling it in a blocking way (By simply calling the VI in the dataflow : Popup VI is dropped on the block diagram )
  • Edit manually the date/time control value (not using the date/time picker !)
  • ...
  • Without any error ! No effect on my asynchronous TCP/IP VI !

 

Manu.net

 

 

 

Manu.net
0 Kudos
Message 15 of 17
(959 Views)

Manu.net,

But what about opening and leaving open a menu, as suggseted by tst - have you tried that?

Please try and post a simple piece of code that demonstrates the problem, so it can be reproduced. Something that opens the TCP connection, uses it in a loop, and closes it again at the end while presenting the option to generate the error from the time stamp browse button. It's probably easier to construct it from scratch if your application code is complex. If the example code doesn't exhibit the problem then you will have something to compare your application and possibly locate the problem.

I should add that I'm unlikley to pick anything up until the New Year.

Regards,

Bandit

0 Kudos
Message 16 of 17
(952 Views)

We are also having an issue with the timestamp control. It is sometimes causing our application to crash, but only if the browse (date time picker) button is visible.

 

I did some windows low level debugging and figured out that, in our case, the crash came from mesa.dll (openGL implementation) function glMultiTexCoord2d.

 

I believe that this function is called whenever the browse icon is repainted (If you scale up the browse button, you see that it uses quite complicated multitexturing graphics).

 

We are using Labview 2011 SP1.

 

0 Kudos
Message 17 of 17
(905 Views)