Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
W

Wes Rogers

@Wes Rogers
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • RichEditCtrl - pasted text not visible initially!?
    W Wes Rogers

    ================== The original message was: I have a RichEditCtrl that "initially" does not diplay text that is pasted into it (using my_RichEditCtrl->Paste() or by Shift-Insert,Ctrl- V). The text "is" displayed if you then obscure the window and cause a redraw.

    What do I have to do to get the text to be made visible after the paste? Is it something to do with the configuration of the RE Ctrl, e.g in the Create call, or something I must do after the paste?.

    Thank-you

    Steve

    Dear Steve, Offhand, it sounds like you need to invalidate the area of the control after doing the paste, so that the new text will pop into view right away. I'm not an RE expert, but there should be a way to do an OnUpdate() or OnDraw() call for the control, which is after all a window. I hope this helps, Wes Rogers

    Article Writing question workspace

  • RichEditCtrl - pasted text not visible initially!?
    W Wes Rogers

    ================== The original message was: I have a RichEditCtrl that "initially" does not diplay text that is pasted into it (using my_RichEditCtrl->Paste() or by Shift-Insert,Ctrl- V). The text "is" displayed if you then obscure the window and cause a redraw.

    What do I have to do to get the text to be made visible after the paste? Is it something to do with the configuration of the RE Ctrl, e.g in the Create call, or something I must do after the paste?.

    Thank-you

    Steve

    Dear Steve, Offhand, it sounds like you need to invalidate the area of the control after doing the paste, so that the new text will pop into view right away. I'm not an RE expert, but there should be a way to do an OnUpdate() or OnDraw() call for the control, which is after all a window. I hope this helps, Wes Rogers

    Article Writing question workspace
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups