Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Task Panel
  New Posts New Posts RSS Feed - TaskPanel, new form = Crash (incl. project)
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

TaskPanel, new form = Crash (incl. project)

 Post Reply Post Reply
Author
Message
ALMI View Drop Down
Newbie
Newbie
Avatar

Joined: 10 October 2007
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote ALMI Quote  Post ReplyReply Direct Link To This Post Topic: TaskPanel, new form = Crash (incl. project)
    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
 
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.108 seconds.