yet another IDE bug fix
- Posted by Judith <camping at txcyber.com> Apr 05, 2001
- 430 views
Travis Beaty found a bug in IDE_menu.ew and IDE_popup.ew which will only affect user if added a menu or popup. The fix is to add in IDE_menu.ew in the procedure addMenuWidget() the statements below right where the other new[] are initialized. new[IcoFile]={} new[BitmapFile]={} also add this same change in IDE_popop.ew in the procedure addPopupWidget(). Thanks Judith