This is a migrated thread and some comments may be shown as answers.

Members Missing from RibbonBar

4 Answers 222 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
UIdev
Top achievements
Rank 1
UIdev asked on 09 Jun 2007, 08:40 PM
I'm getting an error while compiling my application... this hasn't happened before, so maybe it's just me!  I keep getting errors saying that EnableKeyMap, ExitButton, and OptionsButton aren't members of "Telerik.WinControls.UI.RadRibbonbar".   This is really confusing... thanks for all your help!

4 Answers, 1 is accepted

Sort by
0
UIdev
Top achievements
Rank 1
answered on 10 Jun 2007, 10:57 PM
Well, I've been playing around with the code, and found that if I just commented out the code, the errors went away.  I still have no clue why this bug came up... one day it worked, the next it didn't!

I now have a new issue.  I don't know if this should be in a new thread or not, but I'll put it here anyway.  When I maximize my window, the minimize, maximize, and close buttons (along with the start button) look like they've been pushed out of position.  I have a screenshot of this at http://saveapixel.com/uploaded/44658128.jpg .  It looks really weird... I don't think it's supposed to look like this.  If anybody can tell me how to fix this, it would be great!  In case it helps, I'm running Vista Ultimate with VS Orcas Beta 1.
0
Jack
Telerik team
answered on 11 Jun 2007, 10:58 AM
Hello David,

We will need more information on your first question to investigate the problem, because it indeed sounds very strange. Can you send us the source code of your application? You can either paste it here, or zip the files and send it in a new support ticket.

As to the second question, this is a problem that we managed to reproduce locally. We will put it in our TODO for the next major release (Q2 2007).
 
Best wishes,
Jack
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
UIdev
Top achievements
Rank 1
answered on 11 Jun 2007, 04:48 PM
Here's the official bug report :):

