Re: [flexcoders] Re: How do I invoke debug version of a flex app from web browser URL

2006-09-19 Thread hank williams



What does it mean to alert the index.template page?On 9/15/06, Johannes Nel [EMAIL PROTECTED]
 wrote:


try altering the index.template.html page and then running in debug mode from eclipse?On 9/15/06, hank williams
 
[EMAIL PROTECTED] wrote:
Someone must know the answer to this!On 9/14/06, hank williams 
[EMAIL PROTECTED] wrote: I need to be able to invoke the debug version of my flex app from the
 browser URL bar. If I take the URL that the debug app is at, and instead of running via
 the eclipse run debug version button, I paste the URL into the browser,I get that dialog box that asks where the debugger is. Of course this dialog never actually lets you connect to any debugger.
 So I am wondering if there is some trick to making this work. The reason I need to do this is I am passing parameters via flashvars into the app and I need to be able to test with the paramters.
 Hank--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/* Your email settings:Individual Email | Traditional
* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join(Yahoo! ID required)
* To change settings via email:mailto:
[EMAIL PROTECTED]mailto:[EMAIL PROTECTED]
* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
-- j:pn http://www.lennel.org







__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



[flexcoders] Re: How do I invoke debug version of a flex app from web browser URL

2006-09-18 Thread Louis Ryan
Ive have a workaround though perhaps not ideal..

- In FlexBuilder change your projects debug URL to something that
doenst immediately launch Flash. See menu Run - Debug - Other and in
the section 'URL or path to luanch' uncheck the use defaults option
and enter a URL that wont launch Flash
- Hit debug in FlexBuilder to launch the browser
- Click your bookmark and FlexBuilder should start debugging

Cheers

-Louis


--- In flexcoders@yahoogroups.com, hank williams [EMAIL PROTECTED] wrote:

 Someone must know the answer to this!
 
 On 9/14/06, hank williams [EMAIL PROTECTED] wrote:
  I need to be able to invoke the debug version of my flex app from the
  browser URL bar.
 
  If I take the URL that the debug app is at, and instead of running via
  the eclipse run debug version button, I paste the URL into the
  browser,  I get that dialog box that asks where the debugger is. Of
  course this dialog never actually lets you connect to any debugger.
 
  So I am wondering if there is some trick to making this work.
 
  The reason I need to do this is I am passing parameters via flashvars
  into the app and I need to be able to test with the paramters.
 
  Hank
 







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Re: How do I invoke debug version of a flex app from web browser URL

2006-09-18 Thread Johannes Nel



try altering the index.template.html page and then running in debug mode from eclipse?On 9/15/06, hank williams 
[EMAIL PROTECTED] wrote:Someone must know the answer to this!On 9/14/06, hank williams 
[EMAIL PROTECTED] wrote: I need to be able to invoke the debug version of my flex app from the browser URL bar. If I take the URL that the debug app is at, and instead of running via
 the eclipse run debug version button, I paste the URL into the browser,I get that dialog box that asks where the debugger is. Of course this dialog never actually lets you connect to any debugger.
 So I am wondering if there is some trick to making this work. The reason I need to do this is I am passing parameters via flashvars into the app and I need to be able to test with the paramters.
 Hank--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/* Your email settings:Individual Email | Traditional* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join(Yahoo! ID required)* To change settings via email:mailto:
[EMAIL PROTECTED]mailto:[EMAIL PROTECTED]* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]* Your use of Yahoo! Groups is subject to:http://docs.yahoo.com/info/terms/
-- j:pn http://www.lennel.org

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Re: How do I invoke debug version of a flex app from web browser URL

2006-09-18 Thread hank williams
Hmm...

Though somewhat confused by your directions, I tried to follow them,
and it didnt work.

so some questions:

1.
In FlexBuilder change your projects debug URL to something that
 doenst immediately launch Flash.

What does this mean? Any URL at all? I did select a random url put it
in the dialog box and when I hit the debug button (below) It brings up
a dialog saying it is trying to connect to the debugger.

2. What does this mean?
 - Hit debug in FlexBuilder to launch the browser

Do you mean hit the little debug icon? That just opens the most recent
debug session? Is that what you mean?

3. Then you mention a bookmark. What bookmark?

Hank



On 9/18/06, Louis Ryan [EMAIL PROTECTED] wrote:
 Ive have a workaround though perhaps not ideal..

 - In FlexBuilder change your projects debug URL to something that
 doenst immediately launch Flash. See menu Run - Debug - Other and in
 the section 'URL or path to luanch' uncheck the use defaults option
 and enter a URL that wont launch Flash
 - Hit debug in FlexBuilder to launch the browser
 - Click your bookmark and FlexBuilder should start debugging

 Cheers

 -Louis


 --- In flexcoders@yahoogroups.com, hank williams [EMAIL PROTECTED] wrote:
 
  Someone must know the answer to this!
 
  On 9/14/06, hank williams [EMAIL PROTECTED] wrote:
   I need to be able to invoke the debug version of my flex app from the
   browser URL bar.
  
   If I take the URL that the debug app is at, and instead of running via
   the eclipse run debug version button, I paste the URL into the
   browser,  I get that dialog box that asks where the debugger is. Of
   course this dialog never actually lets you connect to any debugger.
  
   So I am wondering if there is some trick to making this work.
  
   The reason I need to do this is I am passing parameters via flashvars
   into the app and I need to be able to test with the paramters.
  
   Hank
  
 






 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links












--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Re: How do I invoke debug version of a flex app from web browser URL

2006-09-18 Thread Louis Ryan
Hank,

Sorry if my instructions werent clear...
Hitting the debug icon in Flex Builder will start the debugging
session and launch the debug URL specified for the project which can
be changed by going into the Run - Debug - Other (Debug Configuration)

If you change that URL to something which doesnt launch any flash
content (I use www.google.com) then the Flex Builder will wait for a
period of time for a flash component to start in debug mode and
connect back to Flex Builder. Meanwhile you can do whatever you need
to do in the browser.

When I apply the changes in the debug Configuration dialog I apply the
changes then hit the Debug icon on the toolbar. 

When you hit 'Debug' on the dialog was the correct URL launched?

-Louis

--- In flexcoders@yahoogroups.com, hank williams [EMAIL PROTECTED] wrote:

 Hmm...
 
 Though somewhat confused by your directions, I tried to follow them,
 and it didnt work.
 
 so some questions:
 
 1.
 In FlexBuilder change your projects debug URL to something that
  doenst immediately launch Flash.
 
 What does this mean? Any URL at all? I did select a random url put it
 in the dialog box and when I hit the debug button (below) It brings up
 a dialog saying it is trying to connect to the debugger.
 
 2. What does this mean?
  - Hit debug in FlexBuilder to launch the browser
 
 Do you mean hit the little debug icon? That just opens the most recent
 debug session? Is that what you mean?
 
 3. Then you mention a bookmark. What bookmark?
 
 Hank
 
 
 
 On 9/18/06, Louis Ryan [EMAIL PROTECTED] wrote:
  Ive have a workaround though perhaps not ideal..
 
  - In FlexBuilder change your projects debug URL to something that
  doenst immediately launch Flash. See menu Run - Debug - Other and in
  the section 'URL or path to luanch' uncheck the use defaults option
  and enter a URL that wont launch Flash
  - Hit debug in FlexBuilder to launch the browser
  - Click your bookmark and FlexBuilder should start debugging
 
  Cheers
 
  -Louis
 
 
  --- In flexcoders@yahoogroups.com, hank williams hank777@ wrote:
  
   Someone must know the answer to this!
  
   On 9/14/06, hank williams hank777@ wrote:
I need to be able to invoke the debug version of my flex app
from the
browser URL bar.
   
If I take the URL that the debug app is at, and instead of
running via
the eclipse run debug version button, I paste the URL into the
browser,  I get that dialog box that asks where the debugger
is. Of
course this dialog never actually lets you connect to any
debugger.
   
So I am wondering if there is some trick to making this work.
   
The reason I need to do this is I am passing parameters via
flashvars
into the app and I need to be able to test with the paramters.
   
Hank
   
  
 
 
 
 
 
 
  --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 
 
 
 
 
 
 








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Re: How do I invoke debug version of a flex app from web browser URL

2006-09-15 Thread hank williams
Someone must know the answer to this!

On 9/14/06, hank williams [EMAIL PROTECTED] wrote:
 I need to be able to invoke the debug version of my flex app from the
 browser URL bar.

 If I take the URL that the debug app is at, and instead of running via
 the eclipse run debug version button, I paste the URL into the
 browser,  I get that dialog box that asks where the debugger is. Of
 course this dialog never actually lets you connect to any debugger.

 So I am wondering if there is some trick to making this work.

 The reason I need to do this is I am passing parameters via flashvars
 into the app and I need to be able to test with the paramters.

 Hank



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Re: How do I invoke debug version of a flex app from web browser URL

2006-09-15 Thread Jason
Yep, I'd love an answer to this one as well... 

--- In flexcoders@yahoogroups.com, hank williams [EMAIL PROTECTED] wrote:

 I need to be able to invoke the debug version of my flex app from the
 browser URL bar.
 
 If I take the URL that the debug app is at, and instead of running via
 the eclipse run debug version button, I paste the URL into the
 browser,  I get that dialog box that asks where the debugger is. Of
 course this dialog never actually lets you connect to any debugger.
 
 So I am wondering if there is some trick to making this work.
 
 The reason I need to do this is I am passing parameters via flashvars
 into the app and I need to be able to test with the paramters.
 
 Hank







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/