• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Discussion Groups Feedback

    Reply
    *Expert Elite*
    Curtis_Waguespack
    Posts: 1,950
    Registered: ‎03-08-2006
    Accepted Solution

    smiley faces in Code inserts

    1839 Views, 8 Replies
    06-19-2012 11:29 AM

    Is there a way to prevent the inclusion of smileys in a code insert box?

     

    I want this:

     

    Code Insert Smiley Issue.png

     

    But get this:

     

    'cut a column
    excelApp.Columns("G:G").Cut 
    'insert the cut column
    excelApp.Range("D1").Insert
    'adjust column width
    excelApp.Columns("D:D").AutoFit
    'reset selected cell to A1
    excelApp.Cells(1,1).Select
    'suppress prompts (such as the compatibility checker)
    excelApp.DisplayAlerts = false
    'save the workbook
    wb.Save

     Thank You,

    Curtis



      solution.png  Did you find this reply helpful ? If so please use the Accept as Solution or  Kudos button below.

    Please use plain text.
    Alumni
    Jillian.Bejtlich
    Posts: 343
    Registered: ‎05-28-2010

    Re: smiley faces in Code inserts

    06-20-2012 06:06 AM in reply to: Curtis_Waguespack

    Great question, and I'm actually not sure. Would be wonderful if we could turn the smilies off in certain boards that tend to have more programming scripts in them.

     

    Let me find out what we can do, and I'll get back to you.

     

    Thanks!



    Jillian Bejtlich
    Forum Community Manager
    Autodesk, Inc.
    Please use plain text.
    Moderator
    Posts: 313
    Registered: ‎05-09-2008

    Re: smiley faces in Code inserts

    06-20-2012 08:03 AM in reply to: Curtis_Waguespack

    Curtis_Waguespack wrote:

    Is there a way to prevent the inclusion of smileys in a code insert box?



     There are a couple of threads in this forum on the topic and I believe it's still a individual user display preference unless there has been an update that Jillian finds for us.

     

    Until then it is explained how to disable viewing them in this thread.

     

    Thanks
    Discussion_Admin

     

    Please use plain text.
    Mentor
    Steve_Johnson
    Posts: 583
    Registered: ‎05-01-2005

    Re: smiley faces in Code inserts

    06-26-2012 11:11 PM in reply to: Jillian.Bejtlich

    This is one of the many things that have been complained about since the very beginning of the Lithium disaster. Eric pointed out the per-user turn-smileys-off thing fairly early on, here:

     

    http://forums.autodesk.com/t5/Autodesk-Discussion-Groups/How-to-prevent-smileys-from-displaying-espe...

     

    As we pointed out at the time, that's not a proper solution. Code should always display unformatted, period. It's not complicated. The fact that Lithium still hasn't fixed this problem 24 months later tells me that it never was, and most likely never will be, a suitable platform for technical discussion groups like these.

    Steve Johnson - blog nauseam - ClassicArray
    Please use plain text.
    Alumni
    brian.kling
    Posts: 181
    Registered: ‎12-17-2002

    Re: smiley faces in Code inserts

    06-27-2012 12:43 PM in reply to: Curtis_Waguespack

    Fixed, there was a setting that was released not too long ago we weren't aware of.  As long as you use the "Insert Code" button you should be all set, see your OP, smiley is gone :smileywink:

     

    InsertCode.png



    Brian Kling
    Community Strategist
    Customer Service & Support
    Autodesk, Inc.
    Please use plain text.
    Mentor
    Steve_Johnson
    Posts: 583
    Registered: ‎05-01-2005

    Re: smiley faces in Code inserts

    06-27-2012 10:35 PM in reply to: brian.kling
    :)

     

    Steve Johnson - blog nauseam - ClassicArray
    Please use plain text.
    Alumni
    Jillian.Bejtlich
    Posts: 343
    Registered: ‎05-28-2010

    Re: smiley faces in Code inserts

    06-28-2012 06:01 AM in reply to: Steve_Johnson

    Hmmm... thinking I ought to go put a sticky post up in the more programming centric boards about this new functionality, huh?

     

    Glad we were able to help!



    Jillian Bejtlich
    Forum Community Manager
    Autodesk, Inc.
    Please use plain text.
    *Expert Elite*
    Curtis_Waguespack
    Posts: 1,950
    Registered: ‎03-08-2006

    Re: smiley faces in Code inserts

    06-29-2012 02:39 PM in reply to: brian.kling

     

     

    If "D:D" <> "D:D" Then
    MessageBox.Show("No kudos for You!", "Autodesk Forums")
    Else If "D:D" = "D:D"
    MessageBox.Show("Thanks! :D", "Autodesk Forums")
    End If

     

    Thanks.png



      solution.png  Did you find this reply helpful ? If so please use the Accept as Solution or  Kudos button below.

    Please use plain text.
    *Expert Elite*
    Curtis_Waguespack
    Posts: 1,950
    Registered: ‎03-08-2006

    Re: smiley faces in Code inserts

    06-29-2012 02:41 PM in reply to: Jillian.Bejtlich

    Jillian.Bejtlich wrote:

    Hmmm... thinking I ought to go put a sticky post up in the more programming centric boards about this new functionality, huh?

     

    Glad we were able to help!


    A sticky probably isn't needed, since it's now working as expected without the need to do anything special.

     



      solution.png  Did you find this reply helpful ? If so please use the Accept as Solution or  Kudos button below.

    Please use plain text.