Print Page | Close Window

command toolbar problem

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=13530
Printed Date: 07 October 2024 at 4:24am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: command toolbar problem
Posted By: alexshemesh
Subject: command toolbar problem
Date Posted: 01 March 2009 at 5:34am
I have problem creating ToolBar.
Try this scenario.
Open MDIDocking example supplied with Xtreme Suite 12.0.
Add new Windows Form named Form1  to it.
Drop ReportControl and CommandBars controls on it.
Put following code to the end of frmMain_Load function
  Form1 frm = new Form1();
  frm.MdiParent = this;
  frm.Show();
Compile and run application.
You will see Form1 opened on startup, you can see report control but not CommandBars control.
Thanks.



Replies:
Posted By: Oleg
Date Posted: 02 March 2009 at 12:31am
Hello,
 
Yes, known issue :( In case of CommandBars you have move all generated code to Form_Load event.


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


Posted By: alexshemesh
Date Posted: 02 March 2009 at 5:21am
I did as you instructed
still no success.




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