RE: re 'forgotten' widgets

<[email protected]> Wed, 12 Sep 2007 09:05:19 -0600
Newsgroups gmane.comp.lang.perl.tk
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--===============0543339519434856811==
Content-class: urn:content-classes:message
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C7F54E.55ABC60B"

This is a multi-part message in MIME format.

------_=_NextPart_001_01C7F54E.55ABC60B
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

You can use the "ismapped" method to tell if a widget is currently
mapped to the screen:
=20
$mw_Main->Button(-text =3D> "Is Mapped?", -command =3D> sub { print =
"Entry A
" . ($CellA_Entry->ismapped ? 'is' : 'is not') . " mapped!\n" }
)->grid(-row =3D> 3, -column =3D> 0);

    -- Dave

________________________________

From: [email protected]
[mailto:[email protected]] On Behalf Of Konovalov,Vadim
Vladimirovich (Vadim)** CTR **
Sent: Wednesday, September 12, 2007 8:39 AM
To: Henry Merryweather; [email protected]
Subject: RE: re 'forgotten' widgets


FWIW www.perlmonks.org is better WRT responce time, because quite many
helpful people are there.
This ML has quite many helpful people also, but not as many :)

	-----Original Message-----
	From: [email protected]
[mailto:[email protected]]On Behalf Of Henry Merryweather
	Sent: Wednesday, September 12, 2007 6:18 PM
	To: [email protected]
	Subject: re 'forgotten' widgets
=09
=09

	Earlier today I posted an e-mail asking question about recalling
a forgotten widget.

	=20

	In that e-mail I explained that although a widget has been
'forgotten' information about the widget was still available.  Is there
any way I can tell that it has been forgotten.  I tried using
$wg-cget(-state) but this gives 'normal' both before and after
'forgetting' the widget.

	=20

	=20

	Best regards

	=20

	Henry Merryweather

	=20

	Telephone: +44 (0) 1225 859051

	Web: www.merryweathersolutions.co.uk

	=20


	No virus found in this outgoing message.
	Checked by AVG Free Edition.
	Version: 7.5.485 / Virus Database: 269.13.15/1002 - Release
Date: 11/09/2007 17:46
=09


