Re: [flexcoders] FLEX Licenses for sale - FLEX 2.0 Enterprise upgrade included

2005-10-11 Thread Tyler Fitch



IIRC,
 
Gold _support_ is different from a subscription.
 
Gold support means you can can call MACR if something is going wrong (or appears to be going wrong) with the Flex server and they'll assign a tech to help you out for 'free'.  No incident charge necessary.  Your Gold support is essentially pre-paying for this.

 
Support is different from a subscription.  Subscription means that you get new versions of the software as long as your subscription is active.
 
Maybe they sound too much alike, but I didn't write the dictionary. So you have to think about it for a minute, are we talking about Support or Subscriptions?
 
In this case I believe we're talking about subscriptions.
 
Cheers,
 
t 
On 10/11/05, João Fernandes <[EMAIL PROTECTED]> wrote:
But if its a 6 month gold subscription... do you think in 6 months we'll have flex 2 ready to go?Macromedia has not announced a release date so...
João FernandesSecção de DesenvolvimentoDepartamento de Informática-Original Message-_javascript_:SetCmd(cmdSend);SendFrom: flexcoders@yahoogroups.com
 on behalf of Tyler FitchSent: Tue 11-Oct-05 11:31 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] FLEX Licenses for sale - FLEX 2.0 Enterprise upgrade included
I believe this would be because most people bought a Flex server with asubscription.The subscription includes all future updates for a certain period of time.I don't recall if it is 1 year or 2 years by default.
So if a new Flex server is announced, I bet it is less than a year awayfrom market. Thus, a subscription would cover the new version. Thereforethis person is technically selling the Flex 2.0 Enterprise _upgrade_ that is
included with most current Flex server purchases. They can't keep theupgrade once they sell the original software.HTH,tOn 10/11/05, João Fernandes <[EMAIL PROTECTED]
> wrote:>> hummm,> how could anyone have flex enterprise upgrade included if it's in alpha> stage? no pricing will be defined in a short term i'm quite sure.>> João Fernandes
> Secção de Desenvolvimento> Departamento de Informática>>> -Original Message-> From: flexcoders@yahoogroups.com on behalf of Fernando Lobos
> Sent: Tue 11-Oct-05 10:26 PM> To: flexcoders@yahoogroups.com> Subject: Re: [flexcoders] FLEX Licenses for sale - FLEX 2.0 Enterprise> upgrade included
>> >> On 10/11/05, Alex & Alex <[EMAIL PROTECTED]> wrote:> >> > Please contact me (alex49080 @ 
yahoo.com  <> http://yahoo.com/>) for pricing.> >> > Included is also 6 months of FLEX GOLD Support from MM.
> >> > Thanks,> > Alex> >> >> >> >> >> > --> > Flexcoders Mailing List> > FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt> > Search Archives:> http://www.mail-archive.com/flexcoders%40yahoogroups.com
> >> >> > --> > YAHOO! GROUPS LINKS> >> >> > - Visit your group "flexcoders<
http://groups.yahoo.com/group/flexcoders> >"> > on the web.> > - To unsubscribe from this group, send an email to:> > 
[EMAIL PROTECTED]<> [EMAIL PROTECTED]<
http://[EMAIL PROTECTED]>> >> > - Your use of Yahoo! Groups is subject to the Yahoo! Terms of> > Service <
http://docs.yahoo.com/info/terms/>.> >> >> > --> >> --> Flexcoders Mailing List> FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links>> Yahoo! Groups Sponsor ~-->Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM~->--
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/
<*> 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 Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Re: Authorization and Personalization

2005-10-11 Thread Dave Wolf
As for getting access to the users current role thats pretty simple as
a service.  We do personalization of features in many of our
applications (including LifeCoach for example, a MAX award finalist)
by having services return enabled, disabled, and skinned features.

None of this is "built in".  Its all part of your application design,
however Flex can seamlessly and transparantly plug into J2EE security
including authentication and authorization.  We do this religously.


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

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY x




--- In flexcoders@yahoogroups.com, "Abdul Qabiz" <[EMAIL PROTECTED]> wrote:
>
> Hi,
> 
> By different UI, do you mean layout of UI changes or only
> color-scheme/text etc changes?
>  
> You can easily implement both of above in Flex. Macromedia Flex provides
> lots of layout components and easier custom component development
> approach. 
>  
> You can change color/theme of components on runtime using CSS. If you
> want to change the layout of application f.ex. to show some panels for
> special users then you have to write the business logic. But it is easy
> to do. 
>  
> Check out some of the existing RIA frameworks like Cairngorm, ARP. They
> can make things easier for larger projects but for smaller size
> projects, you can just do it with couple of mxml files(main application
> + custom components).
>  
> You can also use Flex Tag lib in JSP for more server-side control. But,
> IMO, your requirement can be fulfilled with simple MXML files itself.
>  
> -abdul
> 
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Richard Rodseth
> Sent: Tuesday, October 11, 2005 3:58 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Authorization and Personalization
> 
> 
> Hi 
> 
> I'm new to Flex. I'm wondering if there is any sample code showing
> personalization of Flex apps (i.e. different UI for different users).
> Are people using JSP to generate alternate MXML or some other pattern
> where the client side checks user roles?
> 
> Thanks
> - Richard
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> 
> 
> 
> 
> SPONSORED LINKS 
> Web site design development
>  site+design+development&w2=Computer+software+development&w3=Software+des
> ign+and+development&w4=Macromedia+flex&w5=Software+development+best+prac
> tice&c=5&s=166&.sig=L-4QTvxB_quFDtMyhrQaHQ>   Computer software
> development
>  b+site+design+development&w2=Computer+software+development&w3=Software+d
> esign+and+development&w4=Macromedia+flex&w5=Software+development+best+pr
> actice&c=5&s=166&.sig=lvQjSRfQDfWudJSe1lLjHw> Software design and
> development
>  Web+site+design+development&w2=Computer+software+development&w3=Software
> +design+and+development&w4=Macromedia+flex&w5=Software+development+best+
> practice&c=5&s=166&.sig=1pMBCdo3DsJbuU9AEmO1oQ>   
> Macromedia flex
>  development&w2=Computer+software+development&w3=Software+design+and+deve
> lopment&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=1
> 66&.sig=OO6nPIrz7_EpZI36cYzBjw>   Software development best
> practice
>  w1=Web+site+design+development&w2=Computer+software+development&w3=Softw
> are+design+and+development&w4=Macromedia+flex&w5=Software+development+be
> st+practice&c=5&s=166&.sig=f89quyyulIDsnABLD6IXIw>
> 
> 
> 
> YAHOO! GROUPS LINKS 
> 
> 
>   
> *  Visit your group "flexcoders
>  " on the web.
> 
> *  To unsubscribe from this group, send an email to:
>[EMAIL PROTECTED]
>  
> 
> *  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service  . 
> 
> 
> 
>






 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

<*> To unsubscribe from th

Re: [flexcoders] Re: WebServices via ActionScript

2005-10-11 Thread JesterXL
I don't code bytecode, I code AS & MXML.  I don't really care what it 
becomes at runtime, I just want to code it faster, better, and cooler than I 
have in the past.  So far, so good.

LayoutManager?  Dude, it was referenced in the v2 component framework for 
Flash, but it didn't exist.  Who was I to know I was a furry rodent/Flash 
Developer guinea pig for you guys?  Seriously, yeah, it woulda been nice. 
FLOW for Flash and REX for MXML now exist, but I want it at design time as 
well, not just runtime.

If they think  is just another implementation of XUL, I say we keep 
quiet.

Naw, it's cool, this thread doesn't have my name on it, and I welcome 
dialogue about code since Flashcoders n' Friends email lists are down since 
Sunday night, and I haven't gotten my email list dosage since last Friday; 
nic'n pretty bad.

Bottom line, Flash developers who "get it" dig MXML because they no longer 
have to write GUI code.

I think incoming dev's dig AS2 and definately AS3, at least to prove we meet 
"standards", and see how easy it is to plug their stuff into the client in a 
multitude of ways.

I think the weirdo web developers Macromedia keeps insisting on being nice & 
inviting too will see the plethora of API's with the familiar 
HTML/CSS/JavaScript development paradigm, and go "Wow, that goes great with 
my AJAX!" after that Web 2.0 stint.

Something for everyone.  I do admit, however, good practices are extremely 
hard to see... at least for me.  I loathe HTML/JavaScript anything, so I 
don't really have any experience in that realm to really say what is a good 
mixture of MXML/CSS/AS.. but I do know what's decent AS.  Complicate that 
even further in that I'm more pragmatic than most developers because my 
deadlines are made by those who invest heavely in their crack smoking 
habits.

Either way, something for everyone, and stock up on your caffeine as the 
Flash developers flood here after they play with the Zorn alpha the 17th.  I 
tried to setup a n00b list, as did someone else on here, but it's too late 
now... brace for impact!

- Original Message - 
From: "Dave Wolf" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, October 11, 2005 10:57 PM
Subject: [flexcoders] Re: WebServices via ActionScript


I agree with what youre saying.  Although one might argue a nice OO
layout manager in AS might have solved those issues too.  I mean
net-net Flex components just become AS code at compile time

I am just cautioning given an amazingly good model for how things can
go wrong in j2EE to not miss the forest for the trees.  I bet you
might be shocked how many folks who read this forum didnt actually
realize that an  actually gets precompiled into AS when your
request the MXML.

Clearly a good application is going to require a mixture of tags and
AS.  The risk is that you will find when pressed, folks like to "run
home to momma".  If they are AS folks, and the going gets tough, they
will write lots of AS.  If they are newbies, they will flounder
wondering why MX tags dont do everything.

Next you add in enterprise class services, and its pure confusion time.

I think the whole goal of a public forum is as much about education as
answers.

I think it becomes pretty clear who gets it and who doesnt.  Our goal
is to help those that dont, do.

I have now hijacked a hijacked thread!  Back to your originally
scheduled presentation.

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

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY x

--- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote:
>
> Because, doing GUI code in Flash sux.  Dare you to use Flash for 6
years
> doing GUI development, and THEN ask the same questions.
>
> You can do layout in Flash via dragging form elements, but:
> 1. you run into initialization challenges which complicate your
coding &
> elongate debugging
> 2. layout changes break existing code
> 3. preventing #1, and allowing for more fluid positioning of
components, you
> create things dynamically.  Suddenly you're doing layout with
code...???
> "Nope... needs to come over 4 pixels, let me recompile."  Huh?
Photoshop
> users would blow their brains out... I just use beer to compensate.
 3 weeks
> out of a 2 month project is spent writing & tweaking draw and size
> functions...wtf?  And you still cannot justify Flex's cost to
benefit ratio?
>
> I've heard the same analogy talking to a Java developer I used to
work with,
> about how JSP tags weren't ever really used a lot, and people ended
up just
> coding the things anyway.
>
> However, Flex has something JSP does not: the capability to do a
good GUI,
> one that is rich, interactive, stateful, integrates easily with the
backend,
> and makes AJAX look like the hack it is.
>
> I don't really share your concerns, though.  When I first started
coding
> Flex, I thought the concept of using tags was disgusting.  I came
from a
> Flash background, not an Enterprise, JSP one.  However

RE: [flexcoders] Hiding a datgrid column

2005-10-11 Thread Abdul Qabiz
Performance wise, removing the DataGrid column, as Deepa showed, might
be relatively more efficient. Where as having column with zero-width
might still take memory..


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tracy Spratt
Sent: Tuesday, October 11, 2005 5:24 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Hiding a datgrid column

As I recall, setting a column's width to zero works pretty well for
hiding it.  I haven't tried this recently.

Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Deepa Subramaniam
Sent: Tuesday, October 11, 2005 6:54 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Hiding a datgrid column

Yes - You would want to do listen to your checkbox's click event and
then programmatically add or remove columns by using the API provided by
the DataGrid component. 

Below is something very simple and not too reusable, but you get the
point..


import mx.controls.gridclasses.*;

var dp:Array = [{label:"label1", data:"data", bool:true},
{label:"label2", data:"data", bool:true}, {label:"label3", data:"data",
bool:false}, {label:"label4", data:"data", bool:false}];

public function changeDGCols(e):Void
{
if (e.target.selected)
{
var col:Object = new DataGridColumn("bool");
dg.addColumnAt(0, col);
}
if (!e.target.selected)
{
dg.removeColumnAt(0);
}
}










-deepa

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of yaagcur
Sent: Tuesday, October 11, 2005 2:20 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Hiding a datgrid column

Is there any wasy that a user can determine which columns are shown
in a datagrid via, say, a check box control






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



 






 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






RE: [flexcoders] Authorization and Personalization

2005-10-11 Thread Abdul Qabiz





Hi,
By different UI, do you mean layout of UI changes or only color-scheme/text etc changes?
 
You can easily implement both of above in Flex. Macromedia 
Flex provides lots of layout components and easier custom component 
development approach. 
 
You can change color/theme of components on runtime using 
CSS. If you want to change the layout of application f.ex. to show some panels 
for special users then you have to write the business logic. But it is easy to 
do. 
 
Check out some of the existing RIA frameworks like 
Cairngorm, ARP. They can make things easier for larger projects but for smaller 
size projects, you can just do it with couple of mxml files(main 
application + custom components).
 
You can also use Flex Tag lib in JSP for more server-side 
control. But, IMO, your requirement can be fulfilled with simple MXML files 
itself.
 
-abdul


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Richard 
RodsethSent: Tuesday, October 11, 2005 3:58 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Authorization and 
Personalization
Hi I'm new to Flex. I'm wondering if there is any sample code 
showing personalization of Flex apps (i.e. different UI for different users). 
Are people using JSP to generate alternate MXML or some other pattern where the 
client side checks user roles?Thanks- Richard





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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









RE: [flexcoders] Web Services: Request/Response implements version...

2005-10-11 Thread Matt Chotin










I think there’s probably another error
and we just happen to be blowing up in the wrong section and giving you
something bogus.  I’d turn on proxy debugging and see what the debug
output looks like.

 

Matt

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of charlespaz1
Sent: Tuesday, October 11, 2005
6:16 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Web
Services: Request/Response implements version...



 

I've created a CFC to provide a Web Service and it works on one server
but not on a second one.  While the component
works properly with
Cfinvoke, with Flex the error I get is:

Request implements version: http://schemas.xmlsoap.org/soap/envelope/
Response implements version: undefined

What could cause this and why would it work on one
server but not
another (Identical configuration: RHEL AS4,
Apache, Flex on Tomcat
5.5.9, ColdFusionMX on 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



   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] Reading the displayed value in a DataGrid - How to

2005-10-11 Thread Matt Chotin










How about something like this?

 

For (var i:Number=0; I <
dg.dataProvider.length; i++)

{

  var cells:Array = [];

  var item:Object =
dg.dataProvider.getItemAt(i);

  for (var c:Number=0; c <
dg.columns.length; c++)

  { 

    var
col:mx.controls.gridclasses.DataGridColumn = dg.getColumnAt( c );

    if (c.labelFunction != undefined)

    {

      cells.push(c.labelFunction(item));

    }

    else

    {

   Cells.push(item[c.columnName]);

    }

  }

  //do something with cells to build your
HTML

}

 

Matt

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED]
Sent: Monday, October 10, 2005
2:32 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Reading the displayed
value in a DataGrid - How to



 

Let me reformulate my question. Usually you can use selectedItem.
columnName   to read the value of a
row/column of a datagrid. This seems to
work fine as shown in the Flex Sample Explorer (
example below).  But how
can you read the value of a computed column that
was added in addition to
the columns returned by the
dataprovider?   When I trace the selectedItem
or getItemAt, I only get the dataprovider data and
nothing else.


    dataProvider="{employeeModel.employee}">
   

   

   

   

   


   

headerText="All"
labelFunction="cocanateAll"/>

   

   

    

    
   

   

   

   

   

   

   

   

   


   

   
 
   




Thanks,
    


   

   


[EMAIL PROTECTED] 
To: flexcoders@yahoogroups.com  


Sent
by: 
cc: 


flexcoders@yahoogroups.com   
Subject:  [flexcoders] Reading the displayed value in a DataGrid - How
to    

10/10/2005 12:45
PM   


Please respond
to 


flexcoders

   

   





I am using labelFunction for a column in a
datagrid. How can I read the
displayed value and not the real value directly
from the dataGrid?

I am also wondering how to get values from the
DataGrid in general. I need
to render the DataGrid to a HTML table, I mean,
read columns and rows from
the dataGrid and have a string with the HTML
syntax. I could not find
anything such as getRow, and then read each
column. So I am selecting each
Row and then using the selectedItem property.

I know that I could use the function executed in
labelFunction to
reproduce the displayed value, but I am actually
trying to extend the
DataGrid class and add a method called
getHTMLString for example. This
would require to be agnostic of whether the column
has a labelFunction or
not.

Any ideas?

Thanks.

---
This e-mail message (including attachments, if
any) is intended for the use
of the individual or entity to which it is
addressed and may contain
information that is privileged, proprietary ,
confidential and exempt from
disclosure.  If you are not the intended recipient,
you are notified that
any dissemination, distribution or copying of this
communication is
strictly prohibited.  If you have received
this communication in error,
please notify the sender and erase this e-mail
message immediately.
---





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












---
This e-mail message (including attachments, if
any) is intended for the use
of the individual or entity to which it is
addressed and may contain
information that is privileged, proprietary ,
confidential and exempt from
disclosure.  If you are not the intended
recipient, you are notified that
any dissemination, distribution or copying of this
communication is
strictly prohibited.  If you have received
this communication in e

RE: [flexcoders] mx:method

2005-10-11 Thread Matt Chotin










1. Multiple means that multiple calls to
the same method are allowed before previous calls have returned.  This is the
default behavior and what you’re generally used to when calling any
method.  We added a few more concurrency values to try to simplify logic if you
really didn’t want to think about the case of “what happens if
someone sends again before the first call returned.”  “single”
means that once a call has gone out no other calls to the same method (off the
same RemoteObject instance) are allowed until the first call returns.  Therefore
you are guaranteed that the result event will only fire for that first call.  “last”
is the opposite, if you call the method multiple times in a row only the last
call will have its result returned in the result event.  However, all calls
will make their way to the server, it’s just the previous calls results
or faults will be ignored.  This is mentioned somewhere in the docs I’m sure,
just search for “concurrency”

 

2. Call remote object A, in the result
handler for A call method B using the return values from A.

 

Matt

 

 

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Aly Sidi
Sent: Monday, October 10, 2005
10:41 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] mx:method



 

quicl question about
mx:method concurrency.
1. what do all the values mean : multiple, single, etci couldnt find
specifc documentation

2. how do call 1 remote object method A that sets some inits, then use the
properties in remote object method B

so A inits hostName and Port and B Executes something based on thos parameters

i know i can wrap it in one function but is there some way to use a singleton
pattern or statics or something...or is this not possible because flex is async
by nature per call??
-aly








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





  




  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] DataGrid Cell Space character!

2005-10-11 Thread Matt Chotin










This seems like a bug, you should file it
(with a code example) at http://www.macromedia.com/go/wish.
 I think like you are hinting at you could probably use the cellEdit event to “undo
