View Single Post
  #3   Report Post  
Posted to microsoft.public.word.docmanagement
paulwms paulwms is offline
external usenet poster
 
Posts: 2
Default Paragraph formatting in rich text control

"Cindy M." wrote:

Hi Paul,

I'm not able to reproduce your problem. [...]

FWIW, if I type something in a RichText control, then click the Bulleted List
button, the bullet appears *outside* the content control. If I then press ENTER
a new paragraph appears and the bullets for both paragraphs are inside the
content control.


Thanks Cindy. The fact that your bullet formatting was applied to the
paragraph that contains the control instead of the paragraph inside the
control may be part of the problem. The difference is that my control is
contained inside a protected group, so I'm not allowed to change the
formatting outside of the control. Therefore it appeared that nothing was
happening. I tried the test again with a control that is not contained in a
group and got the same results as you.

So, the question is: why does the formatting get applied to the paragraph
outside the control when the cursor is inside the control?? But also, with
the control contained in a group, I still cannot get the bullet to appear
after a single return is entered like you can when its not in a group. Its
only after entering another return that I'm able to go to the middle line and
apply bullet formatting successfully. Anyone have any suggestions?