[flexcoders] Re: IFrame: open new browser window from

2008-11-06 Thread markgoldin_2000
Anyone please help.
I am working on a new company portal. It is a very big project. It 
will combine Flex interfaces for user interaction with data, and, for 
reporting I am using iFRame to run SQL reports in. Everything works 
like a charm except that I cannot open links from reports. The command 
is below. Please share some ideas, even crazy ones, because I am 
running out of any.

Thanks in advance.


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

 I am running SQL reports inside of an iFrame - techique that has 
been 
 described in mny places. SQL Report is an HTML stream generated by 
the 
 report server. The report is shown fine, no problem. The report has 
 some hyperlinks to go to another report. The command is the 
following:
 (javascript:void(window.open('http://servername/ReportServer?%
 2fCPR+Reports%2fCPR+ 
 ShipInfors:Command=Renderrc:Parameters=falsePeriodfromDate=  
 Fields!cperiod.Value 
 CompanyId=  Fields!cvendno.Value 
 ','ShipInfo', 
'status=0,toolbar=0,width=860,height=650,center=yes')))
 
 Works fine when I run it from Browser, but I click on a link  
running 
 it from Flex Builder nothing is happening. No popup window.
 
 Can someone help, please?






[flexcoders] Re: IFrame: open new browser window from

2008-11-06 Thread markgoldin_2000
Well, I have run it in different browsers. Same.
But just now I have published it to a web site and it is actually 
working. Having it not working from the Builder is not a big of a 
deal. I should have removed my cry baby message :)

--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] 
wrote:

 On Wednesday 05 Nov 2008, markgoldin_2000 wrote:
  Can someone help, please?
 
 What debugging have you done so far ?
 
 -- 
 Tom Chiverton
 Helping to advantageously orchestrate customized fine-grained 
corporate 
 networks
 
 
 
 
 
 This email is sent for and on behalf of Halliwells LLP.
 
 Halliwells LLP is a limited liability partnership registered in 
England and Wales under registered number OC307980 whose registered 
office address is at Halliwells LLP, 3 Hardman Square, 
Spinningfields, Manchester, M3 3EB.  A list of members is available 
for inspection at the registered office. Any reference to a partner 
in relation to Halliwells LLP means a member of Halliwells LLP.  
Regulated by The Solicitors Regulation Authority.
 
 CONFIDENTIALITY
 
 This email is intended only for the use of the addressee named 
above and may be confidential or legally privileged.  If you are not 
the addressee you must not read it and must not use any information 
contained in nor copy it nor inform any person other than Halliwells 
LLP or the addressee of its existence or contents.  If you have 
received this email in error please delete it and notify Halliwells 
LLP IT Department on 0870 365 2500.
 
 For more information about Halliwells LLP visit www.halliwells.com.





[flexcoders] Re: IFrame: open new browser window from

2008-11-06 Thread lynnkuh
Can't an ExternalInterface be used to do that? I know there are
examples of some on different websites.

Lynn

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

 Well, I have run it in different browsers. Same.
 But just now I have published it to a web site and it is actually 
 working. Having it not working from the Builder is not a big of a 
 deal. I should have removed my cry baby message :)
 
 --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiverton@ 
 wrote:
 
  On Wednesday 05 Nov 2008, markgoldin_2000 wrote:
   Can someone help, please?
  
  What debugging have you done so far ?
  
  -- 
  Tom Chiverton
  Helping to advantageously orchestrate customized fine-grained 
 corporate 
  networks
  
  
  
  
  
  This email is sent for and on behalf of Halliwells LLP.
  
  Halliwells LLP is a limited liability partnership registered in 
 England and Wales under registered number OC307980 whose registered 
 office address is at Halliwells LLP, 3 Hardman Square, 
 Spinningfields, Manchester, M3 3EB.  A list of members is available 
 for inspection at the registered office. Any reference to a partner 
 in relation to Halliwells LLP means a member of Halliwells LLP.  
 Regulated by The Solicitors Regulation Authority.
  
  CONFIDENTIALITY
  
  This email is intended only for the use of the addressee named 
 above and may be confidential or legally privileged.  If you are not 
 the addressee you must not read it and must not use any information 
 contained in nor copy it nor inform any person other than Halliwells 
 LLP or the addressee of its existence or contents.  If you have 
 received this email in error please delete it and notify Halliwells 
 LLP IT Department on 0870 365 2500.
  
  For more information about Halliwells LLP visit www.halliwells.com.
 





RE: [flexcoders] Re: IFrame: open new browser window from

2008-11-06 Thread Ryan Graham

Whenever I've worked with mixing content like this, I find it helpful to
point my Flex Builder project properties to put the output in a folder
that is actually served by a local instance of a server. That way during
debugging, you can get the page exactly as it would behave when in a
similar production environment.
 
Check out Project  Properties  Flex Build Path.  You'll see a few
options at the bottom of which 2 are important:
 
Output folder - set this to the path of the folder that your local
server is serving it's content from, e.g. in IIS something like
[Root]:\inetpup\wwwroot\someappname
Output folder URL - set this to the URL of the application on your
server, e.g. http://localhost/someappname http://localhost/someappname

 
When you debug from flex builder, it will place the build output in that
first folder path, then when the browser launches it will actually serve
the build contents from the local server, and not the file system.
 
HTH,
Ryan



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of markgoldin_2000
Sent: Thursday, November 06, 2008 12:00 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: IFrame: open new browser window from



Well, I have run it in different browsers. Same.
But just now I have published it to a web site and it is actually 
working. Having it not working from the Builder is not a big of a 
deal. I should have removed my cry baby message :)

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, Tom Chiverton [EMAIL PROTECTED] 
wrote:

 On Wednesday 05 Nov 2008, markgoldin_2000 wrote:
  Can someone help, please?
 
 What debugging have you done so far ?
 
 -- 
 Tom Chiverton
 Helping to advantageously orchestrate customized fine-grained 
corporate 
 networks
 
 
 
 
 
 This email is sent for and on behalf of Halliwells LLP.
 
 Halliwells LLP is a limited liability partnership registered in 
England and Wales under registered number OC307980 whose registered 
office address is at Halliwells LLP, 3 Hardman Square, 
Spinningfields, Manchester, M3 3EB. A list of members is available 
for inspection at the registered office. Any reference to a partner 
in relation to Halliwells LLP means a member of Halliwells LLP. 
Regulated by The Solicitors Regulation Authority.
 
 CONFIDENTIALITY
 
 This email is intended only for the use of the addressee named 
above and may be confidential or legally privileged. If you are not 
the addressee you must not read it and must not use any information 
contained in nor copy it nor inform any person other than Halliwells 
LLP or the addressee of its existence or contents. If you have 
received this email in error please delete it and notify Halliwells 
LLP IT Department on 0870 365 2500.
 
 For more information about Halliwells LLP visit www.halliwells.com.




 


This message is private and confidential. If you have received it in error, 
please notify the sender and remove it from your system.

[flexcoders] Re: IFrame: open new browser window from

2008-11-06 Thread markgoldin_2000
Aha, will do, thanks for the trick.

--- In flexcoders@yahoogroups.com, Ryan Graham [EMAIL PROTECTED] 
wrote:

 
 Whenever I've worked with mixing content like this, I find it 
helpful to
 point my Flex Builder project properties to put the output in a 
folder
 that is actually served by a local instance of a server. That way 
during
 debugging, you can get the page exactly as it would behave when in a
 similar production environment.
  
 Check out Project  Properties  Flex Build Path.  You'll see a 
few
 options at the bottom of which 2 are important:
  
 Output folder - set this to the path of the folder that your local
 server is serving it's content from, e.g. in IIS something like
 [Root]:\inetpup\wwwroot\someappname
 Output folder URL - set this to the URL of the application on your
 server, e.g. http://localhost/someappname 
http://localhost/someappname
 
  
 When you debug from flex builder, it will place the build output in 
that
 first folder path, then when the browser launches it will actually 
serve
 the build contents from the local server, and not the file system.
  
 HTH,
 Ryan
 
 
 
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of markgoldin_2000
 Sent: Thursday, November 06, 2008 12:00 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: IFrame: open new browser window from
 
 
 
 Well, I have run it in different browsers. Same.
 But just now I have published it to a web site and it is actually 
 working. Having it not working from the Builder is not a big of a 
 deal. I should have removed my cry baby message :)
 
 --- In flexcoders@yahoogroups.com mailto:flexcoders%
