|  | 
| TaskPanel, new form = Crash (incl. project) | 
| Post Reply   | 
| Author | |
| ALMI   Newbie     Joined: 10 October 2007 Status: Offline Points: 1 |  Post Options  Thanks(0)  Quote  Reply  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 | |
|  | |
| Oleg   Senior Member   Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |  Post Options  Thanks(0)  Quote  Reply  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 | |
|  | |
| Post Reply   | |
| Tweet | 
| Forum Jump | Forum Permissions  You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |