RE: [flexcoders] Re: DataTransform.transformCache

2006-09-12 Thread Ely Greenfield





 
 
No, that makes sense. and it sounds like you're doing the 
right thing.
 
Ely.
 


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Brendan 
MeutznerSent: Tuesday, September 12, 2006 4:20 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: 
DataTransform.transformCache


Ely,I'm creating an annotation that gets rendered on the chart at a 
physical location determined by a particular chart element.  When I load 
the annotation, I know the horizontal axis value of the chart item, and I know 
the y-value that item represents.  I use the transformCache method to get 
the screen coordinates that my annotation should be placed (the top left corner 
of the chart item, be it a column, line data point, plot point, etc...)  My 
problem was that calling transformCache on the Chart.dataTransform object was 
using the left axis values for conversion.  By calling the dataTransform 
objects methods on the series the element belongs to solved my problem.  I 
really hope that made sense.  If not, I e-mailed you the application 
earlier today and can point directly to the code where it's being used. 
Thanks,Brendan
On 9/12/06, Ely 
Greenfield <[EMAIL PROTECTED]com> wrote:

  
  
  
  
  
  
   
   
  Hi 
  Brendan. Can you give a little more detail of what you're trying to do and how 
  you're solving it?  I have a nagging feeling you still might be mis-using 
  the API in some way.
   
  Ely.
   
  
  
  From: [EMAIL PROTECTED]ups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of 
  Brendan MeutznerSent: Tuesday, September 12, 2006 3:23 
  PMTo: [EMAIL PROTECTED]ups.comSubject: Re: [flexcoders] Re: 
  DataTransform.transformCache
  
  
  
  Bill,Thanks so much.  It was looking at the DataTransform 
  object the wrong way.  Once you clarified below that an instance is tied 
  to the Series, I was able to get my example working by calling the series 
  instance related to that right axis. Thanks 
  again,Brendan
  On 9/12/06, bill_sahlas <[EMAIL PROTECTED]com > wrote: 
  





Hello, 
From one of our engineers that worked on Charting 
CartesianCharts can own multiple data transforms. Each data 
transform is associated with a specific set of axes...one horizontal, one 
vertical, etc.  When you specify a series, it gets associated with a 
single data transform, and hence a single set of axes.  The built in 
cartesian chart types have two data transforms...primary, and 
secondary.  If you put a series in the primary set, it gets the primary 
transform+axesin the secondary set, it gets the secondary 
transform+axes.  There's no supported way to reach across from a 
primary series and transform against the secondary axes. 

HTH, 
Bill
--- In [EMAIL PROTECTED]ups.com, "Brendan Meutzner" <[EMAIL PROTECTED].> 
wrote: >> Hi,> > I'm unable to figure out how to 
specify which verticalAxis (I have two) I> want to use for the 
transformCache method on DataTransform. I'd like to use> the 
secondVerticalAxis in order to do the calculation. Does somebody have a 
> working example?> > Thanks,> > 
Brendan>



  
  
  
  

__._,_.___





--
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] DataGrid as actual Grid?

2006-09-12 Thread lostinrecursion
I think this is possible. I have a number of given values which will
change dynamically. Each value corresponds to a certain width and
height (which also changes depending on the set of data) - How can I
represent this in a datagrid?

For example: (Where x == a varying number)

   100 200 300 400
100 x   x   x   x
200 x   x
300
400





--
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: Fw: WatcherSetupUtil issue

2006-09-12 Thread Matt Chotin












From Paul (who wrote the binding support
in 2.0)

 

For now, analzying the
catalog.xml files seems like it will work fine.

Alternatively, he could
compile an application with the components in it and then look for the
WatcherSetupUtil's in the generated SystemManager class.  Either way, once the
list is discovered, manually initializing the WatcherSetupUtil classes after
calling

ApplicationDomain.getDefinition()
seems like the only option to simulate what a generated SystemManager would do
for a component used in the top level SWF.

 

As far as why these classes
are initialized in the generated SystemManager, we do this because we need them
to be initialized pretty much at the same time the component class is
initialized, but we can't reference the WatcherSetupUtil class in the
component, because the WatcherSetupUtil can't be generated until after the
component class is done compiling.  This is the replacement for the two pass
compilation in Flex 1.X.  The frameEndHandler is not important.  It's just
where the SystemManager happens to do it's thing and it was an easy place to
insert the WatcherSetupUtil initialization.

 

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of maxym.hryniv
Sent: Friday, September 08, 2006
12:29 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Fw:
WatcherSetupUtil issue



 







Thank you for reply.
I described allready that I create flex-library (.swc) for every 
component and I get needed classes using 
ApplicationDomain.getDefinition(). So SystemManager doesn't know 
about these classes and doesn't initialize binding for them.

I had conversation with Manish Jethani
and we found the solution - I 
can analyze catalog.xml for every swc, find all *WatcherSetupUtils 
and initialize them when I'm loading the library.

But can you give me the reason why binding initialization is 
performed in the frameEndHandler? It's hard dependency of components 
to generated code and my issue it's the one of many possible bugs 
that such dependency can involve. It's a kind of logic that has to be 
executed before first load of the component (in static constructor 
emulation).

--- In [EMAIL PROTECTED]ups.com,
"Matt Chotin" <[EMAIL PROTECTED]> wrote:
>
> It'd be for any MXML class that has binding in it. So there must be
> errors with how binding is initializing based on how your system is 
set
> up. Are you using the techniques for modules that Roger mentioned 
in
> his blog postings?
> 
> 
> 
> Matt
> 
> 
> 
> 
> 
> From: [EMAIL PROTECTED]ups.com

[mailto:[EMAIL PROTECTED]ups.com]
On
> Behalf Of maxym.hryniv
> Sent: Wednesday, September 06, 2006 11:49 PM
> To: [EMAIL PROTECTED]ups.com
> Subject: [flexcoders] Re: Fw: WatcherSetupUtil issue
> 
> 
> 
> Hey!! Flex framework developers. Can you give some information 
> about *WatcherSetupUtil.as? I really want for what it's generated?
> 
> --- In [EMAIL PROTECTED]ups.com

40yahoogroups.com>
> , "maxym.hryniv"  wrote:
> >
> > Any ideas???
> > --- In [EMAIL PROTECTED]ups.com
> 40yahoogroups.com> , "maxym.hryniv"
 
wrote:
> > >
> > > Hi, coders.
> > > I'm trying to create multimodule (multi swf) application. I'm 
> using 
> > > next approach: I create flex library for every component. In 
> > runtime 
> > > main application loads needed library then gets needed 
component 
> > > definition using ApplicationDomain.getDefinition(). 
> > > I have next issue: some of components are not properly 
> initialized 
> > > and null pointer exception is thrown. For each of these 
> components 
> > > flex generates _{packageName}_{className}WatcherSetupUtil.as

> class. 
> > > Other components work fine.
> > > I found some logic in SystemManager that can correct this:
> > > // trace("initializing mixin " + mixinList[i]);
> > > var c:Class = Class(getDefinitionByName(mixinList[i]));
> > > c["init"](this);
> > > If I add such logic for every class that has 
*WatcherSetupUtil.as 
> > > generated, everything works fine.
> > > 
> > > Of course I can try to initialize *WatcherSetupUtil for every 
> class 
> > > that I get from external ApplicationDomain, but if component 
has 
> > > child component with *WatcherSetupUtil it will not work. 
Because 
> I 
> > > cannot proxy child creation in mxml component.
> > > 
> > > So the question is: "How i can determine classes with 
> > > *WatcherSetupUtil.as generated in runtime?", and
"What the *** 
is 
> > > WatcherSetupUtil? I cannot find any reference in help, 
livedocs, 
> > > flexcoders, google.".
> > > Thanx in advance for any help, ideas.
> > >
> >
>






__._,_.___





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

Re: [flexcoders] Re: cf query, xml & flex tr

2006-09-12 Thread Paul Hastings
On 9/12/06, bhaq1972 <[EMAIL PROTECTED]> wrote:
> can you show us a dump (trace) of your cfquery returned object.

sure. [object Object]  ;-)

the debugger is a bit more informative.

thisMap = Object (@8fb2101)
layers = Object (@8fb20e1)
mapScale = "1:73,441"
mapScaleFactor = 19.4312904801479
mapSrc = "http://bangkok/output/bma_BANGKOK359637565.JPG";
mapUnits = "meters"
xMax = 674959.07530744
xMin = 663300.301019359
yMax = 1525173.71057727
yMin = 1516623.94276601

the layers bit is the column filled w/xml & the one giving me the
heebie-jeebies (btw i'll create a typed class for this once i can
actually get at all the data).

thanks.


--
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] Need help auto starting a Java program to listen to msgs from Flex client

2006-09-12 Thread amalabie
I'm using messaging (JMS) to pass objects to a Java program that
listens for messages on the Topic. My question is: How do I
automatically get the Java program running so it can pick up messages?
When I start it manually it does start to grab msg's off the message
queue. Does JRun have some sort of config parameter I can set?

Also, should the Java program be utilising threads? It's job is to
wait around and service requests as they come in, so if a lot of users
are sending, things could get messy.

Any help would be greatly appreciated! Thanks in anticipation!

My config:
Windows XP Pro
Eclipse and Flex Builder plugin
Integrated JRun4





--
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: Removing outline from tabs

2006-09-12 Thread Mike Britton
I'm having the same problem.  If you haven't already found a solution,
I'll post back when I'm finished digging.

Mike Britton






--
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] systemmanager root display

2006-09-12 Thread Angus Johnson



I'm loading a bunch of Flex 2 applications into a main application using a custom loader. I end up with an array of SystemManagers. I can call hooks in the sub applications with no problems. Without using SWFLoader how do I get the sub application into the main application display? Below is the jist of what I am trying to do:
subSM:SystemManagersubDisp = subSM.?? as DisplayObjectmainApp:Canvas.addChild(sampleDisp);I just don't know what property or function to call on SystemManager or even if I can use SystemManager. I've looked at getChildAt(1) which returns index out of bounds. 
Ideas anyone? TIA!Angus


__._,_.___





--
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] Casting Value Objects

2006-09-12 Thread Pete Capra





Hi there, 

 
I'm having a little 
trouble casting results from an RPC to a ValueObject. For example, I'm returning 
an array of objects from CF the object has two properties and I have created a 
VO class accordingly:
 
package 
com.xxx.xxx.model {
 
    
[Bindable]
    public dynamic class ModuleVO {
 
    public var 
module_id:Number;
    
public var module_name:String;
 
    }
 
}
 
When the result is 
returned I cast it as an array and insert it into an ArrayCollection for use in 
a datagrid (which works fine). I have two text inputs that I want to be binded 
to the selectedItem in the datagrid. This is where my problems 
occur:
 


 
When the app runs it 
doesn't cast correctly as a ModuleVO and returns null values. I have checked the 
properties of the selectedItem in the DataGrid and it has both module_id and 
module_name but something goes awry in the casting process. I tried adding a 
constructor to the ModuleVO class that accepts an object:
 
package 
com.xxx.xxx.model {
 
    
[Bindable]
    public dynamic class ModuleVO {
 
    public var 
module_id:Number;
    
public var module_name:String;
 
    public function 
ModuleVO(module:Object) {
    
this.module_id = module.module_id
    
this.module_name = 
module.module_name
    
}
 
    }
 
}
 
and changing the 
Module Editor code to:
 



 
and it works fine. This method seems like it 
requires unneccessary lines of code and makes adding further properties a pain 
in the neck. Can anyone shed any light on where I am going wrong?
 
Thanks in advance,
 
Pete
 
Pete CapraInformation Systems CoordinatorCapra Ryan 
Online Learningp. (617) 3208 9455m. 0411 043 305f. (617) 3208 
9855a. PO Box 1744 Springwood Q 
4127www.capraryan.com[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
  
  
  

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: Lost commit on data source with polling AMF

2006-09-12 Thread jeffjvroom
What is happening here is that the latency introduced by the poll is 
causing the client to receive the response from its "commit" before a 
previously queued pushed message to that client.  By the time it 
receives the pushed message, it is "stale" - i.e. the previous 
version is not accurate anymore.  We should be sending those queued 
messages to the client before the client processes the response to 
its operation.  Thus the client would receive notification of the 
conflict two times in this case but it would be the same conflict so 
you would only have to resolve it once.  

The only workaround I can think of right now is to resolve that 
second (stale) conflict using "acceptClient" without reporting it to 
the user.  The problem though is knowing when this is a stale 
conflict versus a real new conflict.   There is a timestamp in the 
message which theoretically could be used to detect that but it is 
pretty tricky so I'm not sure I'd recommend trying this workaround.  
I am working on a fix now... once it is ready we could investigate 
the possibility of turning it into a hotfix.  

Sorry for the problems and thanks for reporting this issue.

Jeff





--
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] Event propagation

2006-09-12 Thread gustavo.saume
Hello yall...

