Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2007
    Posts
    12

    Making a paragraph selectable.

    Was wondering if there was a code to make it possible to select text in a paragraph box
    so you can copy whats in it.. Or something like that.

  2. #2
    Join Date
    Sep 2002
    Location
    Sol 3
    Posts
    3,160
    You cannot select the text in a paragraph object. You can with a multiline Input Object however.
    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

  3. #3
    Join Date
    Mar 2005
    Posts
    187
    One thing you can do is create a "copy to clipboard" button that takes the paragraph text and copies it to the windows clipboard. Or you can do what Tigg said and make a multiline input object, and style it to look like a paragraph object.

    Both ways have some pros & cons depending on what you need.

  4. #4
    Join Date
    Feb 2007
    Posts
    21
    One thing you can do is create a "copy to clipboard" button that takes the paragraph text and copies it to the windows clipboard.
    thats exactly, what i want to do

    but how the code have to look, if my objects are names following ?? :
    (i know, how to get the text from paragraph...but dont know a lot about results an their usage.. )

    the paragraph: Paragraph2
    the copy-button: Button4

    my especial problem is, that i need to copy 8 lines of text
    (cause this, i cant use the regular copy-text-to-clipboard-function -> it makes it as one line to clipboard...)

    thx for help in advance
    just4fun2k7

Similar Threads

  1. Page Preload not making 'Paragraph' object invisible
    By holtgrewe in forum AutoPlay Media Studio 6.0
    Replies: 5
    Last Post: 06-08-2006, 06:41 PM
  2. Making text in PP box selectable
    By PurpleParrot in forum AutoPlay Media Studio 6.0
    Replies: 7
    Last Post: 02-05-2006, 11:00 AM
  3. Example: Loading Paragraph Text Using a Timer
    By Jonas DK in forum AutoPlay Media Studio 5.0 Examples
    Replies: 7
    Last Post: 11-25-2004, 05:10 PM
  4. Paragraph Woes
    By Martin in forum AutoPlay Media Studio 5.0
    Replies: 4
    Last Post: 05-27-2004, 02:41 PM
  5. Making a Paragraph Visible
    By Martin in forum AutoPlay Media Studio 5.0
    Replies: 6
    Last Post: 05-26-2004, 03:34 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