Re: [flexcoders] Print datagrid with picture in Flex2 alhpha

2005-11-16 Thread Zhu Feng



Thank you, Patil. 
But I can not access the url. would you attach the source code?On 11/15/05, Sandip Patil <[EMAIL PROTECTED]
> wrote:


Here is the link regarding data grid examples.  Which also contains printing of datagrid.  Just see demo examples & then go through source code.     
http://philflash.inway.fr/example.htmlZhu Feng <
[EMAIL PROTECTED]> wrote:  Hi, All,
does the Flexprintdatagrid support printing pictures?when I use the browser's print, it works correctly, while when i use my own funciton of printing, something seems wrong.and My codes are like this:PicForm.mxml
:http://www.macromedia.com/2005/mxml
" xmlns:local="*">           
             variableRowHeight="true">    
       
       
   
cellRenderer="RendererDGImage"/>   
                     
and the PrintTL.mxml:
http://www.macromedia.com/2005/mxml" xmlns="*"
 creationComplete="ini()">        
-- Best
 Regards!Zhu FengMSN: [EMAIL PROTECTED]   
		 
Yahoo! FareChase - Search multiple travel sites in one click.

 

 





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


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: 
[EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




  








-- Best Regards!Zhu FengMSN: [EMAIL PROTECTED]






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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] create XML from file

2005-11-16 Thread guse
Hi List,

I use Cairngorm 0.99 in my app and I have a problem with the ModelLocator. If I
got the idea of the ModelLocator right, all value models shall be stored in the
ModelLocator.
In my app I use XML instead of Value Objects and I don't know how to instantiate
XML objects in the ModelLocator from a file. In MXML the construct  can be used. In AS I know the method new
XML() like
 var my_xml = new XML("");
but I don't know how to create a XML object from a file.

Can you help me with that issue?

Christoph



 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~-> 

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




[flexcoders] ZORN and Flex server

2005-11-16 Thread Alberto Albericio Salvador
Hi all,

Is Zorn able to compile flex projects that use , 
, etc or that type of services will only be available 
in the server version? For me, it is not clear enough the limitations of 
Zorn.

thanks in advance

-- 
Alberto Albericio Salvador
Aura S.A. Seguros
Departamento Informática



 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~-> 

--
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] Flex2 :: mx.controls.HorizontalList-like control

2005-11-16 Thread Michael Hansen



Hi Matt,

Sure I have, but the interesting chapter is missing:

http://livedocs.macromedia.com/labs/1/flex/wwhelp/wwhimpl/js/html/wwhelp.htm?href="">


The current docs is mostly simple stuff. What I am looking for is a
description of the component model, i.e. a component life cycle
description including required implemented
interfaces/extensions/abstract methods (and why), layout model, and
hooks etc. Perhaps also couple of UML diagrams...?

In other words a description detailed enough so that i don't have to
pester busy guys like yourself with more or less trivial questions :o)
I know this is an alpha release, so it is perhaps to early for this
kind of stuff?

Thank you for your time Matt.

Cheers

 -michael



On 11/16/05, Matt Chotin <[EMAIL PROTECTED]> wrote:

















Have you read the various documentation
chapters available off of labs?  http://labs.macromedia.com/wiki/index.php/Flex_Framework#Documentation


 

One to look at would be Creating
and Extending Flex Components

 

Matt









From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Michael Hansen
Sent: Tuesday, November 15, 2005
2:00 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex2 ::
mx.controls.HorizontalList-like control



 

Matt,

Thank you very much for your reply. 

I've been looking for a in-depth description of how to create a custom
components in flex2 for doing such a component, i.e. 

1. What events are fired, and when
2. Which methods must be implemented
3. How to access child tags
4. How to do measures...
5. etc.

Do such a doc. exist at present? 

Any help would be much appreciated.

Cheers

   -michael








On 11/15/05, Matt
Chotin <[EMAIL PROTECTED]>
wrote:



Unfortunately it's still a Repeater that's going to be your
best bet or a custom control that you right.  We won't support
variableWidth in the HorizontalList.

 

Matt

 









From: 
flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of flexhansen
Sent: Monday, November 14, 2005
1:33 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex2 ::
mx.controls.HorizontalList-like control





 

Hi list,

What would be the recommended approach for doing a
mx.controls.HorizontalList-like control for
elements of unequal width
using flex2?

Cheers

  -michael







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





 
  
  
Web site design development 
  
  
  
Computer software development 
  
  
  
Software design and development 
  
 
 
  
  
Macromedia flex 
  
  
  
Software development best practice 
  
  
   
  
 


 







