Forums

TcxExtLookupComboBox ,when set the AutoSelect and AutoSearch of properties to true ,why my application shut down?

Last post 7/5/2009 7:22 AM by Yin Ping. 2 replies.
Sort Posts: Previous Next
  • Yin Ping

    TcxExtLookupComboBox ,when set the AutoSelect and AutoSearch of properties to true ,why my application shut down?

    6/17/2009 9:39 PM
    • Not Ranked
    • Joined on 6/17/2009
    • Posts 2

    Hi,all 

    TcxExtLookupComboBox ,when set the  AutoSelect and AutoSearch of properties  to true ,why my application shut down?

    who can tell me why?

    thanks a lot

  • Alex M (DevExpress)

    Re: TcxExtLookupComboBox ,when set the AutoSelect and AutoSearch of properties to true ,why my application shut down?

    6/18/2009 8:26 AM
    • Top 50 Contributor
    • Joined on 10/8/2008
    • Posts 967

    Please report an issue to our Support Center and attach a sample project demonstrating the problem.

    --
    Thanks, Alex
    R&D, VCL Team
    Developer Express Inc.

    Regards,
    Alex
  • Yin Ping

    Re: TcxExtLookupComboBox ,when set the AutoSelect and AutoSearch of properties to true ,why my application shut down?

    7/5/2009 7:22 AM
    • Not Ranked
    • Joined on 6/17/2009
    • Posts 2

    edition 5(Express DBEditors 5) TcxDBExtLookupComboBox

    when i built my Application(with TcxDBExtLookupComboBox component ) and try to input for example "A" for searching something like "A" then i got

    runtime error message "Stack overflow"

    unit:cxControl ,line 2598

     

    procedure TcxControl.MouseMove(Shift: TShiftState; X, Y: Integer);
    var
      AAccepted: Boolean;

      procedure SetCursor;
      var
        ACursor: TCursor;
      begin
        ACursor := FDefaultCursor;
        Cursor := GetCursor(X, Y);
        FDefaultCursor := ACursor;
      end;

    begin
      SetCursor;
      inherited;
      if (DragAndDropState = ddsStarting) and not IsMouseInPressedArea(X, Y) then  // something wrong??
        BeginDragAndDrop;
      if DragAndDropState = ddsInProcess then
      begin
        AAccepted := False;
        DragAndDrop(Point(X, Y), AAccepted);
      end;
    end;

     

More from DevExpress
Live Chat
Have a pre-sales question?
Need assistance with your evaluation?
We are here to help.
Chat is one of the many ways you can contact members of the DevExpress Team. We are available Monday-Friday between 8:30am and 5:00pm Pacific Time.
If you need additional product information, require pre-sales assistance, or want help with your order, write to us at info@devexpress.com or call us at
+1 (818) 844-3383.