------_=_NextPart_001_01C7F54E.55ABC60B
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2900.3157" name=3DGENERATOR>
<STYLE>@font-face {
	font-family: Franklin Gothic Book;
}
@page Section1 {size: 595.3pt 841.9pt; margin: 72.0pt 90.0pt 72.0pt =
90.0pt; }
P.MsoNormal {
	FONT-SIZE: 10pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
}
LI.MsoNormal {
	FONT-SIZE: 10pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.MsoNormal {
	FONT-SIZE: 10pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
}
A:link {
	COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
	COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
	COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
	COLOR: purple; TEXT-DECORATION: underline
}
SPAN.EmailStyle17 {
	FONT-WEIGHT: normal; COLOR: windowtext; FONT-STYLE: normal; =
FONT-FAMILY: "Franklin Gothic Book"; TEXT-DECORATION: none
}
DIV.Section1 {
	page: Section1
}
</STYLE>
</HEAD>
<BODY lang=3DEN-GB vLink=3Dpurple link=3Dblue>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D311280315-12092007><FONT =
face=3DVerdana=20
color=3D#800000 size=3D2>You can use the "ismapped" method to tell if a =
widget is=20
currently mapped to the screen:</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D311280315-12092007><FONT =
face=3DVerdana=20
color=3D#800000 size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D311280315-12092007><FONT =
face=3DVerdana=20
color=3D#800000 size=3D2>$mw_Main-&gt;Button(-text =3D&gt; "Is Mapped?", =
-command=20
=3D&gt; sub { print "Entry A " . ($CellA_Entry-&gt;ismapped ? 'is' : 'is =
not') . "=20
mapped!\n" } )-&gt;grid(-row =3D&gt; 3, -column =3D&gt; =
0);<BR></FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D311280315-12092007><FONT =
face=3DVerdana=20
color=3D#800000 size=3D2>&nbsp;&nbsp;&nbsp; -- =
Dave</DIV></FONT></SPAN><BR>
<DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr align=3Dleft>
<HR tabIndex=3D-1>
<FONT face=3DTahoma size=3D2><B>From:</B> =
[email protected]=20
[mailto:[email protected]] <B>On Behalf Of =
</B>Konovalov,Vadim=20
Vladimirovich (Vadim)** CTR **<BR><B>Sent:</B> Wednesday, September 12, =
2007=20
8:39 AM<BR><B>To:</B> Henry Merryweather;=20
[email protected]<BR><B>Subject:</B> RE: re 'forgotten'=20
widgets<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV><SPAN class=3D584582714-12092007><FONT face=3DArial color=3D#0000ff =
size=3D2>FWIW=20
<A href=3D"http://www.perlmonks.org">www.perlmonks.org</A> is better WRT =
responce=20
time, because quite many helpful people are there.</FONT></SPAN></DIV>
<DIV><SPAN class=3D584582714-12092007><FONT face=3DArial color=3D#0000ff =
size=3D2>This=20
ML has quite many helpful people also, but not as many =
:)</FONT></SPAN></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px =
solid; MARGIN-RIGHT: 0px">
  <DIV class=3DOutlookMessageHeader dir=3Dltr align=3Dleft><FONT =
face=3DTahoma=20
  size=3D2>-----Original Message-----<BR><B>From:</B>=20
  [email protected]=20
  [mailto:[email protected]]<B>On Behalf Of </B>Henry=20
  Merryweather<BR><B>Sent:</B> Wednesday, September 12, 2007 6:18=20
  PM<BR><B>To:</B> [email protected]<BR><B>Subject:</B> re =
'forgotten'=20
  widgets<BR><BR></FONT></DIV>
  <DIV class=3DSection1>
  <P class=3DMsoNormal><FONT face=3D"Franklin Gothic Book" =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Franklin Gothic Book'">Earlier =
today I=20
  posted an e-mail asking question about recalling a forgotten=20
  widget.</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Franklin Gothic Book" =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Franklin Gothic =
Book'"></SPAN></FONT>&nbsp;</P>
  <P class=3DMsoNormal><FONT face=3D"Franklin Gothic Book" =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Franklin Gothic Book'">In that =
e-mail I=20
  explained that although a widget has been &#8216;forgotten&#8217; =
information about the=20
  widget was still available.&nbsp; Is there any way I can tell that it =
has been=20
  forgotten. &nbsp;I tried using $wg-cget(-state) but this gives =
&#8216;normal&#8217; both=20
  before and after &#8216;forgetting&#8217; the =
widget.</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Franklin Gothic Book" =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Franklin Gothic =
Book'"></SPAN></FONT>&nbsp;</P>
  <P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt"></SPAN></FONT>&nbsp;</P>
  <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">Best =
regards</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt"></SPAN></FONT>&nbsp;</P>
  <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">Henry=20
  Merryweather</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt"></SPAN></FONT>&nbsp;</P>
  <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">Telephone: +44 (0) 1225=20
  859051</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">Web: <A=20
  =
href=3D"http://www.merryweathersolutions.co.uk">www.merryweathersolutions=
.co.uk</A></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt"></SPAN></FONT>&nbsp;</P></DIV><BR>
  <P><FONT size=3D2>No virus found in this outgoing message.<BR>Checked =
by AVG=20
  Free Edition.<BR>Version: 7.5.485 / Virus Database: 269.13.15/1002 - =
Release=20
  Date: 11/09/2007 17:46<BR></FONT></P></BLOCKQUOTE></BODY></HTML>

------_=_NextPart_001_01C7F54E.55ABC60B--

--===============0543339519434856811==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

--++**==--++**==--++**==--++**==--++**==--++**==--++**==
ptk mailing list
[email protected]
https://mailman.stanford.edu/mailman/listinfo/ptk


--===============0543339519434856811==--