Re: decoding html

2002-12-07 Thread Colin Holgate
Is there an EZ way to decode html and display in a field with the formatting (the color, font size just like it would in a browser) ? member("text member").html = htmltext [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: decoding html

2002-12-07 Thread grimmwerks
Well if you have a TEXT member (ie member("text")) then all you have to do is member("text").html = whateverfile.html But the html is very limited, no images, etc. On Sat, 7 Dec 2002, steve clark wrote: > Is there an EZ way to decode html and display in a field with the > formatting (the col

decoding html

2002-12-07 Thread steve clark
Is there an EZ way to decode html and display in a field with the formatting (the color, font size just like it would in a browser) ? [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 PROTECTED]

Hyperlinks in text members

2002-12-07 Thread Jeremy
Anyone know of a reason why a text member on stage will only allow me to click the links once when I run the project, then I cant click the links again, even though they stay blue w/underline and visible? [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.

Re: intersect

2002-12-07 Thread Colin Holgate
hi, after hunting the internet i found loads on the intersect command, however, what i wanted i couldnt find this is what i am trying to do, if the top of sprite 5 intersects i then beep end if however i cannot work out how to only make it so that if the top, or bottom or left and right inters

intersect

2002-12-07 Thread mike m
hi, after hunting the internet i found loads on the intersect command, however, what i wanted i couldnt find this is what i am trying to do, if the top of sprite 5 intersects i then beep end if however i cannot work out how to only make it so that if the top, or bottom or left and right inter