im trying to comunicate controls with events, these controls are in 
diferent HBoxes.(they have diferent fathers in the tree hierarchy), 
but the control that listen doesnt work properly. i've tryed to do so 
in the bubbling and capture phase but nothing...

in a different approach i tryed to reach the root panel (successfully) 
and then from there dispatch a new event to all the childrens but no 
one seems to listen.

any comments??
Thanks...






--
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: DataTransform.transformCache

2006-09-12 Thread Brendan Meutzner



Ely,I'm creating an annotation that gets rendered on the chart at a physical location determined by a particular chart element.  When I load the annotation, I know the horizontal axis value of the chart item, and I know the y-value that item represents.  I use the transformCache method to get the screen coordinates that my annotation should be placed (the top left corner of the chart item, be it a column, line data point, plot point, etc...)  My problem was that calling transformCache on the 
Chart.dataTransform object was using the left axis values for conversion.  By calling the dataTransform objects methods on the series the element belongs to solved my problem.  I really hope that made sense.  If not, I e-mailed you the application earlier today and can point directly to the code where it's being used.
Thanks,BrendanOn 9/12/06, Ely Greenfield <[EMAIL PROTECTED]> wrote:













  






 
 
Hi Brendan. Can you give a little more detail of what 
you're trying to do and how you're solving it?  I have a nagging feeling 
you still might be mis-using the API in some way.
 
Ely.
 


From: [EMAIL PROTECTED]ups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of Brendan 
MeutznerSent: Tuesday, September 12, 2006 3:23 PMTo: 
[EMAIL PROTECTED]ups.comSubject: Re: [flexcoders] Re: 
DataTransform.transformCache


Bill,Thanks so much.  It was looking at the DataTransform object 
the wrong way.  Once you clarified below that an instance is tied to the 
Series, I was able to get my example working by calling the series instance 
related to that right axis. Thanks again,Brendan
On 9/12/06, bill_sahlas <[EMAIL PROTECTED]
> wrote:

  
  
  
  
  
  
  Hello, 
  From one of our engineers that worked on 
  Charting CartesianCharts can own multiple data transforms. Each data 
  transform is associated with a specific set of axes...one horizontal, one 
  vertical, etc.  When you specify a series, it gets associated with a 
  single data transform, and hence a single set of axes.  The built in 
  cartesian chart types have two data transforms...primary, and 
  secondary.  If you put a series in the primary set, it gets the primary 
  transform+axesin the secondary set, it gets the secondary 
  transform+axes.  There's no supported way to reach across from a primary 
  series and transform against the secondary axes. 
  HTH, 
  Bill
  --- In [EMAIL PROTECTED]ups.com, "Brendan Meutzner" 
  <[EMAIL PROTECTED]> wrote: >> Hi,> > I'm 
  unable to figure out how to specify which verticalAxis (I have two) I> 
  want to use for the transformCache method on DataTransform. I'd like to 
  use> the secondVerticalAxis in order to do the calculation. Does 
  somebody have a > working example?> > Thanks,> 
  > Brendan>
  
  
  


  















__._,_.___





--
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: DataTransform.transformCache

2006-09-12 Thread Ely Greenfield





 
 
Hi Brendan. Can you give a little more detail of what 
you're trying to do and how you're solving it?  I have a nagging feeling 
you still might be mis-using the API in some way.
 
Ely.
 


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Brendan 
MeutznerSent: Tuesday, September 12, 2006 3:23 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: 
DataTransform.transformCache


Bill,Thanks so much.  It was looking at the DataTransform object 
the wrong way.  Once you clarified below that an instance is tied to the 
Series, I was able to get my example working by calling the series instance 
related to that right axis. Thanks again,Brendan
On 9/12/06, bill_sahlas <[EMAIL PROTECTED]com> wrote:

  
  
  
  
  
  
  Hello, 
  From one of our engineers that worked on 
  Charting CartesianCharts can own multiple data transforms. Each data 
  transform is associated with a specific set of axes...one horizontal, one 
  vertical, etc.  When you specify a series, it gets associated with a 
  single data transform, and hence a single set of axes.  The built in 
  cartesian chart types have two data transforms...primary, and 
  secondary.  If you put a series in the primary set, it gets the primary 
  transform+axesin the secondary set, it gets the secondary 
  transform+axes.  There's no supported way to reach across from a primary 
  series and transform against the secondary axes. 
  HTH, 
  Bill
  --- In [EMAIL PROTECTED]ups.com, "Brendan Meutzner" 
  <[EMAIL PROTECTED].> wrote: >> Hi,> > I'm 
  unable to figure out how to specify which verticalAxis (I have two) I> 
  want to use for the transformCache method on DataTransform. I'd like to 
  use> the secondVerticalAxis in order to do the calculation. Does 
  somebody have a > working example?> > Thanks,> 
  > Brendan>
  
  
  

__._,_.___





--
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: DataTransform.transformCache

2006-09-12 Thread Brendan Meutzner



Bill,Thanks so much.  It was looking at the DataTransform object the wrong way.  Once you clarified below that an instance is tied to the Series, I was able to get my example working by calling the series instance related to that right axis.
Thanks again,BrendanOn 9/12/06, bill_sahlas <[EMAIL PROTECTED]> wrote:













  



Hello, 
From one of our engineers that worked on Charting CartesianCharts can own multiple data transforms. Each data transform is associated with a specific set of axes...one horizontal, one vertical, etc.  When you specify a series, it gets associated with a single data transform, and hence a single set of axes.  The built in cartesian chart types have two data transforms...primary, and secondary.  If you put a series in the primary set, it gets the primary transform+axesin the secondary set, it gets the secondary transform+axes.  There's no supported way to reach across from a primary series and transform against the secondary axes.

HTH, 
Bill--- In [EMAIL PROTECTED]ups.com, "Brendan Meutzner" <[EMAIL PROTECTED]> wrote:
>> Hi,> > I'm unable to figure out how to specify which verticalAxis (I have two) I> want to use for the transformCache method on DataTransform. I'd like to use> the secondVerticalAxis in order to do the calculation. Does somebody have a
> working example?> > Thanks,> > Brendan>

  















__._,_.___





--
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: dateValidator question...

2006-09-12 Thread bill_sahlas
Adding missing Component declaration



The full example app is this


http://www.adobe.com/2006/mxml"; 
layout="absolute" creationComplete="init();">









--- In flexcoders@yahoogroups.com, "bill_sahlas" <[EMAIL PROTECTED]> wrote:
>
> 
> Based on what I see/read you need to specify an inputFormat
> 
> var dateValidator:DateValidator = new DateValidator();
> dateValidator.inputFormat = "MM/DD/";
> 
> var dateObj:Date = new Date();
> Alert.show(dateValidator.validate(df.format(dateObj)).type);
> Alert.show(df.format(dateObj));
> 
> 
> 
> 
> --- In flexcoders@yahoogroups.com, "Doug Arthur"  
wrote:
> >
> > Does anyone know why I can't seem to get the following code to 
work?
> >
> > *var* dateValidator:DateValidator = *new* DateValidator();
> > Alert.show(dateValidator.validate(*new* Date()).type);
> >
> >
> > This shows up as invalid. I've tried setting 
the "validateAsString"
> property
> > to true, and nothing seems to work...
> >
> > - Doug
> >
>






--
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: Lost commit on data source with polling AMF

2006-09-12 Thread kwbillchan
I just verified it, it is a bug. Hope we can have a hotfix for 
it.

--- In flexcoders@yahoogroups.com, [EMAIL PROTECTED] wrote:
>
> 
> Hi All
> 
> we have ancountered an issue with a datasource which has autocommit 
and
> automerge turned on and uses an AMF channel with polling.
> 
> The issue arises from the following sequence of operation:
> 
> - Client 1 updates an item on the datasource, the change is 
committed to
> the data source
> - Client 2 updates the same item on the datasource
> - Client 2 has *not* yet received the change made by Client 1 and 
thus
> initiates a commit
> - The Assembler detects that the item Client 2 is trying to change 
was
> modified since its last merge and therefore throws a
> DataSyncException(ChangeObject, Object) [Object is fetched from the
> database when the conflict is detected]
> - As a result of the exception Client 2's conflict handler is 
invoked, this
> brings up a conflict resolution dialog where Client 2's user 
selects to use
> their own [Conflict.acceptClient()]
> - All seems well, but unfortunately Client 2's change is never 
committed to
> the data source.
> - Then the conflict is presented to the user for a second time - 
this
> appears to be due to the fact that Client 2 polls the server and 
tries to
> merge in Client 1's change.
> - Client 2's user again selects to use their own change
> [Conflict.acceptClient()]. The change is still not committed to the 
data
> source
> 
> Has anybody else come across this problem? If so, how did you work 
around
> it?
> 
> Note that we tried to force a commit after resolving all the 
conflicts, but
> that didn't solve the problem: although Client 2's change gets 
committed to
> the data source, it still receives and merges in Client 1's change 
and
> therefore it displays the wrong data.
> 
> Kornelius Elstner
>







--
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: mxml escape character??

2006-09-12 Thread Doug Lowder
... and if you need another option -  :)




--- In flexcoders@yahoogroups.com, "Chad Callahan" <[EMAIL PROTECTED]> wrote:
>
> I need to include the { and } characters inside of an mxml tag's
> argument value but mxml reads the { and } as bindable.  Is there a 
way
> to escape the { and } characters within the quotes?
> 
>  
> 
>  
> 
>  
> 
> CHAD CALLAHAN
> PROGRAMMER
> 
> T8DESIGN.COM | P 319.266.7574 - x195 | 877.T8IDEAS | F 888.290.4675
> 
> 
> This e-mail, including attachments, is covered by the Electronic
> Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential, 
and
> may be legally privileged. If you are not the intended recipient, 
you
> are hereby notified that any retention, dissemination, 
distribution, or
> copying of this communication is strictly prohibited. Please reply 
to
> the sender that you have received the message in error, and then 
please
> delete it. Thank you.
> 
> 
>







--
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] background color of a text?

2006-09-12 Thread Ashish Goyal












You can just wrap your text or label
component in a container with backgroundColor set to desired color.

For eg:



    



 

-Ashish

 

 









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of oktay nba
Sent: Saturday, September 09, 2006
12:31 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] background
color of a text?



 









hi;





how can i give a background color to a text control (like
the anything usage
in html) or label?





 





oktay








__._,_.___





--
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: DataTransform.transformCache

2006-09-12 Thread bill_sahlas



Hello, 
From one of our engineers that worked on Charting CartesianCharts can own multiple data transforms. Each data transform is associated with a specific set of axes...one horizontal, one vertical, etc.  When you specify a series, it gets associated with a single data transform, and hence a single set of axes.  The built in cartesian chart types have two data transforms...primary, and secondary.  If you put a series in the primary set, it gets the primary transform+axesin the secondary set, it gets the secondary transform+axes.  There's no supported way to reach across from a primary series and transform against the secondary axes.
HTH, 
Bill--- In flexcoders@yahoogroups.com, "Brendan Meutzner" <[EMAIL PROTECTED]> wrote:>> Hi,> > I'm unable to figure out how to specify which verticalAxis (I have two) I> want to use for the transformCache method on DataTransform. I'd like to use> the secondVerticalAxis in order to do the calculation. Does somebody have a> working example?> > Thanks,> > Brendan>

__._,_.___





--
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: mxml escape character??

2006-09-12 Thread Renaun Erickson
I read the post wrong, && gives you the booelean and inside a
binding.  Sorry wrong solution for your post.

--- In flexcoders@yahoogroups.com, "Renaun Erickson" <[EMAIL PROTECTED]> wrote:
>
> Use 
> 
> &&
> 
> Renaun
> 
> 
> --- In flexcoders@yahoogroups.com, "Chad Callahan"  wrote:
> >
> > I need to include the { and } characters inside of an mxml tag's
> > argument value but mxml reads the { and } as bindable.  Is there a way
> > to escape the { and } characters within the quotes?
> > 
> >  
> > 
> >  
> > 
> >  
> > 
> > CHAD CALLAHAN
> > PROGRAMMER
> > 
> > T8DESIGN.COM | P 319.266.7574 - x195 | 877.T8IDEAS | F 888.290.4675
> > 
> > 
> > This e-mail, including attachments, is covered by the Electronic
> > Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential, and
> > may be legally privileged. If you are not the intended recipient, you
> > are hereby notified that any retention, dissemination,
distribution, or
> > copying of this communication is strictly prohibited. Please reply to
> > the sender that you have received the message in error, and then
please
> > delete it. Thank you.
> > 
> > 
> >
>






--
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] mxml escape character??

2006-09-12 Thread Paul Andrews







  - Original Message - 
  From: 
  Chad Callahan 
  
  To: flexcoders@yahoogroups.com 
  Sent: Tuesday, September 12, 2006 8:16 
  PM
  Subject: [flexcoders] mxml escape 
  character??
  
  
  I need to include the { and } 
  characters inside of an mxml tag’s argument value but mxml reads the { and } 
  as bindable.  Is there a way to escape the { and } characters within the 
  quotes?
   
   
  


  

  
CHAD 
CALLAHANPROGRAMMER

  
T8DESIGN.COM 
| P 319.266.7574 - x195 | 877.T8IDEAS | F 
888.290.4675
  This 
  e-mail, including attachments, is covered by the Electronic Communications 
  Privacy Act, 18 U.S.C. 2510-2521, is confidential, and may be legally 
  privileged. If you are not the intended recipient, you are hereby notified 
  that any retention, dissemination, distribution, or copying of this 
  communication is strictly prohibited. Please reply to the sender that you have 
  received the message in error, and then please delete it. Thank 
  you.
  
  
  
    
__._,_.___





--
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: Flex with FMS (something like Breeze...)

2006-09-12 Thread Renaun Erickson
My Flex 2 and FMS example can be found here:

http://renaun.com/blog/2006/08/22/87/

Renaun

--- In flexcoders@yahoogroups.com, "Michael Ritchie"
<[EMAIL PROTECTED]> wrote:
>
> I recently updated Adobe's FCS Text Chat example to work with Flex 2
> and FMS, you can find my post and example here:
> 
> http://thanksmister.com/?p=26
> 
> The problem with the Adobe examples are that they are outdated and
> some of the code to update them is not easy to find.  I wanted an
> updated and working example that worked with Flex 2 final release.
> 
> - mr
> 
> --- In flexcoders@yahoogroups.com, "brownd_92"  wrote:
> >
> > Hi there,
> > Does anyone know of an instance where flex is being used in 
> > conjunction with Media server?
> > I am looking to do something that I can upload a .swf presentation 
> > then click through the presentation (like you would powerpoint) and 
> > everyone else see and hear what Im doing
> > 
> > Cheers
> > 
> > David
> >
>






--
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: mxml escape character??

2006-09-12 Thread Renaun Erickson
Use 

&&

Renaun


--- In flexcoders@yahoogroups.com, "Chad Callahan" <[EMAIL PROTECTED]> wrote:
>
> I need to include the { and } characters inside of an mxml tag's
> argument value but mxml reads the { and } as bindable.  Is there a way
> to escape the { and } characters within the quotes?
> 
>  
> 
>  
> 
>  
> 
> CHAD CALLAHAN
> PROGRAMMER
> 
> T8DESIGN.COM | P 319.266.7574 - x195 | 877.T8IDEAS | F 888.290.4675
> 
> 
> This e-mail, including attachments, is covered by the Electronic
> Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential, and
> may be legally privileged. If you are not the intended recipient, you
> are hereby notified that any retention, dissemination, distribution, or
> copying of this communication is strictly prohibited. Please reply to
> the sender that you have received the message in error, and then please
> delete it. Thank you.
> 
> 
>







--
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] Process CheckBoxes Displayed Inside a DataGrid

2006-09-12 Thread Tracy Spratt












When working with data-driven controls, you
will almost always work with the dataprovider and not with the rendered display
elements.  This is in part because the list based controls recycle the
display elements when you scroll.  So you can’t loop through the
rows of a dataGrid and read the value of the check box.  In fact if you
have implemented this already, you may have noticed that the check boxes do not
always hold their values when you scroll.

 

Instead, what you want to do is have your
checkbox renderer undate a property on the dataProvider item when the user  changes
the checked state  Then, when you are ready, you loop over the items in
the dataProvider and read the value of the updated property.

 

Tracy

 









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of phillips1021
Sent: Tuesday, September 12, 2006
2:12 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Process
CheckBoxes Displayed Inside a DataGrid



 







Anyone know of a good tutorial or other resource for
using checkboxes
in a datagrid that the user can then click on and then click on a
button below the datagrid. The button click will call a function that
should update the database for just the rows the user has clicked (ie
update the record for that row).

I've got the checkbox displaying on the datagrid, but I cannot figure
out the code for the function to process the rows that the user
checked. Is there some way to iterate over the datagrid and determine
if the row's check box was selected?

Bruce






__._,_.___





--
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] mxml escape character??

2006-09-12 Thread Clint Modien



try
 
{ = {
} = } 
On 9/12/06, Chad Callahan <[EMAIL PROTECTED]> wrote:








I need to include the { and } characters inside of an mxml tag's argument value but mxml reads the { and } as bindable.  Is there a way to escape the { and } characters within the quotes?

 
 






CHAD
 CALLAHANPROGRAMMER


T8DESIGN.COM
 | P 319.266.7574 - x195 | 877.T8IDEAS | F 888.290.4675
This e-mail, including attachments, is covered by the Electronic Communications Privacy Act, 18 
U.S.C. 2510-2521, is confidential, and may be legally privileged. If you are not the intended recipient, you are hereby notified that any retention, dissemination, distribution, or copying of this communication is strictly prohibited. Please reply to the sender that you have received the message in error, and then please delete it. Thank you.




 
 

__._,_.___





--
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] Rotating html text

2006-09-12 Thread jeremyrichman
I have a Text field that I want to rotate but it must display html 
text, not just plain text.  I have embedded the font that I am setting 
in the html with the CSS font face style but on rotation, the text 
vanishes.

I have tested this with the non-htmltext property, and it rotates fine 
provided I do  textObject.setStyle("fontFamily", "myFont"), but not the 
html version with the font face property set (unless I also set the 
textObject fontFamily CSS style, but I don't want to do that because 
eventually I'd like to embed several fonts and have text that could 
come from a mix of them).

Any suggestions?

Jeremt





--
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] mxml escape character??

2006-09-12 Thread Chad Callahan










I need to include the { and } characters inside of an mxml
tag’s argument value but mxml reads the { and } as bindable.  Is there a
way to escape the { and } characters within the quotes?

 

 


 
  
  
  
  
  CHAD CALLAHAN
  PROGRAMMER
  
 
 
  
  T8DESIGN.COM
  | P 319.266.7574 - x195 | 877.T8IDEAS | F 888.290.4675
  
 



This e-mail, including attachments, is
covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is
confidential, and may be legally privileged. If you are not the intended
recipient, you are hereby notified that any retention, dissemination, distribution,
or copying of this communication is strictly prohibited. Please reply to the
sender that you have received the message in error, and then please delete it.
Thank you.







 




__._,_.___





--
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] fds/jms messaging. detecting client disconnection.

2006-09-12 Thread Tom Bray



Aldo,I instantiate it from a servlet that I've configured to load on startup via the following tags in C:\JRun4\servers\default\flex\WEB-INF\web.xml:        AppStartServlet
    test.AppStartServlet    11    which I placed at the end of the list of servlets just before the  section.  I chose 11 so that it would be loaded after the last Flex servlet.
My AppStartServlet looks like this:package test;import javax.servlet.http.HttpServlet;public class AppStartServlet extends HttpServlet{    private FlexSessionTest test;        public void init()
    {                test = new FlexSessionTest();        System.out.println( "*** AppStartServlet loaded ***");    }}Then you should be good to go.
-TomOn 9/12/06, Aldo Bucchi <[EMAIL PROTECTED]> wrote:













  



Hi tom,looks like this might do it...now, where/when exactly are you instantiating this FlexSessionTest object??thanks,Aldo
On 9/11/06, 
Tom Bray <[EMAIL PROTECTED]> wrote:




Aldo,Here's some sample code that I used to know when a client disconnected.  The FlexSession.sessionDestroyed event corresponds to a disconnection    public FlexSessionTest()    {        

        
FlexSession.addSessionCreatedListener(this);    }    public void sessionCreated( FlexSession session )    {        session.addSessionDestroyedListener(this);        System.out.println( "sessionCreated!" );
    }                public void sessionDestroyed( FlexSession session )    {        System.out.println( "sessionDestroyed!" );    }HTH,Tom

On 9/11/06, Aldo Bucchi <[EMAIL PROTECTED]> wrote:















  



hi all,

I am building a java app that uses fds to pub/subs flex clients to a
set of jms topics and queues and I need a way to obtain a "connected
client list" on the java side... the traditional way would be to
create a topic to ping clients on a given interval.

alternatively, is there any fds low level message that indicates a
client disconnection??

Thanks,
Aldo

-- 
: Aldo Bucchi :
mobile (56) 8 429 8300

  


















-- : Aldo Bucchi :mobile (56) 8 429 8300

  















__._,_.___





--
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] Process CheckBoxes Displayed Inside a DataGrid

2006-09-12 Thread phillips1021
Anyone know of a good tutorial or other resource for using checkboxes
in a datagrid that the user can then click on and then click on a
button below the datagrid. The button click will call a function that
should update the database for just the rows the user has clicked (ie
update the record for that row).

I've got the checkbox displaying on the datagrid, but I cannot figure
out the code for the function to process the rows that the user
checked. Is there some way to iterate over the datagrid and determine
if the row's check box was selected?

Bruce






--
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] fds/jms messaging. detecting client disconnection.

2006-09-12 Thread Aldo Bucchi



Hi tom,looks like this might do it...now, where/when exactly are you instantiating this FlexSessionTest object??thanks,AldoOn 9/11/06, 
Tom Bray <[EMAIL PROTECTED]> wrote:



Aldo,Here's some sample code that I used to know when a client disconnected.  The FlexSession.sessionDestroyed event corresponds to a disconnection    public FlexSessionTest()    {        
        
FlexSession.addSessionCreatedListener(this);    }    public void sessionCreated( FlexSession session )    {        session.addSessionDestroyedListener(this);        System.out.println( "sessionCreated!" );
    }                public void sessionDestroyed( FlexSession session )    {        System.out.println( "sessionDestroyed!" );    }HTH,Tom

On 9/11/06, Aldo Bucchi <[EMAIL PROTECTED]> wrote:














  



hi all,

I am building a java app that uses fds to pub/subs flex clients to a
set of jms topics and queues and I need a way to obtain a "connected
client list" on the java side... the traditional way would be to
create a topic to ping clients on a given interval.

alternatively, is there any fds low level message that indicates a
client disconnection??

Thanks,
Aldo

-- 
: Aldo Bucchi :
mobile (56) 8 429 8300

  


















-- : Aldo Bucchi :mobile (56) 8 429 8300

__._,_.___





--
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: dateValidator question...

2006-09-12 Thread bill_sahlas

Based on what I see/read you need to specify an inputFormat

var dateValidator:DateValidator = new DateValidator();
dateValidator.inputFormat = "MM/DD/";

var dateObj:Date = new Date();
Alert.show(dateValidator.validate(df.format(dateObj)).type);
Alert.show(df.format(dateObj));




--- In flexcoders@yahoogroups.com, "Doug Arthur" <[EMAIL PROTECTED]> wrote:
>
> Does anyone know why I can't seem to get the following code to work?
>
> *var* dateValidator:DateValidator = *new* DateValidator();
> Alert.show(dateValidator.validate(*new* Date()).type);
>
>
> This shows up as invalid. I've tried setting the "validateAsString"
property
> to true, and nothing seems to work...
>
> - Doug
>








--
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: cairngorm: managing hundred of views

2006-09-12 Thread dreuimar
Bjorn,

