LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Callback function for label appearance.

Is any option to access the label using Callback function.

 

0 Kudos
Message 1 of 8
(3,661 Views)

Maybe you can provide a few more details:

 

- you want a callback called if someone clicks on a label

or

- you want to change the label once someone clicks on the associated control

or

...?

0 Kudos
Message 2 of 8
(3,655 Views)

If i take edit command button, only if command button is clicked leads to callback but if label is clicked it wont . I wanted the operation even if label is clicked 

0 Kudos
Message 3 of 8
(3,650 Views)

I am afraid I do not understand... for a command button the label is on the button, so how can you click on the label without clicking on the button?

I am attaching a typical screenshot

 

button.png

 

 

 

0 Kudos
Message 4 of 8
(3,631 Views)

Is any option if  I click on label instead on button ??

0 Kudos
Message 5 of 8
(3,629 Views)

.... how can you click on the label without clicking on the button if the label is on the button?

0 Kudos
Message 6 of 8
(3,622 Views)

a possibility to have a "clickable" label is

- do not use a label for your control

- use a text message instead which provides its own callback function

0 Kudos
Message 7 of 8
(3,619 Views)

Thanks even 'm using the same but I thought is any option for label too

0 Kudos
Message 8 of 8
(3,590 Views)