Re: Richedit cursor (caret) position.

"GC Gui4Cli [email protected] [gui4cli]" <[email protected]> Tue, 25 Nov 2014 14:40:44 +0200
Newsgroups gmane.comp.windows.gui4cli
Message-ID <CAHiKg1Uc-KPamd+nQMqzcPGoCkss0_oSnvraQVwY=GYeGmRRgQ@mail.gmail.com>
--001a113a4d2239b3740508ae3877
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hi Chris,

I don't know of a way.
Here are all the commands available to a richedit:

http://msdn.microsoft.com/en-us/library/windows/desktop/ff486015(v=3Dvs.85)=
.aspx

If you can find one, I can probably add it..

Dimitris






On Mon, Nov 24, 2014 at 11:49 AM, [email protected] [gui4cli] <
[email protected]> wrote:

>
>
> Hi Dimitris,
>
> Is it possible (Windows OS wise) to get the current caret position in
> characters
> from the start and if so, can you add it to the Richedit internal
> variables?
>
> I have a option on richedit windows to expand/contract them on a
> double-click and
> to keep the caret at its position, I currently have to do some "dirty"
> tricks which
> are a bit sensitive for timing when the CPU is heavely loaded.
>
> What I currently do on a double-click is inserting a mark at the caret
> like ~~,
> then expand or contract the window and use richedit find ~~ and the
> $$rich.find
> variable to get back the position and bring the text into view. Finally I
> remove
> the ~~ mark. This works fine on editing but as I said, when the CPU has a
> lot of
> other things to do, it gives some problems (on relatively slow machines).
>
> Chris
>
>
>=20=20
>

--001a113a4d2239b3740508ae3877
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable





<head>

<style type=3D"text/css">
<!--

/* start of attachment style */
       .ygrp-photo-title{
         clear: both;
         font-size: smaller;
         height: 15px;
         overflow: hidden;
         text-align: center;
         width: 75px;
       }
       div.ygrp-photo{
         background-position: center;
         background-repeat: no-repeat;
         background-color: white;
         border: 1px solid black;
         height: 62px;
         width: 62px;
       }

       div.photo-title=20
         a,
         div.photo-title a:active,
         div.photo-title a:hover,
         div.photo-title a:visited {
           text-decoration: none;=20
       }

       div.attach-table div.attach-row {
         clear: both;
       }

       div.attach-table div.attach-row div {
         float: left;
         /* margin: 2px;*/
       }

       p {
         clear: both;
         padding: 15px 0 3px 0;
	 overflow: hidden;
       }

       div.ygrp-file {
         width: 30px;
         valign: middle;
       }
       div.attach-table div.attach-row div div a {
         text-decoration: none;
       }

       div.attach-table div.attach-row div div span {
         font-weight: normal;
       }

       div.ygrp-file-title {
         font-weight: bold;
       }
 /* end of attachment style */
        -->
        </style>
        </head>
<html>
<head>
<style type=3D"text/css">
<!--
#ygrp-mkp {
  border: 1px solid #d8d8d8;
  font-family: Arial;
  margin: 10px 0;
  padding: 0 10px;
}

#ygrp-mkp hr {
  border: 1px solid #d8d8d8;
}

#ygrp-mkp #hd {
  color: #628c2a;
  font-size: 85%;
  font-weight: 700;
  line-height: 122%;
  margin: 10px 0;
}

#ygrp-mkp #ads {
  margin-bottom: 10px;
}

#ygrp-mkp .ad {
  padding: 0 0;
}

#ygrp-mkp .ad p {
  margin: 0;
}

#ygrp-mkp .ad a {
  color: #0000ff;
  text-decoration: none;
}
-->
</style>
</head>
<body>



<!-- |**|begin egp html banner|**| -->

<br><br>

<!-- |**|end egp html banner|**| -->


<div dir=3D"ltr">Hi Chris,<div><br></div><div>I don&#39;t know of a way.=C2=
=A0</div><div>Here are all the commands available to a richedit:</div><div>=
<br></div><div><a href=3D"http://msdn.microsoft.com/en-us/library/windows/d=
esktop/ff486015(v=3Dvs.85).aspx">http://msdn.microsoft.com/en-us/library/wi=
ndows/desktop/ff486015(v=3Dvs.85).aspx</a><br></div><div><br></div><div>If =
you can find one, I can probably add it..</div><div><br></div><div>Dimitris=
</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br>=
</div></div><div class=3D"gmail_extra"><br><div class=3D"gmail_quote">On Mo=
n, Nov 24, 2014 at 11:49 AM, <a href=3D"mailto:[email protected]">chri=
[email protected]</a> [gui4cli] <span dir=3D"ltr">&lt;<a href=3D"mailto:gu=
[email protected]" target=3D"_blank">[email protected]</a>&gt;</s=
pan> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex=
;border-left:1px #ccc solid;padding-left:1ex">


<u></u>









=20
<div style=3D"background-color:#fff">
<span>=C2=A0</span>


<div>
  <div>


    <div>
