Re: [flexcoders] 1st App - Questions

2005-02-09 Thread JesterXL
Title: Message Very interesting to see the opposite approach of me; no Script tags. Your app itself seems to work very well; the service itself is dog slow, but you have the cursor, resizing, alert on error... nice! 1. It's already selectable; do you mean editable? It's set to false by

RE: [flexcoders] 1st App - Questions

2005-02-09 Thread Matt Horn
Title: Message John, I'll take the easy one (question #1). :) You can make a TextArea clickable by embedding a call to getURL in the mouseDown event handler. Here's a simplified version that links to a new website when you click on the TextArea. There is a little AS code, but it's inline

RE: [flexcoders] 1st App - Questions

2005-02-09 Thread John C. Bland II
a tags around it or something. 2. Ok coo. I'll research. 3. :-) -Original Message-From: JesterXL [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 8:00 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] 1st App - Questions Very interesting to see the opposite approach

RE: [flexcoders] 1st App - Questions

2005-02-09 Thread John C. Bland II
441814)" mouseDown="getURL('http://www.jessewarden.com');"/ /mx:Application Just curious. -Original Message-From: Matt Horn [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 8:01 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] 1st App - Questions Jo

Re: [flexcoders] 1st App - Questions

2005-02-09 Thread JesterXL
around it or something. 2. Ok coo. I'll research. 3. :-) -Original Message-From: JesterXL [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 8:00 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] 1st App - Questions Very interesting to see the opposite approach

RE: [flexcoders] 1st App - Questions

2005-02-09 Thread Matt Horn
"t1" htmlText="lt;a href=''gt;Click herelt;/agt;"//mx:VBox/mx:Application matt h From: John C. Bland II [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 11:45 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] 1st App - Questions Hey thx Jester. I found the script

RE: [flexcoders] 1st App - Questions

2005-02-09 Thread John C. Bland II
xt="lt;a href=''gt;Click herelt;/agt;"//mx:VBox/mx:Application matt h From: John C. Bland II [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 11:45 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] 1st App - Questions Hey thx Jester. I found the script

RE: [flexcoders] 1st App - Questions

2005-02-09 Thread John C. Bland II
not the prettiest but at least I know it's there. Thx Matt! -Original Message-From: John C.Bland II [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 11:14 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] 1st App - Questions oho k. So just do the html code for the tabs. Tha