RE: Text question

2004-06-28 Thread Matt Wells
Thnaks I figured it out Matt Wells Real Estate Power Tools, Inc. (815) 963-7378 Direct (866) 708-6657 Toll Free [EMAIL PROTECTED] http://www.realestatepowertools.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Wells Sent: Monday, June 28, 2004 1

Re: Text question

2004-06-28 Thread Slava Paperno
You have to do this "manually," through lingo. E.g., if you put a button on the stage that says "Italics," this would be the button's script: on mouseUp me locFocusMember = sprite(the keyboardFocusSprite).member if locFocusMember.type <> #text then alert "Before using this button, sel

Re: Text question

2004-06-28 Thread Jeremy Aker
Yes, but it usually results in quite a performance hit. -Jeremy Aker On Jun 28, 2004, at 1:16 PM, Matt Wells wrote: In a editable text member, can you edit the format on a word or words while the movie is playing? So, in the statement (Hello, World) changing the word Hello to a different color and

Re: Text question

2004-06-16 Thread Mathew Ray
This link may help out a bit... "Selection class Availability Flash Player 5. Description The Selection class lets you set and control the text field in which the insertion point is loc

RE: Text question

2004-06-16 Thread Matt Wells
Ok so if replaceSel(text) will replace the selection that is selected then is there a way to get what is selected? So I select Matt form the sentence below: Hello my name is Matt? I need to get Matt and add the tags to get Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EM

Re: Text question

2004-06-16 Thread James Newton
On 16/6/04 8:00 pm, "Matt Wells" <[EMAIL PROTECTED]> wrote: > I want to read a couple of paragraphs from a database. (So this project > would be a shockwave project.) Into a editable text field. What I need > to do is highlight a specified word(s) in the text field and insert an > html tag on the

Re: Text question.

2002-06-26 Thread Colin Holgate
>Another question, say I have a text member or field, is there some way >in script that I can retrieve the word that the mouse is over? For fields, look at the mouseword. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post message

Re: Text question

2002-06-12 Thread Buzz Kettles
on keyDown me if the key <> RETURN then pass end At 10:23 PM -0400 6/12/02, you wrote: >I need to know how I can set up a text field or member so that when the >user types something in it (editable), it wont go to a new line when >they hit enter, but just stay there at the end of the current l