THe difficult part with runtime stuff is that I think Flex is compiled
as a SWF when it is first accessed in your container. I wanted
something (I'm guessing through a Java RO) that would return all the
mxml files in a given directory. The hard part is getting Flex to
import them..I tried and tried but I don't know if it's possible.

For transitions, I just have a show and hide effect for each screen
bound to a fade transition. Nothing special.

Brennan

--- In flexcoders@yahoogroups.com, "Bjorn Schultheiss"
<[EMAIL PROTECTED]> wrote:
>
> Hey Brennan,
>  
> I'm hearing you all the way,
> I'm using a similar technique in my AS2 app.
>  
> I wanted to ask, do you have any particular technique for applying
> transitions between screens, and also loading in screens at runtime.
> I know the transitioning aint hard but i can see a few ways of doing it.
>  
> In terms of loading screens at runtime, say for example i was was to
have
> 100+ screens and only load them into the viewstack as they were
required,
> and also remove them?
> I want to create a wizard style scenario, and load each screen as
required.
> With so many alternatives it is unlikely a user will browse all screens,
> therefore why load all into the viewstack on initialization?
>  
>  
> Regards,
>  
> Bjorn Schultheiss
> Senior Flash Developer
> QDC Technologies
>  
> 
>   _  
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of dreuimar
> Sent: Tuesday, 12 September 2006 12:03 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: cairngorm: managing hundred of views
> 
> 
> 
> The technique I use is probably a bit unorthodox.
> 
> I have view stack that holds every screen possible in the application.
> In Cairngorm, each screen that has a helper (based off ViewHelper)
> registers itself. I modified this process to have a BaseHelper class
> that extends ViewHelper, and the helper classes for each view extend
> BaseHelper. Now, in BaseHelper I have each view register itself in a
> collection in the model, along with whether it's a system screen
> (login page, main menu, etc), whether the view has any requirements
> before being switched to or exited from. I do this by having a Screen
> VO with different properties (application title string [for menu at
> top], page title string, whether it's a system screen, and a boolean
> of if it's accessible, which defaults to false.)
> 
> Each view helper implements IEnterExit, an interface that has four
> methods: enter(), exit(), setup() and destruct(). I really only use
> the first three in my application.
> 
> The command that switches state will reference the view that's being
> called by the collection that the BaseHelper registered it's parent
> with. It can then perform any enter or exit logic on the screen being
> entered and the screen being left.
> 
> I also have in the relational database what screens each user is
> permitted to see.
> 
> My applications process is this:
> 
> Application begins, each view registers itself with both the
> ViewLocator and the BaseHelper's collection. Since the login view is
> the first in the stack, it is shown. Upon successful login, the user's
> available screens are filtered through the application's total
> screens, and a final collection of Screen VO objects are put in this
> collection. Each screen the user has accessed to switches the access
> from false to true.
> 
> So to switch screens I have full flexibility in being able to search
> through available screens per user, along with showing certain ones
> (my main menu shows every available screen that isn't a system
> screen.) Switching screens becomes as easy as dispatching a cairngorm
> switch screen event with the screen you want to access, for instance:
> 
> CairngormEventDispatcher.getInstance().dispatchEvent(new
> SwitchScreenEvent("mainmenu"));
> 
> or, if you're like me:
> 
> CairngormEventDispatcher.getInstance().dispatchEvent(new
> SwitchScreenEvent( Constants.MAINMENU ));
> 
> And in the BaseState's registration, it takes the screen's page title
> from that same constants file. So Constants.MAINMENU : String might
> equal "Welcome to the Application's Main Menu", and this is the same
> string being dispatched.
> 
> Sorry if this is incoherent and sloppy.
> 
> Brennan
> 
> --- In [EMAIL PROTECTED] 
ups.com,
> "bjorn.schultheiss"
>  wrote:
> >
> > True indeed.
> > 
> > But when dealing with 100+ screens, surely not all view related logic
> > can be contained on a traditional Model.
> > I think Cairngorm leave alot of freedom in terms of how you implement
> > the view. DataBinding is an efficient way of updating the view with
> > business logic. But there is still the requirement of using a view
> > framework. The mx framework offers a awesome components and extending
> > the existing viewstack, box, etc, you can achieve good managable code.
> > But i think there are various view specific patterns to use
> > inconjuct

[flexcoders] Re: Need help using XML files without embedding them in SWF

2006-09-12 Thread Tim Hoff



Yes HTTPService.  The docs have some good examples.  Here is anothr simple example:
http://www.cflex.net/showFileDetails.cfm?ObjectID=472&Object=File&ChannelID=1 
-TH
--- In flexcoders@yahoogroups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote:>> Er, use HTTPService rather than URLLoader, it will take care of more for> you.> > > > Matt> > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On> Behalf Of e_baggg> Sent: Tuesday, September 12, 2006 7:35 AM> To: flexcoders@yahoogroups.com> Subject: [flexcoders] Re: Need help using XML files without embedding> them in SWF> > > > Yes, the URLLoader class is what you need.> > --- In flexcoders@yahoogroups.com > , "greggohlke" greg.gohlke@ wrote:> >> > Right now I use several XML files in my Flex 2 app and they are being > > embedded in the SWF file. I define them in an  tag like this:> > > > > > source="../xml/site_configs/inboxConfig.xml"/>> > > > As you can see by the relative pathing the files are in the same file > > structure as the final SWF. How can I decouple these files so they are> > > not embedded in the swf but are read at runtime? Since they are config> > > files it would be useful to change them without having to recompile > > the app to get them re-embedded. Should I be using a URLLoader or > > HTTPService instead?> >>

__._,_.___





--
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: Need help using XML files without embedding them in SWF

2006-09-12 Thread Matt Chotin












Er, use HTTPService rather than URLLoader,
it will take care of more for you.

 

Matt

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of e_baggg
Sent: Tuesday, September 12, 2006
7:35 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Need
help using XML files without embedding them in SWF



 







Yes, the URLLoader class is what you need.

--- In [EMAIL PROTECTED]ups.com,
"greggohlke" ...> wrote:
>
> Right now I use several XML files in my Flex 2 app and they are being 
> embedded in the SWF file. I define them in an  tag like
this:
> 
> 
> source="../xml/site_configs/inboxConfig.xml"/>
> 
> As you can see by the relative pathing the files are in the same file 
> structure as the final SWF. How can I decouple these files so they are 
> not embedded in the swf but are read at runtime? Since they are config 
> files it would be useful to change them without having to recompile 
> the app to get them re-embedded. Should I be using a URLLoader or 
> HTTPService instead?
>






__._,_.___





--
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] My Adobe Developer Derby Xbox 360 Charity Auction

2006-09-12 Thread Mike Anderson





Yes, that is a very nice gesture - 
 
Children are so precious - and after actually having one of 
your own, you truly understand what that means.
 
Sorry for the OT post - but a good cause always grabs my 
attention.
 
Mike :)


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Brendan 
MeutznerSent: Tuesday, September 12, 2006 11:35 AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] My Adobe 
Developer Derby Xbox 360 Charity Auction
Rich,Way to go... you just earned my 
respect.Brendan
On 9/11/06, Rich 
Tretola <[EMAIL PROTECTED] > 
wrote:

  
  
  
  
  
  Hey all,Sorry to be off topic but it is for a good cause so please 
  don't flame me.I just wanted to pass the word along that I have put my 
  xBox 360 thatwas part of the Adobe Flex Developer Derby up for auction 
  with 100% ofthe proceeds going to Toys for Tots. It is new and hasn't 
  beenopened.Here is the post:http://www.everythingflex.com/blog/1/2006/09/My-Adobe-Xbox-360-Charity-Auction.cfm 
  Here is the auction:http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=330027238013 
  The auction runs for 10 days so please spread the word as I would 
  liketo see as big a donation as 
  possible.Thanks,Rich 
__._,_.___





--
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] Data interpolation in ColumnSets

2006-09-12 Thread Ely Greenfield





 
 
Just to follow up on this, for everyone on the list...data 
effects should be assigned to individual column/bar/area series, not their 
parent sets.
 
Ely.
 


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Anatole 
TartakovskySent: Saturday, September 09, 2006 6:26 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Data 
interpolation in ColumnSets



Ely,
Had similar issue couple of weeks back, can't send code now as it is 
on-site inside real-time trading system, but in short if you start with 
empty dataProvider populate in real-time and have attributes 
like  form="curve" and interpolateValues="true" and you get error 
similar to above. 
Should be easy to simulate going from any emply collection/adding one item 
at a time.
 
Thank you,
Anatole
 
On 9/8/06, Ely 
Greenfield <[EMAIL PROTECTED]com> wrote: 

  
  
  
  
  
  
   
   
  Hi Tom. 
  I'm not sure, but that actually doesn't look like it's the same problem.  
  Can you send me a simple 1-file sample offline? 
   
  Thanks.
   
  Ely.
   
  
  
  From: [EMAIL PROTECTED]ups.com [mailto: flexcoders@yahoogroups.com] On Behalf Of 
  Tom FitzpatrickSent: Friday, September 08, 2006 9:50 
  AMTo: [EMAIL PROTECTED] 
  ups.comSubject: Re: [flexcoders] Data interpolation in 
  ColumnSets 
  
  
  
  
  Bump.So, is it clear from this error message that this is the same 
  bug, or is there a way around it?Thanks.- TomTom 
  Fitzpatrick wrote:>> OK - assuming the "right" way to do this is 
  to call the showDataEffect > functon on the ColumnSet, here's the error 
  message I receive:>> TypeError: Error #1009: Cannot access a 
  property or method of a null> object reference.> at 
  mx.charts.effects.effectClasses::SeriesInterpolateInstance/play 
  ()> at mx.effects::EffectInstance/startEffect()> 
  at mx.effects.effectClasses::ParallelInstance/play()> at 
  mx.charts.chartClasses::ChartBase/::advanceEffectState()> 
  at> 
  mx.charts.chartClasses::ChartBase/mx.charts.chartClasses:ChartBase::updateDisplayList 
  ()> at> 
  mx.charts.chartClasses::CartesianChart/mx.charts.chartClasses:CartesianChart::updateDisplayList()> 
  at mx.core::UIComponent/validateDisplayList()> at 
  mx.managers::LayoutManager/::validateDisplayList ()> at 
  mx.managers::LayoutManager/::doPhasedInstantiation()> at 
  Function/http://adobe.com/AS3/2006/builtin::apply 
  > ()> 
  at mx.core::UIComponent/::callLaterDispatcher2 ()> at 
  mx.core::UIComponent/::callLaterDispatcher()>> The 
  error alert is shown while the app is starting up. I get a different> 
  error when I call the showDataEffect function on the individual> 
  ColumnSeries in the ColumnSets. If that's helpful I can send that as 
  well.>> - Tom>> Ely Greenfield wrote:> 
  >> >> >> > Hi Tom. chances are you're running 
  into the same bug (stacked series + > > interpolation effects) that 
  a number of people have hit. Can you send> > a longer stack 
  trace?> >> > Ely.> >> >> > 
  -- 
  > > *From:* [EMAIL PROTECTED]ups.com >  flexcoders%40yahoogroups.com> > 
  [mailto:[EMAIL PROTECTED]ups.com flexcoders%40yahoogroups.com>]> > 
  *On Behalf Of *Tom Fitzpatrick > > *Sent:* Thursday, September 07, 
  2006 5:07 AM> > *To:* [EMAIL PROTECTED]ups.com flexcoders%40yahoogroups.com>> > 
  *Subject:* [flexcoders] Data interpolation in ColumnSets > >> 
  > I have a Cartesian chart containing two ColumnSeries in two 
  ColumnSets,> > like this:> >> > 
  > > > > type="stacked">> > 
  > > 
  > > 
   > >> > > > type="stacked">> 
  > > > 
   > > 
  > > > >> 
  > My problem is that data interpolation doesn't seem to work in 
  this> > context.> >> > I set up an interpolation 
  like this: > >> > e 
  id="moveData"> > duration="500"> > 
  minimumElementDuration="200"> > elementOffset="0"/>> 
  > > > But when I try to call it either from the individual 
  ColumnSeries or the> > ColumnSets, using:> >> > 
  showDataEffect="moveData"> >> > I get an error message: 
  "Cannot access a property or method of a null > > object 
  reference."> >> > Can anyone spot the problem - or is this 
  not possible in this setup?> >> > - Tom> 
  >> >>> 
  
  

__._,_.___





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

[flexcoders] sliderDataTip

2006-09-12 Thread gtsavdave
I am creating a video player utilizing the VideoDisplay component.  I
want to change the sliderDataTip property to use a custom class so
that the tooltip will display the video time rather than the value
(between 0 and 1).

I am new to flex (and OOP).  I have created a class that extends
mx.controls.ToolTip - but I need to pass values to the constructor -
and when I do it gives me an error.

Any help?

Here is the custom class


package sample.package
{
import mx.controls.ToolTip;
import mx.controls.sliderClasses.Slider;
import mx.controls.VideoDisplay;
import mx.controls.HSlider;

public class TimeTip extends ToolTip {

private var _videoDisplay:VideoDisplay = new VideoDisplay;
private var _slider:HSlider = new HSlider;

public function TimeTip(videoDisplay:VideoDisplay,
slider:HSlider):void {
super();
_slider = slider;
_videoDisplay = videoDisplay;
}

override public function set text(value:String):void {
text = value;
}

override public function get text():String {
var rText:String = formatTime(_slider.value * 
_videoDisplay.totalTime);
return rText;
}

private function formatTime(value:Number):String {
var minutes:Number = Math.floor(value / 60);
var seconds:Number = Math.floor(value % 60);
var rString:String = "( " + addZeroes(minutes) + " : " +
addZeroes(seconds) + " )";
return rString;
} 

private function addZeroes(value:Number):String {
var newValue:String = "";
if(value < 10) {
newValue = "0" + value.toString();
} else {
newValue = value.toString();
}
return newValue;
}
}

}







--
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] DataTransform.transformCache

2006-09-12 Thread Brendan Meutzner



Hi,I'm unable to figure out how to specify which verticalAxis (I have two) I want to use for the transformCache method on DataTransform.  I'd like to use the secondVerticalAxis in order to do the calculation.  Does somebody have a working example?
Thanks,Brendan

__._,_.___





--
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: Datagrid with a dropdown column!

2006-09-12 Thread Joan Lafferty












Since your dataProvider has values of ‘b’,
“i” and ‘e”, then, your ComboBox dataProvider should
also have these values:

myLabelFunction“>
 
  bString>
  i
  e
 
 

 

Then, you can set a labelFunction on the
ComboBox itemRenderer like this:

private function
myLabelFunction(item:Object):String

    {

    switch(item)

    {

   case "b": return
"beginner";

   case "i": return
"intermediate";

   default: return
"expert";

    }

    }

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of sahay17
Sent: Monday, September 11, 2006
10:47 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Datagrid
with a dropdown column!



 







Hi Joan,
Thanks for the reply. It was really helpful.But the problem now is 
that the datagridcolumn rating is picking 'b' or 'i' or 'e' from the 
array collection and now I have to map 'b' to 'beginner' in the 
combobox. Similary I have to map 'i' to 'intermediate' in combobox 
and similary I have to map 'e' to 'expert' in combobox. How to get on 
with it? 

--- In [EMAIL PROTECTED]ups.com,
"Joan Lafferty" <[EMAIL PROTECTED]> wrote:
>
> Anurag,
> 
> 
> 
> Yes, as someone pointed out before, you can use a custom 
itemRenderer.
> Yours would look something like the code provided below. Notice 
that if
> you want the ComboBox to be editable, you should specify that
> renderIsEditor="true" and specify the editorDataField.
> 
> 
> 
> 
> sortableColumns="true" dataProvider="{_model}"
editable="true">
> 
> 
> 
> dataField="skillName" editable="false"/> 
> 
> 
> dataField="ratingId" rendererIsEditor
> 
 
orn/LangRef/mx/controls/dataGridClasses/DataGridColumn.html#rendererIs
Ed
> itor> ="true" editorDataField="selectedItem"
>
> 
> 
> 
> 
> 
> 
> 
> 
> 
>  beginnerString>
> 
>  intermediate
> 
>  expert
> 
> 
> 
> 
> 
> 
> 
> 
> 
> > 
> 
> 
> 
> 
> 
> 
> 
> Joan
> 
> 
> 
> From: [EMAIL PROTECTED]ups.com

[mailto:[EMAIL PROTECTED]ups.com]
On
> Behalf Of sahay17
> Sent: Monday, September 11, 2006 2:38 AM
> To: [EMAIL PROTECTED]ups.com
> Subject: [flexcoders] Datagrid with a dropdown column!
> 
> 
> 
> Hi all,
> I am having a datagrid "skillDG" with 2 datagridcolumn 
as "skillName" 
> and "ratingId" which is picking data from arraycollection.
> 
> 
> sortableColumns="true" dataProvider="{_model}"
editable="true">
> 
> 
> 
> dataField="skillName" editable="false"/> 
> 
> 
> dataField="ratingId" /> 
> 
> 
> 
> 
> 
> But now i want that my datafieldcolumn "ratingId" to be a
dropdown 
> with skills namely beginner,intermediate and expert. Is it possible?
> 
> Thanks and Regards,
> Anurag.
>






__._,_.___





--
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: WebORB for PHP with Flex

2006-09-12 Thread Renaun Erickson
You can find my comments on WebORB for PHP here
http://renaun.com/blog/2006/09/06/94/

Also I did some stuff on SabreAMF another project:
http://renaun.com/blog/2006/09/01/93/

As far as WebORB, they have a good foundation and solid package. 
There is an issue with the services-config.xml and how I use
RemoteObjects but hopefully that will be worked out.  It has to do
with the RemoteObject "source" attribute and using a ColdFusionAdapter
styled destination configuration where you set the source attribute in
the config file to "*".

Renaun

--- In flexcoders@yahoogroups.com, "Pete Capra" <[EMAIL PROTECTED]> wrote:
>
> Hi there, 
>  
> I've just started using WebORB for PHP with Flex to enable Flash
Remoting to
> PHP functions. So far I've found it's pretty neat. Has anyone else come
> across WebORB? I'd just like to know what people think about it.. Any
> comments or criticism?
>  
> Thanks,
>  
> Pete
>  
> 
> Pete Capra
> Information Systems Coordinator
> Capra Ryan Online Learning
> 
> p. (617) 3208 9455
> m. 0411 043 305
> f. (617) 3208 9855
> a. PO Box 1744 Springwood Q 4127
> 
> www.capraryan.com
> [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

<*> 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: Flex with FMS (something like Breeze...)

2006-09-12 Thread Michael Ritchie
I recently updated Adobe's FCS Text Chat example to work with Flex 2
and FMS, you can find my post and example here:

http://thanksmister.com/?p=26

The problem with the Adobe examples are that they are outdated and
some of the code to update them is not easy to find.  I wanted an
updated and working example that worked with Flex 2 final release.

- mr

--- In flexcoders@yahoogroups.com, "brownd_92" <[EMAIL PROTECTED]> wrote:
>
> Hi there,
> Does anyone know of an instance where flex is being used in 
> conjunction with Media server?
> I am looking to do something that I can upload a .swf presentation 
> then click through the presentation (like you would powerpoint) and 
> everyone else see and hear what Im doing
> 
> Cheers
> 
> David
>





--
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] My Adobe Developer Derby Xbox 360 Charity Auction

2006-09-12 Thread Brendan Meutzner



Rich,Way to go... you just earned my respect.BrendanOn 9/11/06, Rich Tretola <[EMAIL PROTECTED]
> wrote:












  



Hey all,

Sorry to be off topic but it is for a good cause so please don't flame me.

I just wanted to pass the word along that I have put my xBox 360 that
was part of the Adobe Flex Developer Derby up for auction with 100% of
the proceeds going to Toys for Tots.  It is new and hasn't been
opened.

Here is the post:
http://www.everythingflex.com/blog/1/2006/09/My-Adobe-Xbox-360-Charity-Auction.cfm


Here is the auction:
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=330027238013


The auction runs for 10 days so please spread the word as I would like
to see as big a donation as possible.

Thanks,
Rich

  















__._,_.___





--
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: WebService vs RemoteObject

2006-09-12 Thread bill_sahlas
Yup, the improvements in AMF protocol from older versions of CF is
awesome - 7.02 supports the  AMF3 (ActionScript 3.0/Flex 2.0)  protocol
and is much much quicker.
--- In flexcoders@yahoogroups.com, "Darren Houle" <[EMAIL PROTECTED]> wrote:
>
> This was not designed as a controlled experiment, just something I
coded,
> noticed, and thought I'd pass on...
>
> I'm building a small Cairngorm application and one of it's functions
is to
> display two sets of network user accounts in two datagrids. Initially
I
> used a WebService to call a Coldfusion CFC that returns simple Query
objects
> pulled from an Oracle database. Datagrid 1 retrieves and displays
about 400
> accounts, and datagrid 2 about 3000 accounts.
>
> Using a WebService the retreival time appeared to be about 2-3 seconds
> (roughly based on the amount of time the showCursor clock was
spinning)
> before the result handler fired, and the render time to fit the data
into
> the grids was approximately another 6-7 seconds.
>
> I just converted all the RPC calls to RemoteObject calls and now the
total
> retrieval AND render time is well under 2 seconds total.
>
> Retrieval time is faster (the spinning cursor is almost non existent)
and
> the render time is insanely fast. I'm guessing that AMF and not
needing to
> parse thru the SOAP return payloadmade the difference. Pull back a
simple
> boolean with either type of RPC call, not so much, but pull back 3500
> records and you *definitely* see a difference with RemoteObject.
>
> Darren
>







--
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] Rotate Effect Speed

2006-09-12 Thread Chad Callahan










Is it possible to change the speed of the Rotate effect?

 

 


 
  
  
  
  
  CHAD CALLAHAN
  PROGRAMMER
  
 
 
  
  T8DESIGN.COM
  | P 319.266.7574 - x195 | 877.T8IDEAS | F 888.290.4675
  
 



This e-mail, including attachments, is
covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is
confidential, and may be legally privileged. If you are not the intended
recipient, you are hereby notified that any retention, dissemination,
distribution, or copying of this communication is strictly prohibited. Please
reply to the sender that you have received the message in error, and then
please delete it. Thank you.







 




__._,_.___





--
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: defaulting the cursor in a text input

2006-09-12 Thread Clint Tredway



thanks!On 9/12/06, Tim Hoff <[EMAIL PROTECTED]> wrote:













  



Hi Clint,
You have to set focus to the flash movie in the html wrapper file.  Unfortunately, IE is the only browser that allows you to do this.  Here is an example that works in IE:
http://www.cflex.net/showfiledetails.cfm?ChannelID=1&Object=File&objectID=462
 
-TH--- In [EMAIL PROTECTED]ups.com, "Clint Tredway" <[EMAIL PROTECTED]> wrote:
>> Using setFocus() is only focusing the text input, what is the syntax> to get the cursor to show up when the form loads?> > -- > diabetic? 
http://www.diabetesforums.com> Albert Einstein - "It's not that I'm so smart, it's just that I stay
> with problems longer.">

  













-- diabetic? http://www.diabetesforums.comAlbert Einstein - "It's not that I'm so smart, it's just that I stay with problems longer."

__._,_.___





--
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: Can somebody do a tutorial on UI design?

2006-09-12 Thread Tim Hoff



Here's the Cairngorm link on the labs site:
http://labs.adobe.com/wiki/index.php/Cairngorm 
-TH--- In flexcoders@yahoogroups.com, "Ralf Bokelberg" <[EMAIL PROTECTED]> wrote:>> What about the flex store? Andy updated it recently to the latest> version of Flex and Cairngorm. I'm not sure though, where to find it.> Maybe at labs.adobe.com? If you search the mailing list about flex> store, you should be able to find it.> > Cheers,> Ralf.> > On 9/12/06, Xiaobin Liu [EMAIL PROTECTED] wrote:> > Hi,> >> > The flex 2 ¡¦¡ãgetting started¡¦¡À, gives tutorials on simple and advanced UI> > design examples, however, the UI they referred to are just one or two> > controls putting together. Can somebody do a tutorial on UI design more> > deeply? Say, with header, advert space, footer, email functions available, I> > mean, for example, a virtue small company website, etc.> >> > Thank you, and good wish for flex!> >> > ?> >> > Lewis> >> >> > --> > No virus found in this outgoing message.> > Checked by AVG Free Edition.> > Version: 7.1.405 / Virus Database: 268.12.3/445 - Release Date: 2006-9-11> >> >> >> >> >> >> > ___> > All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease of use." - PC Magazine> > http://uk.docs.yahoo.com/nowyoucan.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> >> >> >> >> >> >> >> >> >> >> >> > > -- > Ralf Bokelberg [EMAIL PROTECTED]> Flex & Flash Consultant based in Cologne/Germany>

__._,_.___





--
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: defaulting the cursor in a text input

2006-09-12 Thread Tim Hoff



Hi Clint,
You have to set focus to the flash movie in the html wrapper file.  Unfortunately, IE is the only browser that allows you to do this.  Here is an example that works in IE:
http://www.cflex.net/showfiledetails.cfm?ChannelID=1&Object=File&objectID=462 
-TH--- In flexcoders@yahoogroups.com, "Clint Tredway" <[EMAIL PROTECTED]> wrote:>> Using setFocus() is only focusing the text input, what is the syntax> to get the cursor to show up when the form loads?> > -- > diabetic? http://www.diabetesforums.com> Albert Einstein - "It's not that I'm so smart, it's just that I stay> with problems longer.">

__._,_.___





--
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] calendar component

2006-09-12 Thread hank williams
Alistair,

your blog http://weblogs.macromedia.com/amcleod/ appears to be down or empty.

Hank

On 9/11/06, Alistair McLeod <[EMAIL PROTECTED]> wrote:
> Hi,
>
> We're still working on the calendar component. I will post to my blog
> (and here) when it is ready for release.
>
> Regards,
>
> Ali
> --
>
>
> Alistair McLeod
> Technical Leader (Rich Internet Applications and LiveCycle)
> Adobe Consulting
> Westpoint, 4 Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ, UK
> p: +44 (0) 131 338 6108
> [EMAIL PROTECTED], http://weblogs.macromedia.com/amcleod
>
>
>
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of bghoward3
> Sent: 11 September 2006 19:59
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] calendar component
>
> i recently read that an open sourced calendar componet was close to
> being released
>
> http://weblogs.macromedia.com/amcleod/archives/2006/08/fade_to_gray_ef.
> cfm
>
> i can not find any other info on this topic, has anyone seen or heard
> anything about it and if it is available yet?
>
> thanks
>
>
>
>
>
>
> --
> 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
>
>
>
>
>
>
>
>
>
>


--
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] The Business of Flex/RIA Development

2006-09-12 Thread lostinrecursion
Hi all,

Does anyone know of any places where I could review things such as
example pricing, support fees, etc. The problem is I have been in the
game for about five years now and I feel like I am grossly
undercharging for my work. I just want to learn about averages for
medium, small, enterprise apps. Stuff like that. If it even exists,
that is.

With all the great sites on how to actually build and deploy RIAs,
there are really no places for new (or untrained formally like myself)
developers to learn about the business of development.

Thanks.

P.S
Great discussion RE: hundreds of views. Alot of great stuff in there.






--
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: properties file

2006-09-12 Thread bill_sahlas
This seems to be a taken a bit out of context - are you looking for a
tool to manage props files? a class perhaps that someone has written?
Does manage mean "manage multiple revisions" or "manage properties
contents"?
--- In flexcoders@yahoogroups.com, "Diego Guebel"
<[EMAIL PROTECTED]> wrote:
>
> I was googling for a while looking for a method to load and manage
> properties file in AS3. I think I saw that before but I dont remember
the
> url.
> do you guys have any example?
> Thanks, diego
>







--
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: calendar component

2006-09-12 Thread bghoward3
--- In flexcoders@yahoogroups.com, "Alistair McLeod" <[EMAIL PROTECTED]> 
wrote:
>
Thank you for the reply Ali, do you have an ETA on when this may be 
available, i am working on a government project and they are very 
interested in proof of concept. id like to hold off on developing 
the calendar aspect of my application until this is available, but 
would like to build your timeframe into my timeline. also is there 
any sort of beta release you would like help testing with. I think 
my project could be a great proving ground for your component

do you have any other screen grabs i may be able to provide them to 
hold them over?

thanks for any other info

> Hi,
> 
> We're still working on the calendar component. I will post to my 
blog
> (and here) when it is ready for release.
> 
> Regards,
> 
> Ali
> --
> 
> 
> Alistair McLeod
> Technical Leader (Rich Internet Applications and LiveCycle)
> Adobe Consulting
> Westpoint, 4 Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ, UK
> p: +44 (0) 131 338 6108
> [EMAIL PROTECTED], http://weblogs.macromedia.com/amcleod
>  
>  
> 
> -Original Message-
> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
> Behalf Of bghoward3
> Sent: 11 September 2006 19:59
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] calendar component
> 
> i recently read that an open sourced calendar componet was close to
> being released
> 
> 
http://weblogs.macromedia.com/amcleod/archives/2006/08/fade_to_gray_e
f.
> cfm
> 
> i can not find any other info on this topic, has anyone seen or 
heard
> anything about it and if it is available yet?
> 
> thanks 
> 
> 
> 
> 
> 
> 
> --
> 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/
 




Re: [flexcoders] Setting breakpoints while debugging?

2006-09-12 Thread Douglas McCarroll
Hi All,

I wrote:

 >> As far as I can see there's no way to set a breakpoint once I've 
started debugging.

Franck de Bruijn replied:

 > Click the row in which you would like to have a breakpoint and
 > press CTRL-SHIFT-B, or use Run-Toggle Breakpoint from the menu.

First of all, thanks Franck. But it looks as though I was asking the 
wrong question. I've now refined it a bit. Best conveyed by an example:

1. I set a breakpoint in a LinkButton's onClick property 
(click="currentState='Foo'")

2. I start debugging, click the LinkButton, and the debugger stops at 
the breakpoint

3. I can set breakpoints in my code

3. I step into the mx.core::UIComponent/set currentState method

4. Once I'm there I find that I can set no breakpoints

Why is this? Why can't I set breakpoints in Adobe's code?

Now I just noticed that I can't do this even when the debugger isn't 
running...  So the subject of this thread should have been "Setting 
breakpoints in Adobe's code?"

Douglas



--
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: Binding the service result to HTTPservice

2006-09-12 Thread bill_sahlas
Hi Capho -

Can I ask you to elaborate a bit more? Like, what error do you get 
(if any)? What do you expect vs what the actual output is?  How 
about a full example (include all files/classes and source where 
possible)

Bill

--- In flexcoders@yahoogroups.com, "sinacapho" <[EMAIL PROTECTED]> wrote:
>
> Dear all,
>  I have some question about the data binding . I have write a
> custom component that get the user detail --> Login_detail Class. 
The
> Class if call some HTTPservice and then bind the result into a
> application HTTPservice . I have bind one custom component 
attribute
> to that service. But i find that the result is not what i have
> expected. Maybe it is because the custom object attribute have not 
set
> before the application httpservice is called. How i can solve 
this ?
> 
> thx
> capho
>  
>  
> 
> http://www.adobe.com/2006/mxml";
> xmlns:shared="shared_comp.*" creationComplete="init_form();">
>   
>   
>   
>   
>   
>   http://xx";
> method="POST" destination="DefaultHTTP">
>   
>   {user_object.uinfo.userId}
>   
>   
>   
> 
>   
> 
>







--
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] WebService vs RemoteObject

2006-09-12 Thread Darren Houle
This was not designed as a controlled experiment, just something I coded, 
noticed, and thought I'd pass on...

I'm building a small Cairngorm application and one of it's functions is to 
display two sets of network user accounts in two datagrids.  Initially I 
used a WebService to call a Coldfusion CFC that returns simple Query objects 
pulled from an Oracle database.  Datagrid 1 retrieves and displays about 400 
accounts, and datagrid 2 about 3000 accounts.

Using a WebService the retreival time appeared to be about 2-3 seconds 
(roughly based on the amount of time the showCursor clock was spinning) 
before the result handler fired, and the render time to fit the data into 
the grids was approximately another 6-7 seconds.

I just converted all the RPC calls to RemoteObject calls and now the total 
retrieval AND render time is well under 2 seconds total.

Retrieval time is faster (the spinning cursor is almost non existent) and 
the render time is insanely fast.  I'm guessing that AMF and not needing to 
parse thru the SOAP return payloadmade the difference.  Pull back a simple 
boolean with either type of RPC call, not so much, but pull back 3500 
records and you *definitely* see a difference with RemoteObject.

Darren




--
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: cairngorm: managing hundred of views

2006-09-12 Thread Bjorn Schultheiss





Hey Brennan,
 
I'm hearing you all the way,
I'm using a similar technique in my AS2 
app.
 
I wanted to ask, do you have any particular technique for 
applying transitions between screens, and also loading in screens at 
runtime.
I know the transitioning aint hard but i can see a few ways 
of doing it.
 
In terms of loading screens at runtime, say for example i 
was was to have 100+ screens and only load them into the viewstack as they were 
required, and also remove them?
I want to create a wizard style scenario, and load each 
screen as required. With so many alternatives it is unlikely a user will browse 
all screens, therefore why load all into the viewstack on 
initialization?
 
 
Regards,
 
Bjorn 
Schultheiss
Senior Flash 
Developer
QDC 
Technologies
 


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of dreuimarSent: 
Tuesday, 12 September 2006 12:03 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Re: cairngorm: 
managing hundred of views


The technique I use is probably a bit unorthodox.I have view stack 
that holds every screen possible in the application.In Cairngorm, each 
screen that has a helper (based off ViewHelper)registers itself. I modified 
this process to have a BaseHelper classthat extends ViewHelper, and the 
helper classes for each view extendBaseHelper. Now, in BaseHelper I have 
each view register itself in acollection in the model, along with whether 
it's a system screen(login page, main menu, etc), whether the view has any 
requirementsbefore being switched to or exited from. I do this by having a 
ScreenVO with different properties (application title string [for menu 
attop], page title string, whether it's a system screen, and a booleanof 
if it's accessible, which defaults to false.)Each view helper implements 
IEnterExit, an interface that has fourmethods: enter(), exit(), setup() and 
destruct(). I really only usethe first three in my application.The 
command that switches state will reference the view that's beingcalled by 
the collection that the BaseHelper registered it's parentwith. It can then 
perform any enter or exit logic on the screen beingentered and the screen 
being left.I also have in the relational database what screens each user 
ispermitted to see.My applications process is 
this:Application begins, each view registers itself with both 
theViewLocator and the BaseHelper's collection. Since the login view 
isthe first in the stack, it is shown. Upon successful login, the 
user'savailable screens are filtered through the application's 
totalscreens, and a final collection of Screen VO objects are put in 
thiscollection. Each screen the user has accessed to switches the 
accessfrom false to true.So to switch screens I have full 
flexibility in being able to searchthrough available screens per user, along 
with showing certain ones(my main menu shows every available screen that 
isn't a systemscreen.) Switching screens becomes as easy as dispatching a 
cairngormswitch screen event with the screen you want to access, for 
instance:CairngormEventDispatcher.getInstance().dispatchEvent(newSwitchScreenEvent("mainmenu"));or, 
if you're like 
me:CairngormEventDispatcher.getInstance().dispatchEvent(newSwitchScreenEvent( 
Constants.MAINMENU ));And in the BaseState's registration, it takes the 
screen's page titlefrom that same constants file. So Constants.MAINMENU : 
String mightequal "Welcome to the Application's Main Menu", and this is 
the samestring being dispatched.Sorry if this is incoherent and 
sloppy.Brennan--- In [EMAIL PROTECTED]ups.com, 
"bjorn.schultheiss"...> wrote:>> 
True indeed.> > But when dealing with 100+ screens, surely not all 
view related logic> can be contained on a traditional Model.> I 
think Cairngorm leave alot of freedom in terms of how you implement> the 
view. DataBinding is an efficient way of updating the view with> business 
logic. But there is still the requirement of using a view> framework. The 
mx framework offers a awesome components and extending> the existing 
viewstack, box, etc, you can achieve good managable code.> But i think 
there are various view specific patterns to use> inconjuction with 
cairngorm.> > A key flex advantage in my opinion is that used with 
cairngorm 2, the> difficulty of handling client data has been totally 
removed. This> leaves more time available for enhanced the view and 
providing Awesome> GUI's. I cant wait for Blaze and Robert Penner's AS3 
Animation> contribution.> > My current 100+ View Screen app 
that i'm working on is in AS2, i would> so love to be using AS3 
instead.> > Regards,> Bjorn> > > 
> --- In [EMAIL PROTECTED]ups.com, 
"Ralf Bokelberg"> > wrote:> 
>> > Maybe the provided examples are a little bit misleading, 
because they> > are too simple. On the other hand, who is able to 
create an example> > with hundreds of views :) But the point is, 
ModelLocator is just> > that, a locator for the model and not the 
model itself. If you have a> > view or a gr

Re: [flexcoders] Flex2 and Breeze syncSWF

2006-09-12 Thread Peter Hall



No, there isn't yet...PeterOn 9/10/06, Johannes Nel <[EMAIL PROTECTED]> wrote:



afaik breeze doesn't support flex 2 yet.On 9/10/06, qnotemedia <
[EMAIL PROTECTED]> wrote:
Is there any way to dispatch/receive breeze syncSWF functions inFlex2?  Other than loading the extension, is there anything else I needto do to get started in Flex?

http://www.adobe.com/devnet/breeze/articles/intro_sync_swf.html - Chris--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/<*> 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
  

   
  







  
  
  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] Flex with FMS (something like Breeze...)

2006-09-12 Thread greg h



David,

This is not an answer, but rather some links to some hopefully helpful sources.

Yes, there are instances of Flex 2 being used with the FMS.  Following are a few links.

First, the following is from Brian Lesser, the lead author of the must have FMS book Programming Flash Communication Server:
Building a Simple Flex 2/FMS 2 Test Application

Second, the following is from Adobe's Flex Evangelist Christophe Coenraets:
Using Flex 2 with Flash Media Server

Note, both of the above links were posted during Flex 2's beta. 
Thus, their accompanying code samples require updating for syntax
changes in the final release.

For an example using Flex 2's final syntax, see the following example that Renaun posted last month:
Flex 2 and FMS (ConnectionMonitor Component)
Another source for posting questions about Flex 2/FMS integration is the FlashComm list at: 
  http://chattyfig.figleaf.com/mailman/listinfo/
flashcomm
(Note:  The FlashComm list is currently down.  Hopefully it will be back up sometime this week :-)

Lastly, at the link above from Christophe Coenraets, there is a comment by Banta that provides this link where he had reworked Christophe's example to work with Beta 3.  At 
this link you can right click to view Banta's source here:
http://67.104.188.68/fms/flex2fms2/srcview/index.html

hth,

gOn 9/11/06, brownd_92 <[EMAIL PROTECTED]> wrote:
Hi there,Does anyone know of an instance where flex is being used inconjunction with Media server?I am looking to do something that I can upload a .swf presentationthen click through the presentation (like you would powerpoint) and
everyone else see and hear what Im doingCheersDavid


__._,_.___





--
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] Binding a function to a MXML property

2006-09-12 Thread Johannes Nel



[Bindable (changeEvent="myEvent")]
private function showVBox() : Boolean
{
  return (model.clientModel.selectedClie
nt.contacts.length > 0);}


and then you dispatch my event whenever the length changes
On 9/11/06, dreuimar <[EMAIL PROTECTED]> wrote:
Hey everyone,I have a VBox:That will display the contents of the VBox if there are entries in thecontacts array collection.
Now, if I have a function:private function showVBox() : Boolean{  return (model.clientModel.selectedClient.contacts.length > 0);}It doesn't keep changing the visibility state whenever a client
changes, as it does with what I have in the first example. Any ideahow I can make this work, so that I can clear up my MXML?Brennan--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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] Localizing application

