Discussions related to Visual Prolog
User avatar
Tonton Luc
VIP Member
Posts: 204
Joined: 16 Oct 2001 23:01

TaskWindow and mdiProperty

Unread post 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.
User avatar
Thomas Linder Puls
VIP Member
Posts: 1398
Joined: 28 Feb 2000 0:01

Unread post by Thomas Linder Puls »

I am not sure if this is the case in Vip 7.3, it is definitely not the intention.
Regards Thomas Linder Puls
PDC
User avatar
Tonton Luc
VIP Member
Posts: 204
Joined: 16 Oct 2001 23:01

Unread post by Tonton Luc »

Hi,

Any solution to solve this problem ?
Post Reply