Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2008
    Posts
    18

    wait until a key stroke

    in my project i am having a richtext object and it needs to be displayed until Esc key is pressed. please help me in coding . i tried but it not working fine

  2. #2
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Goes in the On Key event.

    Code:
    if (e_Key == 17) then
          RichText.SetVisible("RichText1", false);
    end

  3. #3
    Join Date
    Nov 2006
    Location
    Quebec, Canada.
    Posts
    432
    Please post such messages in the Discussions forum. Thanks.

Similar Threads

  1. Unable to find software?
    By NigelLacey in forum Visual Patch 2.0
    Replies: 4
    Last Post: 10-11-2005, 10:35 AM
  2. Help on separate key presses for game
    By sue in forum AutoPlay Media Studio 5.0
    Replies: 16
    Last Post: 07-30-2005, 04:51 PM
  3. Key Stroke
    By fstaff in forum Setup Factory 7.0
    Replies: 0
    Last Post: 10-01-2004, 08:48 AM
  4. Enter key = mouse click?
    By Silver Zero in forum AutoPlay Media Studio 5.0
    Replies: 7
    Last Post: 02-16-2004, 09:47 PM
  5. Responding to Key Presses
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-26-2003, 09:49 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