Results 1 to 4 of 4

Thread: Menus - change window background onFocus

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    You could also do it like this:

    PHP Code:
                mouseEnter
                
    {
                    
    setItemColor "some_item" forecolor 1 1 1 1
                
    }
                
    mouseExit
                
    {
                    
    setItemColor "some_item" forecolor 1 1 1 0
                

    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  2. The Following User Says Thank You to IzNoGoD For This Useful Post:

    guiismiti (29th March 2017)

Tags for this Thread

Posting Permissions

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