Rebol Talk Forum  |  Getting Started  |  Newbie Help  |  Topic: Mouseover text
Pages: [1] Print
Author Topic: Mouseover text  (Read 404 times)
Amanita
Newbie
*
Offline Offline

Posts: 19


View Profile
Mouseover text
« on: January 13, 2004, 09:06:59 PM »

I am using the code below as a text link yo close the window.

But it mouses over in orange is there a way to change the mouseover color?

at 234x8    text "CLOSE" 50x14 bold font-size 10  #"^q" [quit]


 Sad  
Logged
CarlRead
Full Member
***
Offline Offline

Posts: 105


View Profile
Mouseover text
« Reply #1 on: January 14, 2004, 03:31:45 AM »

The mouse-over color is in TEXT's FONT object.  Use the following method to set it to what you want - the mouse-over color being the second value in the COLORS block...
Code:
view layout [
   backdrop white
   t: text "Close" 255.0.0 font [colors: [255.0.0 0.0.255]] [unview]
]
Logged

- Carl Read
Pages: [1] Print 
Rebol Talk Forum  |  Getting Started  |  Newbie Help  |  Topic: Mouseover text
Jump to:  

  
Quick Search...

Advanced search
  
Welcome, Guest. Please login or register.
Did you miss your activation email?
September 07, 2008, 11:30:33 PM
Username: Password: Session Length:
  

News: 01-09-08

Alpha version of REBOL 3 has been released!


  
2233 Posts in 581 Topics by 1886 Members
Latest Member: antigopit

  Rebol Talk Forum | Powered by SMF 1.0.9.
© 2001-2005, Lewis Media. All Rights Reserved.

RT design by Defiant Pc