T.R | Title | User | Personal Name | Date | Lines |
---|
5266.1 | Dictionary... | RACER::dave | Ahh, but fortunately, I have the key to escape reality. | Fri Jun 25 1993 15:31 | 3 |
| I remember from somewhere that the notification window gets added to the menu
iff there is a specific entry in the dictionary. If that entry were deleted,
then there would be no notification window available.
|
5266.2 | As reply .1 | MQOSWS::F_MONETTE | Montreal Sales Support | Mon Jun 28 1993 13:30 | 23 |
| You can do the following command to see if the entry is
in the dictionary::
DAP> show class mcc Subclass ICONICMAP Subclass
APPLICATION Subclass NOTIFICATION_PM
Class (1) : MCC
Subclass (2) : ICONICMAP
Subclass (2) : APPLICATION
-------> Subclass (2) : NOTIFICATION_PM
Definition (3) : PRESENTATION_NAME
Definition (3) : INSTANCE_REQUIRED
Definition (3) : DYNAMIC
Attribute (5) : COMPONENTNAME 1
Attribute (5) : COMPONENTVERSION 2
Attribute (5) : ALERTABLE 3
Attribute (5) : DIMMENUSTATE 4
Directive (6) : SHOW 1
Directive (6) : TEST 3
Directive (6) : STARTAPPLICATION 157
Attribute_Partition (11) : IDENTIFIERS 1
Attribute_Partition (11) : CHARACTERISTICS 4
|
5266.3 | The code... | TOOK::LYONS | Ahh, but fortunately, I have the key to escape reality. | Mon Jun 28 1993 14:23 | 17 |
| The code from inside the iconic map is...
status = mcc_aes_set (&p_aes, &count, 0, p_instance, &type);
if (status ISNT MCC_S_NORMAL)
break;
/*-----------------------------------------------------------------*/
/* If Notification Services in dictionary, assumption is made that */
/* user has a kit encompassing more than just Director. */
/*-----------------------------------------------------------------*/
if (*(long *)p_instance->mcc_a_pointer IS MCC_K_CLASS_IMPM_NOTIFICATION)
pml_console_globals.notif_svc_avail = MCC_K_TRUE;
status = map_appl_create_link (p_aes, p_instance, p_def_bfr);
|
5266.4 | Help, Iconic Map crashes... | EVTIS9::ROGGEBAND | While my guitar gently weeps | Wed Jul 21 1993 04:42 | 17 |
| Hello,
We tried removing the Notification PM from the dictionary at the
customer site, this caused an immediate "crash" of the Iconic Map PM
with the following message
Exception: Invalid memory address (dce/thd)
This happened as soon as we tried to open a domain.
Any clues ? Any other way to suppress the notification window?
We are running PNM200 1.3 on Ultrix.
Regards,
Philippe.
|