Originally posted by: Beman
I like this control very much for it's so good,
but the biggest problem is when i scroll the
view,it redraws the client,and obviously this
procedure is too long. However, it'll be much
better if somebody can manage to improve the
redraw speed.
I only know a little English,so if you can't
understand me clearly,I'm sorry for that.
Beman China
Originally posted by: Budy P
I wanna know how we can freeze a panes like Excel so we can see other panes without loosing the panes we make as based information
Thanks
ReplyOriginally posted by: Yoko
When I ran the Dialogbox-Demo in the Debuger, I get the follwing warning:
Warning: calling DestroyWindow in CWnd::~CWnd; OnDestroy or PostNcDestroy in derived class will not be
called.
Has anyone any idea ?
Yoko
ReplyOriginally posted by: Stuart Wright
Although I haven't done any kind of all encompassing testing or used the control that much, it appears that
in a dialog box with multiple controls this enhanced list control only works if it is the first in the tab
order.
Originally posted by: Chris Tynes
I would like to say first that I have really enjoyed reviewing this control. While there isn't a lot of code documentation surrounding the implmentation, it appears well thought out and organized.
As a heads up to others that might want to use all or some of this control, there is a display problem when using a combobox in a cell. The dropdown list always draws downward independent of screen location and the list will not display outside of the list window. This is probably just a minor clipping problem, but I haven't had a chance to jump in and find out what is going on yet.
Chris
ReplyOriginally posted by: Frederic Combaneyre
When this control is inserted in a Formview or a Dialog bar control, the following bug appears :
Click on a cell to edit it with an Edit control. Type a letter and then cancel your modification with the
escape key. Then the List control disapears.
This bug can be tested with the 'Demo with Formview and Dialog' code in the column 'colonna 3'.
After checking it seems that the List control receive a WM_CLOSE message but I don't know who send it and
why.
We could shunt it by managing the escape key in the CGfxInEdit::PreTranslateMessage insteed of
CGfxInEdit::OnChar but I think we could find a fix a little bit more clean.
Thanks
Frederic