Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3

Thread: Colouring Label

  1. #1
    Join Date
    May 2007
    Posts
    21

    Colouring Label

    Hi... good guys
    How can make the label is coloured for the exact period ?
    for example : there are three words : Apple, Grape, Banana
    how can the word "Apple" is coloured (changed from black to red) in 3 second and after 3 second the word "Grape" will be coloured by red and after 3 second again the "Banana" will coloured by red. please help me !

    thank you very much

  2. #2
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Look up in the manual the following.

    Label.SetProperties
    Application.Sleep

    and I think it's Math.RGBtoHex or something.

  3. #3
    Join Date
    Apr 2005
    Location
    São Paulo, Brazil
    Posts
    2,539
    Application.Sleep freezes the application while it is waiting for the time to pass, not responding to any user input during this time. This is probably not what you want.

    I would recommend that you set and use a timer for this, like in the example attached below.

    Ulrich
    Attached Files

  4. #4
    Join Date
    May 2007
    Posts
    21

    colouring labels

    Dear Upeter

    I tried your sample of your apz. and it works.
    thank you very much for your help.

Similar Threads

  1. Problem with Label Orientation
    By Esfahan in forum AutoPlay Media Studio 7.5
    Replies: 2
    Last Post: 08-02-2008, 05:50 AM
  2. Fading effect with Labels
    By autoplmst6 in forum AutoPlay Media Studio 7.5 Examples
    Replies: 3
    Last Post: 04-09-2008, 03:18 PM
  3. How do I keep a Label Object a constant size?
    By Jim Smiley in forum AutoPlay Media Studio 6.0
    Replies: 5
    Last Post: 02-01-2006, 01:29 PM
  4. Label object's text being cut off issue
    By bule in forum AutoPlay Media Studio 6.0
    Replies: 0
    Last Post: 01-24-2006, 02:48 AM
  5. Label objects will always maintain their aspect ratio. Why?
    By yoyo in forum AutoPlay Media Studio 5.0
    Replies: 9
    Last Post: 01-02-2004, 09:11 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