Page 1 of 1

TaskWindow and mdiProperty

Posted: 5 Oct 2015 14:48
by Tonton Luc
Hi,

Is it normal (with VP 7.3) that I need to turn mdiProperty constant to true when I need to write some text in the status toolbar using :

Code: Select all

vpiToolbar::setValue(vpi::getTaskWindow(),resourceIdentifiers::idt_help_line,vpiToolbar::text_value("...my text here..."))
If mdiProperty = false, the contain of the status toolbar never change.

...and I need mdiProperty = false to clear my task.

Posted: 6 Oct 2015 8:51
by Thomas Linder Puls
I am not sure if this is the case in Vip 7.3, it is definitely not the intention.

Posted: 8 Oct 2015 15:14
by Tonton Luc
Hi,

Any solution to solve this problem ?