1. another tiny problem

------=_NextPart_000_0007_01C0314A.44B7A1C0
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi Dan, Derek, all,

I keep getting to you with my tiny problems. The next one: I created an =
MLE, Read Only, but still the user can click in it and the cursor sits =
there, winking. But since there is nothing to edit, it only can distract =
the user. What can be done about that?

Ad

------=_NextPart_000_0007_01C0314A.44B7A1C0
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>Hi Dan, Derek, all,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I keep getting to you with my tiny problems. The next one: I =
created an=20
MLE, Read Only, but still the user can click in it and the cursor sits =
there,=20
winking. But since there is nothing to edit, it only can distract the =
user. What=20
can be done about that?</DIV>
<DIV>&nbsp;</DIV>

------=_NextPart_000_0007_01C0314A.44B7A1C0--

new topic     » topic index » view message » categorize

2. Re: another tiny problem

------=_NextPart_000_02DF_01C031C7.4EBC7380
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Try
  setEnable(mlefld, 0)
this should prevent the fld from getting focus. Ideally you should be =
able to change it's background color to give a visual clue that it is =
not editable. I haven't been able to find out how to do that yet.
---
cheers
Derek
  ----- Original Message -----=20
  From: Ad Rienks=20
  To: EUPHORIA at LISTSERV.MUOHIO.EDU=20
  Sent: Monday, October 09, 2000 2:07 AM
  Subject: another tiny problem


  Hi Dan, Derek, all,

  I keep getting to you with my tiny problems. The next one: I created =
an MLE, Read Only, but still the user can click in it and the cursor =
sits there, winking. But since there is nothing to edit, it only can =
distract the user. What can be done about that?

  Ad

------=_NextPart_000_02DF_01C031C7.4EBC7380
        charset="iso-8859-1"
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=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4207.2601" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Try</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp; setEnable(mlefld, =
0)</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>this should prevent the fld from =
getting focus.=20
Ideally you should be able to change it's background color to give a =
visual clue=20
that it is not editable. I haven't been able to find out how to do that=20
yet.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>---</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>cheers</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Derek</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV=20
  style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
  <A title=3Dkwibus at ZONNET.NL href=3D"mailto:kwibus at ZONNET.NL">Ad =
Rienks</A> </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A =
title=3DEUPHORIA at LISTSERV.MUOHIO.EDU=20
  =
</A>=20
  </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Monday, October 09, 2000 =
2:07=20
  AM</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> another tiny =
problem</DIV>
  <DIV><BR></DIV>
  <DIV>Hi Dan, Derek, all,</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>I keep getting to you with my tiny problems. The next one: I =
created an=20
  MLE, Read Only, but still the user can click in it and the cursor sits =
there,=20
  winking. But since there is nothing to edit, it only can distract the =
user.=20
  What can be done about that?</DIV>
  <DIV>&nbsp;</DIV>

------=_NextPart_000_02DF_01C031C7.4EBC7380--

new topic     » goto parent     » topic index » view message » categorize

3. Re: another tiny problem

------=_NextPart_000_0006_01C03183.9B28E800
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Thanks Derek,

That works! But it would be nice to be able to change the =
BackgroundColor too.

Ad
  ----- Oorspronkelijk bericht -----=20
  Van: Derek Parnell=20
  Aan: EUPHORIA at LISTSERV.MUOHIO.EDU=20
  Verzonden: zondag 8 oktober 2000 23:02
  Onderwerp: Re: another tiny problem


  Try
    setEnable(mlefld, 0)
  this should prevent the fld from getting focus. Ideally you should be =
able to change it's background color to give a visual clue that it is =
not editable. I haven't been able to find out how to do that yet.
  ---
  cheers
  Derek

------=_NextPart_000_0006_01C03183.9B28E800
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>Thanks Derek,</DIV>
<DIV>&nbsp;</DIV>
<DIV>That works! But it would be nice to be able to change the =
BackgroundColor=20
too.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Ad</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: =
0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Oorspronkelijk bericht ----- =
</DIV>
  <DIV=20
  style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>Van:</B>=20
  <A href=3D"mailto:dparnell at BIGPOND.NET.AU" =
title=3Ddparnell at BIGPOND.NET.AU>Derek=20
  Parnell</A> </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Aan:</B> <A=20
  href=3D"mailto:EUPHORIA at LISTSERV.MUOHIO.EDU"=20
  title=3DEUPHORIA at LISTSERV.MUOHIO.EDU>EUPHORIA at LISTSERV.MUOHIO.EDU</A> =
</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Verzonden:</B> zondag 8 oktober =
2000=20
  23:02</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Onderwerp:</B> Re: another tiny =
problem</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=3DArial size=3D2>Try</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2>&nbsp; setEnable(mlefld, =
0)</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2>this should prevent the fld from =
getting focus.=20
  Ideally you should be able to change it's background color to give a =
visual=20
  clue that it is not editable. I haven't been able to find out how to =
do that=20
  yet.</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2>---</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2>cheers</FONT></DIV>
  <DIV><FONT face=3DArial =

------=_NextPart_000_0006_01C03183.9B28E800--

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu