Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - command toolbar  problem
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

command toolbar problem

 Post Reply Post Reply
Author
Message
alexshemesh View Drop Down
Groupie
Groupie


Joined: 22 February 2009
Status: Offline
Points: 17
Post Options Post Options   Thanks (0) Thanks(0)   Quote alexshemesh Quote  Post ReplyReply Direct Link To This Post Topic: command toolbar problem
    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.
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: 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
Back to Top
alexshemesh View Drop Down
Groupie
Groupie


Joined: 22 February 2009
Status: Offline
Points: 17
Post Options Post Options   Thanks (0) Thanks(0)   Quote alexshemesh Quote  Post ReplyReply Direct Link To This Post Posted: 02 March 2009 at 5:21am
I did as you instructed
still no success.

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.140 seconds.