Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2005
    Posts
    572

    there is two button and i wont to push one there iand the text color on the next butt

    there is two buttons and i wont to push one button and the text color on the next button change from black to ren?

  2. #2
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959
    Code:
    --Button2 is the button we want to change
    tblButtonProps = Button.GetProperties("Button2")
    tblButtonProps.ColorNormal=255
    tblButtonProps.ColorHighlight=255
    tblButtonProps.ColorDown=255
    Button.SetProperties("Button2", tblButtonProps)

Similar Threads

  1. Noob ? for toggling text on a button
    By Robfr in forum AutoPlay Media Studio 5.0
    Replies: 4
    Last Post: 06-04-2005, 02:39 PM
  2. Having Button Text Stay A Certain Color
    By webnc1 in forum AutoPlay Media Studio 5.0
    Replies: 5
    Last Post: 10-04-2004, 03:37 PM
  3. Example: Creating an on/off button to toggle background audio
    By Jonas DK in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 07-10-2004, 02:54 PM
  4. Button with text
    By big0gie in forum AutoPlay Media Studio 5.0
    Replies: 1
    Last Post: 02-09-2004, 11:53 AM
  5. How I can opy text from button or other text
    By PWRoot in forum AutoPlay Media Studio 4.0
    Replies: 2
    Last Post: 10-08-2003, 12:00 PM

Posting Permissions

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