[GiDlist] WarnWinText

Moderator: GiD Team

Post Reply
Mark Smith

[GiDlist] WarnWinText

Post by Mark Smith »

-----Original Message-----
From: Enrique Escolano [mailto:escolano at cimne.upc.es]
Sent: 02 September 2003 20:19
To: gidlist at gatxan.cimne.upc.es
Subject: Re: [GiDlist] WarnWinText


to close the WarnWinText window can use this command

destroy .gid.warning

....................

Enrique,
Thanks, but the above has no effect at all, nothing happens i.e. the
warnwintext window remains. Any further suggestions ?
Regards
Mark

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.512 / Virus Database: 309 - Release Date: 19/08/2003



The information contained in this e-mail message (and any attachment
transmitted herewith) is privileged and confidential and is intended for the
exclusive use of the addressee(s). If you are not an addressee, any
disclosure, reproduction, distribution or other dissemination or use of this
communication is strictly prohibited. If you have received this
communication in error, please contact us immediately so that we can correct
the error.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030903/ff011e8a/attachment.htm
Enrique Escolano

[GiDlist] WarnWinText

Post by Enrique Escolano »

For your old GiD 6.3.0b this window has another name: .gid.__warnwintext
use:

if { [winfo exists .gid.__warnwintext] } {
destroy .gid.__warnwintext
}

Enrique
----- Original Message -----
From: Mark Smith
To: 'gidlist at gatxan.cimne.upc.es'
Sent: Wednesday, September 03, 2003 2:18 PM
Subject: RE: [GiDlist] WarnWinText



-----Original Message-----
From: Enrique Escolano [mailto:escolano at cimne.upc.es]
Sent: 02 September 2003 20:19
To: gidlist at gatxan.cimne.upc.es
Subject: Re: [GiDlist] WarnWinText


to close the WarnWinText window can use this command

destroy .gid.warning

....................

Enrique,
Thanks, but the above has no effect at all, nothing happens i.e. the warnwintext window remains. Any further suggestions ?
Regards
Mark


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.512 / Virus Database: 309 - Release Date: 19/08/2003





The information contained in this e-mail message (and any attachment transmitted herewith) is privileged and confidential and is intended for the exclusive use of the addressee(s). If you are not an addressee, any disclosure, reproduction, distribution or other dissemination or use of this communication is strictly prohibited. If you have received this communication in error, please contact us immediately so that we can correct the error.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030903/8cf671df/attachment.htm
Post Reply