2006-09-12 Thread Johannes Nel



you need to dispatch that event manuallyOn 9/11/06, Daniel Wabyick <[EMAIL PROTECTED]> wrote:
Hey João,Thanks for the code sample ... Very helpful. In particular, I like howyou bind the a function to an event, I was trying to figure out how todo that ... I like it how it magically adds the class in as an event
listener.[Bindable(event="languageChange")]public function getString( key : String ) : String{var value : String = activeLanguage.languageKeyValues[ key ];
if ( value == null ){throw
new Error( "No value in languange bundle for key "+ key );}return value;}}Best,-DanielJoão Fernandes wrote:>> Diego, take a look here
>> http://weblogs.macromedia.com/arayne/archives/2006/08/internationalis.cfm#mo> <
http://weblogs.macromedia.com/arayne/archives/2006/08/internationalis.cfm#mo>> re>> João Fernandes>> -Original Message-> From: 
flexcoders@yahoogroups.com flexcoders%40yahoogroups.com>> [mailto:flexcoders@yahoogroups.com> flexcoders%40yahoogroups.com>] On> Behalf Of Diego Guebel> Sent: segunda-feira, 11 de Setembro de 2006 3:50> To: Flex coders> Subject: [flexcoders] Localizing application
>> Hi there,> Based on the flex documentation I have to compile one swf per each> language, is that right?> I'd like to be able to switch between languages during runtime. isn't> that
> possible?> Thanks, Diego.>> --> 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 ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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 
   
 

  




__,_._,___



[flexcoders] Re: cf query, xml & flex tre

2006-09-12 Thread bhaq1972
can you show us a dump (trace) of your cfquery returned object.

...doesn't have to be the whole thing just the main bits.


--- In flexcoders@yahoogroups.com, "Paul Hastings" 
<[EMAIL PROTECTED]> wrote:
>
> On 9/12/06, bhaq1972 <[EMAIL PROTECTED]> wrote:
> 
> thanks for the reply.
> 
> >  eg
> >  var xml1:XML = new XML(yourcfquery_returnedobject);
> >  then do
> >  var xc3:XMLListCollection = new XMLListCollection(xml1.children
());
> 
> unfortunately xc3.length() is showing 0. i *know* the data's 
there. i
> wonder if the gateway's doing something funky because the data is 
in a
> cfquery? wonder if anyone else has returned complex objects in a
> cfquery to flex?
> 
> >  (n.b. in your case the xmllistcollection data might not be 
based on
> >  the children of the xml as i have shown)
> 
> not quite following this.
> 
> thanks again.
>







--
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: Need help using XML files without embedding them in SWF

2006-09-12 Thread e_baggg
Yes, the URLLoader class is what you need.

--- In flexcoders@yahoogroups.com, "greggohlke" <[EMAIL PROTECTED]> wrote:
>
> Right now I use several XML files in my Flex 2 app and they are being 
> embedded in the SWF file. I define them in an  tag like this:
> 
>  source="../xml/site_configs/inboxConfig.xml"/>
> 
> As you can see by the relative pathing the files are in the same file 
> structure as the final SWF. How can I decouple these files so they are 
> not embedded in the swf but are read at runtime? Since they are config 
> files it would be useful to change them without having to recompile 
> the app to get them re-embedded. Should I be using a URLLoader or 
> HTTPService instead?
>







--
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: Error #2032 HTTPS IE only

2006-09-12 Thread Kumaran Nallore












If you are testing with self-signed
certificates, ensure that the 
property is set to true in proxy-config.xml.

 

Another thing to try is to add the
following to the properties section of the SecureHTTPChannel:

 

false

 

HTH

Kumaran

 

 









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dave Wolf
Sent: Sunday, September 10, 2006
9:18 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Error
#2032 HTTPS IE only



 







The simpliest way to test if that is the issue is to
connect to some
other resource, say a simple HTML page via HTTPS and see if you
connect cleanly. 

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

Email: [EMAIL PROTECTED]stems.com
Office: 866-CYNERGY

--- In [EMAIL PROTECTED]ups.com,
"Matt Chotin"
<[EMAIL PROTECTED]> wrote:
>
> It might be a problem with a self-signed certificate. You may need to
> update your computer to accept self-signed without prompting (I don't
> remember how to do that at the moment). If this isn't set no prompt
> will appear but no connection to the HTTPS destination will work either.
> 
> 
> 
> Matt
> 
> 
> 
> 
> 
> From: [EMAIL PROTECTED]ups.com
[mailto:[EMAIL PROTECTED]ups.com]
On
> Behalf Of vitopn
> Sent: Thursday, September 07, 2006 6:07 PM
> To: [EMAIL PROTECTED]ups.com
> Subject: [flexcoders] Error #2032 HTTPS IE only
> 
> 
> 
> I am unable to get the SecureHTTPChannel to work in IE. In particular
> I'm trying to use the channel to connect to a set of dataservice
> destinations. I've experimented with my own client as well as with the
> flexcab sample.
> 
> 
> 
> This is the error I get:
> 
> [RPC Fault faultString="Send failed"
> faultCode="Client.Error.MessageSend" faultDetail="Channel.Ping.Failed
> error [IOErrorEvent type="ioError" bubbles=false
cancelable=false
> eventPhase=2 text="Error #2032: Stream Error. URL:
> https://localhost:8443/samples/messagebroker/httpsecure
> 
"]"]
> at
> mx.data::ConcreteDataService/http://www.adobe.com/2006/flex/mx/internal:
> :dispatchFaultEvent()
> at ::DataListRequestResponder/fault()
> at mx.rpc::AsyncRequest/fault()
> at mx.messaging::ChannelSet/::faultPendingSends()
> at mx.messaging::ChannelSet/channelFaultHandler()
> at
> flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEven
> tFunction()
> at flash.events::EventDispatcher/dispatchEvent()
> at mx.messaging::Channel/mx.messaging:Channel::connectFailed()
> at
> mx.messaging.channels::PollingChannel/mx.messaging.channels:PollingChann
> el::connectFailed()
> at mx.messaging.channels::HTTPChannel/::pingErrorHandler()
> at ::ChannelRequestLoader/::callEventCallback()
> at ::ChannelRequestLoader/::ioErrorHandler()
> at
> flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEven
> tFunction()
> at flash.events::EventDispatcher/dispatchEvent()
> at flash.net::URLLoader/flash.net:URLLoader::redirectEvent()
> 
> In each case all works well in firefox and IE works if I am using
> HTTPChannel instead of the SecureHTTPCHannel.
> 
> 
> 
> I have tried using a self generated certificate and a trial certificate
> from verisign. For each certificate I also added the required
> certificate to the CertificateAuthorities store so that I did not get
> any warnings in the browser. 
> 
> 
> 
> Is this a problem with self generated or trial certificates?
> 
> 
> 
> Any information would be appreciated.
> 
> 
> 
> Cheers,
> 
> -Vito
>






__._,_.___





--
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: EDI Applications - with Flex as the Front-End

2006-09-12 Thread Dave Wolf
We have a ton of experience in EDI across a variety of verticals
(manufacturing, order entry, healthcare, etc).

I am not sure what experience you are looking for here.  I can tell
you that "jumping into" EDI is a daunting process.  There are decades
and decades of history here, dozens of standards (if you can call many
of them even standards) and a bit of voodoo black magic.  

The good news is that any vendor the size of Walmart already has an
EDIT infrastructure, a translator/mapper, a gateway, a broker, etc.  I
have to assume you are doing RIA development?  If done right,
(separation of concerns, SBA etc) you should find yourself very
insulated from the EDI infrastructure.

What is the project?  How involved in the back-end EDI infrastructure
will you be?

As I said, we have a *bunch* of experience with EDI and EAI in
general. (I was the lead Product Manager for B2B and EAI at Microsoft,
so I know a schooch about EDI myself!)  Drop me a line if you need
some guidance.

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

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY

--- In flexcoders@yahoogroups.com, "Mike Anderson" <[EMAIL PROTECTED]> wrote:
>
> Hello All,
> 
> We just finalized our relationship with Wal-Mart - and if anybody on
> this list knows, working with Wal-Mart as a Vendor is "EDI or Bust".
> They are extremely strict regarding how they do business with their
> vendors, and getting an EDI Application running ASAP, can stress out
> even the most seasoned IT Professionals.
> 
> I am vaguely familiar with the EDI Standard (and there are many flavors
> out there), and I do also understand that there is much homework to be
> done on my end, before I can forge ahead with this project.
> 
> With that said, I would love to get a jumpstart on this - so if anybody
> could chime in on this thread, and offer any experiences or resources
> they have on this topic, I would be eternally grateful.
> 
> Thanks in advance, for anything you can offer -
> 
> Mike
>






--
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: EDI Applications - with Flex as the Front-End

2006-09-12 Thread Dave Wolf
Oh, it is also worth noting we are also currently developing a RIA
which is the front end to a very large healthcare EDI infrastructure
as well as doing the back-end development for that project.

Breathing new life into "old" technology.  Love it.

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

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY








--
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] Lost commit on data source with polling AMF

2006-09-12 Thread Kornelius . Elstner

Hi All

we have ancountered an issue with a datasource which has autocommit and
automerge turned on and uses an AMF channel with polling.

The issue arises from the following sequence of operation:

- Client 1 updates an item on the datasource, the change is committed to
the data source
- Client 2 updates the same item on the datasource
- Client 2 has *not* yet received the change made by Client 1 and thus
initiates a commit
- The Assembler detects that the item Client 2 is trying to change was
modified since its last merge and therefore throws a
DataSyncException(ChangeObject, Object) [Object is fetched from the
database when the conflict is detected]
- As a result of the exception Client 2's conflict handler is invoked, this
brings up a conflict resolution dialog where Client 2's user selects to use
their own [Conflict.acceptClient()]
- All seems well, but unfortunately Client 2's change is never committed to
the data source.
- Then the conflict is presented to the user for a second time - this
appears to be due to the fact that Client 2 polls the server and tries to
merge in Client 1's change.
- Client 2's user again selects to use their own change
[Conflict.acceptClient()]. The change is still not committed to the data
source

Has anybody else come across this problem? If so, how did you work around
it?

Note that we tried to force a commit after resolving all the conflicts, but
that didn't solve the problem: although Client 2's change gets committed to
the data source, it still receives and merges in Client 1's change and
therefore it displays the wrong data.

Kornelius Elstner



--
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] defaulting the cursor in a text input

2006-09-12 Thread Clint Tredway
Using setFocus() is only focusing the text input, what is the syntax
to get the cursor to show up when the form loads?

-- 
diabetic? http://www.diabetesforums.com
Albert Einstein - "It's not that I'm so smart, it's just that I stay
with problems longer."


--
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] Can somebody do a tutorial on UI design?

2006-09-12 Thread Ralf Bokelberg
What about the flex store? Andy updated it recently to the latest
version of Flex and Cairngorm. I'm not sure though, where to find it.
Maybe at labs.adobe.com? If you search the mailing list about flex
store, you should be able to find it.

Cheers,
Ralf.

On 9/12/06, Xiaobin Liu <[EMAIL PROTECTED]> wrote:
> Hi,
>
> The flex 2 ˇ°getting startedˇ±, gives tutorials on simple and advanced UI
> design examples, however, the UI they referred to are just one or two
> controls putting together. Can somebody do a tutorial on UI design more
> deeply? Say, with header, advert space, footer, email functions available, I
> mean, for example, a virtue small company website, etc.
>
> Thank you, and good wish for flex!
>
> ?
>
> Lewis
>
>
> --
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.1.405 / Virus Database: 268.12.3/445 - Release Date: 2006-9-11
>
>
>
>
>
>
> ___
> All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease 
> of use." - PC Magazine
> http://uk.docs.yahoo.com/nowyoucan.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
>
>
>
>
>
>
>
>
>
>
>


-- 
Ralf Bokelberg <[EMAIL PROTECTED]>
Flex & Flash Consultant based in Cologne/Germany


--
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: Passing Const to custom component error

2006-09-12 Thread Tom Ortega



I found the error.  Trying to make the code more legible for the group, I stripped some tags from around the custom tag.  In my orginal post, I had this:            When in reality, I have this:                    The FreedHBox code looks like:http://www.adobe.com/2006/mxml" width="100%" horizontalAlign="center">    That HBox implementation is wrong, because it works just fine if I replace it with HBox.
I replaced that mxml component with a custom as class that extends HBox and it works just fine.StrangeThanks for all your help Bjorn.-Tom2
 
On 9/11/06, Bjorn Schultheiss <[EMAIL PROTECTED]> wrote:













  






I like the idea of using constants and i'm impressed the 
way adobe has used them in the mx framework.
I would be suprised if you cannot use them in setting 
values in mxml.
 
Try an even simpler test.
I'd help more but i'm at work now.
Will be another 10h hours until i get home and back into 
Flex :P
 
Regards,
 
Bjorn 
Schultheiss
Senior Flash 
Developer
QDC 
Technologies
 


From: [EMAIL PROTECTED]
ups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of Tom 
OrtegaSent: Tuesday, 12 September 2006 10:12 AMTo: 
[EMAIL PROTECTED]ups.comSubject: Re: [flexcoders] Re: Passing Const 
to custom component error


Thanks for your help on this.  It's frustrating when "good practices" 
don't work so good.  LOL  -Tom2
On 9/11/06, Bjorn 
Schultheiss < [EMAIL PROTECTED]> 
wrote:

  
  
  
  
  
  
  I doubt 
  it,
   
  try debug 
  it in here
  
   
  > http://www.adobe.com/2006/mxml" 
  width="100%"> height="100%" label="Name" 
  xmlns:components="apps.common.components.*">> 
  > > > > > 
  
   
   
  
  I'll 
  run another test when i get home and get it 
  working.
   
  Regards,
   
  Bjorn 
  Schultheiss
  Senior Flash 
  Developer
  QDC 
  Technologies
   
  
  
  From: [EMAIL PROTECTED]ups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of 
  Tom OrtegaSent: Tuesday, 12 September 2006 12:09 
  AMTo: [EMAIL PROTECTED]ups.comSubject: Re: [flexcoders] Re: Passing 
  Const to custom component error
  
  
  
  I wish badly that you were correct, but alas, I fear not.I replaced 
  components with freedCom for both the namespace and directory names.  
  Compiled and passing a const into the FreedTextLabel still results in a null 
  value, while passing in a plain string value of "Name" works.  Even 
  passing a binding to a variable such as ls="{someVar}" where someVar is set to 
  the const will result in a null value being displayed. I did a bit of 
  debugging though and discovered this.  If I pass it a simple string 
  value, the setter gets fired.  If I pass it a reference to a var or 
  const, the setter doesn't fire.  Maybe the var reference doesn't register 
  as a true value assignment and thus doesn't fire/trigger the setter? 
  -Tom2
  On 9/11/06, bjorn.schultheiss <[EMAIL PROTECTED] 
> wrote: 
  




It's te components namespace you set in the component.The compiler 
doesn't like xmlns:components="apps.common.components.*"not 
sure why, perhaps components is a reserved word?!?Using getters and 
setters is good practice for use within components.Overall the code 
is fine.
--- In flexcoders@yahoogroups.com, "Tom Ortega" 
<[EMAIL PROTECTED]> wrote:>> I have this 
class:> package apps.common.asFiles> {> public 
class ScreenLabelConstants> {> public static const 
NAMEINFO_LABEL:String = "Name";> }> }> > I 
have this code in my app:> http://www.adobe.com/2006/mxml" 
width="100%"> height="100%" label="Name" 
xmlns:components="apps.common.components.*">> 
> > 
> > 
> 
> > The FreedTextLabel has this:> 
> http://www.adobe.com/2006/mxml "> 
creationComplete="initFunc()" borderThickness="1" cornerRadius="0"> 
shadowDistance="0" width="80%">> > 
> > 
> 
> > > The problem is that it won't 
work. No data gets passed to my custom> component. Why is that? Is it 
because my app is binding the var to> constant value? Or because I'm 
using a setter/getter on the varreceiving> the reference?> 
> Thanks,> Tom2>


  
  
  
  


  















__._,_.___





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

Re: [flexcoders] EDI Applications - with Flex as the Front-End

2006-09-12 Thread Adam Dorritie
On 9/12/06, Mike Anderson <[EMAIL PROTECTED]> wrote:

>  I am vaguely familiar with the EDI Standard (and there are many flavors
>  out there), and I do also understand that there is much homework to be
>  done on my end, before I can forge ahead with this project.
>
>  With that said, I would love to get a jumpstart on this - so if anybody
>  could chime in on this thread, and offer any experiences or resources
>  they have on this topic, I would be eternally grateful.

Eternal gratitude is too good to pass up :)  Please note that it's
been 6 years since I did any EDI work, so company names may have
changed, etc.

Some suggestions:
1) See if Wal-Mart offers any kind of training for vendors on EDI.
Sometimes the larger operations have vendor eduction programs
available.

2) Get a good begginner's book for an EDI overview.  I used Electronic
commerce with EDI by Robert Sullivan, but I have no idea if the book
is still in print (got it 7-8 years ago).

3) Chances are WM only requires you to use one EDI standard, (ASC)
X12.  You probably don't have to worry about others like UN/EDIFACT -
Other places, or EIAJ - Japan unless you want to make a complete
solution.

4) I don't know what your volume is like, so I'm not sure about which
tools you might want.  My experience was in a high-volume environment
($billions, 1000's of partners) and we had a set of customized and
off-the-shelf solutions.  I'm not familiar with Wal-Mart's setup, but
I would expect that you will have to sign up with a VAN (Value Added
Network) which essentially gives you mailbox-style connectivity with
other VAN users.  GXS is the one that comes to mind first, although I
know we used another as well.  WM may have a VAN you are required to
join up with.  Direct transmission of EDI data is also possible, so
check with WM to be sure.

You may also need/want to look into some mapping software, depending
on your volume, source data formats, and desire to process incoming
EDI data into another format.  Mapping products basically provide
format translation of data to/from EDI formats.  I know that we used a
couple, AI (Application Integrator) from GXS and a product called
EDITRAN (which I would bet no longer sells).

Hope that a little of this rambling helps.

Adam


--
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] Can somebody do a tutorial on UI design?

2006-09-12 Thread Xiaobin Liu
Hi,

The flex 2 ˇ°getting startedˇ±, gives tutorials on simple and advanced UI
design examples, however, the UI they referred to are just one or two
controls putting together. Can somebody do a tutorial on UI design more
deeply? Say, with header, advert space, footer, email functions available, I
mean, for example, a virtue small company website, etc.

Thank you, and good wish for flex!

?

Lewis


-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.12.3/445 - Release Date: 2006-9-11
 





___ 
All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease 
of use." - PC Magazine 
http://uk.docs.yahoo.com/nowyoucan.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

<*> 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] Cairngorm: Switching between BusinessDelegates

2006-09-12 Thread Christophe Herreman
Hi guys,

we are developing an application that has login functionality. Depending 
on the "context" (offline, online, ...) the application runs in, we 
would like to switch between local file io and online database access 
via remoting or webservices to read and write the user data.

I was thinking were the best place would be to put the switch mechanism.

My thought: We would have a LoginCommand that calls a business delegate 
(let's call it AuthenticationDelegate) to talk to the remote services, 
web services or the local file system. The command doesn"t create a 
specific business delegate but gets it from a configured locater or even 
a factory that tries to look up the context. The command receives a 
IAuthenticationDelegate instance which would be a specific 
implementation of WebserviceAuthenticationDelegate, 
RemotingAuthenticationDelegate or LocalAuthenticationDelegate.

Does this seem like a good solution to you guys, would you place the 
switch elsewhere or is the idea bad altogether?
If it is a good idea, how would the command receive an instance?

thx for your time,
Christophe


--
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] Cairngorm: Switching between BusinessDelegates

2006-09-12 Thread herrodius
Hi guys,

we are developing an application that has login functionality.
Depending on the "context" (offline, online, ...) the application runs
in, we would like to switch between local file io and online database
access via remoting or webservices to read and write the user data.

I was thinking were the best place would be to put the switch mechanism.

My thought: We would have a LoginCommand that calls a business
delegate (let's call it AuthenticationDelegate) to talk to the remote
services, web services or the local file system. The command doesn"t
create a specific business delegate but gets it from a configured
locater or even a factory that tries to look up the context. The
command receives a IAuthenticationDelegate instance which would be a
specific implementation of WebserviceAuthenticationDelegate,
RemotingAuthenticationDelegate or LocalAuthenticationDelegate.

Does this seem like a good solution to you guys, would you place the
switch elsewhere or is the idea bad altogether?
If it is a good idea, how would the command receive an instance?

thx for your time,
Christophe





--
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: Datagrid with a dropdown column!

2006-09-12 Thread sahay17
Hi Joan,
Thanks for the reply. It was really helpful.But the problem now is 
that the datagridcolumn rating is picking 'b' or 'i' or 'e' from the 
array collection and now I have to map 'b' to 'beginner' in the 
combobox. Similary I have to map 'i' to 'intermediate' in combobox 
and similary I have to map 'e' to 'expert' in combobox. How to get on 
with it? 


--- In flexcoders@yahoogroups.com, "Joan Lafferty" <[EMAIL PROTECTED]> wrote:
>
> Anurag,
> 
>  
> 
> Yes, as someone pointed out before, you can use a custom 
itemRenderer.
> Yours would look something like the code provided below. Notice 
that if
> you want the ComboBox to be editable, you should specify that
> renderIsEditor="true" and specify the editorDataField.
> 
>  
> 
>  sortableColumns="true" dataProvider="{_model}" editable="true">
> 
> 
>  dataField="skillName" editable="false"/> 
> 
>  dataField="ratingId" rendererIsEditor
> 
 
orn/LangRef/mx/controls/dataGridClasses/DataGridColumn.html#rendererIs
Ed
> itor> ="true" editorDataField="selectedItem" >
> 
> 
> 
> 
> 
>  
> 
>   
> 
> beginner
> 
> intermediate
> 
> expert
> 
>   
> 
> 
> 
>  
> 
>   
> 
>  
> 
> 
> 
> 
> 
>  
> 
> Joan
> 
> 
> 
> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
> Behalf Of sahay17
> Sent: Monday, September 11, 2006 2:38 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Datagrid with a dropdown column!
> 
>  
> 
> Hi all,
> I am having a datagrid "skillDG" with 2 datagridcolumn 
as "skillName" 
> and "ratingId" which is picking data from arraycollection.
> 
>  sortableColumns="true" dataProvider="{_model}" editable="true">
> 
> 
>  dataField="skillName" editable="false"/> 
> 
>  dataField="ratingId" /> 
> 
> 
> 
> 
> 
> But now i want that my datafieldcolumn "ratingId" to be a dropdown 
> with skills namely beginner,intermediate and expert. Is it possible?
> 
> Thanks and Regards,
> Anurag.
>






--
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: cf query, xml & flex tre

2006-09-12 Thread Paul Hastings
On 9/12/06, bhaq1972 <[EMAIL PROTECTED]> wrote:

thanks for the reply.

>  eg
>  var xml1:XML = new XML(yourcfquery_returnedobject);
>  then do
>  var xc3:XMLListCollection = new XMLListCollection(xml1.children());

unfortunately xc3.length() is showing 0. i *know* the data's there. i
wonder if the gateway's doing something funky because the data is in a
cfquery? wonder if anyone else has returned complex objects in a
cfquery to flex?

>  (n.b. in your case the xmllistcollection data might not be based on
>  the children of the xml as i have shown)

not quite following this.

thanks again.


--
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: cf query, xml & flex tree

2006-09-12 Thread bhaq1972
just an idea.
take the object returned from your cfquery and make an XML object out 
of it.

eg
var xml1:XML = new XML(yourcfquery_returnedobject);
then do
var xc3:XMLListCollection = new XMLListCollection(xml1.children());

(n.b. in your case the xmllistcollection data might not be based on 
the children of the xml as i have shown)

regards
bod

--- In flexcoders@yahoogroups.com, "Paul Hastings" <[EMAIL PROTECTED]> 
wrote:
>
> i'm successfully returning a cfquery to flex. i can get at all of the
> columns in the query save one, a columns containing a gob of xml.
> whatever data type i try to cast it as (ArrayCollection,
> XMLList,XMLListCollection, etc.) flex refuses to do the conversion. 
in
> the debugger it shows up as an "Object". i don't even know where to
> begin using an xml "Object".
> 
> the xml is correctly formatted as i can use it inline in flex w/out
> any problem. if i dump the event headers, the xml data is all there.
> since beating my head against the monitor doesn't seem to help, i'd
> thought i'd ask here again. any ideas on how to handle this issue?
> 
> thanks.
>






--
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] cf query, xml & flex tree

2006-09-12 Thread Paul Hastings
i'm successfully returning a cfquery to flex. i can get at all of the
columns in the query save one, a columns containing a gob of xml.
whatever data type i try to cast it as (ArrayCollection,
XMLList,XMLListCollection, etc.) flex refuses to do the conversion. in
the debugger it shows up as an "Object". i don't even know where to
begin using an xml "Object".

the xml is correctly formatted as i can use it inline in flex w/out
any problem. if i dump the event headers, the xml data is all there.
since beating my head against the monitor doesn't seem to help, i'd
thought i'd ask here again. any ideas on how to handle this issue?

thanks.


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