18-Jan-2007 (Boda Franek) **** This poor subdirectory so far did not have a History file **** Some ad-hoc writeup: Process 'monObjects' can receive commands from 'tellMonObjects' by declaring itself as DIM server with a command service. The name of the server and the service have to be unique for the pair and also known to both. Untill now it was an adhoc string 'hardcoded' to both. This of course meant that only one pair could run in a given DNS domain. To make this more general, I addopted the following convention: For the name of the server : node-name[/'localId']/SMIGUI and for the service : node-name[/'localId']/SMIGUI/CMNDS The 'localId' is supplied(or not) as the first argument to both processes. It has to be some identifier that uniquely identifies the pair such as PID of the GUI that uses them. ----------------------- tclTkGUI-v01 ------------------------------------- ---> JULY 2007 The following new files are needede by tcl/Tk GUI: getDomainObjects.cxx, getDomains.cxx, monObjects.cxx, monObjectsServiceName.cxx, tellMonObjects.cxx Their description will follow in future new directory efftcl containing 'Effective Tcl/Tk Programming' procedures === 25-July-2007:14:58 ========== v32 ================= 3-Aug-2007 (Boda Franek) - monObjects.cxx a few minor changes to do with empty strings. === 07-August-2007:11:55 ========== v32r1 ================= 07-Aug-2007 - new file tclTkGUI-Builder.cxx ... builds tclTkGUI - tellMonObjects.cxx ... Clara made mods to make it work on Windows. To do with node name also converted to UNIX format before checked in from UNIX - getDimVersions.cxx, getDomainObjects.cxx, getDomains.cxx, monObjectsServiceName.cxx and serverInError.cxx ... were converted from DOS to UNIX format before checked in from UNIX. This was carefullychecked and it is OK ---------------------------------------------------------------------- 8-Aug-2007 - monObjects.cxx fixed to work on windows ala tellMonObjects.cxx ---------------------------------------------------------------------- 10-Aug-2007 - dnsRunning.cxx changed from DOS to UNIX before checked in from UNIX ------------------------------------------------------------------ 23-Aug-2007 - tclTkGUI-Builder.cxx some changes necessary to make it run on Windows, in particular, gif files have to be copied as binary. === 25-August-2007:13:31 ========== v32r2 ================= === 28-September-2007:15:29 ========== v32r3 ================= === 07-October-2007:16:50 ========== v32r4 =================