40yahoogroups.com
 , Tom Chiverton tom.chiverton@ 
 wrote:
 
  On Wednesday 05 Nov 2008, markgoldin_2000 wrote:
   Can someone help, please?
  
  What debugging have you done so far ?
  
  -- 
  Tom Chiverton
  Helping to advantageously orchestrate customized fine-grained 
 corporate 
  networks
  
  
  
  
  
  This email is sent for and on behalf of Halliwells LLP.
  
  Halliwells LLP is a limited liability partnership registered in 
 England and Wales under registered number OC307980 whose registered 
 office address is at Halliwells LLP, 3 Hardman Square, 
 Spinningfields, Manchester, M3 3EB. A list of members is available 
 for inspection at the registered office. Any reference to a partner 
 in relation to Halliwells LLP means a member of Halliwells LLP. 
 Regulated by The Solicitors Regulation Authority.
  
  CONFIDENTIALITY
  
  This email is intended only for the use of the addressee named 
 above and may be confidential or legally privileged. If you are not 
 the addressee you must not read it and must not use any information 
 contained in nor copy it nor inform any person other than 
Halliwells 
 LLP or the addressee of its existence or contents. If you have 
 received this email in error please delete it and notify Halliwells 
 LLP IT Department on 0870 365 2500.
  
  For more information about Halliwells LLP visit 
www.halliwells.com.
 
 
 
 
  
 
 
 This message is private and confidential. If you have received it 
in error, please notify the sender and remove it from your system.





RE: [flexcoders] Re: IFrame: open new browser window from

2008-11-06 Thread Maciek Sakrejda
I'll second this. A setup like this is invaluable.
-- 
Maciek Sakrejda
Truviso, Inc.
http://www.truviso.com

-Original Message-
From: Ryan Graham [EMAIL PROTECTED]
Reply-To: flexcoders@yahoogroups.com
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: IFrame: open new browser window from
Date: Thu, 6 Nov 2008 13:45:36 -0700

Whenever I've worked with mixing content like this, I find it helpful to
point my Flex Builder project properties to put the output in a folder
that is actually served by a local instance of a server. That way
during debugging, you can get the page exactly as it would behave when
in a similar production environment.
 
Check out Project  Properties  Flex Build Path.  You'll see a few
options at the bottom of which 2 are important:
 
Output folder - set this to the path of the folder that your local
server is serving it's content from, e.g. in IIS something like [Root]:
\inetpup\wwwroot\someappname
Output folder URL - set this to the URL of the application on your
server, e.g. http://localhost/someappname
 
When you debug from flex builder, it will place the build output in that
first folder path, then when the browser launches it will actually serve
the build contents from the local server, and not the file system.
 
HTH,
Ryan



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of markgoldin_2000
Sent: Thursday, November 06, 2008 12:00 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: IFrame: open new browser window from



Well, I have run it in different browsers. Same.
But just now I have published it to a web site and it is actually 
working. Having it not working from the Builder is not a big of a 
deal. I should have removed my cry baby message :)

--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] 
wrote:

 On Wednesday 05 Nov 2008, markgoldin_2000 wrote:
  Can someone help, please?
 
 What debugging have you done so far ?
 
 -- 
 Tom Chiverton
 Helping to advantageously orchestrate customized fine-grained 
corporate 
 networks
 
 
 
 
 
 This email is sent for and on behalf of Halliwells LLP.
 
 Halliwells LLP is a limited liability partnership registered in 
England and Wales under registered number OC307980 whose registered 
office address is at Halliwells LLP, 3 Hardman Square, 
Spinningfields, Manchester, M3 3EB. A list of members is available 
for inspection at the registered office. Any reference to a partner 
in relation to Halliwells LLP means a member of Halliwells LLP. 
Regulated by The Solicitors Regulation Authority.
 
 CONFIDENTIALITY
 
 This email is intended only for the use of the addressee named 
above and may be confidential or legally privileged. If you are not 
the addressee you must not read it and must not use any information 
contained in nor copy it nor inform any person other than Halliwells 
LLP or the addressee of its existence or contents. If you have 
received this email in error please delete it and notify Halliwells 
LLP IT Department on 0870 365 2500.
 
 For more information about Halliwells LLP visit www.halliwells.com.





This message is private and confidential. If you have received it in
error, please notify the sender and remove it from your system.