the damage.”  You should be able to get the new value by simply reading
the value specified for the item at
myDG.dataProvider.getItemAt(event.itemIndex).

 

Matt

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Sreejith Unnikrishnan
Sent: Friday, October 07, 2005
1:09 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] DataGrid
Cell Space character!



 

In my editable datagrid, if I tab to a new cell (blank cell) and un-tab

from the cell without entering any new data, it
automatically inserts a 
"space character" ...
My datagrid is populated with data of type:Number.

The issue is that when I try to save the edited
data, the service throws 
an error since now the datatype is a String and
not a Number. I used the 
Object Inspector to see the datatype and I can
confirm that the datatype 
of the returned value is indeed a String.

   1. Why does a data that is
type-casted change type automatically?
   2. How can I prevent the space
character from being added automatically

On a parallel note, what is the best way to find the
"newValue" of a 
cell on cellEdit. I did see a "oldValue"
in the docs ...
   
Regards
Sree









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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Re: Focusing cell on datagrid

2005-10-11 Thread Matt Chotin










I’m not sure of the right way to do
this for now but it’d be worth filing as an enhancement request to make
this easy for the next version of Flex.  http://www.macromedia.com/go/wish.

 

Matt

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of thisdudenamedjon
Sent: Friday, October 07, 2005
2:49 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Focusing
cell on datagrid



 

I'm sorry. Let me rephrase my question and make this a little 
simpler. I have an editable datagrid. Whenever the
change event is 
called, I send the dataProvider to a remoteObject
for validation.

What I would like to do is to prevent the user
from editing any other 
cell if the validation finds errors in the
recently edited cell. I 
would like to force the focus to be on invalid
cell until the error 
is corrected.

I'm open to any suggestions on the best way to do
this. Thank you.

Jon

--- In flexcoders@yahoogroups.com,
"bhaq1972" <[EMAIL PROTECTED]> wrote:
>
> I'm not sure if this is what your asking so i
might be wrong
> 
> after you've done your async remote object
call and your focused on 
> a combobox cellrenderer use this code
(untested)
> //maybe in cellFocusIn?
> if(dg.cellEditor.className
=="ComboBox")
> {
>  
dg.cellEditor.addEventListener("open", mx.utils.Delegate.create
> (this, doOpen));
> }
> 
> create a function in your page called do Open
> function doOpen(event)
> {
>   event.target.close();
> }
> 
> so everytime someone opens the combobox cell
renderer, it closes.
> 
> 
> 
> 
> 
> 
> --- In flexcoders@yahoogroups.com,
"thisdudenamedjon" 
> <[EMAIL PROTECTED]> wrote:
> >
> > I have a datagrid with several columns
of cells that are editable 
> and a 
> > custom combobox cell renderer. When a
user edits a cell and 
> leaves, I 
> > pass that entire row to a RemoteObject
to do some validation. If 
> there 
> > are errors, I want to keep that cell
focused until the errors are 
> > corrected. 
> > 
> > Right now, I have implemented this using
my datagrid's change and 
> > cellEdit listeners to simply dispose the
celleditor and set 
> focused 
> > cell to the errored cell. However, with
my combobox, Mm invalid 
> cell 
> > simply loses focus and I am able to
access and change it. I do 
not 
> want 
> > to allow access to this combobox while I
still have an error.
> > 
> > Can someone point me towards a more
elegant solution or something 
> to 
> > force the focus back onto the invalid
cell when I access the 
> combobox.
> > 
> > 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



   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] DW 8 & MXML (code hints)

2005-10-11 Thread Abdul Qabiz





Hi,
 
Dreamweaver 8 doesn't have any special support for MXML. It 
would probably treat MXML as XML.
 
You can use FlexBuilder 1.5 for MXML code hinting and 
more(debugging, network monitor etc).
I 
hope but don't promise that next version of Dreamweaver should support MXML code 
hinting. If there are enough use-cases, DW team 
would want to do it. BTW, I had already placed a request internally but that was 
too late to add any new feature.
 
Can you please tell your workflow? Why do you want to 
edit MXML in Dreamweaver? Do you work on hybrid applications(html + flex + flash 
etc)? 
 
If you provide more information, it makes the case 
stronger and it becomes easier for teams to prioritize the 
work.
 
BTW! FlexBuilder 2 public alpha is about to be 
released, you might want to give it a try. Who knows, you start using it 
only :)
 
-abdul


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of John C. Bland 
IISent: Tuesday, October 11, 2005 4:49 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] DW 8 & MXML (code 
hints)
Anyway to retrofit DW 8 to write MXML or is this a no-no since Flex 
Builder is alive? -- John C. Bland II 





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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Re: WebServices via ActionScript

2005-10-11 Thread Dave Wolf
I agree with what youre saying.  Although one might argue a nice OO
layout manager in AS might have solved those issues too.  I mean
net-net Flex components just become AS code at compile time

I am just cautioning given an amazingly good model for how things can
go wrong in j2EE to not miss the forest for the trees.  I bet you
might be shocked how many folks who read this forum didnt actually
realize that an  actually gets precompiled into AS when your
request the MXML.

Clearly a good application is going to require a mixture of tags and
AS.  The risk is that you will find when pressed, folks like to "run
home to momma".  If they are AS folks, and the going gets tough, they
will write lots of AS.  If they are newbies, they will flounder
wondering why MX tags dont do everything.

Next you add in enterprise class services, and its pure confusion time.

I think the whole goal of a public forum is as much about education as
answers.

I think it becomes pretty clear who gets it and who doesnt.  Our goal
is to help those that dont, do.

I have now hijacked a hijacked thread!  Back to your originally
scheduled presentation.

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

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY x

--- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote:
>
> Because, doing GUI code in Flash sux.  Dare you to use Flash for 6
years 
> doing GUI development, and THEN ask the same questions.
> 
> You can do layout in Flash via dragging form elements, but:
> 1. you run into initialization challenges which complicate your
coding & 
> elongate debugging
> 2. layout changes break existing code
> 3. preventing #1, and allowing for more fluid positioning of
components, you 
> create things dynamically.  Suddenly you're doing layout with
code...??? 
> "Nope... needs to come over 4 pixels, let me recompile."  Huh? 
Photoshop 
> users would blow their brains out... I just use beer to compensate.
 3 weeks 
> out of a 2 month project is spent writing & tweaking draw and size 
> functions...wtf?  And you still cannot justify Flex's cost to
benefit ratio?
> 
> I've heard the same analogy talking to a Java developer I used to
work with, 
> about how JSP tags weren't ever really used a lot, and people ended
up just 
> coding the things anyway.
> 
> However, Flex has something JSP does not: the capability to do a
good GUI, 
> one that is rich, interactive, stateful, integrates easily with the
backend, 
> and makes AJAX look like the hack it is.
> 
> I don't really share your concerns, though.  When I first started
coding 
> Flex, I thought the concept of using tags was disgusting.  I came
from a 
> Flash background, not an Enterprise, JSP one.  However, I've come to
learn 
> how powerful they are, mainly for laying out a GUI's that "seperation 
> presentation from business logic."  It's so frikin' cheese but man it's 
> true.
> 
> However, I've always loved and felt comfortable doing logic in code,
just 
> like in Flash.  However, MXML is only v1.  I'm sure as it matures,
so too 
> will my willingness to start doing some of the more data orienated
aspects 
> of it in tags vs. code, which helps signifinately if your GUI helps
support 
> those practices, some of which FlexBuilder does.
> 
> 
> 
> - Original Message - 
> From: "Dave Wolf" <[EMAIL PROTECTED]>
> To: 
> Sent: Tuesday, October 11, 2005 5:54 PM
> Subject: [flexcoders] Re: WebServices via ActionScript
> 
> 
> I may be out of the loop because I couldnt see which thread you broke
> from but
> 
> You can turn on the keep-generated to keep the generated AS from a
>  call to prove its possible as well.  Since at runtime
> the J2EE Servlet Filter is generating AS from the  tags pretty
> much anything you can do in a tag you can do in AS right?
> 
> The real question is why?  You used to see this in JSP development a
> lot (Since JSP is a nearly direct analog to Flex) in that JSP
> developers would just make huge scriplet sections and do everything in
> Java. Eventually it reached the point that why not just write a darn
> servlet.  Since at runtime the JSP is just codegenerated to java and a
> servlet runs.
> 
> Flex is the same right.  The MXML is code generated in AS.  I worry
> about Flex ending up like JSPs with huge script sections and wondering
> why you didnt just use Flash itself.
> 
> 
> 
> Dave Wolf
> Cynergy Systems, Inc.
> Macromedia Flex Alliance Partner
> http://www.cynergysystems.com
> 
> Email:  [EMAIL PROTECTED]
> Office: 866-CYNERGY x85
> 
> 
> --- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote:
> >
> > Starting a new thread since we hijacked the other one.
> >
> > I tested this and it works in Flex 1.5 and Flash 8.
> >
> > 
> > http://www.macromedia.com/2003/mxml";
> >  initialize="getFunky()">
> >  
> >  
> >  
> >
> >  
> > 
> >
> 
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/fi

[flexcoders] HttpService Push (Re: HTTPService timeout)

2005-10-11 Thread Dave Wolf
I wouldnt disagree with anything Sean is saying.  Althought when
distilled he is basically saying trust an abstracted API.  I kinda
tend to like that descrition although I am not sure it helps folks
understand the issues.  The challenge here was folks disagreeing about
the implementation of that API.  In the end, Sean is correct.  Both
implementations hold value.  In the majority of cases, Flex is being
used in an enterprise distributed paradigm and folks should keep in
mind network issues and topology.

Keep up the flow of information.  I think its pretty new for most
folks here.



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

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY x


--- In flexcoders@yahoogroups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote:
>
> In response to this and the other related thread I just want to post
> something that one of our architects, Sean Neville, wrote.  You'll get
> to see the outcome of the work that Sean alludes to when we start
> showing off Flex Enterprise Services in a few months (this is not a
> timetable on beta or release).
> 
>  
> 
> --
> 
> There are numerous patterns for dealing with network reliability and
> message durability issues across pushed channels, which we are
> implementing and which countless others have implemented before us.
> These are well-documented and used in critical enterprise apps daily,
> particularly in sectors like financial services.
> 
>  
> 
> However, there are cases where it is inappropriate, such as the
> operational issues of certain deployments reliant on Internet deployment
> and web browser clients. In this case polling approaches are
> appropriate.
> 
>  
> 
> In still other cases, one view of a set of services may be reasonably
> accessed via server push, while another view may need to avoid server
> push, or at least gracefully switch to a polling technique when push
> proves inadequate. This use of the same service(s) across different
> network channels by different users should not require API or service
> design changes on the part of the developers.
> 
>  
> 
> The ideal message bus enables both approaches without requiring changes
> in API or service design, and without requiring the network quality of
> service issues to affect message choreography. The well-designed message
> bus cleanly decouples the administrator's network channel mechanisms
> from the app developer's service logic. Both push and polling approaches
> have value, though it is quite possible that only one approach or the
> other will have value in any one specific scenario or use case - and it
> is also quite possible that the specific scenario may change during the
> lifetime of an enterprise application and its services, outliving the
> attention of its original developers and administrators, so that a
> previously horrid approach becomes more desirable or even required. 
> 
>  
> 
> The logical thing to do is to support both in as clean and extensible
> fashion as possible. This also alleviates the need to participate in
> push/pull/poll religious debates except for sport.
> 
> --
> 
>  
> 
> See, he's a smart guy.  We hope you guys get to benefit from his and
> other people's efforts pretty soon :-)
> 
>  
> 
> Matt
> 
>  
> 
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Dave Wolf
> Sent: Tuesday, October 11, 2005 5:58 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] HttpService Push (Re: HTTPService timeout)
> 
>  
> 
> There are some things to keep in mind in terms of performance. 
> Realize that for every client event registration you effectively tie
> up a HTTP connection on the server.  This means you effectively tie up
> a thread on the server.  You will want to make sure you server has
> enough HTTP threads and descriptors so it can still service normal
> HTTP connects.  You might also want to see where TCP_KEEPALIVE is set
> to prevent the possibility of half dead sockets from dropped clients
> getting in the way.
> 
> You might also want to implement a timeout in the servlet.  Just drop
> idle sockets every N interval.  Since the clients should be inside
> loops, they will just reconnect if they are still alive.
> 
> As I said, there are some seriously big financial and other
> applications that run mission critical systems using just such a design.
> 
> Dave Wolf
> Cynergy Systems, Inc.
> Macromedia Flex Alliance Partner
> http://www.cynergysystems.com
> 
> Email:  [EMAIL PROTECTED]
> Office: 866-CYNERGY x85 
> 
> 
> 
> --- In flexcoders@yahoogroups.com, "Eric Raymond"
> <[EMAIL PROTECTED]> wrote:
> >
> > Very clever.
> > 
> > I'm curious if you'd care to share any experiences or gotcha's with
> > this approach?
> > 
> > In practice, can you rely upon the HtppService returning or generating
> > an error? Or do you need some sort of setInterval function which
> > occasionally resets things.
> > 
> > Are ther

[flexcoders] DW 8 & MXML (code hints)

2005-10-11 Thread John C. Bland II



Anyway to retrofit DW 8 to write MXML or is this a no-no since Flex Builder is alive? -- John C. Bland II






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Authorization and Personalization

2005-10-11 Thread Richard Rodseth



Hi 

I'm new to Flex. I'm wondering if there is any sample code showing
personalization of Flex apps (i.e. different UI for different users).
Are people using JSP to generate alternate MXML or some other pattern
where the client side checks user roles?

Thanks
- Richard






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









RE: [flexcoders] Re: Unable to refer controls in Accordion !

2005-10-11 Thread Gordon Smith
I'd like to suggest that it's better to learn how to make deferred
instantiation your friend than to simply turn it off.

The point of deferred instantiation is to not waste time at app startup
creating controls that you don't need yet. If you had a ViewStack with
500 views, it probably wouldn't be a good idea to create the controls on
all 500 of them at startup, when only one view is initially visible. The
only good reason to set creationPolicy="all", and therefore increase
startup time, is to decrease the small navigation delays when you switch
from view to view.

If these delays are acceptable, then you should allow the views to do
deferred creation of their controls, as they were designed to do.

So how do you set the initial state of controls that undergo deferred
instantiation? You use the appropriate events to set their state AFTER
they have been created. For example, you could use 'initialize' or
'creationComplete' events on the the controls themselves. Or you could
use events like 'childrenCreated' or 'childrenCreationComplete' on the
view that you navigated to.

Once you realize that every control in the app doesn't get created at
startup, it's always possible -- and not difficult -- to design your app
so that you don't push information prematurely into controls that don't
exist yet. Instead, it's typical to store information into a "data
model" of some kind that is independent of the controls that display
that information. When the controls get created, they pull the
information in from the data model.

- Gordon


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of bhaq1972
Sent: Tuesday, October 11, 2005 6:25 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Unable to refer controls in Accordion !

you got a deferred instantiion issue.
try 


the default creationPolicy for an accordian is 'auto'

regards 
bod (bhaq1972)




--- In flexcoders@yahoogroups.com, Ramu p <[EMAIL PROTECTED]> wrote:
>
> Hi Flexcoders,
>  I have a problem with Accordion which has two containers 
(Canvases) inside
> it and that have few controls (Check boxes and buttons).
> Here the problem is, I am unable to refer any control that is 
placed in
> second canvas.
>  The above happens only for the first time, it doesnt when we 
navigated thru
> the accordion.
>  here is the code.
> 
> 
> http://www.macromedia.com/2003/mxml";>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> As soon as page is loaded, if I click on button, it gives 
undefined (!)
> even though check2 (Check box in canvas2) is available.
> 
> If I just go to second canvas and come back to button click, it 
gives me the
> value.
> 
> Please help me out!!!
> 
> *Thanx in advance.*
> 
> Ram.
>







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



 






 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






RE: [flexcoders] HttpService Push (Re: HTTPService timeout)

2005-10-11 Thread Matt Chotin










In response to this and the other related thread
I just want to post something that one of our architects, Sean Neville, wrote.  You’ll get to see
the outcome of the work that Sean alludes to when we start showing off Flex
Enterprise Services in a few months (this is not a timetable on beta or
release).

 

--

There are numerous patterns for dealing
with network reliability and message durability issues across pushed channels,
which we are implementing and which countless others have implemented before
us. These are well-documented and used in critical enterprise apps daily,
particularly in sectors like financial services.

 

However, there are cases where it is
inappropriate, such as the operational issues of certain deployments reliant on
Internet deployment and web browser clients. In this case polling approaches
are appropriate.

 

In still other cases, one view of a set of
services may be reasonably accessed via server push, while another view may
need to avoid server push, or at least gracefully switch to a polling technique
when push proves inadequate. This use of the same service(s) across different
network channels by different users should not require API or service design
changes on the part of the developers.

 

The ideal message bus enables both
approaches without requiring changes in API or service design, and without
requiring the network quality of service issues to affect message choreography.
The well-designed message bus cleanly decouples the administrator’s
network channel mechanisms from the app developer’s service logic. Both
push and polling approaches have value, though it is quite possible that only
one approach or the other will have value in any one specific scenario or use
case – and it is also quite possible that the specific scenario may
change during the lifetime of an enterprise application and its services,
outliving the attention of its original developers and administrators, so that
a previously horrid approach becomes more desirable or even required. 

 

The logical thing to do is to support both
in as clean and extensible fashion as possible. This also alleviates the need
to participate in push/pull/poll religious debates except for sport.

--

 

See, he’s a smart guy.  We hope
you guys get to benefit from his and other people’s efforts pretty soon J

 

Matt

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dave Wolf
Sent: Tuesday, October 11, 2005
5:58 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] HttpService
Push (Re: HTTPService timeout)



 

There are some things to keep in mind in terms of performance. 
Realize that for every client event registration
you effectively tie
up a HTTP connection on the server.  This
means you effectively tie up
a thread on the server.  You will want to
make sure you server has
enough HTTP threads and descriptors so it can
still service normal
HTTP connects.  You might also want to see
where TCP_KEEPALIVE is set
to prevent the possibility of half dead sockets
from dropped clients
getting in the way.

You might also want to implement a timeout in the
servlet.  Just drop
idle sockets every N interval.  Since the
clients should be inside
loops, they will just reconnect if they are still
alive.

As I said, there are some seriously big financial
and other
applications that run mission critical systems
using just such a design.

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

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY x85 