YAHOO!
GROUPS LINKS


 


  Visit your group
 "flexcoders"
 on the web.
  
  To unsubscribe
 from this group, send an email to:
   [EMAIL PROTECTED]
  
  Your use of
 Yahoo! Groups is subject to the Yahoo! Terms of Service.


 






















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


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders
" on the web. 
   To unsubscribe from this group, send an email to: 
[EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




  

















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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   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] Print datagrid with picture in Flex2 alhpha

2005-11-16 Thread Zhu Feng



HI,all,
I find my mistakes.
I miss adding the cellrender property in the PrintDataGrid.
And another questions:
When i dynamiclly load a image, the image disappears in the printed papaer. Am i missing something again?On 11/16/05, Zhu Feng <
[EMAIL PROTECTED]> wrote:Thank you, Patil. 
But I can not access the url. would you attach the source code?On 11/15/05, Sandip Patil <
[EMAIL PROTECTED]
> wrote:


Here is the link regarding data grid examples.  Which also contains printing of datagrid.  Just see demo examples & then go through source code.     

http://philflash.inway.fr/example.htmlZhu Feng <
[EMAIL PROTECTED]> wrote:  Hi, All,
does the Flexprintdatagrid support printing pictures?when I use the browser's print, it works correctly, while when i use my own funciton of printing, something seems wrong.and My codes are like this:PicForm.mxml

:http://www.macromedia.com/2005/mxml
" xmlns:local="*">           
             variableRowHeight="true">    
       
       
   
cellRenderer="RendererDGImage"/>   
                     
and the PrintTL.mxml:

http://www.macromedia.com/2005/mxml" xmlns="*"
 creationComplete="ini()">        
-- Best
 Regards!Zhu FengMSN: [EMAIL PROTECTED]   
		 

Yahoo! FareChase - Search multiple travel sites in one click.

 

 





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



Web site design development
  
  


Computer software development
  
  


Software design and development
  
  




Macromedia flex
  
  


Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: 

[EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.





  








-- Best Regards!Zhu FengMSN: [EMAIL PROTECTED]


-- Best Regards!Zhu FengMSN: [EMAIL PROTECTED]






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



   Visit your group "flexcoders" on the web. 
   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] create XML from file

2005-11-16 Thread Philippe Maegerman
var x:XML = new XML();
x.onLoad = function(success){
 
}
x.load('path.xml')
 
Philippe



From: flexcoders@yahoogroups.com on behalf of [EMAIL PROTECTED]
Sent: Wed 16/11/2005 10:22
To: flexcoders@yahoogroups.com
Subject: [flexcoders] create XML from file


Hi List,

I use Cairngorm 0.99 in my app and I have a problem with the ModelLocator. If I
got the idea of the ModelLocator right, all value models shall be stored in the
ModelLocator.
In my app I use XML instead of Value Objects and I don't know how to instantiate
XML objects in the ModelLocator from a file. In MXML the construct  can be used. In AS I know the method new
XML() like
var my_xml = new XML("");
but I don't know how to create a XML object from a file.

Can you help me with that issue?

Christoph



--
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 
Web site design development 

 Computer software development 

 Software design and development 

 
Macromedia flex 

 Software development best practice 

   



YAHOO! GROUPS LINKS 



*Visit your group "flexcoders 
 " on the web.
  
*To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]  
  
*Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service 
 . 






--
**STATEMENT OF CONFIDENTIALITY** 

This e-mail and any attached files are confidential and intended solely for the 
use of the individual to whom it is addressed. If you have received this email 
in error please send it back to the person that sent it to you. Any views or 
opinions presented are solely those of author and do not necessarily represent 
those the Emakina Company. Unauthorized publication, use, dissemination, 
forwarding, printing or copying of this email and its associated attachments is 
strictly prohibited.

We also inform you that we have checked that this message does not contain any 
virus but we decline any responsability in case of any damage caused by an a 
non detected virus.
--



 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~-> 

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

[flexcoders] Re: ZORN and Flex server

2005-11-16 Thread Dave Wolf


Alberto,

The serverless version of Zorn is able to use  and
 since neither of these data services connections
requires a server-side proxy.  Using  however does
require a proxy, as would using data services which connect to another
server other then the one the swf was downloaded from, unless you are
able to deploy a crossdomain.xml file.  The Enterprise Data Services
version of Zorn isnt released yet, but would include the proxy.

-- 
Dave Wolf
Cynergy Systems, Inc.
Macromedia Flex Alliance Partner
http://www.cynergysystems.com

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY 


--- In flexcoders@yahoogroups.com, Alberto Albericio Salvador
<[EMAIL PROTECTED]> wrote:
>
> Hi all,
> 
> Is Zorn able to compile flex projects that use , 
> , etc or that type of services will only be available 
> in the server version? For me, it is not clear enough the
limitations of 
> Zorn.
> 
> thanks in advance
> 
> -- 
> Alberto Albericio Salvador
> Aura S.A. Seguros
> Departamento Informática
>






 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~-> 

--
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] Re: Question about Enable / Disable Validator

2005-11-16 Thread Michael Herron










From a cairngorm View Helper you should usually use syntax
like:

 

mx.validators.Validator.disable(view,
"modelName.elementName");

 

There isn’t really a “current
document” in flex, the first argument you need to provide is just a
reference to the document that the  you are validating against
was declared on. So from a view helper, the ‘view’ property does
this.

 

-Mike









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Libby
Sent: Tuesday, November 15, 2005
6:25 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Question
about Enable / Disable Validator



 

Ok, further testing makes me
think that my "pointer" to the current
document is not always good. I am getting it by
using
mx.application.application.objectName.objectName...  
Is this the
wrong way to do this, is there a better way to get
to the current
document? I apologize if this is a dumb question
as I am pretty new to
Flex development.

Thanks,
Libby

--- In flexcoders@yahoogroups.com,
"Libby" 
wrote:
>
> I am disabling the right one, but that's all
I am doing. It seems to
> me I need to do something to tell flex to
repaint the screen, which
> would then remove the red border since the
validator is not being
> invoked. Is this wrong?
> 
> --- In flexcoders@yahoogroups.com,
"Matt Chotin" <[EMAIL PROTECTED]> wrote:
> >
> > Hmm, disabling the validator usually
does clear any borders, you sure
> > you disabled the right one? 
> > 
> >  
> > 
> > 
> > 
> > From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On
> > Behalf Of Libby
> > Sent: Monday, November 14, 2005 5:52 PM
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] Question about Enable
/ Disable Validator
> > 
> >  
> > 
> > If you have a validator enabled and an
error has been thrown (the
> > field is red border), then you disable
the validator, the border stays
> > red. How can you force the red border to
go away after you disable the
> > validator? Somehow you need to repaint
the screen...?
> > 
> > Thanks,
> > Libby
> > 
> > 
> > 
> > 
> > 
> > --
> > 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 
> > 
> > Web site design development
> >
 >
site+design+development&w2=Computer+software+development&w3=Software+des
> >
ign+and+development&w4=Macromedia+flex&w5=Software+development+best+prac
> >
tice&c=5&s=166&.sig=L-4QTvxB_quFDtMyhrQaHQ>  
> > 
> > Computer software development
> >
 >
b+site+design+development&w2=Computer+software+development&w3=Software+d
> >
esign+and+development&w4=Macromedia+flex&w5=Software+development+best+pr
> > actice&c=5&s=166&.sig=lvQjSRfQDfWudJSe1lLjHw> 

> > 
> > Software design and development
> >
 >
Web+site+design+development&w2=Computer+software+development&w3=Software
> >
+design+and+development&w4=Macromedia+flex&w5=Software+development+best+
> >
practice&c=5&s=166&.sig=1pMBCdo3DsJbuU9AEmO1oQ>  
> > 
> > Macromedia flex
> >
 >
development&w2=Computer+software+development&w3=Software+design+and+deve
> >
lopment&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=1
> >
66&.sig=OO6nPIrz7_EpZI36cYzBjw>  
> > 
> > Software development best practice
> >
 >
w1=Web+site+design+development&w2=Computer+software+development&w3=Softw
> >
are+design+and+development&w4=Macromedia+flex&w5=Software+development+be
> >
st+practice&c=5&s=166&.sig=f89quyyulIDsnABLD6IXIw>  
> > 
> >  
> > 
> >  
> > 
> > 
> > 
> > YAHOO! GROUPS LINKS 
> > 
> >  
> > 
> > *  Visit
your group "flexcoders
> > 
" on the web.
> >     
> > *  To
unsubscribe from this group, send an email to:
> >  
[EMAIL PROTECTED]
> >
 
> >     
> > *  Your use
of Yahoo! Groups is subject to the Yahoo! Terms of
> > Service 
. 
> > 
> >  
> > 
> > 
> >
>













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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedi

[flexcoders] How to show error message instead alert box

2005-11-16 Thread sandip_patil01
Hi All,

I developed application.

say upload functionality.

But if user selects more than 2 MB file size then I am firing alert 
box to select less than or equal to 2 mb. file size

Instead this alert I want to show error message on that titlewindow in 
red color.


-sandip






 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~-> 

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




[flexcoders] DataGrid and paging

2005-11-16 Thread Mykola Paliyenko



Hello Flexcoders
I have a very simple question. As I found from 
http://livedocs.macromedia.com/flex/15/asdocs_en/mx/controls/DataGrid.html
 The DataGrid control provides the following features: 

Columns of different widths or identical fixed widthsColumns that the user can resize at runtime Optional customizable column and row headersAbility to use a custom cell renderer for any column to display data other than text
Multiple modes of selection (row, column, cell, and edit), and selection events Support for paging through dataSupport for drag-and-drop operations. 

How does paging supported. I havent found any attributes in the tag, is it hidden functionality or just someone's dream?

-- Best Regards,Mykola






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



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] Re: How to give dynamic title to panel

2005-11-16 Thread keishichi2001
As Matt mentioned, Panel only has text prop, but htmlText.

I assume creating custom component is reasonable way.
Following is the code of customized Panel...
** not well-formed, plz modify styles more

=

http://www.macromedia.com/2003/mxml"; xmlns="*"
width="400" height="300" verticalGap="0"  marginBottom="0"
marginLeft="0" marginRight="0" marginTop="0">








=

Note that you should specify color as hexadecimal style in htmlText.
** mxml file you've sent me is not the case, so that code doesn't work
as you expected.


Best, 
Keishichi





 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~-> 

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




[flexcoders] Sandbox violations Flex2

2005-11-16 Thread teotigraphix
Hello,

Ah this is probably one of those easy answers but,

Security.allowDomain("http://localhost/apidoc";);

Using a php server on my localhost that DOES work, 

"Error #2044: Unhandled securityError: text=Error #2048: Security
sandbox violation: 'file:///c:/Documents and Settings/TeotiGraphix/My
Documents/Flex/APIDoc/bin/APIDoc-debug.swf' may not load data from
'http://localhost/apidoc/echo.php'.
at APIDocUI/APIDocUI$7$private::testLoadPHP()[C:\Documents and
Settings\TeotiGraphix\My Documents\Flex\APIDoc\APIDocUI.as:37]"

why am I getting a sandbox violation?

Can anyuone help me here, I have had no luck with allowDomain in Flex
Builder 2. What has changed?

Peace, Mike





 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~-> 

--
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] eBay Free's Their API

2005-11-16 Thread Keith Salisbury
A smart move by ebay i'd say, in light of recent google base rumours!!!


On 11/16/05, JesterXL <[EMAIL PROTECTED]> wrote:
> BTW, here's the WSDL if you want to see all the cool methods:
> http://developer.ebay.com/webservices/latest/eBaySvc.wsdl
>
> - Original Message -
> From: "JesterXL" <[EMAIL PROTECTED]>
> To: "Flexcoders" 
> Sent: Tuesday, November 15, 2005 10:35 PM
> Subject: [flexcoders] eBay Free's Their API
>
>
> Pimp, now connecting Flex to this is free!
>
> http://www.sixapart.com/pronet/weblog/2005/11/ebay_frees_the.html
>
>
>
> --
> 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
>
>  Visit your group "flexcoders" on the web.
>
>  To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED]
>
>  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>  To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED]
>
>  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
> 
>


--
[EMAIL PROTECTED]


 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~-> 

--
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: FW: [flexcoders] Flex / Jrun Instability?

2005-11-16 Thread Steve Cox











Thanks, will try that.

 

Is there any reason why it would only
error sometimes. I would have expected if this needed
setting in IIS then it would either work all the time, or not work any of the
time? 

 

Will give it a shot and post back anyway.


Thanks for your suggestion,

 

Steve

 

 

-Original Message-
From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of Tariq Ahmed
Sent: 15 November 2005 23:01
To: flexcoders@yahoogroups.com
Subject: Re: FW: [flexcoders] Flex
/ Jrun Instability?

 

Oh for the lc_id stuff, I
believe that's a result of an IIS setting where you set the execute permission
to Scripts only. Change it to Scripts & Executables.


Rawdyn wrote: 



 





 





 





 











From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of Steve Cox
Sent: Tuesday, 15 November 2005
11:37 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex / Jrun
Instability?

Guys
& Girls,

Seem
to be having an odd problem with getting and keeping a Jrun server stable.

The Jrun server is installed, flex installed on it and IIS is connected. Now this works fine (took a while to get it working, but it’s now working right). However when uploading changes to the app, sometimes the page will hang. What’s strange is we also get a _javascript_ error when this happens. The html source is published to the page but no swf is then viewable. The _javascript_ error says the following variable is underfined: lc_id . Looking at the source code the following line is obviously pulling in some _javascript_: