CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 23 of 23
  1. #16
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: CMFCPropertySheet::AddPage doesn't Create Dlg

    Quote Originally Posted by yoni1993 View Post
    @kirants, GCEDF: well, they doesnt !. i have some sontrols which are acting as a listview (report), and im writing to it about every 500ms.
    Just do NOT do it until the control will be created!
    Again: it does not make any sense to update a control that User cannot or does NOT want to see.
    Victor Nijegorodov

  2. #17
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: CMFCPropertySheet::AddPage doesn't Create Dlg

    Quote Originally Posted by yoni1993 View Post
    @kirants, GCEDF: well, they doesnt !. i have some sontrols which are acting as a listview (report), and im writing to it about every 500ms.

    PLEASE dont ask why, I JUST NEED IT THATS ALL !

    so i need to create the pager manually and not waiting the user to create it !
    A good programmer has to know when he's headed down the wrong path. Stubbornly sticking to or looking for the wrong solution is never productive. As has been said, the solution is to focus on the data, not the windows that may or may not be displaying it.

    You have to tell all the pages what to display, so obviously you know what the data is. Use that information.

  3. #18
    Join Date
    Jul 2007
    Posts
    213

    Re: CMFCPropertySheet::AddPage doesn't Create Dlg

    @VictorN: its a log page !, the user will maybe want to look at it latter ? isnt it ? he will be mad if he will see an empty log ...

    @GCDEF: how i can add lines to report listview without touching the control O_o (since its not created) ???

    All this is useless, why not just explaining me how to create it manually and finish with it ?

    Thank you.
    Last edited by yoni1993; November 27th, 2008 at 12:55 AM.

  4. #19
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: CMFCPropertySheet::AddPage doesn't Create Dlg

    Quote Originally Posted by yoni1993 View Post
    @VictorN: its a log page !, the user will maybe want to look at it latter ? isnt it ? he will be mad if he will see an empty log ...
    You cannot put a book on a table until this table won't be manufactured!
    The same - with your control and log data.

    Quote Originally Posted by yoni1993
    All this is useless, why not just explaining me how to create it manually and finish with it ?
    We are trying!
    But you don't want to understand the basics.
    Victor Nijegorodov

  5. #20
    Join Date
    Jul 2007
    Posts
    213

    Re: CMFCPropertySheet::AddPage doesn't Create Dlg

    You cannot put a book on a table until this table won't be manufactured!
    The same - with your control and log data.

    You said it right !!!

    And thats why i want to create the table and not waiting the user to create the table !

    Get me ?

    It must be possible if the user create it...

  6. #21
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: CMFCPropertySheet::AddPage doesn't Create Dlg

    Quote Originally Posted by yoni1993 View Post
    ... And thats why i want to create the table and not waiting the user to create the table !
    ...
    It must be possible if the user create it...
    Yes, I agree. See my replies in the posts ##7, 9 and 13
    Victor Nijegorodov

  7. #22
    Join Date
    Nov 2011
    Posts
    4

    When CMFCPropertySheet::PropSheetLook_List option is used , scroll bars are not disp

    When CMFCPropertySheet::PropSheetLook_List option is used , scroll bars are not displayed

    ----------------------------------------------------------------------------------------------------------------------

    According to MSDN :

    For PropSheetLook_List

    The framework displays scroll arrows if there are more list items than will fit in the visible area of the list.

    Unfortunately, scroll bars are not displayed when there are many items presents outside visible area.

  8. #23
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: CMFCPropertySheet::AddPage doesn't Create Dlg

    Dear amitgpatil,
    what does your post have to do with this thread where we discussed the problem "CMFCPropertySheet::AddPage doesn't Create Dlg"?

    Please, don't revive the old threads if they don't need it!
    PS: note that you may be banned for such type of posts!
    Victor Nijegorodov

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured