hi, Daniel I want to know what the function Selection( 0, SELECTION_MAX ) and the variable bSaved used for? I know that NameSelectHdl( 0 ), the type of its parameter is void* and it is used to select one name from the defined names why in IMPL_LINK( ScNameDlg, EdModifyHdl, Edit *, pEd ),its parameter is 0 ? After aBtnAdd.Enable() is executed, there is no operation to keep the scroll bar still. I find one member function SetScrollHdl in class ImplListBox, and it is contained in class ComboBox, but I don't find the corresponding operation in ComboBox. This is my thought. I don't know whether I'm in the right direction or maybe you can give me some better advice.
Best Regards yunjingtao ----- Original Message ----- From: "Daniel Rentz" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, January 21, 2008 5:44 PM Subject: Re: [sc-dev] issue10755 > YunJingtao schrieb: >> hi, Daniel >> Do you mean that I should use ListBox instead of ComboBox? > > Sorry, ComboBox is correct, no need to change this (I didn't check what > class is used in the dialog). > > > Daniel > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]