I just migrated to Vista from XP.  I copied my project to the Vista install, and then installed all of its dependencies (RadControls for WinForms and a few other libraries).  Then I installed Visual Studio Orcas Beta 1 Team System.  I opened up my project, and hit "Build Solution."  I know this had compiled on XP, but after a simple copy and paste of my files, it wouldn't compile on Vista.  I think there might be an issue with the fact that I had to reinstall RadControls, but I don't know.  Here is the source code for the offending form.  I've taken out the code from most of the other components, so you guys should be able to replicate this error just by adding this form to a project and trying to run it.

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ 
Partial Class RibbonBarErrorForm 
    Inherits Telerik.WinControls.UI.ShapedForm 
 
    'Form overrides dispose to clean up the component list. 
    <System.Diagnostics.DebuggerNonUserCode()> _ 
    Protected Overrides Sub Dispose(ByVal disposing As Boolean
        If disposing AndAlso components IsNot Nothing Then 
            components.Dispose() 
        End If 
        MyBase.Dispose(disposing) 
    End Sub 
 
    'Required by the Windows Form Designer 
    Private components As System.ComponentModel.IContainer 
 
    'NOTE: The following procedure is required by the Windows Form Designer 
    'It can be modified using the Windows Form Designer.   
    'Do not modify it using the code editor. 
    <System.Diagnostics.DebuggerStepThrough()> _ 
    Private Sub InitializeComponent() 
        Me.components = New System.ComponentModel.Container 
        Dim InputBinding1 As Telerik.WinControls.Keyboard.InputBinding = New Telerik.WinControls.Keyboard.InputBinding 
        Dim Chord1 As Telerik.WinControls.Keyboard.Chord = New Telerik.WinControls.Keyboard.Chord 
        Dim ChordModifier1 As Telerik.WinControls.Keyboard.ChordModifier = New Telerik.WinControls.Keyboard.ChordModifier 
        Dim ClickCommand1 As Telerik.WinControls.Elements.ClickCommand = New Telerik.WinControls.Elements.ClickCommand 
        Dim InputBinding2 As Telerik.WinControls.Keyboard.InputBinding = New Telerik.WinControls.Keyboard.InputBinding 
        Dim Chord2 As Telerik.WinControls.Keyboard.Chord = New Telerik.WinControls.Keyboard.Chord 
        Dim ChordModifier2 As Telerik.WinControls.Keyboard.ChordModifier = New Telerik.WinControls.Keyboard.ChordModifier 
        Dim RadRibbonBarCommandTab1 As Telerik.WinControls.UI.RadRibbonBarCommandTab = New Telerik.WinControls.UI.RadRibbonBarCommandTab 
        Dim RadRibbonBarCommandTab2 As Telerik.WinControls.UI.RadRibbonBarCommandTab = New Telerik.WinControls.UI.RadRibbonBarCommandTab 
        Dim RadRibbonBarCommandTab3 As Telerik.WinControls.UI.RadRibbonBarCommandTab = New Telerik.WinControls.UI.RadRibbonBarCommandTab 
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1)) 
        Me.RadMenuItem1 = New Telerik.WinControls.UI.RadMenuItem 
        Me.RadMenuItem4 = New Telerik.WinControls.UI.RadMenuItem 
        Me.RadRibbonBarChunk1 = New Telerik.WinControls.UI.RadRibbonBarChunk 
        Me.TabItem1 = New Telerik.WinControls.UI.TabItem 
        Me.TabItem2 = New Telerik.WinControls.UI.TabItem 
        Me.RadRibbonBarChunk2 = New Telerik.WinControls.UI.RadRibbonBarChunk 
        Me.RadRibbonBarButtonGroup1 = New Telerik.WinControls.UI.RadRibbonBarButtonGroup 
        Me.RadButtonElement1 = New Telerik.WinControls.UI.RadButtonElement 
        Me.TabItem3 = New Telerik.WinControls.UI.TabItem 
        Me.TabControl1 = New System.Windows.Forms.TabControl 
        Me.welcomescreentab = New System.Windows.Forms.TabPage 
        Me.WebBrowser1 = New System.Windows.Forms.WebBrowser 
        Me.cd = New System.Windows.Forms.RichTextBox 
        Me.cb = New System.Windows.Forms.RichTextBox 
        Me.bwd = New System.Windows.Forms.TextBox 
        Me.bwb = New System.Windows.Forms.TextBox 
        Me.ToolStrip1 = New System.Windows.Forms.ToolStrip 
        Me.pg = New System.Windows.Forms.PropertyGrid 
        Me.ComboBox1 = New System.Windows.Forms.ComboBox 
        Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel 
        Me.ToolStripComboBox1 = New System.Windows.Forms.ToolStripComboBox 
        Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator 
        Me.FileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem 
        Me.NewToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem 
        Me.ProjectToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem 
        Me.SaveToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem 
        Me.SaveAsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem 
        Me.ExitToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem 
        Me.OpenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem 
        Me.FileToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem 
        Me.SolutionToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem 
        Me.AboutToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem 
        Me.NETFrameworkLibraryToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem 
        Me.HelpToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem 
        Me.MenuStrip1 = New System.Windows.Forms.MenuStrip 
        Me.ViewToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem 
        Me.CodeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem 
        Me.ofd = New System.Windows.Forms.OpenFileDialog 
        Me.RadRibbonBar1 = New Telerik.WinControls.UI.RadRibbonBar 
        Me.RadMenuItem5 = New Telerik.WinControls.UI.RadMenuItem 
        Me.RadMenuItem6 = New Telerik.WinControls.UI.RadMenuItem 
        Me.RadMenuItem7 = New Telerik.WinControls.UI.RadMenuItem 
        Me.RadMenuItem8 = New Telerik.WinControls.UI.RadMenuItem 
        Me.RadMenuItem2 = New Telerik.WinControls.UI.RadMenuItem 
        Me.RadMenuItem3 = New Telerik.WinControls.UI.RadMenuItem 
        Me.StatusStrip1 = New System.Windows.Forms.StatusStrip 
        Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton 
        Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton 
        Me.Panel1 = New System.Windows.Forms.Panel 
        Me.RoundRectShape1 = New Telerik.WinControls.RoundRectShape 
        Me.TabControl1.SuspendLayout() 
        Me.welcomescreentab.SuspendLayout() 
        Me.MenuStrip1.SuspendLayout() 
        CType(Me.RadRibbonBar1, System.ComponentModel.ISupportInitialize).BeginInit() 
        Me.Panel1.SuspendLayout() 
        Me.SuspendLayout() 
        ' 
        'RadMenuItem1 
        ' 
        Me.RadMenuItem1.AccessibleDescription = "" 
        Me.RadMenuItem1.Class = "RadMenuItem" 
        Me.RadMenuItem1.DescriptionText = "" 
        Me.RadMenuItem1.HasTwoColumnDropDown = False 
        Me.RadMenuItem1.IsMainMenuItem = False 
        Me.RadMenuItem1.Text = "&New" 
        Me.RadMenuItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText 
        Me.RadMenuItem1.ToggleState = Telerik.WinControls.Enumerations.ToggleState.Off 
        ' 
        'RadMenuItem4 
        ' 
        Me.RadMenuItem4.AccessibleDescription = "" 
        Me.RadMenuItem4.Class = "RadMenuItem" 
        Me.RadMenuItem4.DescriptionText = "" 
        Me.RadMenuItem4.HasTwoColumnDropDown = False 
        Me.RadMenuItem4.IsMainMenuItem = False 
        Me.RadMenuItem4.Text = "&Open..." 
        Me.RadMenuItem4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText 
        Me.RadMenuItem4.ToggleState = Telerik.WinControls.Enumerations.ToggleState.Off 
        ' 
        'RadRibbonBarChunk1 
        ' 
        Me.RadRibbonBarChunk1.AccessibleDescription = "" 
        Me.RadRibbonBarChunk1.Orientation = System.Windows.Forms.Orientation.Horizontal 
        Me.RadRibbonBarChunk1.Text = "Choose a task from above" 
        ' 
        'TabItem1 
        ' 
        Me.TabItem1.AccessibleDescription = "" 
        Me.TabItem1.CanFocus = True 
        Me.TabItem1.Class = "TabItem" 
        ' 
        ' 
        ' 
        Me.TabItem1.ContentPanel.BackColor = System.Drawing.SystemColors.ControlLightLight 
        Me.TabItem1.ContentPanel.Location = New System.Drawing.Point(0, 0) 
        Me.TabItem1.ContentPanel.Name = "" 
        Me.TabItem1.ContentPanel.TabIndex = 0 
        Me.TabItem1.IsSelected = True 
        Me.TabItem1.Text = "File" 
        ' 
        'TabItem2 
        ' 
        Me.TabItem2.AccessibleDescription = "" 
        Me.TabItem2.CanFocus = True 
        Me.TabItem2.Class = "TabItem" 
        ' 
        ' 
        ' 
        Me.TabItem2.ContentPanel.BackColor = System.Drawing.SystemColors.ControlLightLight 
        Me.TabItem2.ContentPanel.Location = New System.Drawing.Point(0, 0) 
        Me.TabItem2.ContentPanel.Name = "" 
        Me.TabItem2.ContentPanel.TabIndex = 0 
        Me.TabItem2.Text = "Edit" 
        ' 
        'RadRibbonBarChunk2 
        ' 
        Me.RadRibbonBarChunk2.AccessibleDescription = "" 
        Me.RadRibbonBarChunk2.Items.AddRange(New Telerik.WinControls.RadItem() {Me.RadRibbonBarButtonGroup1}) 
        Me.RadRibbonBarChunk2.Orientation = System.Windows.Forms.Orientation.Horizontal 
        Me.RadRibbonBarChunk2.Text = "New chunk" 
        ' 
        'RadRibbonBarButtonGroup1 
        ' 
        Me.RadRibbonBarButtonGroup1.AccessibleDescription = "" 
        Me.RadRibbonBarButtonGroup1.Items.AddRange(New Telerik.WinControls.RadItem() {Me.RadButtonElement1}) 
        Me.RadRibbonBarButtonGroup1.MinSize = New System.Drawing.Size(22, 22) 
        Me.RadRibbonBarButtonGroup1.Orientation = System.Windows.Forms.Orientation.Horizontal 
        Me.RadRibbonBarButtonGroup1.ShowBackColor = False 
        Me.RadRibbonBarButtonGroup1.ShowBorder = True 
        Me.RadRibbonBarButtonGroup1.Text = "RadRibbonBarButtonGroup1" 
        ' 
        'RadButtonElement1 
        ' 
        Me.RadButtonElement1.AccessibleDescription = "" 
        Me.RadButtonElement1.CanFocus = True 
        Me.RadButtonElement1.Class = "ButtonElement" 
        Me.RadButtonElement1.ShowBorder = False 
        Me.RadButtonElement1.Text = "Code" 
        ' 
        'TabItem3 
        ' 
        Me.TabItem3.AccessibleDescription = "" 
        Me.TabItem3.CanFocus = True 
        Me.TabItem3.Class = "TabItem" 
        ' 
        ' 
        ' 
        Me.TabItem3.ContentPanel.BackColor = System.Drawing.SystemColors.ControlLightLight 
        Me.TabItem3.ContentPanel.Location = New System.Drawing.Point(0, 0) 
        Me.TabItem3.ContentPanel.Name = "" 
        Me.TabItem3.ContentPanel.TabIndex = 0 
        Me.TabItem3.Text = "View" 
        ' 
        'TabControl1 
        ' 
        Me.TabControl1.Controls.Add(Me.welcomescreentab) 
        Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill 
        Me.TabControl1.Location = New System.Drawing.Point(8, 32) 
        Me.TabControl1.Name = "TabControl1" 
        Me.TabControl1.SelectedIndex = 0 
        Me.TabControl1.Size = New System.Drawing.Size(200, 100) 
        Me.TabControl1.TabIndex = 5 
        ' 
        'welcomescreentab 
        ' 
        Me.welcomescreentab.Controls.Add(Me.WebBrowser1) 
        Me.welcomescreentab.Location = New System.Drawing.Point(4, 22) 
        Me.welcomescreentab.Name = "welcomescreentab" 
        Me.welcomescreentab.Padding = New System.Windows.Forms.Padding(3) 
        Me.welcomescreentab.Size = New System.Drawing.Size(192, 74) 
        Me.welcomescreentab.TabIndex = 0 
        Me.welcomescreentab.Text = "welcomescreentab" 
        Me.welcomescreentab.UseVisualStyleBackColor = True 
        ' 
        'WebBrowser1 
        ' 
        Me.WebBrowser1.Dock = System.Windows.Forms.DockStyle.Fill 
        Me.WebBrowser1.Location = New System.Drawing.Point(3, 3) 
        Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20) 
        Me.WebBrowser1.Name = "WebBrowser1" 
        Me.WebBrowser1.Size = New System.Drawing.Size(186, 68) 
        Me.WebBrowser1.TabIndex = 0 
        ' 
        'cd 
        ' 
        Me.cd.Dock = System.Windows.Forms.DockStyle.Fill 
        Me.cd.Location = New System.Drawing.Point(0, 25) 
        Me.cd.Name = "cd" 
        Me.cd.Size = New System.Drawing.Size(385, 0) 
        Me.cd.TabIndex = 5 
        Me.cd.Text = "" 
        ' 
        'cb 
        ' 
        Me.cb.Dock = System.Windows.Forms.DockStyle.Fill 
        Me.cb.Location = New System.Drawing.Point(0, 25) 
        Me.cb.Name = "cb" 
        Me.cb.Size = New System.Drawing.Size(385, 0) 
        Me.cb.TabIndex = 4 
        Me.cb.Text = "" 
        ' 
        'bwd 
        ' 
        Me.bwd.Dock = System.Windows.Forms.DockStyle.Fill 
        Me.bwd.Location = New System.Drawing.Point(0, 25) 
        Me.bwd.Multiline = True 
        Me.bwd.Name = "bwd" 
        Me.bwd.Size = New System.Drawing.Size(385, 0) 
        Me.bwd.TabIndex = 3 
        ' 
        'bwb 
        ' 
        Me.bwb.Dock = System.Windows.Forms.DockStyle.Fill 
        Me.bwb.Location = New System.Drawing.Point(0, 25) 
        Me.bwb.Multiline = True 
        Me.bwb.Name = "bwb" 
        Me.bwb.Size = New System.Drawing.Size(385, 0) 
        Me.bwb.TabIndex = 2 
        ' 
        'ToolStrip1 
        ' 
        Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden 
        Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) 
        Me.ToolStrip1.Name = "ToolStrip1" 
        Me.ToolStrip1.Size = New System.Drawing.Size(385, 25) 
        Me.ToolStrip1.TabIndex = 1 
        Me.ToolStrip1.Text = "ToolStrip1" 
        ' 
        'pg 
        ' 
        Me.pg.CommandsActiveLinkColor = System.Drawing.Color.Red 
        Me.pg.Dock = System.Windows.Forms.DockStyle.Fill 
        Me.pg.Location = New System.Drawing.Point(0, 21) 
        Me.pg.Name = "pg" 
        Me.pg.Size = New System.Drawing.Size(0, 241) 
        Me.pg.TabIndex = 3 
        ' 
        'ComboBox1 
        ' 
        Me.ComboBox1.Dock = System.Windows.Forms.DockStyle.Top 
        Me.ComboBox1.FormattingEnabled = True 
        Me.ComboBox1.Location = New System.Drawing.Point(0, 0) 
        Me.ComboBox1.Name = "ComboBox1" 
        Me.ComboBox1.Size = New System.Drawing.Size(0, 21) 
        Me.ComboBox1.TabIndex = 2 
        ' 
        'ToolStripLabel1 
        ' 
        Me.ToolStripLabel1.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) 
        Me.ToolStripLabel1.Name = "ToolStripLabel1" 
        Me.ToolStripLabel1.Size = New System.Drawing.Size(88, 22) 
        Me.ToolStripLabel1.Text = "Toggle Output:" 
        ' 
        'ToolStripComboBox1 
        ' 
        Me.ToolStripComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList 
        Me.ToolStripComboBox1.Items.AddRange(New Object() {"Build""Debug"}) 
        Me.ToolStripComboBox1.Name = "ToolStripComboBox1" 
        Me.ToolStripComboBox1.Size = New System.Drawing.Size(104, 21) 
        ' 
        'ToolStripSeparator1 
        ' 
        Me.ToolStripSeparator1.Name = "ToolStripSeparator1" 
        Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25) 
        ' 
        'FileToolStripMenuItem 
        ' 
        Me.FileToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.NewToolStripMenuItem, Me.SaveToolStripMenuItem, Me.SaveAsToolStripMenuItem, Me.ExitToolStripMenuItem, Me.OpenToolStripMenuItem}) 
        Me.FileToolStripMenuItem.Name = "FileToolStripMenuItem" 
        Me.FileToolStripMenuItem.Size = New System.Drawing.Size(35, 20) 
        Me.FileToolStripMenuItem.Text = "&File" 
        ' 
        'NewToolStripMenuItem 
        ' 
        Me.NewToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ProjectToolStripMenuItem}) 
        Me.NewToolStripMenuItem.Name = "NewToolStripMenuItem" 
        Me.NewToolStripMenuItem.Size = New System.Drawing.Size(136, 22) 
        Me.NewToolStripMenuItem.Text = "&New" 
        ' 
        'ProjectToolStripMenuItem 
        ' 
        Me.ProjectToolStripMenuItem.Name = "ProjectToolStripMenuItem" 
        Me.ProjectToolStripMenuItem.Size = New System.Drawing.Size(131, 22) 
        Me.ProjectToolStripMenuItem.Text = "&Project..." 
        ' 
        'SaveToolStripMenuItem 
        ' 
        Me.SaveToolStripMenuItem.Name = "SaveToolStripMenuItem" 
        Me.SaveToolStripMenuItem.Size = New System.Drawing.Size(136, 22) 
        Me.SaveToolStripMenuItem.Text = "&Save" 
        ' 
        'SaveAsToolStripMenuItem 
        ' 
        Me.SaveAsToolStripMenuItem.Name = "SaveAsToolStripMenuItem" 
        Me.SaveAsToolStripMenuItem.Size = New System.Drawing.Size(136, 22) 
        Me.SaveAsToolStripMenuItem.Text = "S&ave As..." 
        ' 
        'ExitToolStripMenuItem 
        ' 
        Me.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem" 
        Me.ExitToolStripMenuItem.Size = New System.Drawing.Size(136, 22) 
        Me.ExitToolStripMenuItem.Text = "&Exit" 
        ' 
        'OpenToolStripMenuItem 
        ' 
        Me.OpenToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FileToolStripMenuItem1, Me.SolutionToolStripMenuItem}) 
        Me.OpenToolStripMenuItem.Name = "OpenToolStripMenuItem" 
        Me.OpenToolStripMenuItem.Size = New System.Drawing.Size(136, 22) 
        Me.OpenToolStripMenuItem.Text = "P" 
        ' 
        'FileToolStripMenuItem1 
        ' 
        Me.FileToolStripMenuItem1.Name = "FileToolStripMenuItem1" 
        Me.FileToolStripMenuItem1.Size = New System.Drawing.Size(173, 22) 
        Me.FileToolStripMenuItem1.Text = "&File..." 
        ' 
        'SolutionToolStripMenuItem 
        ' 
        Me.SolutionToolStripMenuItem.Name = "SolutionToolStripMenuItem" 
        Me.SolutionToolStripMenuItem.Size = New System.Drawing.Size(173, 22) 
        Me.SolutionToolStripMenuItem.Text = "&Solution/Project..." 
        ' 
        'AboutToolStripMenuItem 
        ' 
        Me.AboutToolStripMenuItem.Name = "AboutToolStripMenuItem" 
        Me.AboutToolStripMenuItem.Size = New System.Drawing.Size(200, 22) 
        Me.AboutToolStripMenuItem.Text = "&About" 
        ' 
        'NETFrameworkLibraryToolStripMenuItem 
        ' 
        Me.NETFrameworkLibraryToolStripMenuItem.Name = "NETFrameworkLibraryToolStripMenuItem" 
        Me.NETFrameworkLibraryToolStripMenuItem.Size = New System.Drawing.Size(200, 22) 
        Me.NETFrameworkLibraryToolStripMenuItem.Text = ".&NET Framework Library" 
        ' 
        'HelpToolStripMenuItem 
        ' 
        Me.HelpToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.AboutToolStripMenuItem, Me.NETFrameworkLibraryToolStripMenuItem}) 
        Me.HelpToolStripMenuItem.Name = "HelpToolStripMenuItem" 
        Me.HelpToolStripMenuItem.Size = New System.Drawing.Size(40, 20) 
        Me.HelpToolStripMenuItem.Text = "&Help" 
        ' 
        'MenuStrip1 
        ' 
        Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FileToolStripMenuItem, Me.ViewToolStripMenuItem, Me.HelpToolStripMenuItem}) 
        Me.MenuStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow 
        Me.MenuStrip1.Location = New System.Drawing.Point(0, 0) 
        Me.MenuStrip1.Name = "MenuStrip1" 
        Me.MenuStrip1.Padding = New System.Windows.Forms.Padding(10, 2, 0, 2) 
        Me.MenuStrip1.Size = New System.Drawing.Size(676, 24) 
        Me.MenuStrip1.TabIndex = 0 
        Me.MenuStrip1.Text = "MenuStrip1" 
        Me.MenuStrip1.Visible = False 
        ' 
        'ViewToolStripMenuItem 
        ' 
        Me.ViewToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.CodeToolStripMenuItem}) 
        Me.ViewToolStripMenuItem.Name = "ViewToolStripMenuItem" 
        Me.ViewToolStripMenuItem.Size = New System.Drawing.Size(41, 20) 
        Me.ViewToolStripMenuItem.Text = "&View" 
        ' 
        'CodeToolStripMenuItem 
        ' 
        Me.CodeToolStripMenuItem.Name = "CodeToolStripMenuItem" 
        Me.CodeToolStripMenuItem.Size = New System.Drawing.Size(110, 22) 
        Me.CodeToolStripMenuItem.Text = "&Code" 
        ' 
        'ofd 
        ' 
        Me.ofd.SupportMultiDottedExtensions = True 
        Me.ofd.Title = "Select File To Open" 
        ' 
        'RadRibbonBar1 
        ' 
        Me.RadRibbonBar1.BackColor = System.Drawing.Color.FromArgb(CType(CType(191, Byte), Integer), CType(CType(219, Byte), Integer), CType(CType(254, Byte), Integer)) 
        ChordModifier1.AltModifier = False 
        ChordModifier1.ControlModifier = True 
        ChordModifier1.ShiftModifier = False 
        Chord1.ChordModifier = ChordModifier1 
        Chord1.Keys = "Ctrl+N" 
        InputBinding1.Chord = Chord1 
        ClickCommand1.ContextType = Nothing 
        ClickCommand1.ImageList = Nothing 
        ClickCommand1.Name = "ActionCommand" 
        ClickCommand1.OwnerType = GetType(Telerik.WinControls.RadItem) 
        ClickCommand1.Text = "This command rises the Click event of a selected RadItem instance." 
        ClickCommand1.Type = "" 
        InputBinding1.Command = ClickCommand1 
        InputBinding1.CommandContext = Me.RadMenuItem1 
        ChordModifier2.AltModifier = False 
        ChordModifier2.ControlModifier = True 
        ChordModifier2.ShiftModifier = False 
        Chord2.ChordModifier = ChordModifier2 
        Chord2.Keys = "Ctrl+O" 
        InputBinding2.Chord = Chord2 
        InputBinding2.Command = ClickCommand1 
        InputBinding2.CommandContext = Me.RadMenuItem4 
        Me.RadRibbonBar1.CommandBindings.AddRange(New Telerik.WinControls.Keyboard.InputBinding() {InputBinding1, InputBinding2}) 
        RadRibbonBarCommandTab1.Items.AddRange(New Telerik.WinControls.RadItem() {Me.RadRibbonBarChunk1}) 
        RadRibbonBarCommandTab1.Tab = Me.TabItem1 
        RadRibbonBarCommandTab2.Tab = Me.TabItem2 
        RadRibbonBarCommandTab3.Items.AddRange(New Telerik.WinControls.RadItem() {Me.RadRibbonBarChunk2}) 
        RadRibbonBarCommandTab3.Tab = Me.TabItem3 
        Me.RadRibbonBar1.CommandTabs.AddRange(New Telerik.WinControls.UI.RadRibbonBarCommandTab() {RadRibbonBarCommandTab1, RadRibbonBarCommandTab2, RadRibbonBarCommandTab3}) 
        Me.RadRibbonBar1.EnableKeyMap = True 
        ' 
        ' 
        ' 
        Me.RadRibbonBar1.ExitButton.AccessibleDescription = "" 
        Me.RadRibbonBar1.ExitButton.Alignment = System.Drawing.ContentAlignment.TopRight 
        Me.RadRibbonBar1.ExitButton.CanFocus = True 
        Me.RadRibbonBar1.ExitButton.Margin = New System.Windows.Forms.Padding(3) 
        Me.RadRibbonBar1.ExitButton.Padding = New System.Windows.Forms.Padding(3) 
        Me.RadRibbonBar1.ExitButton.Text = "Exit" 
        Me.RadRibbonBar1.ExitButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText 
        Me.RadRibbonBar1.ExitButton.ZIndex = 2 
        Me.RadRibbonBar1.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) 
        Me.RadRibbonBar1.Location = New System.Drawing.Point(2, 2) 
        Me.RadRibbonBar1.MaximumSize = New System.Drawing.Size(0, 155) 
        Me.RadRibbonBar1.MinimumSize = New System.Drawing.Size(0, 155) 
        Me.RadRibbonBar1.Name = "RadRibbonBar1" 
        ' 
        ' 
        ' 
        Me.RadRibbonBar1.OptionsButton.AccessibleDescription = "" 
        Me.RadRibbonBar1.OptionsButton.Alignment = System.Drawing.ContentAlignment.TopRight 
        Me.RadRibbonBar1.OptionsButton.CanFocus = True 
        Me.RadRibbonBar1.OptionsButton.Margin = New System.Windows.Forms.Padding(3) 
        Me.RadRibbonBar1.OptionsButton.Padding = New System.Windows.Forms.Padding(3) 
        Me.RadRibbonBar1.OptionsButton.Text = "Options" 
        Me.RadRibbonBar1.OptionsButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText 
        Me.RadRibbonBar1.OptionsButton.ZIndex = 2 
        Me.RadRibbonBar1.QuickAccessToolbarBelowRibbon = False 
        ' 
        'RadRibbonBar1.RootElement 
        ' 
        Me.RadRibbonBar1.RootElement.AccessibleDescription = "" 
        Me.RadRibbonBar1.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren 
        Me.RadRibbonBar1.RootElement.BackColor = System.Drawing.Color.FromArgb(CType(CType(191, Byte), Integer), CType(CType(219, Byte), Integer), CType(CType(254, Byte), Integer)) 
        Me.RadRibbonBar1.RootElement.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) 
        Me.RadRibbonBar1.RootElement.MaxSize = New System.Drawing.Size(0, 155) 
        Me.RadRibbonBar1.RootElement.MinSize = New System.Drawing.Size(0, 155) 
        Me.RadRibbonBar1.Size = New System.Drawing.Size(672, 155) 
        Me.RadRibbonBar1.SmallImageList = Nothing 
        Me.RadRibbonBar1.StartButtonImage = CType(resources.GetObject("RadRibbonBar1.StartButtonImage"), System.Drawing.Image) 
        Me.RadRibbonBar1.StartMenuItems.AddRange(New Telerik.WinControls.RadItem() {Me.RadMenuItem1, Me.RadMenuItem4, Me.RadMenuItem5, Me.RadMenuItem6, Me.RadMenuItem7, Me.RadMenuItem8}) 
        Me.RadRibbonBar1.StartMenuRightColumnItems.AddRange(New Telerik.WinControls.RadItem() {Me.RadMenuItem2, Me.RadMenuItem3}) 
        Me.RadRibbonBar1.TabIndex = 10 
        Me.RadRibbonBar1.Text = "RadRibbonBar1" 
        ' 
        'RadMenuItem5 
        ' 
        Me.RadMenuItem5.AccessibleDescription = "" 
        Me.RadMenuItem5.Class = "RadMenuItem" 
        Me.RadMenuItem5.DescriptionText = "" 
        Me.RadMenuItem5.HasTwoColumnDropDown = False 
        Me.RadMenuItem5.IsMainMenuItem = False 
        Me.RadMenuItem5.Text = "&Save" 
        Me.RadMenuItem5.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText 
        Me.RadMenuItem5.ToggleState = Telerik.WinControls.Enumerations.ToggleState.Off 
        ' 
        'RadMenuItem6 
        ' 
        Me.RadMenuItem6.AccessibleDescription = "" 
        Me.RadMenuItem6.Class = "RadMenuItem" 
        Me.RadMenuItem6.DescriptionText = "" 
        Me.RadMenuItem6.HasTwoColumnDropDown = False 
        Me.RadMenuItem6.IsMainMenuItem = False 
        Me.RadMenuItem6.Text = "&Save As..." 
        Me.RadMenuItem6.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText 
        Me.RadMenuItem6.ToggleState = Telerik.WinControls.Enumerations.ToggleState.Off 
        ' 
        'RadMenuItem7 
        ' 
        Me.RadMenuItem7.AccessibleDescription = "" 
        Me.RadMenuItem7.Class = "RadMenuItem" 
        Me.RadMenuItem7.DescriptionText = "" 
        Me.RadMenuItem7.HasTwoColumnDropDown = False 
        Me.RadMenuItem7.IsMainMenuItem = False 
        Me.RadMenuItem7.Text = "&Exit" 
        Me.RadMenuItem7.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText 
        Me.RadMenuItem7.ToggleState = Telerik.WinControls.Enumerations.ToggleState.Off 
        ' 
        'RadMenuItem8 
        ' 
        Me.RadMenuItem8.AccessibleDescription = "" 
        Me.RadMenuItem8.Class = "RadMenuItem" 
        Me.RadMenuItem8.DescriptionText = "" 
        Me.RadMenuItem8.HasTwoColumnDropDown = False 
        Me.RadMenuItem8.IsMainMenuItem = False 
        Me.RadMenuItem8.Text = "New item" 
        Me.RadMenuItem8.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText 
        Me.RadMenuItem8.ToggleState = Telerik.WinControls.Enumerations.ToggleState.Off 
        ' 
        'RadMenuItem2 
        ' 
        Me.RadMenuItem2.AccessibleDescription = "" 
        Me.RadMenuItem2.Class = "RadMenuItem" 
        Me.RadMenuItem2.DescriptionText = "" 
        Me.RadMenuItem2.HasTwoColumnDropDown = False 
        Me.RadMenuItem2.IsMainMenuItem = False 
        Me.RadMenuItem2.Text = "&File..." 
        Me.RadMenuItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText 
        Me.RadMenuItem2.ToggleState = Telerik.WinControls.Enumerations.ToggleState.Off 
        ' 
        'RadMenuItem3 
        ' 
        Me.RadMenuItem3.AccessibleDescription = "" 
        Me.RadMenuItem3.Class = "RadMenuItem" 
        Me.RadMenuItem3.DescriptionText = "" 
        Me.RadMenuItem3.HasTwoColumnDropDown = False 
        Me.RadMenuItem3.IsMainMenuItem = False 
        Me.RadMenuItem3.Text = "&Project/Solution..." 
        Me.RadMenuItem3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText 
        Me.RadMenuItem3.ToggleState = Telerik.WinControls.Enumerations.ToggleState.Off 
        ' 
        'StatusStrip1 
        ' 
        Me.StatusStrip1.AutoSize = False 
        Me.StatusStrip1.BackgroundImage = Global.Snetide.My.Resources.Resources.bar 
        Me.StatusStrip1.Dock = System.Windows.Forms.DockStyle.None 
        Me.StatusStrip1.Location = New System.Drawing.Point(2, 468) 
        Me.StatusStrip1.Name = "StatusStrip1" 
        Me.StatusStrip1.Padding = New System.Windows.Forms.Padding(1, 0, 26, 0) 
        Me.StatusStrip1.Size = New System.Drawing.Size(672, 24) 
        Me.StatusStrip1.TabIndex = 3 
        Me.StatusStrip1.Text = "StatusStrip1" 
        ' 
        'ToolStripButton1 
        ' 
        Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image 
        Me.ToolStripButton1.Image = Global.Snetide.My.Resources.Resources.delete_16 
        Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta 
        Me.ToolStripButton1.Name = "ToolStripButton1" 
        Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22) 
        Me.ToolStripButton1.Text = "ToolStripButton1" 
        Me.ToolStripButton1.ToolTipText = "Clear Output" 
        ' 
        'ToolStripButton2 
        ' 
        Me.ToolStripButton2.CheckOnClick = True 
        Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image 
        Me.ToolStripButton2.Image = Global.Snetide.My.Resources.Resources.color 
        Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta 
        Me.ToolStripButton2.Name = "ToolStripButton2" 
        Me.ToolStripButton2.Size = New System.Drawing.Size(23, 22) 
        Me.ToolStripButton2.Text = "ToolStripButton2" 
        Me.ToolStripButton2.ToolTipText = "Turn Color On/Off" 
        ' 
        'Panel1 
        ' 
        Me.Panel1.Location = New System.Drawing.Point(528, -120) 
        Me.Panel1.Name = "Panel1" 
        Me.Panel1.Size = New System.Drawing.Size(317, 153) 
        Me.Panel1.TabIndex = 12 
        Me.Panel1.Visible = False 
        ' 
        'Form1 
        ' 
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None 
        Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(83, Byte), Integer), CType(CType(83, Byte), Integer), CType(CType(83, Byte), Integer)) 
        Me.BorderColor = System.Drawing.Color.FromArgb(CType(CType(146, Byte), Integer), CType(CType(176, Byte), Integer), CType(CType(216, Byte), Integer)) 
        Me.BorderWidth = 2 
        Me.ClientSize = New System.Drawing.Size(676, 494) 
        Me.Controls.Add(Me.Panel1) 
        Me.Controls.Add(Me.RadRibbonBar1) 
        Me.Controls.Add(Me.StatusStrip1) 
        Me.Controls.Add(Me.MenuStrip1) 
        Me.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) 
        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) 
        Me.MainMenuStrip = Me.MenuStrip1 
        Me.Name = "Form1" 
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen 
        Me.Text = "Welcome Screen - Snetide" 
        Me.WindowState = System.Windows.Forms.FormWindowState.Maximized 
        Me.TabControl1.ResumeLayout(False
        Me.welcomescreentab.ResumeLayout(False
        Me.MenuStrip1.ResumeLayout(False
        Me.MenuStrip1.PerformLayout() 
        CType(Me.RadRibbonBar1, System.ComponentModel.ISupportInitialize).EndInit() 
        Me.Panel1.ResumeLayout(False
        Me.ResumeLayout(False
        Me.PerformLayout() 
 
    End Sub 
    Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip 
    Friend WithEvents TabControl1 As System.Windows.Forms.TabControl 
    Friend WithEvents welcomescreentab As System.Windows.Forms.TabPage 
    Friend WithEvents WebBrowser1 As System.Windows.Forms.WebBrowser 
    Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip 
    Friend WithEvents ToolStripLabel1 As System.Windows.Forms.ToolStripLabel 
    Friend WithEvents ToolStripComboBox1 As System.Windows.Forms.ToolStripComboBox 
    Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator 
    Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton 
    Friend WithEvents ToolStripButton2 As System.Windows.Forms.ToolStripButton 
    Friend WithEvents cd As System.Windows.Forms.RichTextBox 
    Friend WithEvents cb As System.Windows.Forms.RichTextBox 
    Friend WithEvents bwd As System.Windows.Forms.TextBox 
    Friend WithEvents bwb As System.Windows.Forms.TextBox 
    Public WithEvents pg As System.Windows.Forms.PropertyGrid 
    Public WithEvents ComboBox1 As System.Windows.Forms.ComboBox 
    Friend WithEvents FileToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem 
    Friend WithEvents NewToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem 
    Friend WithEvents ProjectToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem 
    Friend WithEvents ExitToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem 
    Friend WithEvents HelpToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem 
    Friend WithEvents AboutToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem 
    Friend WithEvents NETFrameworkLibraryToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem 
    Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip 
    Friend WithEvents ViewToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem 
    Friend WithEvents CodeToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem 
    Friend WithEvents SaveToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem 
    Friend WithEvents SaveAsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem 
    Friend WithEvents OpenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem 
    Friend WithEvents FileToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem 
    Friend WithEvents SolutionToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem 
    Friend WithEvents ofd As System.Windows.Forms.OpenFileDialog 
    Friend WithEvents RadRibbonBar1 As Telerik.WinControls.UI.RadRibbonBar 
    Friend WithEvents TabItem1 As Telerik.WinControls.UI.TabItem 
    Friend WithEvents TabItem2 As Telerik.WinControls.UI.TabItem 
    Friend WithEvents RadMenuItem1 As Telerik.WinControls.UI.RadMenuItem 
    Friend WithEvents RadMenuItem4 As Telerik.WinControls.UI.RadMenuItem 
    Friend WithEvents RadMenuItem5 As Telerik.WinControls.UI.RadMenuItem 
    Friend WithEvents RadMenuItem6 As Telerik.WinControls.UI.RadMenuItem 
    Friend WithEvents RadMenuItem7 As Telerik.WinControls.UI.RadMenuItem 
    Friend WithEvents RadMenuItem8 As Telerik.WinControls.UI.RadMenuItem 
    Friend WithEvents RadMenuItem2 As Telerik.WinControls.UI.RadMenuItem 
    Friend WithEvents RadMenuItem3 As Telerik.WinControls.UI.RadMenuItem 
    Friend WithEvents RadRibbonBarChunk1 As Telerik.WinControls.UI.RadRibbonBarChunk 
    Friend WithEvents Panel1 As System.Windows.Forms.Panel 
    Friend WithEvents RoundRectShape1 As Telerik.WinControls.RoundRectShape 
    Friend WithEvents RadRibbonBarChunk2 As Telerik.WinControls.UI.RadRibbonBarChunk 
    Friend WithEvents TabItem3 As Telerik.WinControls.UI.TabItem 
    Friend WithEvents RadRibbonBarButtonGroup1 As Telerik.WinControls.UI.RadRibbonBarButtonGroup 
    Friend WithEvents RadButtonElement1 As Telerik.WinControls.UI.RadButtonElement 
 
End Class 

In this form, the errors are coming from lines 437, 441-448, and 457-464.  I did not manually modify the designer code - I think it's a bug with the RibbonBar that inserted them.

Thank you very much for addressing my second issue, as well as looking into the odd bug here!

-UIdev
0
Jack
Telerik team
answered on 12 Jun 2007, 08:34 AM
Hello David,

Currently we do not support Visual Studio Orcas, because it is in early beta, but we will investigate this problem. We would suggest using VS2005 until we find a way around this.

Orcas will be supported by Telerik for its official release.


Regards,
Jack
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
RibbonBar
Asked by
UIdev
Top achievements
Rank 1
Answers by
UIdev
Top achievements
Rank 1
Jack
Telerik team
Share this question
or