=20=20=20=20=20=20
=20=20=20=20=20=20
      <p>Hi Dimitris,<br><br>Is it possible (Windows OS wise) to get the cu=
rrent caret position in characters<br>from the start and if so, can you add=
 it to the Richedit internal variables?<br><br>I have a option on richedit =
windows to expand/contract them on a double-click and<br>to keep the caret =
at its position, I currently have to do some &quot;dirty&quot; tricks which=
<br>are a bit sensitive for timing when the CPU is heavely loaded.<br><br>W=
hat I currently do on a double-click is inserting a mark at the caret like =
~~,<br>then expand or contract the window and use richedit find ~~ and the =
$$rich.find<br>variable to get back the position and bring the text into vi=
ew. Finally I remove<br>the ~~ mark. This works fine on editing but as I sa=
id, when the CPU has a lot of<br>other things to do, it gives some problems=
 (on relatively slow machines).<br><br>Chris<br></p><p><span><br></span></p=
><p></p>

    </div>
=20=20=20=20=20

=20=20=20=20
    <div style=3D"color:#fff;min-height:0"></div>


</div>



=20=20






</blockquote></div><br></div>




<!-- |**|begin egp html banner|**| -->

<br>


<br>

<!-- |**|end egp html banner|**| -->


<div width=3D"1" style=3D"color: white; clear: both;"/>__._,_.___</div>

=20=20=20=20=20=20
=20=20

=20=20=20=20
    <div id=3D"fromDMARC" style=3D"clear:both; margin-top: 10px;">
         <hr style=3D"height:2px ; border-width:0; color:#E3E3E3; backgroun=
d-color:#E3E3E3;">
         Posted by: GC Gui4Cli &lt;[email protected]&gt;         <hr style=
=3D"height:2px ; border-width:0; color:#E3E3E3; background-color:#E3E3E3;">
    </div>
<!-- Start Recommendations -->
<!-- End Recommendations -->



<!-- |**|begin egp html banner|**| -->

  <img src=3D"http://geo.yahoo.com/serv?s=3D97476590/grpId=3D4299/grpspId=
=3D1705007207/msgId=3D5988/stime=3D1416919246" width=3D"1" height=3D"1"> <b=
r>

<!-- |**|end egp html banner|**| -->

=20=20
<!-- |**|begin egp html banner|**| -->

<br>



=20=20=20
=20=20=20=20=20
=20
        <!-- |**|begin egp html banner|**| -->
        <div id=3D"ygrp-vital" style=3D"background-color: #f2f2f2; font-fam=
ily: Verdana; font-size: 10px; margin-bottom: 10px; padding: 10px;">

        <span id=3D"vithd" style=3D"font-weight: bold; color: #333; text-tr=
ansform: uppercase; "><a href=3D"https://groups.yahoo.com/neo/groups/gui4cl=
i/info;_ylc=3DX3oDMTJicTBqMjBuBF9TAzk3MzU5NzE0BGdycElkAzQyOTkEZ3Jwc3BJZAMxN=
zA1MDA3MjA3BHNlYwN2dGwEc2xrA3ZnaHAEc3RpbWUDMTQxNjkxOTI0Ng--" style=3D"text-=
decoration: none;">Visit Your Group</a></span>

     <ul style=3D"list-style-type: none; margin: 0; padding: 0; display: in=
line;">
                                                    </ul>
  </div>


<div id=3D"ft" style=3D"font-family: Arial; font-size: 11px; margin-top: 5p=
x; padding: 0 2px 0 0; clear: both;">
  <a href=3D"https://groups.yahoo.com/neo;_ylc=3DX3oDMTJhdmE5Mm9kBF9TAzk3ND=
c2NTkwBGdycElkAzQyOTkEZ3Jwc3BJZAMxNzA1MDA3MjA3BHNlYwNmdHIEc2xrA2dmcARzdGltZ=
QMxNDE2OTE5MjQ2" style=3D"float: left;"><img src=3D"http://l.yimg.com/ru/st=
atic/images/yg/img/email/new_logo/logo-groups-137x15.png" height=3D"15" wid=
th=3D"137" alt=3D"Yahoo! Groups" style=3D"border: 0;"/></a>
  <div style=3D"color: #747575; float: right;"> &bull; <a href=3D"https://i=
nfo.yahoo.com/privacy/us/yahoo/groups/details.html" style=3D"text-decoratio=
n: none;">Privacy</a> &bull; <a href=3D"mailto:gui4cli-unsubscribe@yahoogro=
ups.com?subject=3DUnsubscribe" style=3D"text-decoration: none;">Unsubscribe=
</a> &bull; <a href=3D"https://info.yahoo.com/legal/us/yahoo/utos/terms/" s=
tyle=3D"text-decoration: none;">Terms of Use</a> </div>
</div>

<!-- |**|end egp html banner|**| -->

  </div> <!-- ygrp-msg -->

=20=20=20


  <br>

<!-- |**|end egp html banner|**| -->


<div style=3D"color: white; clear: both;"/>__,_._,___</div>
</body>

</html>

--001a113a4d2239b3740508ae3877--