Consulting

Results 1 to 3 of 3

Thread: Solved: Add Design Mode onto Ribbon

  1. #1
    VBAX Expert
    Joined
    Aug 2004
    Posts
    810
    Location

    Solved: Add Design Mode onto Ribbon

    I tried to add the Design Mode onto the ribbon, I am not very successful in doing that. It is giving me error, wonder if someone can help. I have this code, but it is erroring out. The error "type button is incompatible with the actual control type 'ToggleButton'"


    <button idMso="DesignMode" showLabel="false"/>
    Last edited by Bob Phillips; 11-22-2013 at 07:10 AM. Reason: Took out all of the formatting rubbish

  2. #2
    VBAX Master Aflatoon's Avatar
    Joined
    Sep 2009
    Location
    UK
    Posts
    1,720
    Location
    I think the clue is in the message - it's not a button it's a togglebutton so change that attribute in the xml.
    Be as you wish to seem

  3. #3
    VBAX Expert
    Joined
    Aug 2004
    Posts
    810
    Location
    Thanks for the kick in the butt! I was so fixated on the BUTTON element and never occur to me that it is a ToggleButton.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •