RE: [flexcoders] accessible components for 508 Accessibility

2005-08-09 Thread Cathy Murphy
http://localhost:8100/flex/myFlexApp.mxml?accessible=true will provide 
accessible versions of the Flex application.

- Cathy 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Doodi, 
Hari - BLS CTR
Sent: Tuesday, August 09, 2005 2:06 PM
To: 'flexcoders@yahoogroups.com'
Subject: [flexcoders] accessible components for 508 Accessibility

Hi All,
I was recently been assigned to look in to 508 Accessibility with
Flex. I did read article at macromedia web site and found it was very
informative. But I found no where mentioned how to use accessible
components meaning.. where to import these components from and what is the
syntax. Please some one help me out in finding the info. 

Thanks!
Hari




--
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



 





 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12h2d482a/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123625263/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOOcmpgn=GRPRTP=http://groups.yahoo.com/;In
 low income neighborhoods, 84% do not own computers. At Network for Good, help 
bridge the Digital Divide!/a./font
~- 

--
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/

* 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] Copyright Symbol in MXML using Eclipse and OxygenXML

2005-05-10 Thread Cathy Murphy





Save your document in UTF-8 format. I believe that 
FlexBuilder does this for you automatically.

- Cathy

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Hans 
  OmliSent: Tuesday, May 10, 2005 1:42 PMTo: 
  FlexCodersSubject: [flexcoders] Copyright Symbol in MXML using 
  Eclipse and OxygenXML
  
  Anyone know how to insert a copyright symbol in a label, such as mx:Label text="Copyright 2005" 
  /, when using Eclipse with OxygenXML?I get the 
  following error: Error parsing MXML 
  document: encoding is specified as UTF-8 but the file is not UTF-8 
  encoded.I don't get this error if I do the same using 
  FlexBuilder.
  
  Thanks!







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [flexcoders] Re: flex and jsp

2005-04-11 Thread Cathy Murphy

Inconsistencies between the mxml and flash jsp tags were resolved in
Flex 1.5.  This accounts for the difference in functionality.


In Flex 1.5,

The 'param' tag should be used when sending params directly to the flash
player.  These would be parameters understood by the Flash Player and
added using the PARAM html tag, for example, AllowScriptAccess or
wmode.

prefix:param name=param_name value=param_value /

The 'flashvars' tag should be used for your flashvars.  Flex will take
care of correctly encoding your flashvars.

mm:flashvar name=firstname value=Nick /
mm:flashvar name=lastname value=Danger /

Since the flashvars tag simply renders an PARAM html tag, it is
possible to simply add a param tag instead but be sure you're using
proper parameter names and value format.  This is what the flashvars tag
does for you.

param name='flashVars' value='firstname=Nicklastname=Danger'


For additional notes,

http://livedocs.macromedia.com/flex/15/flex_docs_en/2253.htm

- Cathy 

 -Original Message-
 From: Andrew Spaulding [mailto:[EMAIL PROTECTED] 
 Sent: Monday, April 11, 2005 1:44 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: flex and jsp
 
 
 
 Hi Dan,
 
 yeh I had the param code working in flex 1.0 (i will try it again when
 I get back to the office).
 
 I wonder why it doesnt work in 1.5? It is in the docs too .. and has
 also been written up in the performance article on devnet. 
 
 I'll give the flashvars a go. But would also like to find out why
 param doesnt work,
 
 Thanks
 
 Andrew.
 
 
 
 
 
  
 Yahoo! Groups Links
 
 
 
  
 
 
 
 


 
Yahoo! Groups Links

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

* 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] [Help]configuring Flex in Jrun!

2005-03-28 Thread Cathy Murphy

If you're new to Flex/JRun/J2EE, then run the integrated install which
will deploy the application for you.

To deploy the war files yourself, if you already have JRun installed,
then you should unzip flex.war to the following directory:

jrun-install/servers/default/flex-war-directory

After unzip, you'll have the following directory structure,
jrun-install/servers/default/flex-war-directory/WEB-INF/flex/flex-co
nfig.xml, etc.

- Cathy 

 -Original Message-
 From: Prem [mailto:[EMAIL PROTECTED] 
 Sent: Monday, March 28, 2005 5:36 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] [Help]configuring Flex in Jrun!
 
 
 
 hi!
 This is my first post. can anyone guide me on how to deploy Flex in 
 Jrun? the following are the specs...
 
 Flex 1.5
 Jrun 4.0 (updated)
 Win XP
 
 I read the Flex installation document, all it mentions is on how to 
 configue Flex (registered) in JAS(Java Application Server), Can 
 someone please instruct me on how to deploy the WAR files in jrun, 
 this whole thing is new to me (both Flex and Jrun). I would
 appreciate 
 if anyone can guide me!
 TIA
 
 Prem
 
 
 
 
 
  
 Yahoo! Groups Links
 
 
 
  
 
 
 
 


 
Yahoo! Groups Links

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

* 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: Calling Java Servlet

2005-03-25 Thread Cathy Murphy

Libby -

I think this is possible but haven't tried it myself.
Here's some information which should set you down the right path.  Good
luck!

I've seen examples for the Flex 1.0 session servlet [Replaced in Flex
1.5 with new session access but not relevant to this discussion.]

http://www.macromedia.com/devnet/flex/articles/flex_portals/flex_portals
_whitepaper.pdf
'Accessing the portlet session' - Again, you would be accessing your
servlet instead of the 'session' servlet.

http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=97b1769b
Troubleshooting for the session servlet which would be relevant in your
case as well.

mx:RemoteObject source=servlet id=remoteobject1 protocol=http/
// cmurphy - the source should always be servlet

mx:Button label=Get All
click=remoteobject1.yourServletName('yourServletArg1',
'yourServletArg2') /

Instead of specifying the class name of you're servlet directly, map
yourServletName to the class name of the servlet in web.xml.

- Cathy

 http://flexapps.macromedia.com/flex15/explorer/explorer.mxml


 --- Libby [EMAIL PROTECTED] wrote:
  
  Hello,
  I am evaluating Flex. We have flash Remoting
calling
  some servlets
  running on Websphere 5.1, and for my eval I
  am
  trying to build a
  similiar interface to them. So far I cannot
  find
an
  example of how to
  do this (call a servlet with arguments) so I
  was
  hoping someone here
  could show me a tiny example, or offer
corrections
  to my code?
  
  Using flash, we call a controller servlet
  using
one
  or more arguments.
  ItemDefServlet(getAllRecords); -- like
  this
in
  Flash
  
  In Flex, this is what I have:
  mx:RemoteObject type=servlet
  source=maintenance.ItemDefServlet
  protocol=http
  id=remoteobject1/mx:RemoteObject
  
  
  mx:DataGrid id=ItemDef_grd
 
   
  dataProvider={remoteobject2.getMessage.result}
  .
  .
  /mx:DataGrid
mx:ControlBar
mx:Button label=Get All
  click=remoteobject1.send() /
  /mx:ControlBar
  thanks,
  Libby
  
  
  
  
 
 
   
 __ 
 Do you Yahoo!? 
 Yahoo! Small Business - Try our new resources
site!
 http://smallbusiness.yahoo.com/resources/




   
   
 
   __ 
   Do you Yahoo!? 
   Yahoo! Small Business - Try our new resources
  site!
   http://smallbusiness.yahoo.com/resources/
  
  
  
  
 
 
 
   
 __ 
 Do you Yahoo!? 
 Yahoo! Small Business - Try our new resources site!
 http://smallbusiness.yahoo.com/resources/ 
 
 
  
 Yahoo! Groups Links
 
 
 
  
 
 
 
 


 
Yahoo! Groups Links

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

* 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] Flex 1.5 exclued compiler?

2005-03-24 Thread Cathy Murphy

 
 The Flex 1.0 had command-line compiler, and 1.5 haven't. That is true?

Both Flex 1.0 and Flex 1.5 include a command-line compiler.

 
 I try command line mode as like as version 1.0, the system show error 
 message Error: could not found JVM.
 
 I sure I installed the JDK/JRE version 1.5 and setup system
 variable parameter in my PC.
 

Open bin/jvm.config and edit java.home to point to your java home
directory.

- Cathy



 
Yahoo! Groups Links

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

* 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] Mxml compiler for Unix/Linux

2005-03-22 Thread Cathy Murphy





From install_dir/lib  java -Xms32m -Xmx384m 
-Dsun.io.useCanonCaches=false -Dapplication.home=install_dir -jar 
mxmlc.jar other arguments which are same as exe

- Cathy

  
  
  From: Valy Sivec 
  [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 22, 2005 11:01 
  AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] 
  Mxml compiler for Unix/Linux
  
  I was wondering if mxmlc is available for Unix Sun Solaris. I would like 
  to deploy my project on Solaris and I want to precompile the mxml files on 
  Unix as part of the build process. I wrote an ant script for that and it works 
  fine on Windows and I want to move forward to Unix box ( test environment 
  ).
  
  Any experience with that? If I compile the mxml files on windows, do I 
  have any issues deploying them to Unix?.
  
  
  Thanks,
  Valy







Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [flexcoders] Re: Flex Trial Edition - Setting up JRun as Wind ows Service?

2005-03-01 Thread Cathy Murphy
Check out the following tech notes -

http://www.macromedia.com/support/flex/technotes.html
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19255
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19344
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19258

- Cathy 

 -Original Message-
 From: Jeff Chastain [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, March 01, 2005 9:51 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Flex Trial Edition - Setting up 
 JRun as Windows Service?
 
 
 
 I have seen directions like this before from Ben Forta and was able to
 merge the existing ColdFusion web.xml file with the Flex web.xml file.
 However, mxml files still do not complile under IIS, so I assume
 there is an IIS mapping I need to setup, but what do I point it to?
 
 Also, how are the Flex sample apps handled? They appear to have their
 own war and web.xml files ... how many web.xml files can you merge?
 
 Thanks
 -- Jeff
 
 --- In flexcoders@yahoogroups.com, Erik Westra [EMAIL PROTECTED] wrote:
  The key in this is to merge both web.xml files.
  
  Say u deployed ColdFusion first. In the cFusion directory there is a
  WEB-INF directory. U can open the .war file with winrar or 
 some other
  expander and extract its content. Then u need to add all info in the
  flex web.xml to the web.xml wich was created by coldFusion. 
 All other
  files should just be copied and probably do not overlap.
  
  
  Greetz Erik
  
  
  
  -Original Message-
  From: Jeff Chastain [mailto:[EMAIL PROTECTED] 
  Sent: dinsdag 1 maart 2005 3:39
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Re: Flex Trial Edition - Setting up JRun as
  Windows Service?
  
  
  
  I have been messing with this some today and I am having troubles
  deploying the flex.war and samples.war on JRun next to 
 ColdFusion. Is
  there any documentation on how to do this?
  
  Also, by doing this, how can I call both CFM files and MXML 
 files on the
  IIS localhost without having to go to different port numbers?
  
  Thanks
  -- Jeff
 
 
 
 
 
 
 Yahoo! Groups Links
 
 
 
 
 
 
 




RE: [flexcoders] Getting flex to work with IIS

2005-02-24 Thread Cathy Murphy



http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19344



From: Hugo Sombreireiro 
[mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 
2005 7:53 PMTo: flexcoders@yahoogroups.comSubject: 
[flexcoders] Getting flex to work with IISImportance: 
High


Hi 
there,

Maybe this question seems stupid. 
I truly dont know. Complete newbie.
What should I do so I can have my 
mxml files located in the webroot folder of iis to be parsed by 
Flex?

Thanks
Hugo 
Sombreireiro
Vexis IT



RE: [flexcoders] macromedia.css.LocatorParser error

2005-02-22 Thread Cathy Murphy



Benjamin -

This looks like error information from the 
browser. Please check the server console for error information. You 
should see some Java stack traces.

- Cathy



From: Benjamin Steiner 
[mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 
2:01 PMTo: flexcoders@yahoogroups.comSubject: Re: 
[flexcoders] macromedia.css.LocatorParser error

Hi Cathy,
 thanks for your 
reply.
 I have tried out your 
suggestion. Now I receive the following error-message:


16 Errors found.Error 
/home/webspace/xxx.staging.xxx.de/style/style.css:-1 
macromedia.css.LocatorParserError 
/WEB-INF/flex/frameworks/mx/core/UIObject.as The class 
'mx.styles.StyleProtoChain' could not be loaded.Error 
/WEB-INF/flex/frameworks/mx/core/UIObject.as:65 The class 
'mx.core.UIObjectDescriptor' could not be loaded.Error 
/WEB-INF/flex/frameworks/mx/core/UIObject.as:203 The class 
'mx.styles.CSSStyleDeclaration' could not be loaded.Error 
/WEB-INF/flex/frameworks/mx/core/UIComponent.as The class 
'mx.managers.SystemManager' could not be loaded.Error 
/WEB-INF/flex/frameworks/mx/core/UIComponent.as:48 There is no class with 
the name 'mx.core.UIObject'.Error 
/WEB-INF/flex/frameworks/mx/core/View.as:16 The class 
'mx.skins.RectBorder' could not be loaded.Error 
/WEB-INF/flex/frameworks/mx/core/View.as:28 The class 'mx.core.UIObject' 
could not be loaded.Error /WEB-INF/flex/frameworks/mx/core/View.as:32 
The class 'mx.core.UIObject' could not be loaded.Error 
/WEB-INF/flex/frameworks/mx/core/View.as:46 The class 'mx.core.UIObject' 
could not be loaded.
Error /WEB-INF/flex/frameworks/mx/core/View.as:49 The class 
'mx.core.UIObject' could not be loaded.



What could be the cause? Has it anything to do 
with the mx.swc?

Thank you in advance for your 
reply...

CU

Benjamin


- Original Message - 
From: 
Cathy 
Murphy 
To: flexcoders@yahoogroups.com 

Sent: Tuesday, February 22, 2005 5:36 
PM
Subject: RE: [flexcoders] 
macromedia.css.LocatorParser error

Would you add -Dtrace.error to your jvm.config 
file? This should be under 
jrun-root/bin/jvm.config.
Then, restart the server and try your test 
file. This should provide additional information.

We haven't seen any issues with 
macromedai.css.LocatorParserwith Flex 
andJRun/ColdFusion.
It might be related to classloader issues with your 
particular setup. Please also provide any additions to the server 
classpath.

- Cathy



From: Benjamin Steiner 
[mailto:[EMAIL PROTECTED] Sent: Sunday, February 20, 2005 
7:04 AMTo: flexcoders@yahoogroups.comSubject: 
[flexcoders] macromedia.css.LocatorParser error

Hi,

at the moment I'm trying to get my 
Flex-application running on the server. 
On the server Flex is installed under 
Coldfusion/JRun.Operating system is Linux.

Unfortunatelly, when starting the application 
on the server the following error-message is being shown:
 
macromedia.css.LocatorParser

If commenting the line which is including my 
CSS, everything works perfect. So the CSScertainlyhas no 
syntax-errors. I also receive the error-message when the CSS is 
empty.
Does anybody know any solutions?
Perhaps some settings of the server have to 
be done to get the server load the CSS?
Or has it anything to do with the 
global.css?

Thank you in advance for your 
help

Cheerio!

Benjamin


RE: [flexcoders] Flex and the browser title

2005-02-16 Thread Cathy Murphy



Are there any warnings or errors (Flex warnings orerrors) 
in the page? There is a known issue where the pageTitle property is not 
displayed if the page contains warnings or errors.

- Cathy




From: StevePruitt 
[mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 20052:17 
PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] 
Flex and the browser title


Thats great. 
Thanks. Me thinks I need to go back and reviewthe documentation, its been a long time. 
:)

-S

Steve Pruitt wrote: I have a situation 
where a server is not up and when trying to launch my  Flex 
application the "cannot find server page" error displays in the  
browser title window. When the user reloads the application, after the 
 server comes up, by hitting the refresh button, the "cannot find..." 
 status remains as the browser's title. Is there anyway in Flex 
to  reset, or better, control the contents of the browser 
title?It should work if you have the `pageTitle` property of the 
Application tag set. mx:Application pageTitle="MyFlex 
App" ...Manish


RE: [flexcoders] Flex app bringing down Tomcat

2005-02-15 Thread Cathy Murphy

Previously answered in Macromedia Flex Forum -
http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=346;
threadid=951951messageid=3405361 

- Cathy

 -Original Message-
 From: wcucsd [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, February 15, 2005 1:38 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Flex app bringing down Tomcat
 
 
 
 Hi flexcoders,
 
 I am running the Flex Store application from webapps/samples on my 
 machine under Tomcat, and it works just fine. However, when I move 
 the Flex Store application to Tomcat on a Unix box and try to run it 
 via a browser (http://remoteMachineName:8080/samples then click Flex 
 Store), it thinks and thinks and then I get the Page Cannot Be 
 Displayed page. I check Tomcat's catalina.out and see the following:
 
 X connection to pascal:15.0 broken (explicit kill or server 
 shutdown).
 
 The Flex Explorer Hello World sample works fine and the Flex 
 Explorer Web Services sample gives a Could not load WSDL message. 
 Any ideas what would cause a Flex app to bring down Tomcat? Is this 
 a whitelist/security issue? Is this a memory issue? Could Tomcat 
 be missing JAR files in /tomcat/common/lib? Here are the JAR files 
 in Tomcat's common/lib: ant-launcher, ant, commons-collections-3.1, 
 commons-dbcp-1.2.1, commons-el, commons-pool-1.2, jasper-compiler, 
 jasper-runtime, jsp-api, naming-common, naming-factory, naming-java, 
 naming-resources, servlet-api.
 
 Any help is appreciated,
 -Will
 
 Will Cox
 UCSD
 San Diego, CA
 
 
 
 
 
 
 
 Yahoo! Groups Links
 
 
 
 
 
 
 




RE: [flexcoders] Re: Flex app bringing down Tomcat

2005-02-15 Thread Cathy Murphy
I think it's the server processing of the @Embed which converts images into
formats understood by the Flash player. 

- Cathy 

 -Original Message-
 From: wcucsd [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, February 15, 2005 4:02 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Flex app bringing down Tomcat
 
 
 
 Cathy,
 
 Thank you...I set headless-server in flex-config.xml to true and 
 it worked! Do you know why that switch is required to be on for 
 Flex Store but not Flex Explorer? Is it that Flex Store has layered 
 containers? I know it's not the images in Flex Store because I have 
 another app that I based on Flex Store that breaks in the same way 
 yet it has no images.
 
 Thanks,
 -Will
 
 --- In flexcoders@yahoogroups.com, Cathy Murphy [EMAIL PROTECTED] wrote:
  
  Previously answered in Macromedia Flex Forum -
  http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?
 catid=346
  threadid=951951messageid=3405361 
  
  - Cathy
  
   -Original Message-
   From: wcucsd [mailto:[EMAIL PROTECTED] 
   Sent: Tuesday, February 15, 2005 1:38 PM
   To: flexcoders@yahoogroups.com
   Subject: [flexcoders] Flex app bringing down Tomcat
   
   
   
   Hi flexcoders,
   
   I am running the Flex Store application from webapps/samples on 
 my 
   machine under Tomcat, and it works just fine. However, when I 
 move 
   the Flex Store application to Tomcat on a Unix box and try to 
 run it 
   via a browser (http://remoteMachineName:8080/samples then click 
 Flex 
   Store), it thinks and thinks and then I get the Page Cannot Be 
   Displayed page. I check Tomcat's catalina.out and see the 
 following:
   
   X connection to pascal:15.0 broken (explicit kill or server 
   shutdown).
   
   The Flex Explorer Hello World sample works fine and the Flex 
   Explorer Web Services sample gives a Could not load WSDL 
 message. 
   Any ideas what would cause a Flex app to bring down Tomcat? Is 
 this 
   a whitelist/security issue? Is this a memory issue? Could 
 Tomcat 
   be missing JAR files in /tomcat/common/lib? Here are the JAR 
 files 
   in Tomcat's common/lib: ant-launcher, ant, commons-collections-
 3.1, 
   commons-dbcp-1.2.1, commons-el, commons-pool-1.2, jasper-
 compiler, 
   jasper-runtime, jsp-api, naming-common, naming-factory, naming-
 java, 
   naming-resources, servlet-api.
   
   Any help is appreciated,
   -Will
   
   Will Cox
   UCSD
   San Diego, CA
   
   
   
   
   
   
   
   Yahoo! Groups Links
   
   
   
   
   
   
  
 
 
 
 
 
 
 Yahoo! Groups Links
 
 
 
 
 
 
 




RE: [flexcoders] Flex and IIS6

2005-02-10 Thread Cathy Murphy
Are you running Flex on top of JRun? In this case, run the web server
connector wizard which comes with JRun.

Following the instrucions from this tech note -
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19344

The integrated JRun server which comes with Flex does not include the web
server connectors. Please download the full version of JRun -
http://www.macromedia.com/products/JRun and then deploy flex.war (or your
application) on the JRun server.

- Cathy 

 -Original Message-
 From: Jeff Tapper [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, February 10, 2005 1:56 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Flex and IIS6
 
 
 Does anyone have links to an article describing running Flex under 
 IIS6? All I can find on MM's site are articles about CFMX 
 and IIS6, and 
 trying to follow those hasnt worked for my flex site (its 
 fine for my cf 
 site, but thats a whole other story).
 
 Any links, advice, blogs, etc?
 
 
 
 
 Yahoo! Groups Links
 
 
 
 
 
 
 




RE: [flexcoders] FlexTagLib with NitroX

2005-02-09 Thread Cathy Murphy



In order to use the FlexTagLibrary, your web application 
must include the entire Flex application.

For information on adding Flex to your 
application,

http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flex_Documentationfile=0903.htm
- Cathy



From: Rob [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 09, 2005 2:09 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] FlexTagLib with 
NitroX


So, 
Ive updated web.xml (for FlexTagLib URI and location), added 
flex-bootstrap.jar to necessary paths
However, 
when I run this I get an NPE from bootstrap..stack trace begins 
with:
java.lang.NullPointerException flex.bootstrap.BootstrapTag.init(BootstrapTag.java:25) flex.bootstrap.BootstrapBodyTag.init(BootstrapBodyTag.java:14)

JSP 
Code:
!DOCTYPE 
HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
%@ 
page language="java" 
contentType="text/html; 
charset=iso-8859-1" 
%
%@ 
taglib uri="FlexTagLib" 
prefix="mm" 
%
html
body
 
mm:mxml 
source="/WEB-INF/src/mxml/AccountSetup.mxml" 
/
/body
/html

Anyone 
seen this; better corrected it?

TIA

Regards,
Rob


RE: [flexcoders] Integrated Flex Server

2005-02-08 Thread Cathy Murphy
Copy install-root/server/default/flex to the new directory
install-root/server/default/new_directory.
Access via http://localhost:8700/new_directory

You may find the following documentation useful -

http://livedocs.macromedia.com/flex/15/flex_docs_en/2257.htm
http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwhimpl/common/ht
ml/wwhelp.htm?context=Flex_Documentationfile=0903.htm

- Cathy

 -Original Message-
 From: Kevin Conboy [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, February 08, 2005 12:48 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Integrated Flex Server
 
 
 Excuse me if I'm missing something obvious here, but web 
 searches have 
 yielded no useful result.
 
 I just installed Flex 1.5 with the integrated Flex server and 
 am trying 
 to create a new directory next to the samples directory to use as the 
 root of my new application. When I try and browse to this new 
 directory 
 under the localhost:8700/new_directory URL, I get a 404 from Jrun.
 
 Is there a special way to create applications using the trial 
 with the 
 integrated server so that I don't have to have my files live 
 under the 
 samples directory?
 
 Thanks much.
 
 
 
 Kevin Conboy
 Lead UI Engineer / Office Dullard
 
 SpireMedia(r)
 Inspired Technology. Inspired Results.
 
 vox: 303.620.9974 ext 316
 fax: 303.629.6385
 [EMAIL PROTECTED]
 www.spiremedia.com
 
 
 
 
 Yahoo! Groups Links
 
 
 
 
 
 
 




RE: [flexcoders] Flex error on WebLogic

2005-02-01 Thread Cathy Murphy



(a) Add -Dtrace.error to the java args for your 
server. This should provide additional information on the 
'macromedia.css.Parser' error. Check the server logs and let us know what 
turns up.

(b) There have been reports of issues with BEA WebLogic 8.1 
and the BEA WebLogic Configuration Wizard usage. The wizard adds several 
libraries to /WEB-INF/lib, including fop.jar. The fop.jar includes a 
manifest which includes batik.jar and xml jars which is causing problems. 
The customer reports the issue is resolved by removing 
fop.jar.

- Cathy



From: Dimitrios Gianninas 
[mailto:[EMAIL PROTECTED] Sent: Tuesday, 
February 01, 2005 11:22 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Flex error on 
WebLogic

Hi guys,

Some of our developers are playing with Flex on WebLogic for the first 
time. Doing "Hello World" type example works, however trying to bring up the 
Flex explorer we get the attached error.

Using WebLogic 8.1 SP3... anyone experience this? Any 
solution?

Jimmy 
Gianninas - Developer
Optimal Payments Inc.