Menu

#608 Feed rename has unread numbers in editbox

v1.3.0.38
closed
5
2012-09-23
2005-11-28
No

If you have a feed with unread entires. If you press F2
to rename the feed, the number of unread entires is in
the editbox as you edit.

If you insert a charater inside the brackets you get a
new version of the number.

Version 1.3.0.38

Discussion

  • Simeon Pilgrim

    Simeon Pilgrim - 2005-11-30

    Logged In: YES
    user_id=960840

    I found the comments in the code.

    I fiddled the code for ages. Found this article on CodeProject.
    http://www.codeproject.com/cs/miscctrl/CustomizedLabelEdit.asp

    Altered the code a tiny amount for the case of no event
    handlers on the validation event.

    Attached the patch, and code file. The code file was in
    Source/RssBandit/WinGui/Controls/

     
  • Simeon Pilgrim

    Simeon Pilgrim - 2005-11-30

    Logged In: YES
    user_id=960840

    TreeView file as it was not included in the patch file.

     
  • Simeon Pilgrim

    Simeon Pilgrim - 2005-11-30

    Code for improved TreeView

     
  • Simeon Pilgrim

    Simeon Pilgrim - 2005-11-30

    Logged In: YES
    user_id=960840

    Failed to test with the keyboard keys (F2) or context menu.

    Now fixed with patch 3.

     
  • Simeon Pilgrim

    Simeon Pilgrim - 2005-11-30

    Patch for this issue

     
  • Torsten Rendelmann

    Logged In: YES
    user_id=714452

    Mhm, thanks for the work. But I think, I will wait to
    integrate the patch (cosmetic one). It makes the current
    treeview usage/impl. more complex and worse to replace
    with the Infragistics UltraTreeView as planned for the
    next major release.
    There is a bunch of improvments planned related to the
    treeview: drag/drop re-ordering with visual hints or also
    allow custom order of feeds/categories. That new control
    does not require anymore to render additional infos with
    the treenode text and so the patch does not make sense for
    that control.

    Don't worry, we care about this - thanks.

     
  • Simeon Pilgrim

    Simeon Pilgrim - 2005-11-30

    Logged In: YES
    user_id=960840

    No problem. Didn't think anyone would bother working on it,
    so I thought I'd give it a bash.

    Having a tree control that supports extra display
    (non-editable text) sound really nice. I was thinking I
    might have had to go down that path to achive the desired
    effect.

     
  • Torsten Rendelmann

    Logged In: YES
    user_id=714452
    Originator: NO

    We do now use Infragistics treeview

     

Log in to post a comment.