Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2006
    Posts
    181

    input object help

    is it possible that ;
    when the user want to write something to input object it will automaticly change the background color of selected input object while they r typing... and then when they select somethingelse the input object will turn back to the original color...

  2. #2
    Join Date
    Sep 2002
    Location
    Sol 3
    Posts
    3,160
    You can use the On Focus event for that object and when it gains focus then change the background. Then I would probably use the On Key event checking for Tab or the Enter key to change the color back. The alternative to checking for tab or enter is you could use a timer to check where the page focus is currently set and change the color accordingly.

    Give the code a shot and if you get stuck the post back with a project or code and we can help out.

    HTH
    Tigg
    TJ-Tigger
    "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
    "Draco dormiens nunquam titillandus."
    Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

Similar Threads

  1. Replies: 4
    Last Post: 10-06-2004, 12:40 PM
  2. Input object loses focus after Internet
    By dthompson16 in forum AutoPlay Media Studio 5.0
    Replies: 6
    Last Post: 08-26-2004, 07:55 AM
  3. Function: Test Whether An Input Object Is Empty
    By Lorne in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 06-08-2004, 02:18 PM
  4. INFO: Difference between the Media Player Object and the AVI Object
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-29-2002, 02:15 PM
  5. HOWTO: Make a Media Player Object Go Full Screen
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-23-2002, 11:23 AM

Posting Permissions

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