Discussions related to Visual Prolog
-
Tonton Luc
- VIP Member
- Posts: 204
- Joined: 16 Oct 2001 23:01
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.
-
Thomas Linder Puls
- VIP Member
- Posts: 1466
- Joined: 28 Feb 2000 0:01
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
-
Tonton Luc
- VIP Member
- Posts: 204
- Joined: 16 Oct 2001 23:01
Post
by Tonton Luc »
Hi,
Any solution to solve this problem ?