--- In flexcoders@yahoogroups.com,
"Eric Raymond"
<[EMAIL PROTECTED]> wrote:
>
> Very clever.
> 
> I'm curious if you'd care to share any
experiences or gotcha's with
> this approach?
> 
> In practice, can you rely upon the
HtppService returning or generating
> an error? Or do you need some sort of
setInterval function which
> occasionally resets things.
> 
> Are there any timeouts accross the entire
stack that one would need to
> be aware of.
> 
> Are there any issues with the servlet thread
poor that arise in
practice?
> 
> 
> 
> 
> 
> 
> 
> --- In flexcoders@yahoogroups.com,
"Dave Wolf" <[EMAIL PROTECTED]> wrote:
> >
> > No not quite.  That would be
polling.  I am *not* suggesting polling.
> >  What I am suggesting is using a
"Blocking Registration" pattern to
> > handle this.  
> > 
> > Basically you get Flex to make an HTTP
request to say a servlet in
> > your webserver.  That http call
will "hang".  Since the player makes
> > an http request on its own thread, this
hang has no impact on the
UI.  
> > 
> > Now when the event occurs the servlet
releases the hung connection,
> > which returns data and the result
handler on the client fires and
> > delivers the event to the UI. 
Viola.  Effectively server-push but
> > without the major issues of server-push
or true client-pull.
> > 
> > This design has been tested in basically
some of the biggest financial
> > services applications in the world.
>

RE: [flexcoders] Hiding a datgrid column

2005-10-11 Thread Tracy Spratt
As I recall, setting a column's width to zero works pretty well for
hiding it.  I haven't tried this recently.

Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Deepa Subramaniam
Sent: Tuesday, October 11, 2005 6:54 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Hiding a datgrid column

Yes - You would want to do listen to your checkbox's click event and
then programmatically add or remove columns by using the API provided by
the DataGrid component. 

Below is something very simple and not too reusable, but you get the
point..


import mx.controls.gridclasses.*;

var dp:Array = [{label:"label1", data:"data", bool:true},
{label:"label2", data:"data", bool:true}, {label:"label3", data:"data",
bool:false}, {label:"label4", data:"data", bool:false}];

public function changeDGCols(e):Void
{
if (e.target.selected)
{
var col:Object = new DataGridColumn("bool");
dg.addColumnAt(0, col);
}
if (!e.target.selected)
{
dg.removeColumnAt(0);
}
}










-deepa

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of yaagcur
Sent: Tuesday, October 11, 2005 2:20 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Hiding a datgrid column

Is there any wasy that a user can determine which columns are shown
in a datagrid via, say, a check box control






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



 







 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






Re: [flexcoders] FLEX Licenses for sale - FLEX 2.0 Enterprise upgrade included

2005-10-11 Thread Chris Velevitch
On 10/12/05, João Fernandes <[EMAIL PROTECTED]> wrote:
>
> But if its a 6 month gold subscription... do you think in 6 months we'll have 
> flex 2 ready to go?
> Macromedia has not announced a release date so...

Didn't they say early 2006? And besides, if the subscription did
expire before then, it would be wise to renew.


Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
www.flashdev.org.au


 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






Re: [flexcoders] Re: WebServices via ActionScript

2005-10-11 Thread JesterXL
Because, doing GUI code in Flash sux.  Dare you to use Flash for 6 years 
doing GUI development, and THEN ask the same questions.

You can do layout in Flash via dragging form elements, but:
1. you run into initialization challenges which complicate your coding & 
elongate debugging
2. layout changes break existing code
3. preventing #1, and allowing for more fluid positioning of components, you 
create things dynamically.  Suddenly you're doing layout with code...??? 
"Nope... needs to come over 4 pixels, let me recompile."  Huh?  Photoshop 
users would blow their brains out... I just use beer to compensate.  3 weeks 
out of a 2 month project is spent writing & tweaking draw and size 
functions...wtf?  And you still cannot justify Flex's cost to benefit ratio?

I've heard the same analogy talking to a Java developer I used to work with, 
about how JSP tags weren't ever really used a lot, and people ended up just 
coding the things anyway.

However, Flex has something JSP does not: the capability to do a good GUI, 
one that is rich, interactive, stateful, integrates easily with the backend, 
and makes AJAX look like the hack it is.

I don't really share your concerns, though.  When I first started coding 
Flex, I thought the concept of using tags was disgusting.  I came from a 
Flash background, not an Enterprise, JSP one.  However, I've come to learn 
how powerful they are, mainly for laying out a GUI's that "seperation 
presentation from business logic."  It's so frikin' cheese but man it's 
true.

However, I've always loved and felt comfortable doing logic in code, just 
like in Flash.  However, MXML is only v1.  I'm sure as it matures, so too 
will my willingness to start doing some of the more data orienated aspects 
of it in tags vs. code, which helps signifinately if your GUI helps support 
those practices, some of which FlexBuilder does.



- Original Message - 
From: "Dave Wolf" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, October 11, 2005 5:54 PM
Subject: [flexcoders] Re: WebServices via ActionScript


I may be out of the loop because I couldnt see which thread you broke
from but

You can turn on the keep-generated to keep the generated AS from a
 call to prove its possible as well.  Since at runtime
the J2EE Servlet Filter is generating AS from the  tags pretty
much anything you can do in a tag you can do in AS right?

The real question is why?  You used to see this in JSP development a
lot (Since JSP is a nearly direct analog to Flex) in that JSP
developers would just make huge scriplet sections and do everything in
Java. Eventually it reached the point that why not just write a darn
servlet.  Since at runtime the JSP is just codegenerated to java and a
servlet runs.

Flex is the same right.  The MXML is code generated in AS.  I worry
about Flex ending up like JSPs with huge script sections and wondering
why you didnt just use Flash itself.



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

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY x85


--- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote:
>
> Starting a new thread since we hijacked the other one.
>
> I tested this and it works in Flex 1.5 and Flash 8.
>
> 
> http://www.macromedia.com/2003/mxml";
>  initialize="getFunky()">
>  
>  
>  
>
>  
> 
>







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








 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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





RE: [flexcoders] Disabling a stack in an accordion

2005-10-11 Thread Deepa Subramaniam










Do you mean you are trying to disable an accordion
header within your accordion? 

 

To do that, use the accordion’s getHeaderAt()
method to access the accordion header (it will be an instance of Button) and
set its enabled property to false. 

 

à



 

-deepa

 

-Original Message-
From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of Jeremy Crane
Sent: Tuesday, October 11, 2005
3:23 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Disabling a
stack in an accordion

 

Is it possible to disable a stack
within an accordion until an event is fired?  I tried setting the enabled
property of the id from the Canvas to false, but this only disabled the canvas
and not the Accordion stack item.

 

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



   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 Licenses for sale - FLEX 2.0 Enterprise upgrade included

2005-10-11 Thread João Fernandes

But if its a 6 month gold subscription... do you think in 6 months we'll have 
flex 2 ready to go? 
Macromedia has not announced a release date so... 

João Fernandes
Secção de Desenvolvimento
Departamento de Informática

-Original Message-javascript:SetCmd(cmdSend);
Send
From: flexcoders@yahoogroups.com on behalf of Tyler Fitch
Sent: Tue 11-Oct-05 11:31 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] FLEX Licenses for sale - FLEX 2.0 Enterprise upgrade 
included
 
I believe this would be because most people bought a Flex server with a
subscription.
 The subscription includes all future updates for a certain period of time.
I don't recall if it is 1 year or 2 years by default.
 So if a new Flex server is announced, I bet it is less than a year away
from market. Thus, a subscription would cover the new version. Therefore
this person is technically selling the Flex 2.0 Enterprise _upgrade_ that is
included with most current Flex server purchases. They can't keep the
upgrade once they sell the original software.
 HTH,
 t
 On 10/11/05, João Fernandes <[EMAIL PROTECTED]> wrote:
>
> hummm,
> how could anyone have flex enterprise upgrade included if it's in alpha
> stage? no pricing will be defined in a short term i'm quite sure.
>
> João Fernandes
> Secção de Desenvolvimento
> Departamento de Informática
>
>
> -Original Message-
> From: flexcoders@yahoogroups.com on behalf of Fernando Lobos
> Sent: Tue 11-Oct-05 10:26 PM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] FLEX Licenses for sale - FLEX 2.0 Enterprise
> upgrade included
>
> 
>
> On 10/11/05, Alex & Alex <[EMAIL PROTECTED]> wrote:
> >
> > Please contact me (alex49080 @ yahoo.com  <
> http://yahoo.com/>) for pricing.
> >
> > Included is also 6 months of FLEX GOLD Support from MM.
> >
> > Thanks,
> > Alex
> >
> >
> >
> >
> >
> > --
> > Flexcoders Mailing List
> > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com
> >
> >
> > --
> > YAHOO! GROUPS LINKS
> >
> >
> > - Visit your group "flexcoders >"
> > on the web.
> > - To unsubscribe from this group, send an email to:
> > [EMAIL PROTECTED]<
> [EMAIL PROTECTED]
> >
> > - Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> > Service .
> >
> >
> > --
> >
>
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
>
>
>
>



 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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

RE: [flexcoders] Hiding a datgrid column

2005-10-11 Thread Deepa Subramaniam
Yes - You would want to do listen to your checkbox's click event and
then programmatically add or remove columns by using the API provided by
the DataGrid component. 

Below is something very simple and not too reusable, but you get the
point..


import mx.controls.gridclasses.*;

var dp:Array = [{label:"label1", data:"data", bool:true},
{label:"label2", data:"data", bool:true}, {label:"label3", data:"data",
bool:false}, {label:"label4", data:"data", bool:false}];

public function changeDGCols(e):Void
{
if (e.target.selected)
{
var col:Object = new DataGridColumn("bool");
dg.addColumnAt(0, col);
}
if (!e.target.selected)
{
dg.removeColumnAt(0);
}
}










-deepa

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of yaagcur
Sent: Tuesday, October 11, 2005 2:20 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Hiding a datgrid column

Is there any wasy that a user can determine which columns are shown
in a datagrid via, say, a check box control






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



 






 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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





[flexcoders] Re: FLEX Licenses for sale - FLEX 2.0 Enterprise upgrade included

2005-10-11 Thread temporal_illusion
After checking the EULA I stand corrected:

3 (d) Other than with respect to a Trial Version, Developer Version 
or a Not For Resale Version of the Software, you may permanently 
transfer all of your rights under this EULA only as part of a sale or 
transfer, provided you retain no copies, you transfer all of the 
Software (including all component parts, the media and printed 
materials, any upgrades, this EULA, the serial numbers, and, if 
applicable, all other software products provided together with the 
Software), and the recipient agrees to the terms of this EULA. If the 
Software is an upgrade, any transfer must include all prior versions 
of the Software from which you are upgrading. If the copy of the 
Software is licensed as part of the Bundle, the Software shall be 
transferred only with and as part of the sale or transfer of the 
whole Bundle and not separately. You may retain no copies of the 
Software. You may not sell or transfer any Software purchased under a 
volume discount. You may not sell or transfer any Trial Version, 
Developer Version or Not For Resale Version of the Software.

--- In flexcoders@yahoogroups.com, "temporal_illusion" 
<[EMAIL PROTECTED]> wrote:
>
> I was under the impression Flex licenses weren't transferrable?






 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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





[flexcoders] Disabling a stack in an accordion

2005-10-11 Thread Jeremy Crane










Is it possible to disable a stack within an accordion until
an event is fired?  I tried setting the enabled property of the id from
the Canvas to false, but this only disabled the canvas and not the Accordion
stack item.

 

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



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



  











[flexcoders] Hiding a datgrid column

2005-10-11 Thread yaagcur
Is there any wasy that a user can determine which columns are shown
in a datagrid via, say, a check box control





 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






Re: [flexcoders] FLEX Licenses for sale - FLEX 2.0 Enterprise upgrade included

2005-10-11 Thread Tyler Fitch



I believe this would be because most people bought a Flex server with a subscription.
 
The subscription includes all future updates for a certain period of time.  I don't recall if it is 1 year or 2 years by default.
 
So if a new Flex server is announced, I bet it is less than a year away from market.  Thus, a subscription would cover the new version.  Therefore this person is technically selling the Flex 2.0 Enterprise _upgrade_ that is included with most current Flex server purchases.  They can't keep the upgrade once they sell the original software.
 
HTH,
 
t 
On 10/11/05, João Fernandes <[EMAIL PROTECTED]> wrote:
hummm,how could anyone have flex enterprise upgrade included if it's in alpha stage? no pricing will be defined in a short term i'm quite sure.
João FernandesSecção de DesenvolvimentoDepartamento de Informática-Original Message-From: flexcoders@yahoogroups.com on behalf of Fernando Lobos
Sent: Tue 11-Oct-05 10:26 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] FLEX Licenses for sale - FLEX 2.0 Enterprise upgrade included
On 10/11/05, Alex & Alex <[EMAIL PROTECTED]> wrote:>> Please contact me (alex49080 @ yahoo.com <
http://yahoo.com/>) for pricing.>> Included is also 6 months of FLEX GOLD Support from MM.>> Thanks,> Alex>> --> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt> Search Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com>>>  --> YAHOO! GROUPS LINKS>>>- Visit your group "flexcoders<
http://groups.yahoo.com/group/flexcoders>">on the web.> - To unsubscribe from this group, send an email to:>[EMAIL PROTECTED]
<[EMAIL PROTECTED]>> - Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>Service .>>>  --> Yahoo! Groups Sponsor ~-->
Fair play? Video games influencing politics. Click and talk back!http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM~->
--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/
<*> 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 Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Web Services: Request/Response implements version...

2005-10-11 Thread charlespaz1
I've created a CFC to provide a Web Service and it works on one server
but not on a second one.  While the component works properly with
Cfinvoke, with Flex the error I get is:

Request implements version: http://schemas.xmlsoap.org/soap/envelope/
Response implements version: undefined

What could cause this and why would it work on one server but not
another (Identical configuration: RHEL AS4, Apache, Flex on Tomcat
5.5.9, ColdFusionMX on JRun4)





 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






RE: [flexcoders] FLEX Licenses for sale - FLEX 2.0 Enterprise upgrade included

2005-10-11 Thread João Fernandes
hummm,
how could anyone have flex enterprise upgrade included if it's in alpha stage? 
no pricing will be defined in a short term i'm quite sure.

João Fernandes
Secção de Desenvolvimento
Departamento de Informática


-Original Message-
From: flexcoders@yahoogroups.com on behalf of Fernando Lobos
Sent: Tue 11-Oct-05 10:26 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] FLEX Licenses for sale - FLEX 2.0 Enterprise upgrade 
included
 


On 10/11/05, Alex & Alex <[EMAIL PROTECTED]> wrote:
>
> Please contact me (alex49080 @ yahoo.com ) for pricing.
>
> Included is also 6 months of FLEX GOLD Support from MM.
>
> Thanks,
> Alex
>
>
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
>
>
>  --
> YAHOO! GROUPS LINKS
>
>
>- Visit your group "flexcoders"
>on the web.
> - To unsubscribe from this group, send an email to:
>[EMAIL PROTECTED]<[EMAIL PROTECTED]>
> - Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>Service .
>
>
>  --
>



 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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

[flexcoders] Re: Highly classful architectures

2005-10-11 Thread Dave Wolf
We have definately seen issues with calling services based on their
encoding.  RPC/encoded seems to work fine, but Document/literal doesnt
work so well.  It seems to die with a  or a nesting of
them.  

Its unfortunate since Document/Literal is the most portable encoding.

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

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY x85 


--- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote:
>
> Thanks Jim
> 
> - Original Message - 
> From: Jim Schneider 
> To: flexcoders@yahoogroups.com 
> Sent: Tuesday, October 11, 2005 1:00 PM
> Subject: RE: [flexcoders] Highly classful architectures
> 
> 
> Here's one that I've used for prototyping:
> 
>  
> 
> 
> 
>
http://www.webservicex.net/WeatherForecast.asmx?WSDL
> 
> 
> 
>
http://www.webservicex.net/WeatherForecast.asmx
> 
> 
> 
>
true
> 
> 
> 
>  
> 
> 
>

> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of JesterXL
> Sent: Tuesday, October 11, 2005 11:56 AM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] Highly classful architectures
> 
>  
> 
> um... ok so do you like know of any public WSDL's then?
> 
>  
> 
> - Original Message - 
> 
> From: Mink, Joseph 
> 
> To: flexcoders@yahoogroups.com 
> 
> Sent: Tuesday, October 11, 2005 12:12 PM
> 
> Subject: RE: [flexcoders] Highly classful architectures
> 
>  
> 
> Gotcha...very cool!  Unfortunately, I can't share our wsdls with you
as they aren't mine to share...but I'll keep you in mind.  A short
supply of wsdls has never been a problem here!
> 
>  
> 
> 
>

> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of JesterXL
> Sent: Tuesday, October 11, 2005 11:57 AM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] Highly classful architectures
> 
> I've done it in Flash, and ported similiar remoting classes for Flex
since 
> they are already in there (what a lot of HTTPService, RemoteObject, 
> WebService are built off of).  Figured if you hit me with a WSDL you
know 
> works, public or not, I could test it and post some example code.
> 
> My problem has been finding WSDL's that work.  xMethods.com for
example has 
> a ton that don't and it's a waste of time; rather go to someone who
has one 
> that knows it works.  The rest like Amazon and PayPal have ones that
work, 
> but take 10 years to sign up, register, blah blah blah
> 
> - Original Message - 
> From: "Mink, Joseph" <[EMAIL PROTECTED]>
> To: 
> Sent: Tuesday, October 11, 2005 11:50 AM
> Subject: RE: [flexcoders] Highly classful architectures
> 
> 
> Indeed I do...never leave home without it : )  Why do you ask, and where
> are you going with this?  My understanding comes from Matt Chotin's
> reply to my previous post entitled, "Calling a WebService solely through
> AS."  His respose:
> 
> --
> Not supported in Flex 1.5, supported in an upcoming version.
> 
> Matt
> -
> 
> I was told by others that there was a way to do it, but the fact that it
> wasn't supported or intended, I opted not to pursue it (it did not seem
> all that simple).
> 
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of JesterXL
> Sent: Tuesday, October 11, 2005 9:46 AM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] Highly classful architectures
> 
> 
> Got a WSDL?
> 
> - Original Message - 
> From: Mink, Joseph 
> To: flexcoders@yahoogroups.com
> Sent: Tuesday, October 11, 2005 9:27 AM
> Subject: RE: [flexcoders] Highly classful architectures
> 
> You mean after the mxml has been compiled?  It's been a month or so
> since I attacked that particular problem, but as I remember it, there
> was no straight-forward (intended) way to dynamically instantiate
> WebService objects.
> 
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of JesterXL
> Sent: Tuesday, October 11, 2005 9:20 AM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] Highly classful architectures
> 
> 
> They don't have to be.  Have you looked into the webservice classes?
> 
> - Original Message - 
> From: Mink, Joseph 
> To: flexcoders@yahoogroups.com
> Sent: Tuesday, October 11, 2005 7:52 AM
> Subject: RE: [flexcoders] Highly classful architectures
> 
> I'm not totally sure what you mean, but I assume you are asking how well
> Flex supports object oriented programming.  If that is your question, my
> answer would be that it supports it quite well.
> 
> I'm a C++ & Java programmer way before I'm

[flexcoders] HttpService Push (Re: HTTPService timeout)

2005-10-11 Thread Dave Wolf
There are some things to keep in mind in terms of performance. 
Realize that for every client event registration you effectively tie
up a HTTP connection on the server.  This means you effectively tie up
a thread on the server.  You will want to make sure you server has
enough HTTP threads and descriptors so it can still service normal
HTTP connects.  You might also want to see where TCP_KEEPALIVE is set
to prevent the possibility of half dead sockets from dropped clients
getting in the way.

