Article ID: 221622 - Last Review: May 12, 2003 - Revision: 2.1

FIX: Hang When Resizing a ToolBar With ASELOBJ at Design-Time

This article was previously published under Q221622

On This Page

Expand all | Collapse all

SYMPTOMS

Attempting to interactively resize a toolbar in the Class Designer might hang Visual FoxPro if the ASELOBJ() function was used to programmatically select the toolbar object.

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.

This bug was corrected in Visual Studio 6.0 Service Pack 3.

For more information about Visual Studio service packs, please see the following articles in the Microsoft Knowledge Base:

194022  (http://support.microsoft.com/kb/194022/EN-US/ ) INFO: Visual Studio 6.0 Service Packs, What, Where, Why

194295  (http://support.microsoft.com/kb/194295/EN-US/ ) HOWTO: Tell That Visual Studio 6.0 Service Packs Are Installed

MORE INFORMATION

This behavior does not occur in Visual FoxPro 3.0b for the Macintosh.

Steps to Reproduce Behavior

  1. Run the following code from a program (.PRG) file:
    CREATE CLASS toolz AS TOOLBAR OF test NOWAIT
    = ASELOBJ(aToolBar,1)
    aToolBar[1].ADDOBJECT('b1','commandbutton')
    aToolBar[1].b1.HEIGHT = 22
    aToolBar[1].b1.WIDTH = 22
    aToolBar[1].b1.CAPTION = ''
    aToolBar[1].b1.AUTOSIZE = .T.
    					
  2. Using the mouse, attempt to resize the toolbar in the Class Designer.
  3. Visual FoxPro will hang, and the mouse pointer will remain the resize cursor, which is the double-headed arrow by default.
  4. You must end the task to shut down Visual FoxPro.

APPLIES TO
  • Microsoft Visual FoxPro 3.0 Standard Edition
  • Microsoft Visual FoxPro 3.0b Standard Edition
  • Microsoft Visual FoxPro 5.0 Standard Edition
  • Microsoft Visual FoxPro 5.0a
  • Microsoft Visual FoxPro 6.0 Professional Edition
Keywords: 
kbbug kbdesigner kbfix kboop kbvs600sp3fix KB221622
 

Article Translations