Print Page | Close Window

TaskPanel, new form = Crash (incl. project)

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Task Panel
Forum Description: Topics Related to Codejock Task Panel
URL: http://forum.codejock.com/forum_posts.asp?TID=8379
Printed Date: 27 April 2024 at 5:26am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: TaskPanel, new form = Crash (incl. project)
Posted By: ALMI
Subject: TaskPanel, new form = Crash (incl. project)
Date Posted: 10 October 2007 at 7:33am

VB6 IDE and built application crashes when trying to show new form after the TaskPanel was clicked.

To reproduce:
1. Create MDI form with CommandBars
2. Place TaskPanel on Child form and add some items (for example - hyperlinks. No other controls are used. No textboxes, combos, etc.)
3. Add such code to ItemClick event of TaskPanel control:
 
Private Sub tpTaskPanel_ItemClick(ByVal Item As XtremeSuiteControls.ITaskPanelGroupItem)
    Select Case Item.Id
    Case ID_NEW_FORM
        frmNew.Show 'it is not an another child form (MDIChild=False)
        ...
    Case Else
        ...
    End Select
End Sub
 
4. Run application
5. Click "New Form" item. New form appears.
6. Click on child form or MDI windows tabs (if "CommandBars.ShowTabWorkspace True" called)
Result: program freezes. When trying to switch to other window (to IDE or to other applications) program creashes without any messages.
 
VB6 + SP6
Xtreme Suite ActiveX v9.10
https://forum.codejock.com/uploads/20071010_095014_TaskPanel.rar - uploads/20071010_095014_TaskPanel.rar
 



Replies:
Posted By: Oleg
Date Posted: 10 October 2007 at 2:20pm
Hello,
 
 
It works fine for me. Think it was fixed already - 9.10 was released in 2004....


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net