You might also want to implement a timeout in the servlet.  Just drop
idle sockets every N interval.  Since the clients should be inside
loops, they will just reconnect if they are still alive.

As I said, there are some seriously big financial and other
applications that run mission critical systems using just such a design.

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

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY x85 



--- In flexcoders@yahoogroups.com, "Eric Raymond"
<[EMAIL PROTECTED]> wrote:
>
> Very clever.
> 
> I'm curious if you'd care to share any experiences or gotcha's with
> this approach?
> 
> In practice, can you rely upon the HtppService returning or generating
> an error? Or do you need some sort of setInterval function which
> occasionally resets things.
> 
> Are there any timeouts accross the entire stack that one would need to
> be aware of.
> 
> Are there any issues with the servlet thread poor that arise in
practice?
> 
> 
> 
> 
> 
> 
> 
> --- In flexcoders@yahoogroups.com, "Dave Wolf" <[EMAIL PROTECTED]> wrote:
> >
> > No not quite.  That would be polling.  I am *not* suggesting polling.
> >  What I am suggesting is using a "Blocking Registration" pattern to
> > handle this.  
> > 
> > Basically you get Flex to make an HTTP request to say a servlet in
> > your webserver.  That http call will "hang".  Since the player makes
> > an http request on its own thread, this hang has no impact on the
UI.  
> > 
> > Now when the event occurs the servlet releases the hung connection,
> > which returns data and the result handler on the client fires and
> > delivers the event to the UI.  Viola.  Effectively server-push but
> > without the major issues of server-push or true client-pull.
> > 
> > This design has been tested in basically some of the biggest financial
> > services applications in the world.
>






 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






[flexcoders] Re: WebServices via ActionScript

2005-10-11 Thread Dave Wolf
I may be out of the loop because I couldnt see which thread you broke
from but

You can turn on the keep-generated to keep the generated AS from a
 call to prove its possible as well.  Since at runtime
the J2EE Servlet Filter is generating AS from the  tags pretty
much anything you can do in a tag you can do in AS right?

The real question is why?  You used to see this in JSP development a
lot (Since JSP is a nearly direct analog to Flex) in that JSP
developers would just make huge scriplet sections and do everything in
Java. Eventually it reached the point that why not just write a darn
servlet.  Since at runtime the JSP is just codegenerated to java and a
servlet runs.

Flex is the same right.  The MXML is code generated in AS.  I worry
about Flex ending up like JSPs with huge script sections and wondering
why you didnt just use Flash itself.



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

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY x85 


--- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote:
>
> Starting a new thread since we hijacked the other one.
> 
> I tested this and it works in Flex 1.5 and Flash 8.
> 
> 
> http://www.macromedia.com/2003/mxml";
>  initialize="getFunky()">
>  
>  
>  
>  
>  
> 
>






 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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





[flexcoders] Re: HTTPService timeout

2005-10-11 Thread Dave Wolf
One man's hack is another man's... 

Let me argue why "traditional server push" has a much lower quality of
service and why this design pattern IMHO is a whole lot less of a hack
then that, and actually quite elegant. 

Traditional Server-Push maintains a reference to a client object
broker (OK fine.  I am an old CORBA guy, lets call it a browser
).  As client register for events the server maintains a list of
 clients interested in the delivery of said event.  When the event
occurs, the servant connects to each interested consumer and pushes
the data to them.  

While at the outset this seems simple enough, in a truly distributed
network environment there are serious issues with this implementation
and with the quality of service it can provide. 

First off, this design makes a somewhat crazy assumption that client
are able and willing to accept inbound data transmission.  Not only
does it assume the "client/consumer" can handle this, it also assumes
that the network allows it.  Thats where this all falls apart in a
hurry.  How many network admins allow random inbound sockets? .
 This might work OK in an intranet app, but it is wholely unsuited for
wide networks.

Lets assume that show stopper didnt exist.  Now we enter into a pretty
serious quality of service issue.  See architecturally we have a
consumer who is extreemly interested in the delivery of an event.  We
also have a producer who owns the onus of delivering that event. 
Whenever you have two parties with concerns that disperate you are
asking for issues.

For instance.  We all know how dependable our networks are right?
sarcasm intended>.  Lets say the servant has a list of clients to
deliver an event to.  Now it rolls through its list of clients, but
client37 is unreachable.  How long does the servant try to deliver the
event?  Eventually for perfomance reasons it needs to give up.  But lo
and behold, moments after giving up on client37 his network issue
resolves itself.  Guess what.  Client37 has no idea that an event got
delivered and that event is gone.  Client37 will, like a dumbo sit
there forever thinking maybe... just maybe that event will show up.

Flex is about building enterprise apps.  These kind of QoS issues
simply arent acceptable.

The blocking registration pattern solves both issues.  All sockets are
outbound (I know you think this is hijacking HTTP but again, how many
*corporate* firewalls allow even outbound sockets besides HTTP on 80
and 443) so we have no firewall issues.  Since the client has opened
the socket, if the network drops, so does that socket.  So does then
marshalling back from the servant.  This means there is no undue load
on the servant.  It also means when the network returns the client
simply opens a socket back and boom, gets the event.  Basically if
coded correctly in your servant, you have nearly guaranteed delivery.
You also now accomplish this with no polling, so no network overhead,
and if wanted for performance, the servant can timeout http sockets
itself.  Now the consumer simply has his http call in a loop, and
connects back.  It can be quite elegant.

You may not realize it because the vendors hide it behind API's, but
nearly every enterprise message bus out there implements "push" as a
blocking client pull.


Someone asked earlier about performance issues.  I think this rant is
long enough.   I'll go there and answer them.

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

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY x85 

--- In flexcoders@yahoogroups.com, "Mink, Joseph" <[EMAIL PROTECTED]>
wrote:
>
> I do realize that many people use this solution for asynchronous data
> push from http servers, but it seems like a hack and an unintended use
> of HTTP.  However, while it may leave a bad taste in my mouth, I never
> discredit something that works!!!
>  
> It looks like we may be taking it a step further and might implement it
> with the WebService object rather than the HTTPService object : )
> Assuming that there is no timeout implemented there either (in Flex),
> then I assume it will work as well.
> 
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Dave Wolf
> Sent: Saturday, October 08, 2005 12:54 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: HTTPService timeout
> 
> 
> This is a very elegant way to handle server-push.  It solves a myriad
> of issues that "true" server-push has.  It is more scalable, has
> better quality of service, etc.
> 
> You just need a servlet programmer who knows how to write thread safe
> code.  Do note that each client will then tie up an HTTP thread, so
> you may need to allocate more in your server.
> 
> -- 
> Dave Wolf
> Cynergy Systems, Inc.
> Macromedia Flex Alliance Partner
> http://www.cynergysystems.com
> 
> Email:  [EMAIL PROTECTED]
> Office: 866-CYNERGY x85 
> 
> --- In flexcoders@yahoogroups.com, "Mink, Joseph" <[EMAIL PROTECTED

Re: [flexcoders] FLEX Licenses for sale - FLEX 2.0 Enterprise upgrade included

2005-10-11 Thread Fernando Lobos




On 10/11/05, Alex & Alex <[EMAIL PROTECTED]> wrote:
Please contact me (alex49080 @ 
yahoo.com) for pricing.Included is also 6 months of FLEX GOLD Support from MM.Thanks,Alex--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 


YAHOO! GROUPS LINKS 

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










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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Re: FLEX Licenses for sale - FLEX 2.0 Enterprise upgrade included

2005-10-11 Thread temporal_illusion
I was under the impression Flex licenses weren't transferrable?

--- In flexcoders@yahoogroups.com, "Alex & Alex" <[EMAIL PROTECTED]> 
wrote:
>
> Please contact me (alex49080 @ yahoo.com) for pricing.
> 
> Included is also 6 months of FLEX GOLD Support from MM.
> 
> Thanks,
> Alex
>






 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






[flexcoders] WebServices via ActionScript

2005-10-11 Thread JesterXL
Starting a new thread since we hijacked the other one.

I tested this and it works in Flex 1.5 and Flash 8.


http://www.macromedia.com/2003/mxml";
 initialize="getFunky()">
 
 
 
 
 



 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






[flexcoders] Re: FLEX Licenses for sale - FLEX 2.0 Enterprise upgrade included

2005-10-11 Thread fowleryj
How do you already have access to these products?

--- In flexcoders@yahoogroups.com, "Alex & Alex" <[EMAIL PROTECTED]> wrote:
>
> Please contact me (alex49080 @ yahoo.com) for pricing.
> 
> Included is also 6 months of FLEX GOLD Support from MM.
> 
> Thanks,
> Alex





 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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





[flexcoders] FLEX Licenses for sale - FLEX 2.0 Enterprise upgrade included

2005-10-11 Thread Alex & Alex
Please contact me (alex49080 @ yahoo.com) for pricing.

Included is also 6 months of FLEX GOLD Support from MM.

Thanks,
Alex





 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






Re: [flexcoders] Highly classful architectures

2005-10-11 Thread JesterXL





Thanks Jim
 
- Original Message - 
From: Jim 
Schneider 
To: flexcoders@yahoogroups.com 
Sent: Tuesday, October 11, 2005 1:00 PM
Subject: RE: [flexcoders] Highly classful architectures


Here’s one that I’ve 
used for prototyping:
 
    

    
http://www.webservicex.net/WeatherForecast.asmx?WSDL
    

    
http://www.webservicex.net/WeatherForecast.asmx
    

    
true
    

 




From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXLSent: Tuesday, October 11, 2005 11:56 
AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Highly classful 
architectures
 

um... ok so do you like know of any 
public WSDL's then?

 

- Original Message - 


From: Mink, 
Joseph 

To: flexcoders@yahoogroups.com 


Sent: Tuesday, 
October 11, 2005 12:12 PM

Subject: RE: 
[flexcoders] Highly classful 
architectures

 
Gotcha...very 
cool!  Unfortunately, I can't share our wsdls with you as they aren't 
mine to share...but I'll keep you in mind.  A short supply of wsdls has 
never been a problem here!
 



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf 
Of JesterXLSent: 
Tuesday, October 11, 2005 11:57 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Highly classful 
architectures
I've done it in Flash, and ported similiar 
remoting classes for Flex since they are already in there (what a lot of HTTPService, 
RemoteObject, WebService are built 
off of).  Figured if you hit me with a WSDL you know 
works, public or not, I could test 
it and post some example code.My problem has been finding WSDL's that work.  
xMethods.com for example has a ton 
that don't and it's a waste of time; rather go to someone who has one 
that knows it works.  The rest 
like Amazon and PayPal have ones that work, but take 10 years to sign up, register, blah blah 
blah- Original Message 
- From: "Mink, Joseph" 
<[EMAIL PROTECTED]>To: 
Sent: Tuesday, October 11, 2005 11:50 
AMSubject: RE: [flexcoders] Highly 
classful architecturesIndeed I do...never leave home without it : )  Why do 
you ask, and whereare you going 
with this?  My understanding comes from Matt 
Chotin'sreply to my previous post 
entitled, "Calling a WebService solely throughAS."  His respose:--Not supported in Flex 1.5, supported in an upcoming 
version.Matt-I was told by others that there was a way to do it, but the 
fact that itwasn't supported or 
intended, I opted not to pursue it (it did not seemall that simple).From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] OnBehalf Of JesterXLSent: Tuesday, October 11, 2005 9:46 
AMTo: 
flexcoders@yahoogroups.comSubject: 
Re: [flexcoders] Highly classful architecturesGot a WSDL?- Original Message - From: Mink, Joseph 
To: flexcoders@yahoogroups.comSent: Tuesday, October 11, 2005 9:27 
AMSubject: RE: [flexcoders] Highly 
classful architecturesYou mean 
after the mxml has been compiled?  It's been a month or 
sosince I attacked that particular 
problem, but as I remember it, therewas no straight-forward (intended) way to dynamically 
instantiateWebService 
objects.From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] OnBehalf Of JesterXLSent: Tuesday, October 11, 2005 9:20 
AMTo: 
flexcoders@yahoogroups.comSubject: 
Re: [flexcoders] Highly classful architecturesThey don't have to be.  Have you looked into the 
webservice classes?- 
Original Message - From: Mink, 
Joseph To: flexcoders@yahoogroups.comSent: Tuesday, October 11, 2005 7:52 
AMSubject: RE: [flexcoders] Highly 
classful architecturesI'm not 
totally sure what you mean, but I assume you are asking how 
wellFlex supports object oriented 
programming.  If that is your question, myanswer would be that it supports it quite 
well.I'm a C++ & Java 
programmer way before I'm a make-shift RIA developer.Flex/Flash's ActionScript is very mature compared to what I 
expected itto be, and I've been 
able to employ most of the design patterns andapproaches that I typically use in other, more complex 
languages.  Thereare a few 
hang-ups with the fact that, for example, WebService 
objectsneed to be declared 
statically, outside of ActionScript (which wasfrustrating), but it's nothing that can't be dealt with and 
workedaround.There's a quick opinion, for whatever it's 
worth!From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] OnBehalf Of Marc TeichtahlSent: Monday, October 10, 2005 11:57 
AMTo: 
flexcoders@yahoogroups.comSubject: 
[flexcoders] Highly classful architecturesDear All,We 
are currently evaluating the possibilities to use Flex in our 
keyinternal support 
systems.As part of the 
evaluation we are looking specifically at a highlyclassful implementation and archictecture. I would be very 
curious forany feedback (pros/cons

Re: [flexcoders] Help on how to create a object out of an XML

2005-10-11 Thread Clint Modien



I've done this before...
Try this...
 
http://www.mail-archive.com/flexcoders@yahoogroups.com/msg09146.html
On 10/11/05, gnaveenrajkumaar <[EMAIL PROTECTED]> wrote:
hello there,i have created a webservice in asp.net that retrives data from a xml
file and the output of the function is a xml document file...i wanted to create an object out of this xml document i retrive and iam not able to do so.any body please advice on how to proceed
below is my code ===
http://www.macromedia.com/2003/mxml"xmlns="*" initialize="initializes()">wsdl="http://localhost/WebService1/Service1.asmx?WSDL
" id="webservice1">        
    {webservice1.getDocument.result}    {xml1}   

 Yahoo! Groups Sponsor ~-->Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM~->--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/<*> 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 Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









RE: [flexcoders] Highly classful architectures

2005-10-11 Thread Mink, Joseph





No, I don't...all of our work is for the gov't and the 
wsdls are for internal components...none of which are public and none of which I 
have the permission to share.
 
If I become aware of any public ones, I will definitely 
share.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of JesterXLSent: 
Tuesday, October 11, 2005 12:56 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Highly classful 
architectures

um... ok so do you like know of any public WSDL's 
then?
 
- Original Message - 
From: Mink, 
Joseph 
To: flexcoders@yahoogroups.com 
Sent: Tuesday, October 11, 2005 12:12 PM
Subject: RE: [flexcoders] Highly classful architectures

Gotcha...very cool!  Unfortunately, I can't share our 
wsdls with you as they aren't mine to share...but I'll keep you in 
mind.  A short supply of wsdls has never been a problem 
here!
 



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of JesterXLSent: 
Tuesday, October 11, 2005 11:57 AMTo: flexcoders@yahoogroups.comSubject: 
Re: [flexcoders] Highly classful architectures
I've done it in Flash, and ported similiar remoting classes for 
Flex since they are already in there (what a lot of HTTPService, 
RemoteObject, WebService are built off of).  Figured if you hit me with 
a WSDL you know works, public or not, I could test it and post some example 
code.My problem has been finding WSDL's that work.  xMethods.com 
for example has a ton that don't and it's a waste of time; rather go to 
someone who has one that knows it works.  The rest like Amazon and 
PayPal have ones that work, but take 10 years to sign up, register, blah 
blah blah- Original Message - From: "Mink, Joseph" 
<[EMAIL PROTECTED]>To: 
Sent: Tuesday, October 11, 2005 11:50 
AMSubject: RE: [flexcoders] Highly classful architecturesIndeed 
I do...never leave home without it : )  Why do you ask, and whereare 
you going with this?  My understanding comes from Matt Chotin'sreply to 
my previous post entitled, "Calling a WebService solely throughAS."  
His respose:--Not supported in Flex 1.5, supported 
in an upcoming version.Matt-I was told by 
others that there was a way to do it, but the fact that itwasn't supported 
or intended, I opted not to pursue it (it did not seemall that 
simple).From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of 
JesterXLSent: Tuesday, October 11, 2005 9:46 AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Highly classful 
architecturesGot a WSDL?- Original Message - 
From: Mink, Joseph To: 
flexcoders@yahoogroups.comSent: Tuesday, October 11, 2005 9:27 
AMSubject: RE: [flexcoders] Highly classful architecturesYou mean 
after the mxml has been compiled?  It's been a month or sosince I 
attacked that particular problem, but as I remember it, therewas no 
straight-forward (intended) way to dynamically instantiateWebService 
objects.From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of 
JesterXLSent: Tuesday, October 11, 2005 9:20 AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Highly classful 
architecturesThey don't have to be.  Have you looked into the 
webservice classes?- Original Message - From: Mink, Joseph 
To: flexcoders@yahoogroups.comSent: 
Tuesday, October 11, 2005 7:52 AMSubject: RE: [flexcoders] Highly classful 
architecturesI'm not totally sure what you mean, but I assume you are 
asking how wellFlex supports object oriented programming.  If that is 
your question, myanswer would be that it supports it quite well.I'm 
a C++ & Java programmer way before I'm a make-shift RIA 
developer.Flex/Flash's ActionScript is very mature compared to what I 
expected itto be, and I've been able to employ most of the design patterns 
andapproaches that I typically use in other, more complex languages.  
Thereare a few hang-ups with the fact that, for example, WebService 
objectsneed to be declared statically, outside of ActionScript (which 
wasfrustrating), but it's nothing that can't be dealt with and 
workedaround.There's a quick opinion, for whatever it's 
worth!From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of 
Marc TeichtahlSent: Monday, October 10, 2005 11:57 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Highly classful 
architecturesDear All,We are currently evaluating the 
possibilities to use Flex in our keyinternal support systems.As part 
of the evaluation we are looking specifically at a highlyclassful 
implementation and archictecture. I would be very curious forany feedback 
(pros/cons) etc in relation to using Flex in such a highpolymorphic 
envirnoment.Marc TeichtahlXB 
Networks BVDirector, EngineeringPhone:  +31 (0)36 546 24 
73Mobile: +31 (0)65 582 47 89[EMAIL PROTECTED]http://www.xb.nl ___

Re: [flexcoders] Java VO.

2005-10-11 Thread Aldo Bucchi
Hi Omar,

A java VO should be a standard JavaBean, hence it should follow the
JavaBean specifications which state that all variable names must start
with a lowercase letter.

I don't know if there is a workaround, but I'd consider renaming my
Java variables to conform to the spec.

Best,
Aldo

