lingo-l Clearing text member values on start up ... how to?

2002-12-08 Thread John Lodge
Dear group I'm attempting to write a short project to emulate a simple presentation program. I've designed a screen with several editable members on it for the user to type in text. I aim to: - capture the text from each editable member - save each entry as an item in a list - display the entries

Re: lingo-l Clearing text member values on start up ... how to?

2002-12-08 Thread Mike Gralish
Do something like this on StartMovie member(TheMembersName).text = end or if you have a lot... attach a behavior like this to the editable text sprite: on BeginSprite me sprite(me.spriteNum).member.text = end But, really, this is an artifact of the development environment. If you clear

RE: lingo-l Clearing text member values on start up ... how to?

2002-12-08 Thread Jeremy
Theres a couple options that I am familiar with. You can create a script, change it to a movie script in the property inspector, then add something like the following. On preparemovie me put into member(text1) put into member(text2) put into member(text3) End OR you

RE: lingo-l Hyperlinks in text members BUG?

2002-12-08 Thread Jeremy
I've found the issue I was having. Suppose you have 2 separate text members out on the stage in the same spot, the difference is that you use lingo to turn on/off visibility when needed. Well, if both have hyperlinks one of them will interfere with the other, in my case the one on the lower #

RE: lingo-l Hyperlinks in text members BUG?

2002-12-08 Thread Brad Hile
Jeremy wrote: I've found the issue I was having. Suppose you have 2 separate text members out on the stage in the same spot, the difference is that you use lingo to turn on/off visibility when needed. Well, if both have hyperlinks one of them will interfere with the other, in my case the one

lingo-l drag and drop

2002-12-08 Thread grimmwerks
Am using the pimz opendoc xtra and the dropfile xtra for pc - tried on the mac so far, not on the pc -- dropping files works fine on the projector icon, but can you drop files on a window/stage? [To remove yourself from this list, or to change to digest mode, go to

lingo-l Irregular shape of rollover

2002-12-08 Thread universal2001
Hi everyone, It's been a long time since I played with Lingo. It is possible to create irregular hotspots (for mouserollover)? thanks, Uni [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL