Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 1 of 1
  1. #1
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137

    AMS 6 quick tip of the day!

    Have you wanted to have a Paragraph have focus so your applications can scroll-wheel up and down the data in this object? But, by default the Page.SetFocus() does not officially include the Paragraph object.

    The easy workaround:

    Just add the following code in the On Enter event area of that object:

    Code:
    Page.SetFocus(this)
    Last edited by Intrigued; 09-28-2006 at 09:21 PM.
    Intrigued

Similar Threads

  1. Quick Tip - for 'read only' input objects
    By Eagle in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 06-30-2005, 09:03 PM
  2. AMS 5 - Tip of the day - Intrigued
    By Intrigued in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 01-06-2005, 10:44 AM
  3. Quick Tip: Bytes to kb -mb -gb
    By SUF6NEWBIE in forum AutoPlay Media Studio 5.0
    Replies: 12
    Last Post: 08-31-2004, 01:07 PM
  4. Quick Tip: 'Pending Reboot Operations'
    By SUF6NEWBIE in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 08-20-2004, 03:22 PM
  5. Tip: toogle music on/off when focus is on AMS
    By yosik in forum AutoPlay Media Studio 5.0
    Replies: 3
    Last Post: 02-14-2004, 09: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