On 10/11/05, Omar Ramos <[EMAIL PROTECTED]> wrote:
>  Hi all,
>
> I have a simple VO class in java and have a service that returns a ArrayList
> of that vo. My question is that when I return this list to flex via
> RemoteObject Tag (AMF) java or flash seams to put each property of the VO in
> lowercase. For example if on the Java VO it had a property of Name and
> LastName when it gets to flex is name and lastName. Any way to make it
> return the VO as it is defined on the java class? Thanks for any help.
>
>
> Omar Ramos
> System Developer
>
>
>  --
>  Flexcoders Mailing List
>  FAQ:
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>  Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com
>
>
>
>  
>  YAHOO! GROUPS LINKS
>
>
>  Visit your group "flexcoders" on the web.
>
>  To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED]
>
>  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>  
>


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


 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






RE: [flexcoders] Highly classful architectures

2005-10-11 Thread Jim Schneider










Here’s one that I’ve used for
prototyping:

 

    

   
http://www.webservicex.net/WeatherForecast.asmx?WSDL

    

   
http://www.webservicex.net/WeatherForecast.asmx

    

   
true

    

 









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL
Sent: Tuesday, October 11, 2005
11:56 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Highly
classful architectures



 



um... ok so do you like know of any public WSDL's then?





 





- Original Message - 



From: Mink,
Joseph 





To: flexcoders@yahoogroups.com






Sent: Tuesday, October
11, 2005 12:12 PM





Subject: RE: [flexcoders]
Highly classful architectures







 



Gotcha...very cool!  Unfortunately, I
can't share our wsdls with you as they aren't mine to share...but I'll
keep you in mind.  A short supply of wsdls has never been a problem here!

 







From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of JesterXL
Sent: Tuesday, October 11, 2005
11:57 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Highly
classful architectures

I've done it in Flash, and
ported similiar remoting classes for Flex since 
they are already in there (what a lot of
HTTPService, RemoteObject, 
WebService are built off of).  Figured if you
hit me with a WSDL you know 
works, public or not, I could test it and post
some example code.

My problem has been finding WSDL's that work. 
xMethods.com for example has 
a ton that don't and it's a waste of time; rather
go to someone who has one 
that knows it works.  The rest like Amazon
and PayPal have ones that work, 
but take 10 years to sign up, register, blah blah
blah

- Original Message - 
From: "Mink, Joseph"
<[EMAIL PROTECTED]>
To: 
Sent: Tuesday, October 11, 2005 11:50 AM
Subject: RE: [flexcoders] Highly classful
architectures


Indeed I do...never leave home without it :
)  Why do you ask, and where
are you going with this?  My understanding
comes from Matt Chotin's
reply to my previous post entitled, "Calling
a WebService solely through
AS."  His respose:

--
Not supported in Flex 1.5, supported in an
upcoming version.

Matt
-

I was told by others that there was a way to do
it, but the fact that it
wasn't supported or intended, I opted not to
pursue it (it did not seem
all that simple).



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On
Behalf Of JesterXL
Sent: Tuesday, October 11, 2005 9:46 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Highly classful
architectures


Got a WSDL?

- Original Message - 
From: Mink, Joseph 
To: flexcoders@yahoogroups.com
Sent: Tuesday, October 11, 2005 9:27 AM
Subject: RE: [flexcoders] Highly classful
architectures

You mean after the mxml has been compiled? 
It's been a month or so
since I attacked that particular problem, but as I
remember it, there
was no straight-forward (intended) way to
dynamically instantiate
WebService objects.



From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On
Behalf Of JesterXL
Sent: Tuesday, October 11, 2005 9:20 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Highly classful
architectures


They don't have to be.  Have you looked into
the webservice classes?

- Original Message - 
From: Mink, Joseph 
To: flexcoders@yahoogroups.com
Sent: Tuesday, October 11, 2005 7:52 AM
Subject: RE: [flexcoders] Highly classful
architectures

I'm not totally sure what you mean, but I assume
you are asking how well
Flex supports object oriented programming. 
If that is your question, my
answer would be that it supports it quite well.

I'm a C++ & Java programmer way before I'm a
make-shift RIA developer.
Flex/Flash's ActionScript is very mature compared
to what I expected it
to be, and I've been able to employ most of the
design patterns and
approaches that I typically use in other, more
complex languages.  There
are a few hang-ups with the fact that, for
example, WebService objects
need to be declared statically, outside of
ActionScript (which was
frustrating), but it's nothing that can't be dealt
with and worked
around.

There's a quick opinion, for whatever it's worth!



From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On
Behalf Of Marc Teichtahl
Sent: Monday, October 10, 2005 11:57 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Highly classful
architectures


Dear All,

We are currently evaluating the possibilities to
use Flex in our key
internal support systems.

As part of the evaluation we are looking
specifically at a highly
classful implementation and archictecture. I would
be very curious for
any feedback (pros/cons) etc in relation to using
Flex in such a high
polymorphic envirnoment.



Marc Teichtahl

Re: [flexcoders] Highly classful architectures

2005-10-11 Thread JesterXL





um... ok so do you like know of any public WSDL's 
then?
 
- Original Message - 
From: Mink, 
Joseph 
To: flexcoders@yahoogroups.com 
Sent: Tuesday, October 11, 2005 12:12 PM
Subject: RE: [flexcoders] Highly classful architectures

Gotcha...very cool!  Unfortunately, I can't share our 
wsdls with you as they aren't mine to share...but I'll keep you in 
mind.  A short supply of wsdls has never been a problem 
here!
 



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of JesterXLSent: 
Tuesday, October 11, 2005 11:57 AMTo: flexcoders@yahoogroups.comSubject: 
Re: [flexcoders] Highly classful architectures
I've done it in Flash, and ported similiar remoting classes for 
Flex since they are already in there (what a lot of HTTPService, 
RemoteObject, WebService are built off of).  Figured if you hit me with 
a WSDL you know works, public or not, I could test it and post some example 
code.My problem has been finding WSDL's that work.  xMethods.com 
for example has a ton that don't and it's a waste of time; rather go to 
someone who has one that knows it works.  The rest like Amazon and 
PayPal have ones that work, but take 10 years to sign up, register, blah 
blah blah- Original Message - From: "Mink, Joseph" 
<[EMAIL PROTECTED]>To: 
Sent: Tuesday, October 11, 2005 11:50 
AMSubject: RE: [flexcoders] Highly classful architecturesIndeed 
I do...never leave home without it : )  Why do you ask, and whereare 
you going with this?  My understanding comes from Matt Chotin'sreply to 
my previous post entitled, "Calling a WebService solely throughAS."  
His respose:--Not supported in Flex 1.5, supported 
in an upcoming version.Matt-I was told by 
others that there was a way to do it, but the fact that itwasn't supported 
or intended, I opted not to pursue it (it did not seemall that 
simple).From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of 
JesterXLSent: Tuesday, October 11, 2005 9:46 AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Highly classful 
architecturesGot a WSDL?- Original Message - 
From: Mink, Joseph To: 
flexcoders@yahoogroups.comSent: Tuesday, October 11, 2005 9:27 
AMSubject: RE: [flexcoders] Highly classful architecturesYou mean 
after the mxml has been compiled?  It's been a month or sosince I 
attacked that particular problem, but as I remember it, therewas no 
straight-forward (intended) way to dynamically instantiateWebService 
objects.From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of 
JesterXLSent: Tuesday, October 11, 2005 9:20 AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Highly classful 
architecturesThey don't have to be.  Have you looked into the 
webservice classes?- Original Message - From: Mink, Joseph 
To: flexcoders@yahoogroups.comSent: 
Tuesday, October 11, 2005 7:52 AMSubject: RE: [flexcoders] Highly classful 
architecturesI'm not totally sure what you mean, but I assume you are 
asking how wellFlex supports object oriented programming.  If that is 
your question, myanswer would be that it supports it quite well.I'm 
a C++ & Java programmer way before I'm a make-shift RIA 
developer.Flex/Flash's ActionScript is very mature compared to what I 
expected itto be, and I've been able to employ most of the design patterns 
andapproaches that I typically use in other, more complex languages.  
Thereare a few hang-ups with the fact that, for example, WebService 
objectsneed to be declared statically, outside of ActionScript (which 
wasfrustrating), but it's nothing that can't be dealt with and 
workedaround.There's a quick opinion, for whatever it's 
worth!From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of 
Marc TeichtahlSent: Monday, October 10, 2005 11:57 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Highly classful 
architecturesDear All,We are currently evaluating the 
possibilities to use Flex in our keyinternal support systems.As part 
of the evaluation we are looking specifically at a highlyclassful 
implementation and archictecture. I would be very curious forany feedback 
(pros/cons) etc in relation to using Flex in such a highpolymorphic 
envirnoment.Marc TeichtahlXB 
Networks BVDirector, EngineeringPhone:  +31 (0)36 546 24 
73Mobile: +31 (0)65 582 47 89[EMAIL PROTECTED]http://www.xb.nl From: 
flexcoders@yahoogroups.com[mailto:[EMAIL PROTECTED] On Behalf Of 
AlfrEDSent: maandag 10 oktober 2005 4:08To: 
flexcoders@yahoogroups.comSubject: [flexcoders] Please HelpI 
am new with flexand I am having problem understanding howI 
cancommunicate with the database (msyql).  If there is someone 
thatcouldhelp me understand how I can insert data to the database 
(mysql)usingcoldfusion and flexI would really appreciate it.  A

RE: [flexcoders] Highly classful architectures

2005-10-11 Thread Mink, Joseph





Gotcha...very cool!  Unfortunately, I can't share our 
wsdls with you as they aren't mine to share...but I'll keep you in 
mind.  A short supply of wsdls has never been a problem 
here!
 



From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
JesterXLSent: Tuesday, October 11, 2005 11:57 AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Highly classful 
architectures
I've done it in Flash, and ported similiar remoting classes for 
Flex since they are already in there (what a lot of HTTPService, 
RemoteObject, WebService are built off of).  Figured if you hit me with 
a WSDL you know works, public or not, I could test it and post some example 
code.My problem has been finding WSDL's that work.  xMethods.com 
for example has a ton that don't and it's a waste of time; rather go to 
someone who has one that knows it works.  The rest like Amazon and 
PayPal have ones that work, but take 10 years to sign up, register, blah 
blah blah- Original Message - From: "Mink, Joseph" 
<[EMAIL PROTECTED]>To: 
Sent: Tuesday, October 11, 2005 11:50 
AMSubject: RE: [flexcoders] Highly classful architecturesIndeed 
I do...never leave home without it : )  Why do you ask, and whereare 
you going with this?  My understanding comes from Matt Chotin'sreply to 
my previous post entitled, "Calling a WebService solely throughAS."  
His respose:--Not supported in Flex 1.5, supported 
in an upcoming version.Matt-I was told by 
others that there was a way to do it, but the fact that itwasn't supported 
or intended, I opted not to pursue it (it did not seemall that 
simple).From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of 
JesterXLSent: Tuesday, October 11, 2005 9:46 AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Highly classful 
architecturesGot a WSDL?- Original Message - 
From: Mink, Joseph To: 
flexcoders@yahoogroups.comSent: Tuesday, October 11, 2005 9:27 
AMSubject: RE: [flexcoders] Highly classful architecturesYou mean 
after the mxml has been compiled?  It's been a month or sosince I 
attacked that particular problem, but as I remember it, therewas no 
straight-forward (intended) way to dynamically instantiateWebService 
objects.From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of 
JesterXLSent: Tuesday, October 11, 2005 9:20 AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Highly classful 
architecturesThey don't have to be.  Have you looked into the 
webservice classes?- Original Message - From: Mink, Joseph 
To: flexcoders@yahoogroups.comSent: 
Tuesday, October 11, 2005 7:52 AMSubject: RE: [flexcoders] Highly classful 
architecturesI'm not totally sure what you mean, but I assume you are 
asking how wellFlex supports object oriented programming.  If that is 
your question, myanswer would be that it supports it quite well.I'm 
a C++ & Java programmer way before I'm a make-shift RIA 
developer.Flex/Flash's ActionScript is very mature compared to what I 
expected itto be, and I've been able to employ most of the design patterns 
andapproaches that I typically use in other, more complex languages.  
Thereare a few hang-ups with the fact that, for example, WebService 
objectsneed to be declared statically, outside of ActionScript (which 
wasfrustrating), but it's nothing that can't be dealt with and 
workedaround.There's a quick opinion, for whatever it's 
worth!From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of 
Marc TeichtahlSent: Monday, October 10, 2005 11:57 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Highly classful 
architecturesDear All,We are currently evaluating the 
possibilities to use Flex in our keyinternal support systems.As part 
of the evaluation we are looking specifically at a highlyclassful 
implementation and archictecture. I would be very curious forany feedback 
(pros/cons) etc in relation to using Flex in such a highpolymorphic 
envirnoment.Marc TeichtahlXB 
Networks BVDirector, EngineeringPhone:  +31 (0)36 546 24 
73Mobile: +31 (0)65 582 47 89[EMAIL PROTECTED]http://www.xb.nl From: 
flexcoders@yahoogroups.com[mailto:[EMAIL PROTECTED] On Behalf Of 
AlfrEDSent: maandag 10 oktober 2005 4:08To: 
flexcoders@yahoogroups.comSubject: [flexcoders] Please HelpI 
am new with flexand I am having problem understanding howI 
cancommunicate with the database (msyql).  If there is someone 
thatcouldhelp me understand how I can insert data to the database 
(mysql)usingcoldfusion and flexI would really appreciate it.  A 
samplecodewill be great!  Thank you in 
advanceAlfieOp dit 
e-mailbericht is een disclaimer van toepassing, welke tevinden is op http://www.xb.nl/disclaimer.html--Flexcoders 
Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/

[flexcoders] Re: Using Flash components in Flex

2005-10-11 Thread sergei_tsoganov
--- In flexcoders@yahoogroups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote:
>
> Nope, the Dataset components generally are used in a 2-tier architecture
> which we've not been encouraging for Flex apps.  
> 
>  
> 
> Matt 
> 
>  
> 
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of sergei_tsoganov
> Sent: Tuesday, October 11, 2005 11:06 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Using Flash components in Flex
> 
>  
> 
> Hi,
> One of the weakest sides of the Flex is that there is no Dataset
> component.
> Is it possible to use Flash MX 2004 Dataset Component with all its
> functions in Flex
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> 
> 
> 
> 
> 
> 
> YAHOO! GROUPS LINKS 
> 
>  
> 
> *  Visit your group "flexcoders
>  " on the web.
> 
> *  To unsubscribe from this group, send an email to:
>[EMAIL PROTECTED]
>  
> 
> *  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service  . 
> 
>  
> 
> 
>

Then how to implement filtering in Flex Datagrid like how it is done
in Flash with setFilterFunc method in Dataset component







 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






RE: [flexcoders] Accessing the main Application Class

2005-10-11 Thread Tracy Spratt










You can pass the parent into the component
like this:



 

But remember, typed as Object, you will not be able to reliably bind to
it.

 

Tracy









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ramu p
Sent: Tuesday, October 11, 2005
1:08 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]
Accessing the main Application Class



 



Hi Marc,





 





Just "parentApplication" gives you the reference to the
parent.





 





But in your mxml file , you cant insert tags that I made red in between
I guess.





On any of the events u may have to call them.





Pls correct me if any wrongs.





 





Good luck.







 





On 10/10/05, Marc
Teichtahl <[EMAIL PROTECTED]>
wrote: 

Abdul

My code is

import mx.containers.Panel
class XBApplication
{
public var parent:Object; 

function XBApplication(pParent:Object)
{
parent = pParent;
}

function SetMainPanelText()
{
main_panel.title="test";
}

}


 
http://www.macromedia.com/2003/mxml"
xmlns="*"
backgroundColor="#7D8FA8">



xbApp(this);



 
xbApp.SetMainPanelText();








Marc Teichtahl
XB Networks BV
Manager, Engineering 
Phone:  +31 (0)36 546 24 73
Mobile: +31
(0)65 582 47 89
[EMAIL PROTECTED]
http://www.xb.nl



From: flexcoders@yahoogroups.com
on behalf of Abdul Qabiz
Sent: Mon 10/10/2005 6:16 PM
To: flexcoders@yahoogroups.com 
Subject: RE: [flexcoders] Accessing the main Application Class


mx.core.Application.application is reference to application.

How are you trying to access it?

-abdul

 

From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of Marc Teichtahl
Sent: Monday, October 10, 2005 9:31 PM 
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Accessing the main Application Class



Dear all,

I would like some advise as to the best method for accessing the main
Application class from an external AS. 

I am trying to achieve a base class that is used by the main application class
to supply authentication etc and to at runtime update components and containers
in the main Application class. To date, I have had no success. 


Marc Teichtahl
XB Networks BV
Director, Engineering

Phone:  +31 (0)36 546 24 73
Mobile: +31
(0)65 582 47 89
[EMAIL PROTECTED] 

http://www.xb.nl 






Op dit e-mailbericht is een disclaimer van toepassing, welke te vinden is op http://www.xb.nl/disclaimer.html



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development < http://groups.yahoo.com/gads?t=ms&k=Web+site+design+development&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=L-4QTvxB_quFDtMyhrQaHQ
> Computer software
development <
http://groups.yahoo.com/gads?t=ms&k=Computer+software+development&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=lvQjSRfQDfWudJSe1lLjHw
> Software design and development <
http://groups.yahoo.com/gads?t=ms&k=Software+design+and+development&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=1pMBCdo3DsJbuU9AEmO1oQ
>
Macromedia flex <
http://groups.yahoo.com/gads?t=ms&k=Macromedia+flex&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=OO6nPIrz7_EpZI36cYzBjw
> Software development
best practice <
http://groups.yahoo.com/gads?t=ms&k=Software+development+best+practice&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=f89quyyulIDsnABLD6IXIw
>



YAHOO! GROUPS LINKS



*Visit your group
"flexcoders  " on the web.

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

[EMAIL PROTECTED]?subject=Unsubscribe>

*Your use of Yahoo! Groups is
subject to the Yahoo! Terms of Service 
.









Op dit e-mailbericht is een disclaimer van toepassing, welke te vinden is op http://www.xb.nl/disclaimer.html 





 Yahoo! Groups Sponsor ~-->
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
-

[flexcoders] FlexUnit Test Runner inside of a flex application

2005-10-11 Thread Allen Manning










Hello Flexcoders,

 

Has anyone been able to get the FlexUnit test runner working
along-side a flex application?  Basically I would like to run tests against a
loaded application.

 

I tried putting the test runner into a TitleWindow and
then open the title window via a pop-up.  When the pop-up opens, Flash crashes. 
I put it in the root and all runs fine.

 





   
xmlns:flexunit="http://www.iterationtwo.com/flexunit"

    xmlns:mx="http://www.macromedia.com/2003/mxml">

   

    { tests.AllTests.suite.()
}

    

 



 

I don’t want the runner to act as a stand-alone
application I want it to perform tests against my existing application.  For
example

 

//automate some work being done in my UI, then check

assertTrue(
mx.core.Application.application.navigationBar.selectedIndex == 4 );

 

 

Thanks for any help,

allen









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





  




  
  
  YAHOO! GROUPS LINKS



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



  











--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.14/128 - Release Date: 10/10/2005
 


RE: [flexcoders] Help on how to create a object out of an XML

2005-10-11 Thread Tracy Spratt
In your getDocument operation, define a handler for the service result:


var _xmlDP:XML;
Define a handler function:
Private function onResult(oEvent:Object):Void {
trace(oEvent.result);   //make sure you have what you think you
have
//if result is truly a string 
_xmlDP = mx.utils.XMLUtil.createXML(oEvent.result)
}

Now you can do whatever you want with the xml document member variable.

Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of gnaveenrajkumaar
Sent: Tuesday, October 11, 2005 4:09 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Help on how to create a object out of an XML

hello there,

i have created a webservice in asp.net that retrives data from a xml
file and the output of the function is a xml document file...

i wanted to create an object out of this xml document i retrive and i
am not able to do so.

any body please advice on how to proceed



below is my code ===



http://www.macromedia.com/2003/mxml";
xmlns="*" initialize="initializes()">
  http://localhost/WebService1/Service1.asmx?WSDL"; id="webservice1">
  

  


  {webservice1.getDocument.result}


  {xml1}




  









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



 








 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






RE: [flexcoders] Using Flash components in Flex

2005-10-11 Thread Matt Chotin










Nope, the Dataset components generally are
used in a 2-tier architecture which we’ve not been encouraging for Flex
apps.  

 

Matt 

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of sergei_tsoganov
Sent: Tuesday, October 11, 2005
11:06 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Using Flash
components in Flex



 

Hi,
One of the weakest sides of the Flex is that there
is no Dataset
component.
Is it possible to use Flash MX 2004 Dataset
Component with all its
functions in Flex











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





  




  
  
  YAHOO! GROUPS LINKS



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



  











Re: [flexcoders] Highly classful architectures

2005-10-11 Thread JesterXL
I've done it in Flash, and ported similiar remoting classes for Flex since 
they are already in there (what a lot of HTTPService, RemoteObject, 
WebService are built off of).  Figured if you hit me with a WSDL you know 
works, public or not, I could test it and post some example code.

My problem has been finding WSDL's that work.  xMethods.com for example has 
a ton that don't and it's a waste of time; rather go to someone who has one 
that knows it works.  The rest like Amazon and PayPal have ones that work, 
but take 10 years to sign up, register, blah blah blah

- Original Message - 
From: "Mink, Joseph" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, October 11, 2005 11:50 AM
Subject: RE: [flexcoders] Highly classful architectures


Indeed I do...never leave home without it : )  Why do you ask, and where
are you going with this?  My understanding comes from Matt Chotin's
reply to my previous post entitled, "Calling a WebService solely through
AS."  His respose:

--
Not supported in Flex 1.5, supported in an upcoming version.

Matt
-

I was told by others that there was a way to do it, but the fact that it
wasn't supported or intended, I opted not to pursue it (it did not seem
all that simple).



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of JesterXL
Sent: Tuesday, October 11, 2005 9:46 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Highly classful architectures


Got a WSDL?

- Original Message - 
From: Mink, Joseph 
To: flexcoders@yahoogroups.com
Sent: Tuesday, October 11, 2005 9:27 AM
Subject: RE: [flexcoders] Highly classful architectures

You mean after the mxml has been compiled?  It's been a month or so
since I attacked that particular problem, but as I remember it, there
was no straight-forward (intended) way to dynamically instantiate
WebService objects.



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of JesterXL
Sent: Tuesday, October 11, 2005 9:20 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Highly classful architectures


They don't have to be.  Have you looked into the webservice classes?

- Original Message - 
From: Mink, Joseph 
To: flexcoders@yahoogroups.com
Sent: Tuesday, October 11, 2005 7:52 AM
Subject: RE: [flexcoders] Highly classful architectures

I'm not totally sure what you mean, but I assume you are asking how well
Flex supports object oriented programming.  If that is your question, my
answer would be that it supports it quite well.

I'm a C++ & Java programmer way before I'm a make-shift RIA developer.
Flex/Flash's ActionScript is very mature compared to what I expected it
to be, and I've been able to employ most of the design patterns and
approaches that I typically use in other, more complex languages.  There
are a few hang-ups with the fact that, for example, WebService objects
need to be declared statically, outside of ActionScript (which was
frustrating), but it's nothing that can't be dealt with and worked
around.

There's a quick opinion, for whatever it's worth!



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Marc Teichtahl
Sent: Monday, October 10, 2005 11:57 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Highly classful architectures


Dear All,

We are currently evaluating the possibilities to use Flex in our key
internal support systems.

As part of the evaluation we are looking specifically at a highly
classful implementation and archictecture. I would be very curious for
any feedback (pros/cons) etc in relation to using Flex in such a high
polymorphic envirnoment.



Marc Teichtahl
XB Networks BV
Director, Engineering

Phone:  +31 (0)36 546 24 73
Mobile: +31 (0)65 582 47 89
[EMAIL PROTECTED]

http://www.xb.nl 






From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of AlfrED
Sent: maandag 10 oktober 2005 4:08
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Please Help


I am new with flexand I am having problem understanding how
I can
communicate with the database (msyql).  If there is someone that
could
help me understand how I can insert data to the database (mysql)
using
coldfusion and flexI would really appreciate it.  A sample
code
will be great!  Thank you in advance

Alfie









Op dit e-mailbericht is een disclaimer van toepassing, welke te
vinden is op http://www.xb.nl/disclaimer.html



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




SPONSORED LINKS
Web site design development


RE: [flexcoders] Highly classful architectures

2005-10-11 Thread Mink, Joseph
Indeed I do...never leave home without it : )  Why do you ask, and where
are you going with this?  My understanding comes from Matt Chotin's
reply to my previous post entitled, "Calling a WebService solely through
AS."  His respose:
 
--
Not supported in Flex 1.5, supported in an upcoming version.

Matt
-

I was told by others that there was a way to do it, but the fact that it
wasn't supported or intended, I opted not to pursue it (it did not seem
all that simple).



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of JesterXL
Sent: Tuesday, October 11, 2005 9:46 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Highly classful architectures


Got a WSDL?
 
- Original Message - 
From: Mink, Joseph   
To: flexcoders@yahoogroups.com 
Sent: Tuesday, October 11, 2005 9:27 AM
Subject: RE: [flexcoders] Highly classful architectures

You mean after the mxml has been compiled?  It's been a month or so
since I attacked that particular problem, but as I remember it, there
was no straight-forward (intended) way to dynamically instantiate
WebService objects.



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of JesterXL
Sent: Tuesday, October 11, 2005 9:20 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Highly classful architectures


They don't have to be.  Have you looked into the webservice classes?
 
- Original Message - 
From: Mink, Joseph   
To: flexcoders@yahoogroups.com 
Sent: Tuesday, October 11, 2005 7:52 AM
Subject: RE: [flexcoders] Highly classful architectures

I'm not totally sure what you mean, but I assume you are asking how well
Flex supports object oriented programming.  If that is your question, my
answer would be that it supports it quite well.
 
I'm a C++ & Java programmer way before I'm a make-shift RIA developer.
Flex/Flash's ActionScript is very mature compared to what I expected it
to be, and I've been able to employ most of the design patterns and
approaches that I typically use in other, more complex languages.  There
are a few hang-ups with the fact that, for example, WebService objects
need to be declared statically, outside of ActionScript (which was
frustrating), but it's nothing that can't be dealt with and worked
around.
 
There's a quick opinion, for whatever it's worth!



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Marc Teichtahl
Sent: Monday, October 10, 2005 11:57 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Highly classful architectures


Dear All,
 
We are currently evaluating the possibilities to use Flex in our key
internal support systems. 
 
As part of the evaluation we are looking specifically at a highly
classful implementation and archictecture. I would be very curious for
any feedback (pros/cons) etc in relation to using Flex in such a high
polymorphic envirnoment.
 


Marc Teichtahl
XB Networks BV
Director, Engineering

Phone:  +31 (0)36 546 24 73
Mobile: +31 (0)65 582 47 89
[EMAIL PROTECTED]

http://www.xb.nl   

 




From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of AlfrED
Sent: maandag 10 oktober 2005 4:08
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Please Help


I am new with flexand I am having problem understanding how
I can 
communicate with the database (msyql).  If there is someone that
could 
help me understand how I can insert data to the database (mysql)
using 
coldfusion and flexI would really appreciate it.  A sample
code 
will be great!  Thank you in advance

Alfie





 

 

Op dit e-mailbericht is een disclaimer van toepassing, welke te
vinden is op http://www.xb.nl/disclaimer.html



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




SPONSORED LINKS 
Web site design development
 Computer software
development
   Software design and
development


[flexcoders] MXML/HTML Beautifiers?

2005-10-11 Thread JesterXL
I'm aware of this one:
http://flashtexteditor.com/ftf/#using

But was hoping to show MXML.  I've used this AS2 beautifier before to show 
AS2 code on my blog; I've actually incorporated his styles into my .css for 
my site to make it easier:
http://shockwave-india.com/blog/services/as-highlight2/

However, I now want to show MXML/HTML if it doesn't do AS2, that's ok, I can 
use a hybrid approach.  Anyone know of one?  I use MoveableType, so if it's 
more of an online service like Arul's is, that'd be cooler.

Thanks if you can help!

--JesterXL




 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






RE: [flexcoders] Datagrid sort on float numbers problem

2005-10-11 Thread Matt Chotin










Hmm, if we’re screwing that up you
may want to use your own comparator function.  See sortCompareFunction on
DataGridColumn.

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Alban Soupper
Sent: Friday, October 07, 2005
5:45 AM
To: Flexcoders (E-mail)
Subject: [flexcoders] Datagrid
sort on float numbers problem



 

Hi all,

I have the following service:
  
showBusyCursor="true"/>

and this datagrid
  
   

 

   

   

 

   

 


the httpService return the following xml in its
response:


  
 
  
 
 
-0.03345107356650445
  
  
 
  
 
 
-7.429962234167808E-4
  
  
 
  
 
 
0.03247207098433136
  
  
 
  
 
 
7.550032224670211E-4
  


but when I sort the Perf column I obtain this:
0.03247...
0.00075...
-0.03345...
-0.00074...

instead of 
0.03247...
0.00075...
-0.00074...
-0.03345...

It seams that the DataGrid sort mechanism on my
service result interprets
correctly the perf correctly as Numbers
(7.550032224670211E-4 is transformed
in -0.00074...) but sort the values as string.


Question: 
What's happening?
How to solve this situation?



***

This email and any files transmitted with it are
confidential and
intended solely for the use of the individual or
entity to whom they
are addressed. If you have received this email in
error please notify
the system manager to [EMAIL PROTECTED]

***









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





  




  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] tileList and events

2005-10-11 Thread Matt Chotin










In your ProductThumb declare a listOwner
property, it should be set to the TileList automatically by the time setValue
is called.  Then for those events you should go ahead and tell the listOwner to
dispatch a new event, passing in any relevant info.  You can then have your
code addEventListener on the TileList for those events (just do it in the
creationComplete of the TileList).

 

Matt

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Fernando Barros
Sent: Friday, October 07, 2005
4:30 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] tileList and
events



 

Hi there,

I think, not sure ;), this is a simple question,
but I am little
confused how implement it.
In my ProdutoThumb, I have a TextInput,
NumericStepper and I will have a
button. What is the best way to get the respective
events in my app? I
mean, how I will get the change in the textInput,
NumericStepper and the
click on the button.

Tks!

Fernando



My app:


 
   
   
id="list" width="100%"
height="100%"
dataProvider="{objProdutoProposta}"
cellRenderer="ProdutoThumb"
itemWidth="500" itemHeight="90"
 
   
   
dragEnter="doDragEnter(event)"
 
   
   
dragExit="doDragExit(event)"
 
   
   
dragDrop="doDragDrop(event)"
 
   
   
dragOver="doDragOver(event)"
  
dragComplete="doDragComplete(event)"
 
   
    />



*
ProdutoThumb.mxml


http://www.macromedia.com/2003/mxml"
width="100%"
height="100%">

  
 
  
  
  
  
 
  
source="/images/produtos/{objProduto.SPRODUTOIDOFFICER}"
complete="event.target.visible=true;"
creationComplete="hideWhenChanging()"/>
  
  
  
 
  
width="100%"/>
 
  
 
    
 
    
 
    
   

 
  
 
   

minimum="1" maximum="150"
width="15%" />
 
    
width="35%"/>
 
    
text="{objProduto.NVLCLIENTEUNIT}"
textAlign="right" width="50%"/>
 
  
  










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





  




  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Strange behaviour when using a label func in barchart

2005-10-11 Thread Matt Chotin










This is because you’re modifying the
mystring value yourself, you shouldn’t be doing += which I believe acts
like append in AS2, instead you should simply return mystring + “%”

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of jrab2999
Sent: Friday, October 07, 2005
4:45 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Strange
behaviour when using a label func in barchart



 

Hello,

if I use a labeling function for the horizontal
axis within the
BarChart component, it labels in a strange way. 

The axis is defined like this: 

tickLength="1"
tickPlacement="inside" labelGap="0"
labelFunction="strPercent">


I found out only checking if label isn't already
modified in the
labeling function brings the needed result (1 time
%):

function strPercent(mystring) {
   if
(mystring.lastIndexOf("%")==-1) mystring += "%";
   return mystring;
}

Any ideas why it labels multiple times?











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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] date sort

2005-10-11 Thread Matt Chotin










sortCompareFunction is meant for you
controlling the sort regardless of whether you had a cell renderer.  You just
need the DataGridColumn.  In your case since the data is already formatted
using the labelFunction you may want the sortCompareFunction to work on the
unformatted value.

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED]
Sent: Friday, October 07, 2005
2:17 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] date
sort



 


Ya I have tried that but from I understand that only
work when the date is from cell renderer. Mine is coming from a java object and
is using label to format it. 




CONFIDENTIALITY STATEMENT - This message and any files or text attached to it
are intended only for the recipients named above, and contain information that
may be confidential or privileged.  If you are not an intended recipient,
you must not read, copy, use, or disclose this communication.  Please also
notify the sender by replying to this message, and then delete all copies of it
from your system.  Thank you. 




 
  
  "Matt Chotin"
  <[EMAIL PROTECTED]> 
  Sent
  by: flexcoders@yahoogroups.com
  
  10/05/2005 05:27 PM 
  
   

Please
respond to
flexcoders@yahoogroups.com

   
  
  
  
  
  
   

To





   
   

cc


 

   
   

Subject


RE: [flexcoders] date sort

   
  
   
  
   

 


 

   
  
  
  
 





If it’s not working by default you may want
to look into the sortCompareFunction on DataGridColumn. 
  
Matt 
  

 








From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Joe
Sent: Wednesday, October 05, 2005 2:33 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] date sort 
  
Is
there a way to sort a date field in a data grid that is using a 
labelfunction to get the date value. I have read that it can be done 
when using a cell renderer, but I do not want to change the code. Can 
this be done? Thanks.





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





SPONSORED LINKS 


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


 

 







YAHOO! GROUPS LINKS 

 


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


 







 









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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











[flexcoders] Using Flash components in Flex

2005-10-11 Thread sergei_tsoganov
 Hi,
One of the weakest sides of the Flex is that there is no Dataset
component.
Is it possible to use Flash MX 2004 Dataset Component with all its
functions in Flex





 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






Re: [flexcoders] calling WS with array as an argument type

2005-10-11 Thread Raymond Camden
I got it working - ended up using {arrayName}

On 10/11/05, João Fernandes <[EMAIL PROTECTED]> wrote:
> I don't know if it solves the problem:
>
>  result="showGood()">
> 
> 
> None
> 1
> 
> 
> {myArray}
> 
> 
> 
> 
> 
>
>


 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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





RE: [flexcoders] calling WS with array as an argument type

2005-10-11 Thread João Fernandes
I don't know if it solves the problem:




None
1


{myArray}







João Fernandes
Secção de Desenvolvimento
Departamento de Informática


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Raymond 
Camden
Sent: terça-feira, 11 de Outubro de 2005 15:29
To: flexcoders@yahoogroups.com
Subject: [flexcoders] calling WS with array as an argument type

I'm testing a web service call, and am using this format:




None
1
{myArray}




The problem I'm having is with Carriers. According to the WSDL, Carriers needs 
to be an array of strings. I tried:

Doo. I tried the version above.
I'm stuck now. How can I pass in an array using the format above?
--
===
Raymond Camden, Director of Development for Mindseye, Inc (www.mindseye.com)

Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)

Email: [EMAIL PROTECTED]
Blog : ray.camdenfamily.com
Yahoo IM : cfjedimaster

"My ally is the Force, and a powerful ally it is." - Yoda


 Yahoo! Groups Sponsor ~--> Get 
Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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



 





 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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





[flexcoders] calling WS with array as an argument type

2005-10-11 Thread Raymond Camden
I'm testing a web service call, and am using this format:




None
1
{myArray}




The problem I'm having is with Carriers. According to the WSDL,
Carriers needs to be an array of strings. I tried:

Doo. I tried the version above.
I'm stuck now. How can I pass in an array using the format above?
--
===
Raymond Camden, Director of Development for Mindseye, Inc (www.mindseye.com)

Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)

Email: [EMAIL PROTECTED]
Blog : ray.camdenfamily.com
Yahoo IM : cfjedimaster

"My ally is the Force, and a powerful ally it is." - Yoda


 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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





Re: [flexcoders] Highly classful architectures

2005-10-11 Thread JesterXL





Got a WSDL?
 
- Original Message - 
From: Mink, 
Joseph 
To: flexcoders@yahoogroups.com 
Sent: Tuesday, October 11, 2005 9:27 AM
Subject: RE: [flexcoders] Highly classful architectures

You mean after the mxml has been compiled?  It's been 
a month or so since I attacked that particular problem, but as I remember it, 
there was no straight-forward (intended) way to dynamically instantiate 
WebService objects.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of JesterXLSent: 
Tuesday, October 11, 2005 9:20 AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Highly classful 
architectures

They don't have to be.  Have you looked into 
the webservice classes?
 
- Original Message - 
From: Mink, 
Joseph 
To: flexcoders@yahoogroups.com 
Sent: Tuesday, October 11, 2005 7:52 AM
Subject: RE: [flexcoders] Highly classful architectures

I'm not totally sure what you mean, but I assume you are 
asking how well Flex supports object oriented programming.  If that is your 
question, my answer would be that it supports it quite well.
 
I'm a C++ & Java programmer way before I'm a 
make-shift RIA developer.  Flex/Flash's ActionScript is very mature 
compared to what I expected it to be, and I've been able to employ most of the 
design patterns and approaches that I typically use in other, more complex 
languages.  There are a few hang-ups with the fact that, for example, 
WebService objects need to be declared statically, outside of ActionScript 
(which was frustrating), but it's nothing that can't be dealt with and worked 
around.
 
There's a quick opinion, for whatever it's 
worth!


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Marc 
TeichtahlSent: Monday, October 10, 2005 11:57 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Highly classful 
architectures

Dear All,
 
We are currently evaluating the possibilities to use Flex 
in our key internal support systems. 
 
As part of the evaluation we are looking specifically at a 
highly classful implementation and archictecture. I would be very curious for 
any feedback (pros/cons) etc in relation to using Flex in such a high 
polymorphic envirnoment.
 
Marc TeichtahlXB Networks 
BVDirector, EngineeringPhone:  +31 (0)36 546 24 73Mobile: 
+31 (0)65 582 47 89[EMAIL PROTECTED]http://www.xb.nl 
 

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of AlfrEDSent: 
  maandag 10 oktober 2005 4:08To: 
  flexcoders@yahoogroups.comSubject: [flexcoders] Please 
  Help
  I am new with flexand I am having problem understanding how 
  I can communicate with the database (msyql).  If there is someone 
  that could help me understand how I can insert data to the database 
  (mysql) using coldfusion and flexI would really appreciate it.  A 
  sample code will be great!  Thank you in 
  advanceAlfie
   
   
  Op 
  dit e-mailbericht is een disclaimer van toepassing, welke te vinden is op http://www.xb.nl/disclaimer.html





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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Java VO.

2005-10-11 Thread Omar Ramos



Hi all,I have a simple VO class in java and have a service that returns a ArrayList of that vo. My question is that when I return this list to flex via RemoteObject Tag (AMF) java or flash seams to put each property of the VO in lowercase. For example if on the Java VO it had a property of Name and LastName when it gets to flex is name and lastName. Any way to make it return the VO as it is defined on the java class? Thanks for any help.
Omar RamosSystem Developer






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





  




  
  
  YAHOO! GROUPS LINKS



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



  









RE: [flexcoders] Highly classful architectures

2005-10-11 Thread Mink, Joseph





You mean after the mxml has been compiled?  It's been 
a month or so since I attacked that particular problem, but as I remember it, 
there was no straight-forward (intended) way to dynamically instantiate 
WebService objects.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of JesterXLSent: 
Tuesday, October 11, 2005 9:20 AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Highly classful 
architectures

They don't have to be.  Have you looked into 
the webservice classes?
 
- Original Message - 
From: Mink, 
Joseph 
To: flexcoders@yahoogroups.com 
Sent: Tuesday, October 11, 2005 7:52 AM
Subject: RE: [flexcoders] Highly classful architectures

I'm not totally sure what you mean, but I assume you are 
asking how well Flex supports object oriented programming.  If that is your 
question, my answer would be that it supports it quite well.
 
I'm a C++ & Java programmer way before I'm a 
make-shift RIA developer.  Flex/Flash's ActionScript is very mature 
compared to what I expected it to be, and I've been able to employ most of the 
design patterns and approaches that I typically use in other, more complex 
languages.  There are a few hang-ups with the fact that, for example, 
WebService objects need to be declared statically, outside of ActionScript 
(which was frustrating), but it's nothing that can't be dealt with and worked 
around.
 
There's a quick opinion, for whatever it's 
worth!


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Marc 
TeichtahlSent: Monday, October 10, 2005 11:57 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Highly classful 
architectures

Dear All,
 
We are currently evaluating the possibilities to use Flex 
in our key internal support systems. 
 
As part of the evaluation we are looking specifically at a 
highly classful implementation and archictecture. I would be very curious for 
any feedback (pros/cons) etc in relation to using Flex in such a high 
polymorphic envirnoment.
 
Marc TeichtahlXB Networks 
BVDirector, EngineeringPhone:  +31 (0)36 546 24 73Mobile: 
+31 (0)65 582 47 89[EMAIL PROTECTED]http://www.xb.nl 
 

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of AlfrEDSent: 
  maandag 10 oktober 2005 4:08To: 
  flexcoders@yahoogroups.comSubject: [flexcoders] Please 
  Help
  I am new with flexand I am having problem understanding how 
  I can communicate with the database (msyql).  If there is someone 
  that could help me understand how I can insert data to the database 
  (mysql) using coldfusion and flexI would really appreciate it.  A 
  sample code will be great!  Thank you in 
  advanceAlfie
   
   
  Op 
  dit e-mailbericht is een disclaimer van toepassing, welke te vinden is op http://www.xb.nl/disclaimer.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



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



  









[flexcoders] Re: Unable to refer controls in Accordion !

2005-10-11 Thread bhaq1972
you got a deferred instantiion issue.
try 


the default creationPolicy for an accordian is 'auto'

regards 
bod (bhaq1972)




--- In flexcoders@yahoogroups.com, Ramu p <[EMAIL PROTECTED]> wrote:
>
> Hi Flexcoders,
>  I have a problem with Accordion which has two containers 
(Canvases) inside
> it and that have few controls (Check boxes and buttons).
> Here the problem is, I am unable to refer any control that is 
placed in
> second canvas.
>  The above happens only for the first time, it doesnt when we 
navigated thru
> the accordion.
>  here is the code.
> 
> 
> http://www.macromedia.com/2003/mxml";>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> As soon as page is loaded, if I click on button, it gives 
undefined (!)
> even though check2 (Check box in canvas2) is available.
> 
> If I just go to second canvas and come back to button click, it 
gives me the
> value.
> 
> Please help me out!!!
> 
> *Thanx in advance.*
> 
> Ram.
>






 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






RE: [flexcoders] Re: HTTPService timeout

2005-10-11 Thread Mink, Joseph





I do realize that many people use this solution for 
asynchronous data push from http servers, but it seems like a hack and an 
unintended use of HTTP.  However, while it may leave a bad taste in my 
mouth, I never discredit something that works!!!
 
It looks like we may be taking it a step further and might 
implement it with the WebService object rather than the HTTPService object 
: )  Assuming that there is no timeout implemented there either (in Flex), 
then I assume it will work as well.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Dave 
WolfSent: Saturday, October 08, 2005 12:54 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Re: HTTPService 
timeout
This is a very elegant way to handle server-push.  It solves 
a myriadof issues that "true" server-push has.  It is more scalable, 
hasbetter quality of service, etc.You just need a servlet programmer 
who knows how to write thread safecode.  Do note that each client will 
then tie up an HTTP thread, soyou may need to allocate more in your 
server.-- Dave WolfCynergy Systems, Inc.Macromedia Flex 
Alliance Partnerhttp://www.cynergysystems.comEmail:  
[EMAIL PROTECTED]Office: 866-CYNERGY x85 --- In 
flexcoders@yahoogroups.com, "Mink, Joseph" 
<[EMAIL PROTECTED]>wrote:>> Thanks for the response, 
Matt...that's actually a good thing in the way> that I'll be planning to 
use HTTPService : )>  > Joey> > > 
> > From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On> Behalf 
Of Matt Chotin> Sent: Friday, October 07, 2005 10:45 AM> To: 
flexcoders@yahoogroups.com> Subject: RE: [flexcoders] HTTPService 
timeout> > > > Currently HTTPService doesn't support 
a timeout on its own.  You'll need> to use your own mechanism with 
setInterval.> >  > > Matt> 
>  > > > 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
On> Behalf Of Mink, Joseph> Sent: Friday, October 07, 2005 5:03 
AM> To: flexcoders@yahoogroups.com> Subject: [flexcoders] 
HTTPService timeout> >  > > Hi,> 
>  > > I was wondering...does anyone know where/how to 
set the timeout for> HTTPService requests?  I am shamefully 
considering this as a solution to> asynchronous data push from the 
server...write a servlet that doesn't> respond to requests until data of 
interest comes to be.> >  > > 
Thanks!>





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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









Re: [flexcoders] Highly classful architectures

2005-10-11 Thread JesterXL





They don't have to be.  Have you looked into 
the webservice classes?
 
- Original Message - 
From: Mink, 
Joseph 
To: flexcoders@yahoogroups.com 
Sent: Tuesday, October 11, 2005 7:52 AM
Subject: RE: [flexcoders] Highly classful architectures

I'm not totally sure what you mean, but I assume you are 
asking how well Flex supports object oriented programming.  If that is your 
question, my answer would be that it supports it quite well.
 
I'm a C++ & Java programmer way before I'm a 
make-shift RIA developer.  Flex/Flash's ActionScript is very mature 
compared to what I expected it to be, and I've been able to employ most of the 
design patterns and approaches that I typically use in other, more complex 
languages.  There are a few hang-ups with the fact that, for example, 
WebService objects need to be declared statically, outside of ActionScript 
(which was frustrating), but it's nothing that can't be dealt with and worked 
around.
 
There's a quick opinion, for whatever it's 
worth!


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Marc 
TeichtahlSent: Monday, October 10, 2005 11:57 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Highly classful 
architectures

Dear All,
 
We are currently evaluating the possibilities to use Flex 
in our key internal support systems. 
 
As part of the evaluation we are looking specifically at a 
highly classful implementation and archictecture. I would be very curious for 
any feedback (pros/cons) etc in relation to using Flex in such a high 
polymorphic envirnoment.
 
Marc TeichtahlXB Networks 
BVDirector, EngineeringPhone:  +31 (0)36 546 24 73Mobile: 
+31 (0)65 582 47 89[EMAIL PROTECTED]http://www.xb.nl 
 

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of AlfrEDSent: 
  maandag 10 oktober 2005 4:08To: 
  flexcoders@yahoogroups.comSubject: [flexcoders] Please 
  Help
  I am new with flexand I am having problem understanding how 
  I can communicate with the database (msyql).  If there is someone 
  that could help me understand how I can insert data to the database 
  (mysql) using coldfusion and flexI would really appreciate it.  A 
  sample code will be great!  Thank you in 
  advanceAlfie
   
   
  Op 
  dit e-mailbericht is een disclaimer van toepassing, welke te vinden is op http://www.xb.nl/disclaimer.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



   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] Reading the displayed value in a DataGrid - How to

2005-10-11 Thread Oscar . Cortes
Thanks Ramu, but the columnName is fixed in this case, not binding is
involved. As a matter of fact, I am not sure if you can use binding for a
column name.






 "Ramu p"  To: flexcoders@yahoogroups.com   

 <[EMAIL PROTECTED]>cc: 
 
 Sent by:  Subject:  Re: [flexcoders] 
Reading the displayed value in a DataGrid - How   
 flexcoders@yahoogroups.com  to 

 10/11/2005 02:26 AM

 Please respond to  

 flexcoders 









Hi,

U guess there is a mistake in the following line that you used.

  
The above must be:
  

Pls correct me if any worngs!

Thanks.



On 10/11/05, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote:
Let me reformulate my question. Usually you can use selectedItem.
columnName   to read the value of a row/column of a datagrid. This seems to

work fine as shown in the Flex Sample Explorer ( example below).  But how
can you read the value of a computed column that was added in addition to
the columns returned by the dataprovider?   When I trace the selectedItem
or getItemAt, I only get the dataprovider data and nothing else.


   
   
   
   
   

   

   
   
   

   
   
   
   
   
   
   
   
   
   

   

   



Thanks,
   




 [EMAIL PROTECTED]  To:
flexcoders@yahoogroups.com
Sent by:  cc:
 flexcoders@yahoogroups.comSubject:  [flexcoders]
Reading the displayed value in a DataGrid - How to
10/10/2005 12:45 PM
Please respond to
flexcoders






I am using labelFunction for a column in a datagrid. How can I read the
displayed value and not the real value directly from the dataGrid?

I am also wondering how to get values from the DataGrid in general. I need
to render the DataGrid to a HTML table, I mean, read columns and rows from
the dataGrid and have a string with the HTML syntax. I could not find
anything such as getRow, and then read each column. So I am selecting each
Row and then using the selectedItem property.

I know that I could use the function executed in labelFunction to
reproduce the displayed value, but I am actually trying to extend the
DataGrid class and add a method called getHTMLString for example. This
would require to be agnostic of whether the column has a labelFunction or
not.

Any ideas?

Thanks.

---
This e-mail message (including attachments, if any) is intended for the use

of the individual or entity to which it is addressed and may contain
information that is privileged, proprietary , confidential and exempt from
disclosure.  If you are not the intended recipient, you are notified that
any dissemination, distribution or copying of this communication is
strictly prohibited.  If you have received this communication in error,
please notify the sender and erase this e-mail message immediately.
---





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












---
This e-mail message (including attachments, if any) is intended for the use
of the individual or entity to which it is addressed and may contain
information that is privileged, proprietary , confidential and exempt from
disclosure.  If you are not the intended recipient, you are notified that
any dissemination, distribution or copying of this communication is
strictly prohibited.  If you have received this communication in error,
please notify the sender and erase this e-mail message immediately.

Re: [flexcoders] Help! Is there any way to freeze a column or a row in the datagrid?

2005-10-11 Thread Sreejith Unnikrishnan
Very much possible.
Look at this example by Alistair

http://www.richinternetapps.com/archives/2005_01.html

Sree

Kurai wrote:

> Hi,
>
> Please help me solve this problem of the datagrid.
>
> Here is the example:
>
> The datagrid has a fixed width of 500. But the sum of all columns is
> 600. So a scroll bar will be displayed and user can drag this scroll
> bar to show left columns.
>
> When user drags the scroll bar to right side, the first column will be
> hided. Is it possible to freeze the first column and let it always
> stays in the first column position?
>
>
> Thanks
>
>
> KanDai
>
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
>
>
> 
> YAHOO! GROUPS LINKS
>
> *  Visit your group "flexcoders
>   " on the web.
>
> *  To unsubscribe from this group, send an email to:
>[EMAIL PROTECTED]
>   
>
> *  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>   Service .
>
>
> 
>




 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






[flexcoders] Re: Help! Is there any way to freeze a column or a row in the datagrid?

2005-10-11 Thread fowleryj
Here's a work-around:
http://www.richinternetapps.com/archives/2005_01.html

--- In flexcoders@yahoogroups.com, Kurai <[EMAIL PROTECTED]> wrote:
>
> Hi,
> 
> Please help me solve this problem of the datagrid.
> 
> Here is the example:
> 
> The datagrid has a fixed width of 500. But the sum of all columns is
> 600. So a scroll bar will be displayed and user can drag this scroll
> bar to show left columns.
> 
> When user drags the scroll bar to right side, the first column will be
> hided. Is it possible to freeze the first column and let it always
> stays in the first column position?
> 
> 
> Thanks
> 
> 
> KanDai
>






 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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





RE: [flexcoders] startDrag & stopDrag?

2005-10-11 Thread Mink, Joseph





Well done!  Thanks alot for the reply!  You're 
right, the event listeners were totally unnecessary.  I guess onMouseUp and 
onMouseDown are intrinsic event methods.  That's good to 
know!


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Ramu pSent: 
Monday, October 10, 2005 5:40 AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] startDrag & 
stopDrag?

Hi,
This may solve ur prob.
 
[This code is a block of class]
obj here is same as _rect in your class.
I guess you need not use addEventListener...
This works out!!!
 
 
 function createChildren():Void{   obj = 
attachMovie("cir_sym","cir_sym",1)  }  function 
onMouseDown():Void{   obj.startDrag()  }  function 
onMouseUp():Void{   stopDrag()   }Buzz 
back!!
 
 
On 10/8/05, Mink, 
Joseph <[EMAIL PROTECTED]> 
wrote: 
Does 
  anyone know how to get startDrag (...) and stopDrag (...) to workwith 
  UIObjects in Flex?  I know that in Flash the usage is typically: 
  on(press) {   
  startDrag(this,true);}on(release) 
  {   stopDrag();}But maybe it 
  could work with our mouseDown and mouseUp events?  I amcurrently 
  trying it with this code, but it's not working: import 
  mx.containers.Canvas;import mx.utils.Delegate;class Rect extends 
  Canvas{   public var 
  radius:Number;   private var 
  _rect:Object;   
  /*   
  Constructor.    
  */   function Circle 
  ()   
  {   
  super 
  ();   
  addEventListener("mouseUp", 
  Delegate.create(this,mouseUp));   
  addEventListener("mouseDown", 
  Delegate.create(this,mouseDown));   
  }   
  /*   
  Instantiates all child objects.   
  */   function 
  createChildren():Void   
  {   
  trace ("Begin Circle.createChildren 
  ().");   
  super.createChildren();   
  if (_rect == 
  undefined)   
  {   
  _rect = 
  createEmptyObject("square",getNextHighestDepth());   
  _rect.fillRect(0, 0, radius, radius, 0x00, 
  100);   
  }   
  trace ("End 
  Circle.createChildren().");   
  }   function mouseDown 
  (event):Void   
  {   
  trace ("Begin Circle.mouseDown 
  ");   
  /*_isMouseDown = 
  true;   
  _lastMouseX = 
  mouseX;   
  _lastMouseY = 
  mouseY;*/   
  startDrag (this, 
  true);   
  trace ("End Circle.mouseDown ");   
  }   function 
  mouseUp(event):Void   
  {   
  trace ("Begin 
  Circle.mouseUp");   
  //_isMouseDown = 
  false;   
  stopDrag 
  ();   
  trace ("End Circle.mouseUp");   
  }} Yahoo! Groups Sponsor 
  ~-->Get Bzzzy! (real tools to help you find a job). 
  Welcome to the Sweet Life.http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM~->--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/<*> 
  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 Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









RE: [flexcoders] Some Queries!

2005-10-11 Thread Stephane De Jonckheere
1. The official Harley Davidson site is fully realized in Flex.
2. All te connection stuff and data binding must be done in Java or .Net.
Flex is "only" for presentation.
3. As far as I know, you should avoid linking from page to page ( Flex
Evangelists say that). You'll have to rethink your navigation and use
ViewStack instead of going from link to link.
4. Yes, there are samples in the Macromedia help:
http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwhimpl/js/html/w
whelp.htm . There is something called shared object to share object within
the Application (many mxml files).

Regards,
Stephane

-Original Message-
From: vivek b [mailto:[EMAIL PROTECTED]
Sent: mardi, 11. octobre 2005 13:32
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Some Queries!


Hi
I am 'vivek buwa'!
currentlyu working on Flex!
I am having some doubts and by seeing the amazing work
this group is doing for solving Flex queries, I hope
that my queries will also be solved!

1. Is there a website which is entirely developed with
flex?
2. I am thinking to create an entire portal with Flex
for my compan which will be having login, database
connectivity etc stuff (which is common for all the
portals). Is it possible to do it with Flex?
3. How page transitions (from one mxml file to other
mxml file is accomplished?). i done with  but
then whats the difference with traditional HTML links
here?
4. can data be passed from one mxml file to the other
mxml file like HTTP post from HTML forms!

I am eagerly waiting for these queries to get solved!
I will be very much thankful if the queries r getting
solved. Requesting u to take some time for these
queries.
I am also hopeful that I will learn in Flex more with
u guys and girls and someday will be able to solve
queries of others.

Thanks!




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com





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



 





***

This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager to [EMAIL PROTECTED]

***



 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






[flexcoders] [OT] MXML syntax highlighting

2005-10-11 Thread Peter Elst



Hi guys, a little off-topic but found no better place to ask -- does
anyone know a syntax highlighter for MXML that will work with wordpress?

Thanks!
Peter







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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Help on how to create a object out of an XML

2005-10-11 Thread gnaveenrajkumaar
hello there,

i have created a webservice in asp.net that retrives data from a xml
file and the output of the function is a xml document file...

i wanted to create an object out of this xml document i retrive and i
am not able to do so.

any body please advice on how to proceed



below is my code ===



http://www.macromedia.com/2003/mxml";
xmlns="*" initialize="initializes()">
  http://localhost/WebService1/Service1.asmx?WSDL"; id="webservice1">
  

  


  {webservice1.getDocument.result}


  {xml1}




  








 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






RE: [flexcoders] Highly classful architectures

2005-10-11 Thread Mink, Joseph





I'm not totally sure what you mean, but I assume you are 
asking how well Flex supports object oriented programming.  If that is your 
question, my answer would be that it supports it quite well.
 
I'm a C++ & Java programmer way before I'm a 
make-shift RIA developer.  Flex/Flash's ActionScript is very mature 
compared to what I expected it to be, and I've been able to employ most of the 
design patterns and approaches that I typically use in other, more complex 
languages.  There are a few hang-ups with the fact that, for example, 
WebService objects need to be declared statically, outside of ActionScript 
(which was frustrating), but it's nothing that can't be dealt with and worked 
around.
 
There's a quick opinion, for whatever it's 
worth!


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Marc 
TeichtahlSent: Monday, October 10, 2005 11:57 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Highly classful 
architectures

Dear All,
 
We are currently evaluating the possibilities to use Flex 
in our key internal support systems. 
 
As part of the evaluation we are looking specifically at a 
highly classful implementation and archictecture. I would be very curious for 
any feedback (pros/cons) etc in relation to using Flex in such a high 
polymorphic envirnoment.
 
Marc TeichtahlXB Networks 
BVDirector, EngineeringPhone:  +31 (0)36 546 24 73Mobile: 
+31 (0)65 582 47 89[EMAIL PROTECTED]http://www.xb.nl 
 

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of AlfrEDSent: 
  maandag 10 oktober 2005 4:08To: 
  flexcoders@yahoogroups.comSubject: [flexcoders] Please 
  Help
  I am new with flexand I am having problem understanding how 
  I can communicate with the database (msyql).  If there is someone 
  that could help me understand how I can insert data to the database 
  (mysql) using coldfusion and flexI would really appreciate it.  A 
  sample code will be great!  Thank you in 
  advanceAlfie
   
   
  Op 
  dit e-mailbericht is een disclaimer van toepassing, welke te vinden is op http://www.xb.nl/disclaimer.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



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



  









[flexcoders] Help! Is there any way to freeze a column or a row in the datagrid?

2005-10-11 Thread Kurai
Hi,

Please help me solve this problem of the datagrid.

Here is the example:

The datagrid has a fixed width of 500. But the sum of all columns is
600. So a scroll bar will be displayed and user can drag this scroll
bar to show left columns.

When user drags the scroll bar to right side, the first column will be
hided. Is it possible to freeze the first column and let it always
stays in the first column position?


Thanks


KanDai




 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






[flexcoders] Some Queries!

2005-10-11 Thread vivek b
Hi
I am 'vivek buwa'!
currentlyu working on Flex!
I am having some doubts and by seeing the amazing work
this group is doing for solving Flex queries, I hope
that my queries will also be solved!

1. Is there a website which is entirely developed with
flex?
2. I am thinking to create an entire portal with Flex
for my compan which will be having login, database
connectivity etc stuff (which is common for all the
portals). Is it possible to do it with Flex?
3. How page transitions (from one mxml file to other
mxml file is accomplished?). i done with  but
then whats the difference with traditional HTML links
here?
4. can data be passed from one mxml file to the other
mxml file like HTTP post from HTML forms!

I am eagerly waiting for these queries to get solved!
I will be very much thankful if the queries r getting
solved. Requesting u to take some time for these
queries.
I am also hopeful that I will learn in Flex more with
u guys and girls and someday will be able to solve
queries of others.

Thanks!




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com




 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






Re: [flexcoders] Reading the displayed value in a DataGrid - How to

2005-10-11 Thread Ramu p



Hi,
 
U guess there is a mistake in the following line that you used.
 
  headerText="All" labelFunction="cocanateAll"/>
The above must be:
  headerText="All" labelFunction="cocanateAll"/>
 
Pls correct me if any worngs!
 
Thanks. 
On 10/11/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]
> wrote:
Let me reformulate my question. Usually you can use selectedItem.columnName   to read the value of a row/column of a datagrid. This seems to
work fine as shown in the Flex Sample Explorer ( example below).  But howcan you read the value of a computed column that was added in addition tothe columns returned by the dataprovider?   When I trace the selectedItem
or getItemAt, I only get the dataprovider data and nothing else.   dataProvider="{employeeModel.employee}">
            
      headerText="All" labelFunction="cocanateAll"/>         
         dg.selectedItem.name}"/>   
                            Thanks,   
[EMAIL PROTECTED]  To: flexcoders@yahoogroups.comSent by:  cc:
flexcoders@yahoogroups.comSubject:  [flexcoders] Reading the displayed value in a DataGrid - How to10/10/2005 12:45 PMPlease respond toflexcoders
I am using labelFunction for a column in a datagrid. How can I read thedisplayed value and not the real value directly from the dataGrid?I am also wondering how to get values from the DataGrid in general. I need
to render the DataGrid to a HTML table, I mean, read columns and rows fromthe dataGrid and have a string with the HTML syntax. I could not findanything such as getRow, and then read each column. So I am selecting each
Row and then using the selectedItem property.I know that I could use the function executed in labelFunction toreproduce the displayed value, but I am actually trying to extend theDataGrid class and add a method called getHTMLString for example. This
would require to be agnostic of whether the column has a labelFunction ornot.Any ideas?Thanks.---This e-mail message (including attachments, if any) is intended for the use
of the individual or entity to which it is addressed and may containinformation that is privileged, proprietary , confidential and exempt fromdisclosure.  If you are not the intended recipient, you are notified that
any dissemination, distribution or copying of this communication isstrictly prohibited.  If you have received this communication in error,please notify the sender and erase this e-mail message immediately.
-Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
---This e-mail message (including attachments, if any) is intended for the useof the individual or entity to which it is addressed and may contain
information that is privileged, proprietary , confidential and exempt fromdisclosure.  If you are not the intended recipient, you are notified thatany dissemination, distribution or copying of this communication is
strictly prohibited.  If you have received this communication in error,please notify the sender and erase this e-mail message immediately.---
 Yahoo! Groups Sponsor ~-->Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM~->--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/<*> 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 Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



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



  









Re: [flexcoders] Accessing the main Application Class

2005-10-11 Thread Ramu p



Hi Marc,
 
Just "parentApplication" gives you the reference to the parent.
 
But in your mxml file , you cant insert tags that I made red in between I guess.
On any of the events u may have to call them.
Pls correct me if any wrongs.
 
Good luck.
 
On 10/10/05, Marc Teichtahl <[EMAIL PROTECTED]> wrote:
AbdulMy code isimport mx.containers.Panelclass XBApplication{public var parent:Object;
function XBApplication(pParent:Object){parent = pParent;}function SetMainPanelText(){main_panel.title="test";}}
http://www.macromedia.com/2003/mxml" xmlns="*"backgroundColor="#7D8FA8">xbApp(this);
xbApp.SetMainPanelText();Marc TeichtahlXB Networks BVManager, Engineering
Phone:  +31 (0)36 546 24 73Mobile: +31 (0)65 582 47 89[EMAIL PROTECTED]http://www.xb.nl
From: flexcoders@yahoogroups.com on behalf of Abdul QabizSent: Mon 10/10/2005 6:16 PMTo: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Accessing the main Application Classmx.core.Application.application is reference to application.How are you trying to access it?-abdul
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Marc TeichtahlSent: Monday, October 10, 2005 9:31 PM
To: flexcoders@yahoogroups.comSubject: [flexcoders] Accessing the main Application ClassDear all,I would like some advise as to the best method for accessing the main Application class from an external AS.
I am trying to achieve a base class that is used by the main application class to supply authentication etc and to at runtime update components and containers in the main Application class. To date, I have had no success.
Marc TeichtahlXB Networks BVDirector, EngineeringPhone:  +31 (0)36 546 24 73Mobile: +31 (0)65 582 47 89[EMAIL PROTECTED]
http://www.xb.nl Op dit e-mailbericht is een disclaimer van toepassing, welke te vinden is op 
http://www.xb.nl/disclaimer.html--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comSPONSORED LINKSWeb site design development <

http://groups.yahoo.com/gads?t=ms&k=Web+site+design+development&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=L-4QTvxB_quFDtMyhrQaHQ
> Computer software development <
http://groups.yahoo.com/gads?t=ms&k=Computer+software+development&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=lvQjSRfQDfWudJSe1lLjHw
> Software design and development <
http://groups.yahoo.com/gads?t=ms&k=Software+design+and+development&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=1pMBCdo3DsJbuU9AEmO1oQ
>Macromedia flex <
http://groups.yahoo.com/gads?t=ms&k=Macromedia+flex&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=OO6nPIrz7_EpZI36cYzBjw
> Software development best practice <
http://groups.yahoo.com/gads?t=ms&k=Software+development+best+practice&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=f89quyyulIDsnABLD6IXIw
>YAHOO! GROUPS LINKS*Visit your group "flexcoders  " on the web.*To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
[EMAIL PROTECTED]?subject=Unsubscribe>*Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service  .Op dit e-mailbericht is een disclaimer van toepassing, welke te vinden is op http://www.xb.nl/disclaimer.html
 Yahoo! Groups Sponsor ~-->Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM~->--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/<*> 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 Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-

[flexcoders] Unable to refer controls in Accordion !

2005-10-11 Thread Ramu p



Hi Flexcoders,
 
I have a problem with Accordion which has two containers (Canvases) inside it and that have few controls (Check boxes and buttons).
Here the problem is, I am unable to refer any control that is placed in second canvas.
 
The above happens only for the first time, it doesnt when we navigated thru the accordion.
 
here is the code.
 

http://www.macromedia.com/2003/mxml"> 
 

    
    


As soon as page is loaded, if I click on button, it gives undefined (!) even though check2 (Check box in canvas2) is available.
If I just go to second canvas and come back to button click, it gives me the value.
Please help me out!!!
Thanx in advance.
Ram.
 
 






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





  




  
  
  YAHOO! GROUPS LINKS



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



  









Re: [flexcoders] hi, i am new to flex, can any one help me how so go with it ?

2005-10-11 Thread Ramu p



Hi gonchu24 .
 
Nice to know that u r from Blore, India, where I am also from.
 
Well, to start learning Flex, I guess u  Flex server and Builder(Not mendatory)
 
Start using tags and if u r familiar with AS, you can easily proceed.
 
For all clarifications,
mail me back.
 
Ram.
Flex Eng.
Blore,India. 
On 10/10/05, gonchu24 <[EMAIL PROTECTED]> wrote:
hiI am kumar, from bangalore, INDIA. I am a flash user to a standardactionscript usage. now I would like to learn and deploy the power of
flex.please any one help me in this.thanks in advancekumar Yahoo! Groups Sponsor ~-->Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM~->--
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/
<*> 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 Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



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



  









RE: [flexcoders] PopupManager.createPopUp - varying the className argument

2005-10-11 Thread Christoph Diefenthal
Hi Derrick,

Maybe this helps you?
You can construct class instances dynamically by getting the constructor for
a class with

mx.utils.ClassUtil.findClass(aClassName:String);

But before you can do it, you have to register a class like this:

Object.registerClass("TitleWindowTest", TitleWindowTest);

Try the following example:


###
TitleWindowTestCreator.mxml - File: 
###


http://www.macromedia.com/2003/mxml";
horizontalAlign="left">





###
TitleWindowTest.mxml - File: 
###


http://www.macromedia.com/2003/mxml";
closeButton="true" 
click="this.deletePopUp();" 
creationComplete="">











> -Ursprüngliche Nachricht-
> Von: Derrick Grigg [mailto:[EMAIL PROTECTED] Im Auftrag von
> Derrick Grigg
> Gesendet: Freitag, 7. Oktober 2005 20:13
> An: flexcoders@yahoogroups.com
> Betreff: RE: [flexcoders] PopupManager.createPopUp - varying the className
> argument
> 
> Thanks Matt and Jester
> 
> No luck though. The background of my app goes white the first time this
> function gets called, and the app completely disappears the second time.
> If I put hard codeed class names in everything works. I have come up
> another solution that seems to work. Each option that calls the loadWin
> function is based on a class so instead of dispatching an event to loadWin
> I am having the class use popupmanager to open it's respective window.
> 
>  var win1: views.elements.image;
>  var win2: views.elements.swf;
>  var win3: views.elements.text;
> 
>  function loadWin(event){
>   var cn:String = "views.elements."+ event.target.type;
>   var initObj = {
>helpButton: true,
>stateButton: true,
>resizeButton: true,
>closeButton: true
>   }
>   var win = mx.managers.PopUpManager.createPopUp( _root, _global[cn],
> true, initObj, false );
>   win.centerPopUp(_root);
>  }
> 
> Thanks for the help though.
> 
> 
> 
> From: flexcoders@yahoogroups.com on behalf of Matt Chotin
> Sent: Fri 07/10/2005 10:44 AM
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] PopupManager.createPopUp - varying the className
> argument
> 
> 
> 
> Also you need to make sure that the class still gets linked into your app.
> Create some dummy variables of the potential types that could be loaded:
> 
> 
> 
> Var linkhelper1:MyWindow1;
> 
> Var linkhelper2:MyWindow2;
> 
> 
> 
> Etc.
> 
> 
> 
> Matt
> 
> 
> 
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of JesterXL
> Sent: Friday, October 07, 2005 7:38 AM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] PopupManager.createPopUp - varying the className
> argument
> 
> 
> 
> Close!
> 
> var yourClass:String = "Pooki";
> PopUpManager.createPopUp(this, _global[yourClass], false);
> 
> - Original Message -
> From: "Derrick Grigg" <[EMAIL PROTECTED]>
> To: 
> Sent: Friday, October 07, 2005 10:04 AM
> Subject: RE: [flexcoders] PopupManager.createPopUp - varying the className
> argument
> 
> 
> Tried the string idea, no luck. The switch/if looks like the only way. I
> was
> hoping not to have to do that since I want to have a lot of variability on
> the user's window options but not luck apparenetly.
> 
> Thanks.
> 
> 
> 
> From: flexcoders@yahoogroups.com on behalf of Mink, Joseph
> Sent: Fri 07/10/2005 9:48 AM
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] PopupManager.createPopUp - varying the className
> argument
> 
> 
> I would guess you could use a string...like, instead of ...createPopUp(
> _root, SomeClass, true, initObj, false ); maybe you could do createPopUp(
> _root, "SomeClass", true, initObj, false );
> 
> But I would guess your best bet is to arrange your implementation in such
> a
> way that you can just go through a few if-statements and based on your
> user's input, execute the necessary call to createPopUp.
> 
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of derrickgrigg
> Sent: Friday, October 07, 2005 9:39 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] PopupManager.createPopUp - varying the className
> argument
> 
> 
> I have a instance where I want to vary the pop window that gets
> created based on a user's selection. Instead of having to hard code in
> the a seperate instance of:
> 
> var popup = mx.managers.PopUpManager.createPopUp( _root,
> views.OptionX, true, initObj , false );
> 
> in a switch statement I would like to just be able to use a variable
> for the className argument.
> 
> Ideally I would like to do the following:
> 
> var winClass = options_cmb.value;
> var popup = mx.managers.PopUpManager.createPopUp( _root, winClass,
> true, initObj, false );
> 
> I have tried u

[flexcoders] mx:method

2005-10-11 Thread Aly Sidi



quicl question about mx:method concurrency.
1. what do all the values mean : multiple, single, etci couldnt find specifc documentation

2. how do call 1 remote object method A that sets some inits, then use the properties in remote object method B

so A inits hostName and Port and B Executes something based on thos parameters

i know i can wrap it in one function but is there some way to use a
singleton pattern or statics or something...or is this not possible
because flex is async by nature per call??
-aly






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Re: hi, i am new to flex, can any one help me how so go with it ?

2005-10-11 Thread Daniel Harfleet

http://www.macromedia.com/devnet/flex/

http://livedocs.macromedia.com/flex/15/

http://groups.yahoo.com/group/flexcoders/message/22504

http://www.amazon.com/exec/obidos/tg/detail/-/0321255666/qid=1129025361/sr=2-1/ref=pd_bbs_b_2_1/002-5980796-8408032?v=glance&s=books

http://www.richinternetapps.com/archives/000128.html

http://www.macromedia.com/support/training/instructor_led_curriculum/flex_webapp_developers.html



and you can also get help on this group by posting *specific* questions




--- In flexcoders@yahoogroups.com, "gonchu24" <[EMAIL PROTECTED]> wrote:
>
> hi
> 
> I am kumar, from bangalore, INDIA. I am a flash user to a standard 
> actionscript usage. now I would like to learn and deploy the power of 
> flex.
> 
> please any one help me in this.
> 
> thanks in advance
> 
> kumar
>






 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






RE: [flexcoders] Datagrid bug, two rows selected at the same time.

2005-10-11 Thread Allen Manning
Manish,

Thanks for responding.  We have written our own Filtering Data Provider, but
I'm sure they are very similar.  

I have found a work-around to the problem.  

If I set the selectedIndex property during the change event of the datagrid
like this:

mailto:[EMAIL PROTECTED] On
Behalf Of Manish Jethani
Sent: 10 October 2005 17:52
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Datagrid bug, two rows selected at the same time.

On 10/10/05, Allen Manning <[EMAIL PROTECTED]> wrote:

> 
> …
>
> selectedIndex=" { helper.getSelectedIndexInDatagrid(
mFilterProvider.filteredData ) }"

>
> 'filteredData' is a property of my filtering data provider.  I databind to
that so that the function gets called as the data comes in from the server
side, or when client – side filtering happens.

[...]

> The data loads, the first item is selected and the selecteItem property of
the view gets populated.  If I try to select another row in the datagrid,
the 0th selected row stays selected.  Two rows highlighted at the same time.
Note: the mutlipleSelect property is not set to true.  I move my mouse over
the 0th row and the selection disappears and all acts like normal.

Are you using the FilteredDataProvider class that I had written? 
Sorry I've been so bad at supporting this.  People have reported
problems with DataGrid selection when a FilteredDataprovider is used. 
I don't have time to look into it right away, but here's a hint: you
might want to look into the DataProvider class (which
FilteredDataProvider extends).  Last time I fixed a problem by
overriding the getItemID method from the API, so see if that works for
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



 

-- 
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.14/128 - Release Date: 10/10/2005
 

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.14/128 - Release Date: 10/10/2005
 



 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






[flexcoders] Re: Accessing the main Application Class

2005-10-11 Thread bhaq1972
I reckon your code should look like this

function SetMainPanelText()
{
   parent.main_panel.title="test";
}

in your mxml it should be








 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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