RE: [flexcoders] Re: ComboBox qquestion

2006-04-13 Thread Matt Chotin
Oh, if you're searching for a labelField it will make it more difficult.
You'll basically need to write the loop yourself that goes through each
item and finds where the label matches the expected value.

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of christopherjdunn
Sent: Monday, April 10, 2006 1:52 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: ComboBox qquestion

I gave that a try and it always give's me a value of "-1" (binding to
text field to debug). Do i need to specify what field in the
datasource that it should be looking at? 

Chris

--- In flexcoders@yahoogroups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote:
>
> Don't you want to be looking into the dataProvider of grouplist, not
> grouplist itself?  And then basically you would do something like 
> 
> grouplist.selectedIndex =
>
IList(groulist.dataProvider).getItemIndex([EMAIL PROTECTED]
> id);
> 
> Matt
> 
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On
> Behalf Of christopherjdunn
> Sent: Thursday, April 06, 2006 11:23 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] ComboBox qquestion
> 
> I have a combobox whose datasourse is a CF CFC. This is working just
> fine. What i'm trying to do is select a particular item in the
> combobox based upon a node that is select in a Tree. The following
> code is what i use in a CF flash form, which works fine (Flex 1.5).
> Looking at the docs, i can not find any replacement code for the
> "getItemIndex". Any help would be great.
> 
> public function changeCollection() {
>   for (var i:Number = 0; i < grouplist.rowCount; i++) {
>   if (grouplist.getItemIndex(i) ==
> [EMAIL PROTECTED]) {
>   grouplist.selectedIndex = i;
>   break;
>   }
>   }
> }
> 
> Chris
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo! Groups Links
>







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



 





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

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

<*> 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: Flex2 beta 2: java adaptor, RTMP and security

2006-04-13 Thread Matt Chotin
While there is some code present in b2 for the rtmps channel it really
isn't considered functional.  It will be in b3.

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of box110a
Sent: Wednesday, April 12, 2006 6:23 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex2 beta 2: java adaptor, RTMP and security

Yo Stefan,
Good question. Since we configure the java adaptor in the
flex-data-service.xml to point to the channel "my-rtmp", can we
configure a RTMPS channel? I wasn't able to find any documentation
online about it. Anybody in the community know how to configure this?

-JB

--- In flexcoders@yahoogroups.com, "Stefan Richter" <[EMAIL PROTECTED]> wrote:
>
> I don't know if this exists or is planned but considering that rtmp
stems
> from Flash Media Server and that this now supports SSL natively
(rtmps) I'd
> presume that it should be an easy feature to add. 
> Can we be certain that this is not supported already?
>  
> Stefan
>  
> 
> 
>   _  
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On
> Behalf Of box110a
> Sent: 11 April 2006 18:20
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Flex2 beta 2: java adaptor, RTMP and security
> 
> 
> The Flex 2 Java adaptor is awesome. But it works over RTMP, which is
> an insecure transport.  This severely limits it's usefulness.  Yes,
> it's true you could send your username and password separatly over the
> ssl line, but what if your working with sensitive data like banking or
> medical systems; Everything going over the wire has to be encrypted.
> 
> Does anybody know if a secure RTMP version is going to be available or
> at least a java adaptor that uses a secure protocol?
> 
> -JB
> 
> 
> 
> 
> 
> 
> --
> 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 Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




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

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

<*> 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] Preinitialize

2006-04-13 Thread Matt Chotin










Depending on what you want to do there may
be no discernable difference.  Preinitialize comes very early in the cycle,
before any children are created I think.  Initialize means the children have
been created but maybe aren’t laid out (measurement may not be
complete).  creationComplete means it’s all done.  I think I have some of
this wrong but that’s the basic idea.  

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Oriol Gual
Sent: Monday, April 10, 2006 2:49
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders]
Preinitialize



 

Can anyone explain a bit more about the preinitialize event? I've tried
to use it and is working the same as creationComplete (at least with the
Application tag). I've looked at the documentation but there's no information
available. 

Thanks, 
Oriol.








--
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 2.0 Beta 2

2006-04-13 Thread Matt Chotin










Well a crash isn’t a good thing, can you
send us the SWF?

 

Yes, beta 1 apps and beta 2 are not
compatible, nor will beta 2 be compatible with beta 3.  We’ve made a lot of
improvements and sometimes that requires changes that don’t work between
betas.  It’s the final release that’s most important to get right we think.

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED]
Sent: Tuesday, April 11, 2006 2:36
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex 2.0
Beta 2



 


Hi All, 


I am facing two problems: 

I have an application in Flex 2.0 beta 2 like a
corporate web site which is making use of flv's, html etc. 
My site is crashing with famous IE error : Microsoft Internet Explorer has encountered a problem and
needs to close.  We are sorry for the inconvenience.Send
report etc. 
Even if I am not doing any user interaction on the
site, its just displaying a page still the error appears. 

Help me to know the fix. 


Also its disappointing to see that an app made in beta
1 does not run on beta 2 FP or in IE with beta 2 plug in and beta 2 does not
run on IE with FP beta1 plugin.Gives error "VerifyError: Error #1053:
Illegal override of SystemManager in mx.managers.SystemManager 
        at global$init()" in
Adobe Flash Player 8.5 in both the cases. 
Please help for rectification. 
I wanted to call beta1 swf from beta2 app. 


Regards,
Meenakshi Makker


Live as if you
will die tomorrow, 
and learn as if
you will live for ever. 

—Mahatma Gandhi








--
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] sorry, can't do more, caught up through tuesday

2006-04-13 Thread Matt Chotin
In case you haven't noticed we're really busy trying to get the next
beta out so sorry if your posts aren't getting answered and please try
to help each other out :-)

Matt


--
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] WebService to RemoteObject, Why do I get [object Object] from the RO but it work

2006-04-13 Thread Matt Chotin
Hard to know why it worked in the web service but not for remote object.
Run the debugger and see what's different in the setter for your
dataObject property in the cell renderer?

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of angelosalsa
Sent: Tuesday, April 11, 2006 10:46 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] WebService to RemoteObject, Why do I get [object
Object] from the RO but it work

Hi,
I have a TileList that gets populated from a WebService search 
results and that works fine, I wanted to change it to a RemoteObject 
and for some reason I am getting [object Object] as results in the 
TileList, here is what I have in the Webservice:





http://MyIPAddress:myPort/CFIDE/components/ContactManagerCFC.cfc
?WSDL"
useProxy="false"
showBusyCursor="true"> 


{searchCriteria.filter}


 

 

And the TileList:



SO THIS WORKS, but doing this doesn't:








{searchCriteria.filter}
 

 


 

And the TileList:



I AM GETTING [object Object] 
Any Ides?
Thanks 





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



 




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

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

<*> 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] RPC Http Calls In Flex HOW TO??/

2006-04-13 Thread Matt Chotin
Sorry, I'm confused as to how you're trying to send that isn't working.
It sounds like if you do send({...}) it works but if you do send() and
have {textInput.text} it doesn't?

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Faisal Abid
Sent: Tuesday, April 11, 2006 4:59 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] RPC Http Calls In Flex HOW TO??/

I am having trouble calling a function via XML-RPC ,, I have called an 
Http Service and it is running , but when i do this 
posting.send({blogger_getRecentPosts: 'blogid,user,password,posts'}) I 
have replaced the params for security resons, anways when i call 
posting.send({blogger_getRecentPosts: 'blogid,user,password,posts'}) 
like this click="posting.send({blogger_getRecentPosts: 
'blogid,user,password,posts'}) " it will get the HTTP service but will 
not display the function blogger_getRecentPosts when i bind it to the 
text feild. Instead it will get this message at 
www.g-unix.com/xmlrpc.php <<< XML-RPC server accepts POST requests 
only.>> I do not know what to do , ive been trying to get this to work 
all weekend and yes i do have the http tag method set to POST


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



 





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

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

<*> 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: **JOB **Flex developer needed ASAP (Contract to hire!!).

2006-04-13 Thread Jason Hawryluk
Dave, thank you for that explanation and clearing things up. I’m still
fairly new to the interaction design process, and my assumptions are based
on what I’ve studied. Perhaps not the best approach.

I’m always willing to learn new more robust, and productive way’s to
accomplish my goals. It’s often difficult to identify the optimal middle
ground in a very small company.

I look forward to your articles on DevNet.

Jason Hawryluk


-Message d'origine-
De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
part de Dave Wolf
Envoyé : jeudi 13 avril 2006 23:47
À : flexcoders@yahoogroups.com
Objet : [flexcoders] Re: **JOB **Flex developer needed ASAP (Contract to
hire!!).


Hey Jason,

I am going to try my best to inline my answers here.

--- In flexcoders@yahoogroups.com, "Jason Hawryluk" <[EMAIL PROTECTED]> wrote:
>
> Dave, I fully realize the potential of Flex to let you crank out an
> application quickly. You have a "Team" of people this is a
requirement for
> "one" contractor. The thing that got me was the �rollout� part of the
> demand.
>

You're right.  We do have "teams" here at Cynergy.  I think its worth
noting though that in the applications I am discussing, these teams
have ranged from 1 to 3 people.  I've seen posting in the past where
people talk about their projects with 30-40 devs.  I cannot honestly
fathom what problem set they're trying to solve.

>
>
> I agree that when you fully understand the domain of the intended
�user� of
> the product then yes that is quite possible. Having no idea of the user
> base, and their goals, infrastructure, budgets, requirements, and
resources,
> how is this assumption possible?
>
>

It's of course not.  The key is to develop a process by which you can
extract those requirements as a part of the development process
itself, rather then some incredibly extended requirements gathering
phase.  First off, the longer that phase takes the less relevant the
data you collect actually becomes.  Secondly dependant on how you
collect it, (traditional JAD approach) the value of what you learn can
be pretty suspect.

>
> Cranking out a product that fit�s someone�s specifications, and
creating a
> tool that is goal/task oriented, and helps the �user� accomplish
what they
> need/want in a coherent fashion, are 2 different things.
>
>

Could't agree more.  I think if you interviewed the folks we've done
this development for, they'd tell you what they got was the latter.

>
> A certain percentage of the time required before any code is written is
> spent interviewing management, users, understanding the goals and
tasks that
> a product needs to fulfill.
>
>

Our approach here at Cynergy is to not view these as distinct phases.
Rather to incorporate the domain experts into the development process
from moment one, in the most transparant way possible.  We accomplish
this by a development approach we call LookFirst, but really is a
"front to back" development approach whereby the requirements
gathering and "interviews" are done in real time with the development
of the user experience.  The actual creaative act of development is
used as a requirements gathering process.

BTW at this point I should mention that we are currently writing a
series for Adobe's DevNet where we will go through our approach and
how to use it yourself.


>
> A software program should not be something that enforces a work
method, and
> because the person usually in charge of writing specs is IT (more
often then
> not, that person has not done the necessary foot work). What I mean
is, you
> end up with a product that just fills a business need from a management
> perspective, and does not take into account segmented departmental user
> goals.
>
>

I contend a long interview and requirements gathering phase does
nothing to alleviate this.   There is nothing intrinsic in the JAD
process that fixes this shortcoming.


>
> So, sure cranking out data entry forms, or lists of data that fulfill a
> business �need� is rapid. However, is that a solution that will help
the
> user do their job? Will that solution allow different user types
> (commercial, management, technical, administrative) to fulfill their
role in
> the organization as efficiently as possible? Will the program have a
memory
> for example so it can make assumptions based on past user interaction?
>
>

Well, if I had assumed we were talking about simple CRUD screens I
would have said hours or days, not weeks for a prototype

As I mentioned before, from moment one the domain experts are sitting
right next to an interactive designer, a RIA developer and a data
modeller.  They talk to and listen to the domain experts and in real
time, right in front of them start putting together that user experience.

If you want to see a domain experts eyes light up like a kid at a
candy store, turn their wants and desires into something they can see
and touch right in front of them.  They will become animated,
interested, involved

RE: [flexcoders] Crossdomain.xml with Flex 2 beta 2

2006-04-13 Thread Matt Chotin
Crossdomain.xml needs to go in your ROOT webapp so that it's available
at /crossdomain.xml

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of d93574
Sent: Monday, April 10, 2006 8:58 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Crossdomain.xml with Flex 2 beta 2

I've done most of my development with Flex 1.5 so this was not an issue.

However I am now working to port some of my flex 1.5 code to Flex 2
Beta.

I have the following web server (tomcat) running on my workstation:

* http://lp008400:8080/OEdbreWeb
* I wrote a simple Flex app that declares a web service
  that acceses the wsdl on this web server:
  http://lp008400:8080/OEdbreWeb/wsdl/Altedbre.wsdl"; id="ws1"
showBusyCursor="true">

* I added the following crossdomain.xml file to
  http://lp008400:8080/OEdbreWeb

  http://lp008400:8080/OEdbreWeb/crossdomain.xml
  This returns the following xml:
  
  http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd";>
  

  

However I still get a sandbox security error when I launch my flex 2
application and it tries to get to the wdsl.

Any insight as to what to do next?  At this stage I'd rather not write
a proxy.  I just want to get to my web service in the simplest way
possible.

Thanks for any help.

Jim Kohn






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



 





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

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

<*> 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] is their any things like getRequestURL() in flex??

2006-04-13 Thread Matt Chotin
Application.application.url will give you the url to the main SWF.

Matt 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Dan
Sent: Monday, April 10, 2006 1:15 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] is their any things like getRequestURL() in flex??

Hi, is there any getRequestURL() in flex that can check the request 
URL ?

Daniel






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



 




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

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

<*> 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] Printing the row number in a DataGrid

2006-04-13 Thread Matt Chotin
Write a cell renderer and make sure to put

var getCellIndex:Function;

Then in setValue set your text to be the return value of calling
getCellIndex().

The labelFunction probably isn't going to work.

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of nahruka
Sent: Monday, April 10, 2006 1:07 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Printing the row number in a DataGrid

Hi all,

I need some help with datagrids in Flex 1.5. 
How can I implement the getRowNumber function in order to display a
column with the proper row number in the DataGrid (beginning by 1)? I
have the following code:









 
  

  











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



 





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

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

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

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





RE: [flexcoders] FDS: implementing push

2006-04-13 Thread Matt Chotin










You use one of the new APIs that will be
coming out in Beta 3 J  Sorry, no help for B2…

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tom Bray
Sent: Sunday, April 09, 2006 6:38
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FDS:
implementing push



 

I understand Data Service destinations and how to keep multiple flex
clients synched up with the same data as long as the only changes to the data
are initiated by the flex clients themselves.  What happens when the data
that those clients need to consume is modified by a server-side process and you
want to push those changes to the client?  Is the Messaging Service required
for that?  Say we're talking about the Contact Manager sample app and
there's some server-side process that modifies one of the contacts and we want
to push that change out to the Flex clients -- at a high level, how is that
done? 

Thanks,

Tom








--
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] Cairngorm 2, Flex 2 Beta 2 and RemoteObject (java)

2006-04-13 Thread Matt Chotin
Did you solve this?  Maybe the {context.root} isn't in the config file
like it needs to be?  

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of sof4real03
Sent: Sunday, April 09, 2006 6:02 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Cairngorm 2, Flex 2 Beta 2 and RemoteObject (java)

I'm trying to develop a fairly simple example of accessing a
server-side java object with RemoteObject Invocation. Here is my
following code snippets.

flex-remoting-service.xml:











 
com.company.services.security.SecurityFacade



This destination is using the default channel "my-amf" defined in the
flex-enterprise-service.xml, the same that the sample apps use. Yet
when I run the application I get the following error message:

error Requested resource '/messagebroker/amf' (%2fmessagebroker%2famf)
not found

I've checked the web.xml and the MessageBrokerServlet and servlet
mapping are defined correctly. 

I'm running the application under the /flex context-root. The sample
sqladmin application that uses RemoteObject is running under /samples
context-root. Is there any other configuration needed that I may be
missing?

Any insight would be much appreciated.

Thanks,
Sof






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



 





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

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

<*> 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] {flexcoders} Beta 2: Absolute class reference

2006-04-13 Thread Matt Chotin










Imports are required no matter what, fully
qualifying the class doesn’t necessarily get it linked in.

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Scott Langeberg
Sent: Friday, April 07, 2006 5:53
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] {flexcoders}
Beta 2: Absolute class reference



 

Any ideas why this doesn't work, without the imports? (I get a class
definition not found error). 
I should be able to reference classes this way,
without the imports!

NOTE: This code is being executed in an MXML app. 

       
    import com.cpds.nested.*;
       
    import com.cpds.nested.commands.*;
       
    
       
    function init() {
       
        var t1: com.cpds.nested.Test = new
com.cpds.nested.Test(); 
       
        var t2: com.cpds.nested.commands.Test =
new com.cpds.nested.commands.Test()
       
    } 

: : ) Scott 







--
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] Chat not working in Dashboard and collaboration samples

2006-04-13 Thread Matt Chotin
I'm not a JMS expert, it seems like your config might be messed up and
the JMS part of the server isn't working.

We've changed the samples in B3 to not rely on JMS so that you can get
up and running more quickly.

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of brownd_92
Sent: Friday, April 07, 2006 7:48 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Chat not working in Dashboard and collaboration
samples

Hi there,
I have managed to get the charting thing working now!! But ive ran 
into another problem, The chat dosent work in the dashboard and 
other collaboration samples. When you type anything in the box and 
press send - nothing happens!!

I get this message in the integrated flex server console:

[Flex] Before invoke service: message-service
  incomingMessage: Flex Message 
(flex.messaging.messages.AsyncMessage)
clientId = 87279EBA-250F-E3AE-5EEA-1BC4D989E014
correlationId =
destination = chat-topic-jms
messageId = 4A6B6E7B-7A4E-283A-66AA0260
timestamp = 1144420869365
timeToLive = 0
body = {}
hdr(userId) = brownd
hdr(msg) = dssdsds
hdr(endpoint) = my-rtmp

[Flex] Exception when invoking service: message-service
  with message: Flex Message (flex.messaging.messages.AsyncMessage)
clientId = 87279EBA-250F-E3AE-5EEA-1BC4D989E014
correlationId =
destination = chat-topic-jms
messageId = 4A6B6E7B-7A4E-283A-66AA0260
timestamp = 1144420869365
timeToLive = 0
body = {}
hdr(userId) = brownd
hdr(msg) = dssdsds
hdr(endpoint) = my-rtmp
hdr(timeToLive) = 0
  exception: flex.messaging.MessageException: Error in 
createTopicConnection. Ex
ception: Error in getDelegate. Exception: The connection to the 
remote JNDI serv
er on host 0.1.0.6 at port 2907 has failed (as have all backup hosts 
listed, if
any) - please verify that the server is running and the 
NamingService is availab
le..

[Flex] Error handling rtmp message: flex.messaging.MessageException: 
Error in cr
eateTopicConnection. Exception: Error in getDelegate. Exception: The 
connection
to the remote JNDI server on host 0.1.0.6 at port 2907 has failed 
(as have all b
ackup hosts listed, if any) - please verify that the server is 
running and the N
amingService is available..
incomingMessage: Flex Message 
(flex.messaging.messages.AsyncMessage)
clientId = 87279EBA-250F-E3AE-5EEA-1BC4D989E014
correlationId =
destination = chat-topic-jms
messageId = 4A6B6E7B-7A4E-283A-66AA0260
timestamp = 1144420869365
timeToLive = 0
body = {}
hdr(userId) = brownd
hdr(msg) = dssdsds
hdr(endpoint) = my-rtmp
hdr(timeToLive) = 0
errorReply: Flex Message (flex.messaging.messages.ErrorMessage)
clientId = null
correlationId = 4A6B6E7B-7A4E-283A-66AA0260
destination = null
messageId = 87287446-1D0A-DA8B-1A42-FF0C6B585908
timestamp = 1144420891757
timeToLive = 0
body = null
code =  Server.Processing
message =  Error in createTopicConnection. Exception: Error in 
getDelegate.
Exception: The connection to the remote JNDI server on host 0.1.0.6 
at port 2907
 has failed (as have all backup hosts listed, if any) - please 
verify that the s
erver is running and the NamingService is available..
details =  null
rootCause =  javax.jms.JMSException: Error in 
createTopicConnection. Excepti
on: Error in getDelegate. Exception: The connection to the remote 
JNDI server on
 host 0.1.0.6 at port 2907 has failed (as have all backup hosts 
listed, if any)
- please verify that the server is running and the NamingService is 
available..
body =  null
extendedData =  null
[Flex] cause=javax.jms.JMSException: Error in createTopicConnection. 
Exception:
Error in getDelegate. Exception: The connection to the remote JNDI 
server on hos
t 0.1.0.6 at port 2907 has failed (as have all backup hosts listed, 
if any) - pl
ease verify that the server is running and the NamingService is 
available.. type
=class javax.jms.JMSException
javax.jms.JMSException: Error in createTopicConnection. Exception: 
Error in getD
elegate. Exception: The connection to the remote JNDI server on host 
0.1.0.6 at
port 2907 has failed (as have all backup hosts listed, if any) - 
please verify t
hat the server is running and the NamingService is available..
at 
jrun.jms.core.client.JmsTopicConnectionFactory.createTopicConnection(
JmsTopicConnectionFactory.java:86)
at 
jrun.jms.core.client.JmsTopicConnectionFactory.createTopicConnection(
JmsTopicConnectionFactory.java:60)
at 
jrun.jms.wrapper.enterprise.JRunConnectionFactoryWrapper.createTopicC
onnection(JRunConnectionFactoryWrapper.java:402)
at 
flex.messaging.services.messaging.adapters.JMSTopicProducer.start(JMS
TopicProducer.java:64)
at 
flex.messaging.services.messaging.adapters.JMSAdapter.invoke(JMSAdapt
er.java:221)
at flex.messaging.services.MessageServi

RE: [flexcoders] Samples and JRUN

2006-04-13 Thread Matt Chotin
Are you still having problems?  They should work if you copied the WAR,
though maybe you need to update some of your server config for the JMS
portion (in SERVER-INF)?

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Alberto Albericio
Sent: Friday, April 07, 2006 2:49 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Samples and JRUN

Hello all,

Is there any rational explanation on why Samples of Flex2b2 are working 
in the integrated version of JRUN but they just dont work in my 
production environment where I run a JRUN 4.5up6?

I just copy the working folder to the production server and nothing 
works. I delete every .swf so that he recompile things again.. but still

nothing works? Has someone run into this issue?

Thank you all in advance

Alberto


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



 





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

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

<*> 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] Sending ISO-8859-1 from a Flex application

2006-04-13 Thread Matt Chotin
Flex is going to try to send using utf-8, you may need to do some string 
parsing back from utf-8 on the server-side before inserting into the database.

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nahruka
Sent: Friday, April 07, 2006 12:32 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Sending ISO-8859-1 from a Flex application

Hi all,

I'm trying to send an XML over HTTP from a Flex application to a
Cocoon framework which redirects the requests to PL procedures in
order to access an Oracle database ISO-8859-1 encoded.

http://.../cocoon/.../myCocoonEntry"; 
contentType="application/xml"
resultFormat="xml">
  
{objXML}
  


Where:
objXML = new Object;
objXML.afield = "áéíóú"; 

So this XML is generated from the object objXML:

  áéíóú


Which encoding does this XML use? UTF-8?
Has it something to do with the encoding specified at the header of my
Flex application (UTF-8)?

The characters sent are not well inserted into the database. Is it
possible to send an ISO-8859-1 XML document from my Flex application
using the HTTPService tag?

S.O.S.







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



 





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

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

<*> 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] Namespace issue

2006-04-13 Thread Matt Chotin
Xmlns:wrhouse="wrhouse.*" is right.  You would then have your tag
...

The error says *.warehouse so maybe you had a typo?

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Robs
Sent: Friday, April 07, 2006 12:28 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Namespace issue

Hi all,
   I have a project directory structure as shown:

   Root
 startup mxml files
 [folder named wrhouse]
 warehouse.mxml
 docviewWindow.mxml

   One of my startup mxml files has to include files from 
the "wrhouse" folder. I did the following in my application tag:

http://www.macromedia.com/2003/mxml"; 
xmlns:wrhouse="*"

   I even tried http://www.macromedia.com/2003/mxml"; 
xmlns:wrhouse="wrhouse.*"...

   But unfortunately, both the above r giving errors namely "Don't 
know how to parse element "*.warehouse". It is not a known type or a 
property of mx.containers.ViewStack."

   What is the problem? Earlier all these were in one single 
directory & I had packaged them. Because I packaged them earlier & 
then shifted them to separate folders is causing an issue? 

   Please help..

Thanks






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



 





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

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

<*> 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] drag and drop components between cells in a datagrid

2006-04-13 Thread jeremy lu




sounds feasible, have you tried (using DragManager ) ?

if you can't figure it out I would love to give it a go.

On 4/14/06, pk_wasp <[EMAIL PROTECTED]> wrote:
Is it possible to have a DataGrid with custom item renderer componentsand drag/drop them between the indvidual cells using DragManager/ProxyFramework etc?or is there a better way?.e.g. a Grid, then using addChild/removeChild
etc to handle this?Creating a custom "grid" component looks too daunting lolcheers--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] Re: [Flex2.0] How can I control cache of HTTPService inside FlashPlayer?

2006-04-13 Thread JesterXL
Via code you can append a random number to the URL.  Since it's generally 
unique each time, it almost never reads from the cache.  I reckon if you 
build your URL dynamically for HTTPService, you can ensure it'll never be 
cached.

var url : String = "http://www.server.com/file.php";;
url += "?" + String ( Math.random() * ) ;


- Original Message - 
From: "Dave Wolf" <[EMAIL PROTECTED]>
To: 
Sent: Thursday, April 13, 2006 7:58 PM
Subject: [flexcoders] Re: [Flex2.0] How can I control cache of HTTPService 
inside FlashPlayer?


Set the proper cache control headers on the server side.  The player
is not caching this, the browser is.  The player piggy backs on the
browsers HTTP stack generally.

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

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY


--- In flexcoders@yahoogroups.com, "sn197412" <[EMAIL PROTECTED]>
wrote:
>
> Hi.
>
> I have a question.
> How can I control cache of HTTPService inside FlashPlayer?
>
> I get XML file that is always different contents each request.
> But HTTPService show content that was got at first access.
>
> How should I?
>
> --Shigeru
>
> http://Shigeru-Nakagaki.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







--
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] Do I have To Use FDS to update databases?

2006-04-13 Thread Faisal Abid
7 pm us pacifi will be about what in canadian eastern time?

Jennifer Larkin wrote:
> We have a location where BACFUG will be meeting (in San Francisco) but 
> if you are not able to attend in person, we will be broadcasting the 
> meeting via Breeze. In fact, not even Simeon will be there in person. 
> I will be there in person giving away stuff. As Simeon mentioned, I 
> will be posting the meeting URL to my blog and to the BACFUG mailing 
> list on the day of the lecture, which is Wednesday, April 19. The 
> meeting will start around 7PM US Pacific time.
>
> Jennifer
>
> On 4/13/06, *Simeon Bateman* <[EMAIL PROTECTED] 
> > wrote:
>
> Jen Larkin runs the BACFUG and on her blog she mentions the url
> for the breeze meeting wont be available until day of. 
>
> Glad you found the phones example.  That is the example that Ben
> Forta is using on his User Group tour.  The BACFUG did have him
> stop by but the example itself doesnt use any queries for moving
> data.  Its also only one way, no data is sent to CF.  Not that
> either of these are impossible to sort out, but I was asked to
> demo how it can be done.
>
> So if you are interested in the presentation I would expect you
> should keep an eye on Jens site.
> 
> http://www.blivit.org/blog/index.cfm?mode=entry&entry=8F733682-65B8-E0AE-E515ECF0A9532367
> 
> 
>
> Thanks,
>
> simeon
>
>
> On 4/13/06, *Faisal Abid* < [EMAIL PROTECTED]
> > wrote:
>
> Also
> 
> http://labs.macromedia.com/wiki/index.php/ColdFusion/Flex_Connectivity:Samples:Phone_Selector
> 
> 
>
> i just found that example and relized that it uses what i want to
> learn.. :)
>
>
> Simeon Bateman wrote:
> > Mike,
> >
> > if you would like to see an example of this done, please feel
> free to
> > tune into my breeze presentation for the BACFUG next wednesday
> night. 
> > I will be walking though using Flex and CF together in a Standard
> RPC
> > Remoting method.
> >
> > Check out http://bacfug.org/ for more details.
> >
> > simeon
> >
> > On 4/13/06, *Mike Anderson* < [EMAIL PROTECTED]
> 
> > >> wrote:
> >
> > Actually, I would benefit from a quick tutorial like this too -
> >
> > I did this a ways back with Flex 1.5 and .NET Remoting - but I
> > have to track down all my old source code.
> >
> > I am sure there are some differences now with Flex 2.0 as well -
> > so I'd love a definitive example, on how to create a "quick and
> > dirty" app that incorporates RemoteObject, and maybe just
> > populating a DataGrid with a Result Set (or something like that).
> >
> > Thanks anybody, if you could throw a quick example up here,
> or a URL.
> >
> > Take Care!
> >
> > Mike
> >
> >
> >
> > -Original Message-
> > From: flexcoders@yahoogroups.com
> 
> >  > [mailto:
> > flexcoders@yahoogroups.com
>   flexcoders@yahoogroups.com >] On
> > Behalf Of Faisal Abid
> > Sent: Thursday, April 13, 2006 10:45 AM
> > To: flexcoders@yahoogroups.com
>   flexcoders@yahoogroups.com >
> > Subject: Re: [flexcoders] Do I have To Use FDS to update
> databases?
> >
> > Okay, Thank You So Much , Also can anyone lead me to a sample
> code
> > or a tutorial on how to make this happen ? Just so i can build on
> > that sample code and learn form it.
> > > You don't need FDS to update databases. Using remoteObject
> is enough.
> > > One of big advantages of FDS is mantaining all clients
> synchronized
> > > with data.
> > >
> > > João Fernandes
> > >
> > >
> > > -Original Message-
> > > From: flexcoders@yahoogroups.com
> 
> >  > on behalf of Faisal Abid
> > > Sent: Thu 13-Apr-06 1:40 AM
> > > To: flexcoders@yahoogroups.com
>   flexcoders@yahoogroups.com >
> > > Subject: [flexcoders] Do I have To Use FDS to update databases?
> > >
> > > Sinple question , Do I ha

Re: [flexcoders] Flex 2 on Mac OS X

2006-04-13 Thread Bolo Michelin





You really should download the SDK and use
the Mac shell scripts that do all the messy java stuff for you.I am not a flash guru, It's my first mac. So what is "
he Mac shell scripts" ?Bolo


 

Tobias.

 









From:
flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of Bolo Michelin
Sent: Thursday, April 13, 2006
10:10 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex 2
on Mac OS X



 

Nobody Can help me with
flcompile ?



2006/4/12, Bolo Michelin
<[EMAIL PROTECTED]>:



:) It was my fist link. I sais was problem with
this point.

When i test it, i have this problem

 

 

Last login: Wed Apr 12 10:22:13 on ttyp1
java -jar flex/lib/mxmlc.jar -load-config flex/frameworks
-default-background-color '#FF' -default-frame-rate 25 -optimize
-default-size 550 400 -file-specs
'/Users/bolomichelin/Desktop/flCompile.1/HelloAS3.as' 
Welcome to Darwin!
Ordinateur-de-Bolo-Michelin:~ bolomichelin$ java -jar flex/lib/mxmlc.jar
-load-config flex/frameworks -default-background-color '#FF'
-default-frame-rate 25 -optimize -default-size 550 400 -file-specs
'/Users/bolomichelin/Desktop/flCompile.1/HelloAS3.as' 
null: /Users/bolomichelin/flex/frameworks (No such file or directory)

java.io.FileNotFoundException: /Users/bolomichelin/flex/frameworks (No such
file or directory)
    at
java.io.FileInputStream.open(Native Method) 
    at
java.io.FileInputStream.(FileInputStream.java:106)
    at
java.io.FileInputStream.(FileInputStream.java:66)
    at
flex2.compiler.io.FileUtil.openStream(FileUtil.java:99) 
    at
flex2.compiler.io.FileUtil.openStream(FileUtil.java:86)
    at flex2.compiler.io.LocalFile.getInputStream(LocalFile.java:93)
    at
flex2.tools.Compiler.processConfiguration(Compiler.java:371) 
    at
flex2.tools.Compiler.main(Compiler.java:66)
Ordinateur-de-Bolo-Michelin:~ bolomichelin$ 

 

I change flCompile and Test.workflow with the good command

 

if fileExtension is "as" then 
        set myScript to "java -jar
flex/lib/mxmlc.jar -load-config flex/frameworks " & cmdLineParams
& " -file-specs '" & filePath & "'"
    else if fileExtension is "mxml" then 
        set myScript to "java -jar
flex/lib/mxmlc.jar -load-config flex/frameworks -file-specs '" &
filePath & "'"
    else

 



2006/4/9, John Barrett < [EMAIL PROTECTED]
>:










Hi,






http://www.gskinner.com/blog/archives/2005/12/easily_compile.html
 





I hope you like it`-`
John







Bolo Michelin <
[EMAIL PROTECTED]> wrote:








Hello,

> I also tried the fCompile, but never got it
working. I think that it was an
> applescript that called the terminal, but who
knows.
> I use ANT to compile, which works great. 

What is it ? Can u give me a url ?

Bolo



 











How low will we go? Check out Yahoo! Messenger's low 
PC-to-Phone call rates.







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


 




















-- 
Martinique Sans Fil
http://www.martiniquesansfil.com









-- 
Martinique Sans Fil
http://www.martiniquesansfil.com








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



  










-- Martinique Sans Filhttp://www.martiniquesansfil.com






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

Re: [flexcoders] get rid of xml configuration in FDS, use JNDI

2006-04-13 Thread Anatole Tartakovsky





I was actually pleasantly surprised when topic 
appeared in the group. Needless to say we are using custom gateways - not quite 
for JNDI vs XML - as I fail to see advantages of one over the other. 

For me custom gateway via flash remoting is more 
about different things like:
1. Ability to hot deploy new services - no 
recompile or references in SWF file - with automatic distribution of the 
new AS classes to the Flex application as needed
2. Better control of the requests flow - making 
them "serial" rather then random
3. Transaction support by combining multiple 
requests/dataservices
4. Integration points for other technologies (PHP, 
.NET)
As such the fact that people actively exploring 
custom gateways for Flex are good news as it really opens up number of 
integration and deployment techniques
 
Thank you,
Anatole
 
- Original Message - 

  From: 
  Kelly @ Dekayd Media 
  Inc. 
  To: flexcoders@yahoogroups.com 
  Sent: Thursday, April 13, 2006 8:13 
  PM
  Subject: RE: [flexcoders] get rid of xml 
  configuration in FDS, use JNDI
  Considering how easy it is to manipulate xml files, it is 
  really not thathard to add a step in the build process that automatically 
  updates all yourxml config files.Just a 
  thought--Kelly-Original 
  Message-From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] OnBehalf Of busitechSent: 
  Thursday, April 13, 2006 2:30 PMTo: flexcoders@yahoogroups.comSubject: 
  [flexcoders] get rid of xml configuration in FDS, use JNDII am 
  evaluating FDS 2.0 for the first time, and am quite disappointed with the 
  requirement of every single "destination" possible to be added to an XML 
  file before it can be used...Adobe calls this software "designed for 
  the enterprise."  However, with enterprise comes large applications, 
  with hundreds or even thousands of objects, function calls, etc.  I 
  dread the thought of tediously adding all of our entities to an XML file, 
  and maintaining another copy of function prototypes and API 
  definition...We have developed a very nice workflow with Flash 
  Remoting.  We write EJB's, which get dropped into the server, which 
  makes them immediately available to Flash Remoting through JNDI.  It 
  seems that FDS does not use JNDI?  So another quasi-client layer for 
  doing lookup and function calls is required?I see some nice 
  features like data push (very cool), data queuing/sync for occasionally 
  available services.But I'm not sure I'm willing to give up our 
  efficient workflow for these features.I'm curious what others 
  think about the scalability of having to lay out all of these XML files 
  when developing an application.--Flexcoders 
  Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
  Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  Yahoo! Groups Links





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





  




  
  
  YAHOO! GROUPS LINKS



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



  









RE: [flexcoders] get rid of xml configuration in FDS, use JNDI

2006-04-13 Thread João Fernandes

FDS deploy automaticaly config files when they change, no need to restart the 
server.

-Original Message-
From: flexcoders@yahoogroups.com on behalf of Tom Bray
Sent: Fri 14-Apr-06 1:26 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] get rid of xml configuration in FDS, use JNDI
 
But you have to restart the server to reload the config files.  Dynamic
destinations would be better than hard-coded static ones.

-Tom

On 4/13/06, Kelly @ Dekayd Media Inc. <[EMAIL PROTECTED]> wrote:
>
>  Considering how easy it is to manipulate xml files, it is really not that
> hard to add a step in the build process that automatically updates all
> your
> xml config files.
>
> Just a thought
>
>
> --Kelly
>
>
>
>
>
>
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of busitech
> Sent: Thursday, April 13, 2006 2:30 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] get rid of xml configuration in FDS, use JNDI
>
> I am evaluating FDS 2.0 for the first time, and am quite disappointed
> with the requirement of every single "destination" possible to be added
> to an XML file before it can be used...
>
> Adobe calls this software "designed for the enterprise."  However, with
> enterprise comes large applications, with hundreds or even thousands of
> objects, function calls, etc.  I dread the thought of tediously adding
> all of our entities to an XML file, and maintaining another copy of
> function prototypes and API definition...
>
> We have developed a very nice workflow with Flash Remoting.  We write
> EJB's, which get dropped into the server, which makes them immediately
> available to Flash Remoting through JNDI.  It seems that FDS does not
> use JNDI?  So another quasi-client layer for doing lookup and function
> calls is required?
>
> I see some nice features like data push (very cool), data queuing/sync
> for occasionally available services.
>
> But I'm not sure I'm willing to give up our efficient workflow for
> these features.
>
> I'm curious what others think about the scalability of having to lay
> out all of these XML files when developing an application.
>
>
>
>
>
>
> --
> 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
>
>
>
>  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]<[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

<*> 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] Flash 8.5 Release -- Vote of Confidence

2006-04-13 Thread Cortlandt Winters



Hi Tony,In the past they have almost always hit their deadlines within a few weeks and oftentimes are a week or so early. There may be more bugs than they'd like, or less documentation than they'd like, but things should release pretty close to on-time.
They rightly tend to be even more conservative about timelines for the player. The fact that they are in a public beta of the player now makes me feel like they will certainly be on time with this.However I have no inside info on this and if they end up way off, don't sue me. There are no absolute guarantees. 
I actually wouldn't do a 6 week project at this point as you could have a key bug show up in the authoring tool that isn't fixed or isn't fixed until the 11th hour, but I think the player will come out close to whenever they say it will.
-CortOn 4/13/06, Tony Pujals <[EMAIL PROTECTED]> wrote:
















Hey, this wasn't a troll! ;-)  No
one has any insight or opinion on this…?  Let me add that I'm extremely
pleased with beta 2 and at this point I've pretty much made up my mind to
use it for the project, but if Flash 8.5 ends up being significantly late (eg,
later than July), I will probably be roasted over coals…. So … if
anyone has any reason to believe that I'm being way too optimistic
(foolish), I'd really like to hear sooner than later.



 

 



 









From:
flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of Tony Pujals
Sent: Wednesday, April 12, 2006
11:09 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flash 8.5
Release -- Vote of Confidence



 

I'm starting a new short-term project (6 weeks) for
which we would like to use Flex 2. Realizing that it's risky to bank on
it, I'm curious as to how many people feel confident that Adobe will
actually release Flash 8.5 in June.  We are simply not going to use Flex
1.5 any more, so the alternative is to not use Flex at all if 8.5 won't
be available by June….

 

Thanks,

 

Tony

 

tony pujals| senior engineer | Yahoo!
Webhosting

p. 408.349.6284 | e. 
tonyp * yahoo-inc * com | y!id
tonypujals

 

 









--
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 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] get rid of xml configuration in FDS, use JNDI

2006-04-13 Thread Tom Bray



But you have to restart the server to reload the config files.  Dynamic destinations would be better than hard-coded static ones.-TomOn 4/13/06, Kelly @ Dekayd Media Inc.
 <[EMAIL PROTECTED]> wrote:



Considering how easy it is to manipulate xml files, it is really not that
hard to add a step in the build process that automatically updates all your
xml config files.

Just a thought


--Kelly





-Original Message-
From: flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On
Behalf Of busitech
Sent: Thursday, April 13, 2006 2:30 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] get rid of xml configuration in FDS, use JNDI

I am evaluating FDS 2.0 for the first time, and am quite disappointed 
with the requirement of every single "destination" possible to be added 
to an XML file before it can be used...

Adobe calls this software "designed for the enterprise."  However, with 
enterprise comes large applications, with hundreds or even thousands of 
objects, function calls, etc.  I dread the thought of tediously adding 
all of our entities to an XML file, and maintaining another copy of 
function prototypes and API definition...

We have developed a very nice workflow with Flash Remoting.  We write 
EJB's, which get dropped into the server, which makes them immediately 
available to Flash Remoting through JNDI.  It seems that FDS does not 
use JNDI?  So another quasi-client layer for doing lookup and function 
calls is required?

I see some nice features like data push (very cool), data queuing/sync 
for occasionally available services.

But I'm not sure I'm willing to give up our efficient workflow for 
these features.

I'm curious what others think about the scalability of having to lay 
out all of these XML files when developing an application.






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









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 

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



  

















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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









Re: [flexcoders] Cairngorm and TitleWindow issue

2006-04-13 Thread Darron J. Schall
Suzy Lawson wrote:
> HOWEVER...it does work if I do this. 
>
> var event : MyEvent = new MyEvent ( eventVO );
> Application.application.dispatchEvent( event );
>
> It seems like the core Application can't pick up events dispatched
> from a TitleWindow. Is this a known issue or am i missing something??
>   

This is a "known issue" and is a result of the way the PopUpManager 
works.  The reason you can't just dispatch the event from the popup is 
that the event doesn't bubble to the application to be picked up by the 
controller.  By dispatching the event from the application, you ensure 
the controller gets it.

The visual hierarchy, with a popup open, looks something like this 
(sorry for the bad ascii art):

SystemManager
   ||
  ApplicationPopup Window
 ||
ChildForm 1ChildForm 2

Notice that from Child form 1 or 2, the event will bubble "up" to the 
application and be picked up by the controller. but because the 
application itself is not the "root" of the hierarchy, the popup 
window's event will never bubble up to it.

Thus, this is a "fact of life" for now.  It's just the way the 
PopUpManager works (and an easy way to control "modal"-ness - you can 
just blur, shade, and block input to the entire "Application" branch 
without affecting the popup window).

-d


--
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] get rid of xml configuration in FDS, use JNDI

2006-04-13 Thread Kelly @ Dekayd Media Inc.
Considering how easy it is to manipulate xml files, it is really not that
hard to add a step in the build process that automatically updates all your
xml config files.

Just a thought


--Kelly





-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of busitech
Sent: Thursday, April 13, 2006 2:30 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] get rid of xml configuration in FDS, use JNDI

I am evaluating FDS 2.0 for the first time, and am quite disappointed 
with the requirement of every single "destination" possible to be added 
to an XML file before it can be used...

Adobe calls this software "designed for the enterprise."  However, with 
enterprise comes large applications, with hundreds or even thousands of 
objects, function calls, etc.  I dread the thought of tediously adding 
all of our entities to an XML file, and maintaining another copy of 
function prototypes and API definition...

We have developed a very nice workflow with Flash Remoting.  We write 
EJB's, which get dropped into the server, which makes them immediately 
available to Flash Remoting through JNDI.  It seems that FDS does not 
use JNDI?  So another quasi-client layer for doing lookup and function 
calls is required?

I see some nice features like data push (very cool), data queuing/sync 
for occasionally available services.

But I'm not sure I'm willing to give up our efficient workflow for 
these features.

I'm curious what others think about the scalability of having to lay 
out all of these XML files when developing an application.






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



 





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

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

<*> 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: [Flex2.0] How can I control cache of HTTPService inside FlashPlayer?

2006-04-13 Thread Dave Wolf
Set the proper cache control headers on the server side.  The player
is not caching this, the browser is.  The player piggy backs on the
browsers HTTP stack generally.

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

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY


--- In flexcoders@yahoogroups.com, "sn197412" <[EMAIL PROTECTED]>
wrote:
>
> Hi.
> 
> I have a question.
> How can I control cache of HTTPService inside FlashPlayer?
> 
> I get XML file that is always different contents each request.
> But HTTPService show content that was got at first access.
> 
> How should I?
> 
> --Shigeru
> 
> http://Shigeru-Nakagaki.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

<*> 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] [Flex2.0] How can I control cache of HTTPService inside FlashPlayer?

2006-04-13 Thread sn197412
Hi.

I have a question.
How can I control cache of HTTPService inside FlashPlayer?

I get XML file that is always different contents each request.
But HTTPService show content that was got at first access.

How should I?

--Shigeru

http://Shigeru-Nakagaki.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

<*> 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] Cairngorm and TitleWindow issue

2006-04-13 Thread Suzy Lawson
I have a screen where a user can click an item in a List which pops
open a TitleWindow containing a form to update and save the data of
the items clicked. When the user clicks "Save"...the dispatched event
never reaches the FrontController (with the code like so):

// MyEvent extends CairngormEvent
var event : MyEvent = new MyEvent ( eventVO );
dispatchEvent( event );

HOWEVER...it does work if I do this. 

var event : MyEvent = new MyEvent ( eventVO );
Application.application.dispatchEvent( event );

It seems like the core Application can't pick up events dispatched
from a TitleWindow. Is this a known issue or am i missing something??

Thanks.






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

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

<*> 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: **JOB **Flex developer needed ASAP (Contract to hire!!).

2006-04-13 Thread Anatole Tartakovsky





Jason,
I would like to stress one point in Dave's comment 
that is crucial to success of RIA project. Those 
who been through client-server wave know that the process Dave describes is the 
best way to get useful application rather then just "working" one. 
The process starts with quick and recreation 
(few hours or days at most as starting point- static data) of the current 
process just to get consultants into domain. Their task is to introduce RIA to 
the current process and open the users to idea that anything is 
possible.
The process of users actually being interviewed 
with working interactive prototypes being developed within hours of discussion 
renders current bureaucratic approach to design obsolete. Within week(s) the 
high-level specifications are developed as an interactive 
prototype.
I would also note that as initial design is done it 
becomes weekly / biweekly reassessment process. 2 goals needed to be achieved 
:
1. Provide users with early access to modules that 
allow them to do pilot of functionality/QA/usability testing
2. Maintain realistic schedule - after the first 
week the users will assume that the project will be done by the end of the next 
week
 
The only thing I saw in the field that 
differs from Dave's assessment is the size of the team. I found it 
extremely helpful to maintain not 1-3 person but 3-5 people teams - usually 
by complementing our consultants/software engineers with client's 
developers/business/QA people. While it seemed in the beginning like waste 
of valuable time for unnecessary communications, it assures that the 
end-product is accepted and maintained by the client before the final crunch 
time - and also minimizes communications with end-users beyond technical 
aspects. It does add 50% overhead to the times Dave mentioned. Other (obvious) 
reason is that it takes time for client to realize that 40 people 
teams/outsourcing model have to change and the people need to be 
retrained for different process. 
 
Thank you,
Anatole
 

  - Original Message - 
  From: 
  Dave Wolf 
  
  To: flexcoders@yahoogroups.com 
  Sent: Thursday, April 13, 2006 5:46 
  PM
  Subject: [flexcoders] Re: **JOB **Flex 
  developer needed ASAP (Contract to hire!!).
  Hey Jason,I am going to try my 
  best to inline my answers here.--- In flexcoders@yahoogroups.com, 
  "Jason Hawryluk" <[EMAIL PROTECTED]> wrote:>> Dave, I fully realize 
  the potential of Flex to let you crank out an> application quickly. You 
  have a "Team" of people this is arequirement for> "one" contractor. 
  The thing that got me was the �rollout� part of the> 
  demand.> You're right.  We do have "teams" here at 
  Cynergy.  I think its worthnoting though that in the applications I 
  am discussing, these teamshave ranged from 1 to 3 people.  I've seen 
  posting in the past wherepeople talk about their projects with 30-40 
  devs.  I cannot honestlyfathom what problem set they're trying to 
  solve.> > > I agree that when you fully understand 
  the domain of the intended�user� of> the product then yes that 
  is quite possible. Having no idea of the user> base, and their goals, 
  infrastructure, budgets, requirements, andresources,> how is this 
  assumption possible?> > It's of course not.  The 
  key is to develop a process by which you canextract those requirements as 
  a part of the development processitself, rather then some incredibly 
  extended requirements gatheringphase.  First off, the longer that 
  phase takes the less relevant thedata you collect actually becomes.  
  Secondly dependant on how youcollect it, (traditional JAD approach) the 
  value of what you learn canbe pretty suspect.> > 
  Cranking out a product that fit�s someone�s specifications, 
  andcreating a> tool that is goal/task oriented, and helps the 
  �user� accomplishwhat they> need/want in a coherent fashion, 
  are 2 different things.> > Could't agree more.  I 
  think if you interviewed the folks we've donethis development for, they'd 
  tell you what they got was the latter.> > A certain 
  percentage of the time required before any code is written is> spent 
  interviewing management, users, understanding the goals andtasks 
  that> a product needs to fulfill.> > Our approach 
  here at Cynergy is to not view these as distinct phases.Rather to 
  incorporate the domain experts into the development processfrom moment 
  one, in the most transparant way possible.  We accomplishthis by a 
  development approach we call LookFirst, but really is a"front to back" 
  development approach whereby the requirementsgathering and "interviews" 
  are done in real time with the developmentof the user experience.  
  The actual creaative act of development isused as a requirements gathering 
  process.BTW at this point I should mention that we are currently 
  writing aseries for Adobe's DevNet where we will go through our approach 
  andhow to use it yourself.> > A software program 
  should not be s

[flexcoders] get rid of xml configuration in FDS, use JNDI

2006-04-13 Thread busitech
I am evaluating FDS 2.0 for the first time, and am quite disappointed 
with the requirement of every single "destination" possible to be added 
to an XML file before it can be used...

Adobe calls this software "designed for the enterprise."  However, with 
enterprise comes large applications, with hundreds or even thousands of 
objects, function calls, etc.  I dread the thought of tediously adding 
all of our entities to an XML file, and maintaining another copy of 
function prototypes and API definition...

We have developed a very nice workflow with Flash Remoting.  We write 
EJB's, which get dropped into the server, which makes them immediately 
available to Flash Remoting through JNDI.  It seems that FDS does not 
use JNDI?  So another quasi-client layer for doing lookup and function 
calls is required?

I see some nice features like data push (very cool), data queuing/sync 
for occasionally available services.

But I'm not sure I'm willing to give up our efficient workflow for 
these features.

I'm curious what others think about the scalability of having to lay 
out all of these XML files when developing an application.






--
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] forget Hibernate - use EJB 3.0 and Annotations in FDS

2006-04-13 Thread busitech
We have ceased using standalone Hibernate in favor of EJB 3.0.  We 
would like to see FDS 2.0 move in this direction.  XML files for 
defining entities are no longer needed, because this functionality is 
provided much better by Annotations.  

Hibernate also provides an API to read the configuration after 
Hibernate processes the XML files, which could be used for legacy 
support.

In enterprise development work, our goal is to completely avoid 
having the same information in more than one place.  Having to define 
our functions, objects, and entity identifiers in a separate XML file 
specific to Flex is contrary to our design philosophy (the 
destination tags in flex-data-service.xml).

Since our entities are annotated with security information, key 
information, information about relationships with other entities, our 
methods are exposed through remote interfaces, and our EJB's are 
published to JNDI, FDS should be aware of all of these aspects of our 
persistence layer wouth the need for pulling out into XML that which 
already exists in our server tier software.

In another thread, I speak of what appears to be a lack of JNDI 
support in FDS 2.0 for locating services such as EJB's, something 
we've been happily using in the standalone Flash Remoting product.

I am hopeful that while building a next generation product in Flex 
2.0, Adobe will take advantage of all of the newest ways to make our 
workflow as efficient as possible, so these large applications with 
hundreds if not thousands of entities can be maintained from one 
source - the annontated Java class files which define them.





--
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] Do I have To Use FDS to update databases?

2006-04-13 Thread Jennifer Larkin



We have a location where BACFUG will be meeting (in San Francisco) but
if you are not able to attend in person, we will be broadcasting the
meeting via Breeze. In fact, not even Simeon will be there in person. I
will be there in person giving away stuff. As Simeon mentioned, I will
be posting the meeting URL to my blog and to the BACFUG mailing list on
the day of the lecture, which is Wednesday, April 19. The meeting will
start around 7PM US Pacific time. 

JenniferOn 4/13/06, Simeon Bateman <[EMAIL PROTECTED]> wrote:



Jen Larkin runs the BACFUG and on her blog she mentions the url for the breeze meeting wont be available until day of.  Glad
you found the phones example.  That is the example that Ben Forta
is using on his User Group tour.  The BACFUG did have him stop by
but the example itself doesnt use any queries for moving data. 
Its also only one way, no data is sent to CF.  Not that either of
these are impossible to sort out, but I was asked to demo how it can be
done.
So if you are interested in the presentation I would expect you should keep an eye on Jens site.
http://www.blivit.org/blog/index.cfm?mode=entry&entry=8F733682-65B8-E0AE-E515ECF0A9532367
Thanks,simeonOn 4/13/06, Faisal Abid <
[EMAIL PROTECTED]> wrote:




Also 
http://labs.macromedia.com/wiki/index.php/ColdFusion/Flex_Connectivity:Samples:Phone_Selector
 
i just found that example and relized that it uses what i want to learn.. :)

Simeon Bateman wrote:
> Mike,
>
> if you would like to see an example of this done, please feel free to 
> tune into my breeze presentation for the BACFUG next wednesday night.  
> I will be walking though using Flex and CF together in a Standard RPC 
> Remoting method.
>
> Check out http://bacfug.org/ for more details.
>
> simeon
>
> On 4/13/06, *Mike Anderson* < [EMAIL PROTECTED] 


> [EMAIL PROTECTED]>> wrote:
>
> Actually, I would benefit from a quick tutorial like this too -
>
> I did this a ways back with Flex 1.5 and .NET Remoting - but I
> have to track down all my old source code.
>
> I am sure there are some differences now with Flex 2.0 as well -
> so I'd love a definitive example, on how to create a "quick and
> dirty" app that incorporates RemoteObject, and maybe just
> populating a DataGrid with a Result Set (or something like that).
>
> Thanks anybody, if you could throw a quick example up here, or a URL.
>
> Take Care!
>
> Mike
>
>
>
> -Original Message-
> From: flexcoders@yahoogroups.com


> flexcoders@yahoogroups.com> [mailto:
> flexcoders@yahoogroups.com 

flexcoders@yahoogroups.com>] On
> Behalf Of Faisal Abid
> Sent: Thursday, April 13, 2006 10:45 AM
> To: flexcoders@yahoogroups.com 

flexcoders@yahoogroups.com>
> Subject: Re: [flexcoders] Do I have To Use FDS to update databases?
>
> Okay, Thank You So Much , Also can anyone lead me to a sample code
> or a tutorial on how to make this happen ? Just so i can build on
> that sample code and learn form it.
> > You don't need FDS to update databases. Using remoteObject is enough.
> > One of big advantages of FDS is mantaining all clients synchronized
> > with data.
> >
> > João Fernandes
> >
> >
> > -Original Message-
> > From: flexcoders@yahoogroups.com


> flexcoders@yahoogroups.com> on behalf of Faisal Abid
> > Sent: Thu 13-Apr-06 1:40 AM
> > To: flexcoders@yahoogroups.com 

flexcoders@yahoogroups.com>
> > Subject: [flexcoders] Do I have To Use FDS to update databases?
> >
> > Sinple question , Do I have To Use FDS to update databases? like i
> > will call a funciton via coldfusion in flex and it will update the
> > database , but do i haev to use FDS to make this happen, or can i
> use
> > simple http rpc calls?
> >
> >
> > --
> > Flexcoders Mailing List
> > FAQ:
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt


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


> 
> > Search Archives:
> > http://www.mail-archive.com/flexcoders%40yahoogroups.com
> >
> >
> > --
> > --
> > YAHOO! GROUPS LINKS
> >
> > *  Visit your group "flexcoders
> >   " on the web.
> >   
> > *  To unsubscribe from this group, send an email to:
> >    [EMAIL PROTECTED]
> [EMAIL PROTECTED]>
> >  
> > [EMAIL PROTECTED]
> [EMAIL PROTECTED]>?subject=

[flexcoders] Re: **JOB **Flex developer needed ASAP (Contract to hire!!).

2006-04-13 Thread Dave Wolf
Hey Jason,

I am going to try my best to inline my answers here.

--- In flexcoders@yahoogroups.com, "Jason Hawryluk" <[EMAIL PROTECTED]> wrote:
>
> Dave, I fully realize the potential of Flex to let you crank out an
> application quickly. You have a "Team" of people this is a
requirement for
> "one" contractor. The thing that got me was the �rollout� part of the
> demand.
> 

You're right.  We do have "teams" here at Cynergy.  I think its worth
noting though that in the applications I am discussing, these teams
have ranged from 1 to 3 people.  I've seen posting in the past where
people talk about their projects with 30-40 devs.  I cannot honestly
fathom what problem set they're trying to solve.

> 
> 
> I agree that when you fully understand the domain of the intended
�user� of
> the product then yes that is quite possible. Having no idea of the user
> base, and their goals, infrastructure, budgets, requirements, and
resources,
> how is this assumption possible?
> 
> 

It's of course not.  The key is to develop a process by which you can
extract those requirements as a part of the development process
itself, rather then some incredibly extended requirements gathering
phase.  First off, the longer that phase takes the less relevant the
data you collect actually becomes.  Secondly dependant on how you
collect it, (traditional JAD approach) the value of what you learn can
be pretty suspect.

> 
> Cranking out a product that fit�s someone�s specifications, and
creating a
> tool that is goal/task oriented, and helps the �user� accomplish
what they
> need/want in a coherent fashion, are 2 different things.
> 
> 

Could't agree more.  I think if you interviewed the folks we've done
this development for, they'd tell you what they got was the latter.

> 
> A certain percentage of the time required before any code is written is
> spent interviewing management, users, understanding the goals and
tasks that
> a product needs to fulfill.
> 
> 

Our approach here at Cynergy is to not view these as distinct phases.
 Rather to incorporate the domain experts into the development process
from moment one, in the most transparant way possible.  We accomplish
this by a development approach we call LookFirst, but really is a
"front to back" development approach whereby the requirements
gathering and "interviews" are done in real time with the development
of the user experience.  The actual creaative act of development is
used as a requirements gathering process.

BTW at this point I should mention that we are currently writing a
series for Adobe's DevNet where we will go through our approach and
how to use it yourself.


> 
> A software program should not be something that enforces a work
method, and
> because the person usually in charge of writing specs is IT (more
often then
> not, that person has not done the necessary foot work). What I mean
is, you
> end up with a product that just fills a business need from a management
> perspective, and does not take into account segmented departmental user
> goals.
> 
> 

I contend a long interview and requirements gathering phase does
nothing to alleviate this.   There is nothing intrinsic in the JAD
process that fixes this shortcoming.


> 
> So, sure cranking out data entry forms, or lists of data that fulfill a
> business �need� is rapid. However, is that a solution that will help the
> user do their job? Will that solution allow different user types
> (commercial, management, technical, administrative) to fulfill their
role in
> the organization as efficiently as possible? Will the program have a
memory
> for example so it can make assumptions based on past user interaction?
> 
> 

Well, if I had assumed we were talking about simple CRUD screens I
would have said hours or days, not weeks for a prototype

As I mentioned before, from moment one the domain experts are sitting
right next to an interactive designer, a RIA developer and a data
modeller.  They talk to and listen to the domain experts and in real
time, right in front of them start putting together that user experience.

If you want to see a domain experts eyes light up like a kid at a
candy store, turn their wants and desires into something they can see
and touch right in front of them.  They will become animated,
interested, involved and will provide you a level of information and
requirements you couldnt have extracted in months.

> 
> I don�t believe in creating a tool that �only� fulfils the business
> requirements from a management perspective. The users know how to do
their
> job. I would rather take the time to confirm that the product will meet
> their goals and tasks, and give them a product that helps them do it
better
> based on �real� information. Management rarely understands this.
Software
> has become a necessary evil that enforces uneducated assumptions on the
> user, instead of a pleasant, and comfortable tool that �helps� a user do
> their job.
> 
> 

As do we.  Th

[flexcoders] FDS & Hibernate

2006-04-13 Thread Valy Sivec



I start looking into the Data Services topics a little bit and I see that for each destination there is a identity property that needs to be defined. I have the data persistence layer implemented with Hibernate and I was wondering how Flex DES will handle objects with the identity propetry NULL, knowing that Hibernate is smart enough to do an insert/update based on the entity key's value. Have you guys integrated Flex DES with Hibernate data model in the backend.? Also, in cases when I need to populate non-editable data, that doesn't need to be kept in sync with the backed should I use remote objects versus data services?. Any thoughts?.Thanks,Valy
		How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.





--
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] Do I have To Use FDS to update databases?

2006-04-13 Thread Simeon Bateman



Jen Larkin runs the BACFUG and on her blog she mentions the url for the breeze meeting wont be available until day of.  Glad you found the phones example.  That is the example that Ben Forta is using on his User Group tour.  The BACFUG did have him stop by but the example itself doesnt use any queries for moving data.  Its also only one way, no data is sent to CF.  Not that either of these are impossible to sort out, but I was asked to demo how it can be done.
So if you are interested in the presentation I would expect you should keep an eye on Jens site.http://www.blivit.org/blog/index.cfm?mode=entry&entry=8F733682-65B8-E0AE-E515ECF0A9532367
Thanks,simeonOn 4/13/06, Faisal Abid <[EMAIL PROTECTED]> wrote:



Also 
http://labs.macromedia.com/wiki/index.php/ColdFusion/Flex_Connectivity:Samples:Phone_Selector
 
i just found that example and relized that it uses what i want to learn.. :)

Simeon Bateman wrote:
> Mike,
>
> if you would like to see an example of this done, please feel free to 
> tune into my breeze presentation for the BACFUG next wednesday night.  
> I will be walking though using Flex and CF together in a Standard RPC 
> Remoting method.
>
> Check out http://bacfug.org/ for more details.
>
> simeon
>
> On 4/13/06, *Mike Anderson* < [EMAIL PROTECTED] 

> [EMAIL PROTECTED]>> wrote:
>
> Actually, I would benefit from a quick tutorial like this too -
>
> I did this a ways back with Flex 1.5 and .NET Remoting - but I
> have to track down all my old source code.
>
> I am sure there are some differences now with Flex 2.0 as well -
> so I'd love a definitive example, on how to create a "quick and
> dirty" app that incorporates RemoteObject, and maybe just
> populating a DataGrid with a Result Set (or something like that).
>
> Thanks anybody, if you could throw a quick example up here, or a URL.
>
> Take Care!
>
> Mike
>
>
>
> -Original Message-
> From: flexcoders@yahoogroups.com

> flexcoders@yahoogroups.com> [mailto:
> flexcoders@yahoogroups.com 
flexcoders@yahoogroups.com>] On
> Behalf Of Faisal Abid
> Sent: Thursday, April 13, 2006 10:45 AM
> To: flexcoders@yahoogroups.com 
flexcoders@yahoogroups.com>
> Subject: Re: [flexcoders] Do I have To Use FDS to update databases?
>
> Okay, Thank You So Much , Also can anyone lead me to a sample code
> or a tutorial on how to make this happen ? Just so i can build on
> that sample code and learn form it.
> > You don't need FDS to update databases. Using remoteObject is enough.
> > One of big advantages of FDS is mantaining all clients synchronized
> > with data.
> >
> > João Fernandes
> >
> >
> > -Original Message-
> > From: flexcoders@yahoogroups.com

> flexcoders@yahoogroups.com> on behalf of Faisal Abid
> > Sent: Thu 13-Apr-06 1:40 AM
> > To: flexcoders@yahoogroups.com 
flexcoders@yahoogroups.com>
> > Subject: [flexcoders] Do I have To Use FDS to update databases?
> >
> > Sinple question , Do I have To Use FDS to update databases? like i
> > will call a funciton via coldfusion in flex and it will update the
> > database , but do i haev to use FDS to make this happen, or can i
> use
> > simple http rpc calls?
> >
> >
> > --
> > Flexcoders Mailing List
> > FAQ:
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

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

> 
> > Search Archives:
> > http://www.mail-archive.com/flexcoders%40yahoogroups.com
> >
> >
> > --
> > --
> > YAHOO! GROUPS LINKS
> >
> > *  Visit your group "flexcoders
> >   " on the web.
> >   
> > *  To unsubscribe from this group, send an email to:
> >    [EMAIL PROTECTED]
> [EMAIL PROTECTED]>
> >  
> > [EMAIL PROTECTED]
> [EMAIL PROTECTED]>?subject=Unsubscribe>

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

Re: [flexcoders] Clarification if Remoting is included with Flex 2.0

2006-04-13 Thread Jennifer Larkin



To clarify further, the ability to push data to the client is the
messaging server that I mentioned. This is different from the existing
SMS gateway in ColdFusion 7. There is a new gateway for ColdFusion that
passes data between Flex Data Services and ColdFusion via a messaging
system; this is the ColdFusion Adapter. (The adapter may have
additional uses but I am not clear on what those might be.) Since it is
a gateway, you must be using a version of ColdFusion that supports the
gateway, which means ColdFusion 7.1 enterprise.

Hope that helps,
JenniferOn 4/13/06, Simeon Bateman <[EMAIL PROTECTED]> wrote:



On 4/12/06, Mike Anderson <
[EMAIL PROTECTED]> wrote:



Do you think you could take this opportunity to explain to me, the finer
differences between the 2 different Remoting flavors?  Also, why I
should seriously consider shelling out the money, to purchase the "more
robust version" of the Remoting add-ons (or why not, for that matter).
Hi Mike,The
RPC services of Flex are avaiable in the SDK version of Flex 2.0. 
These can be used for absolutly free without even purchasing Flex
Builder.   The RPC services allow you to "ask" a remote
server for information, just like flash remoting has always
worked.  These were also the only data services available in flex
1.5.In Flex 2.0 they have added some new functionality and
that functionality includes the ability to push data from the server
out to the client.  This functionality is part of the Flex Data
Services software.  Although they have told us there will be a
free version of this server which will be limited by connections and
such.  That version is mostly for personal development and
testing.  Then the pricing for that server will vary based on
several options that have not be expressly laid out that I can find.
In order to use the FDS software with CF, you must be using CF
Enterprise as the communication is done via event gateways.  Again
that  is only required for the new functionality that includes the
data push and messaging.
The standard remoting functionality will be availabe for all versions of CF.Hope that helps clear up any questions you might have.  Also as you get into flex and cf development be sure to check out 

http://flexcf.com as it is becoming a good resource for CF'ers using Flex.Talk to you soon.simeon






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




  








-- "Then you'll learn, Intern. You will learn." How to Make a MonsterNow blogginghttp://www.blivit.org/blog/index.cfm
http://www.blivit.org/mr_urc/index.cfm






--
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 2 on Mac OS X

2006-04-13 Thread Tobias Patton










Try replacing “–load-config
flex/frameworks” with “-load-config ”

 

You really should download the SDK and use
the Mac shell scripts that do all the messy java stuff for you. Also, when you
use the shell scripts you don’t have to specify the framework path or
default config file. They get included automatically.

 

Tobias.

 









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bolo Michelin
Sent: Thursday, April 13, 2006
10:10 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex 2
on Mac OS X



 

Nobody Can help me with
flcompile ?



2006/4/12, Bolo Michelin
<[EMAIL PROTECTED]>:



:) It was my fist link. I sais was problem with
this point.

When i test it, i have this problem

 

 

Last login: Wed Apr 12 10:22:13 on ttyp1
java -jar flex/lib/mxmlc.jar -load-config flex/frameworks
-default-background-color '#FF' -default-frame-rate 25 -optimize
-default-size 550 400 -file-specs
'/Users/bolomichelin/Desktop/flCompile.1/HelloAS3.as' 
Welcome to Darwin!
Ordinateur-de-Bolo-Michelin:~ bolomichelin$ java -jar flex/lib/mxmlc.jar
-load-config flex/frameworks -default-background-color '#FF'
-default-frame-rate 25 -optimize -default-size 550 400 -file-specs
'/Users/bolomichelin/Desktop/flCompile.1/HelloAS3.as' 
null: /Users/bolomichelin/flex/frameworks (No such file or directory)

java.io.FileNotFoundException: /Users/bolomichelin/flex/frameworks (No such
file or directory)
    at
java.io.FileInputStream.open(Native Method) 
    at
java.io.FileInputStream.(FileInputStream.java:106)
    at
java.io.FileInputStream.(FileInputStream.java:66)
    at
flex2.compiler.io.FileUtil.openStream(FileUtil.java:99) 
    at
flex2.compiler.io.FileUtil.openStream(FileUtil.java:86)
    at flex2.compiler.io.LocalFile.getInputStream(LocalFile.java:93)
    at
flex2.tools.Compiler.processConfiguration(Compiler.java:371) 
    at
flex2.tools.Compiler.main(Compiler.java:66)
Ordinateur-de-Bolo-Michelin:~ bolomichelin$ 

 

I change flCompile and Test.workflow with the good command

 

if fileExtension is "as" then 
        set myScript to "java -jar
flex/lib/mxmlc.jar -load-config flex/frameworks " & cmdLineParams
& " -file-specs '" & filePath & "'"
    else if fileExtension is "mxml" then 
        set myScript to "java -jar
flex/lib/mxmlc.jar -load-config flex/frameworks -file-specs '" &
filePath & "'"
    else

 



2006/4/9, John Barrett < [EMAIL PROTECTED]>:









Hi,






http://www.gskinner.com/blog/archives/2005/12/easily_compile.html 





I hope you like it`-`
John







Bolo Michelin <
[EMAIL PROTECTED]> wrote:







Hello,

> I also tried the fCompile, but never got it
working. I think that it was an
> applescript that called the terminal, but who
knows.
> I use ANT to compile, which works great. 

What is it ? Can u give me a url ?

Bolo



 











How low will we go? Check out Yahoo! Messenger's low PC-to-Phone call rates.







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


 




















-- 
Martinique Sans Fil
http://www.martiniquesansfil.com









-- 
Martinique Sans Fil
http://www.martiniquesansfil.com








--
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] Flex2B2 - few questions

2006-04-13 Thread Gordon Smith
1. This method has been removed. Just use dispatchEvent().

2. Yes. Private vars can only be accessed from within the same class
where they are declared.

3. I'm not clear on whether myBoxComponent is using myBox or myBox is
using myBoxComponent, but I suspect what you are looking for is
"parentDocument" to get at the component that is using you. So maybe you
want

parentDocument.someObject

- Gordon

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of bhaq1972
Sent: Thursday, April 13, 2006 3:38 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex2B2 - few questions

1) DispatchChangeEvent doesn't seem to be available is that correct?

2) private variables no longer seem to be accesible in inherited 
object. is that correct?
eg. myBox.as
package 
{
  public class myBox extends mx.containers.Box 
  {
public var string1:String="";
private var boolean1:Boolean=false; 
  }
}

in myBoxComponent.mxml can't access this.boolean1.

3) how do i access an object declared in myBoxComponent.mxml from 
inside myBox.as i.e.

in myBoxComponent.mxml i have 
public var someObject:Object; //i then create an instance of it

in myBox.as, i want to reference someObject. how? any help great







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



 




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

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

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

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




[flexcoders] Datagrid Row Spacing

2006-04-13 Thread jeffrey_lage
It seems to me that there is a 'couple pixel' spacing or gap btwn the rows of a 
datagrid.  Can 
this be controlled?  I would like to eliminate it.






--
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] Do I have To Use FDS to update databases?

2006-04-13 Thread Faisal Abid
Also 
http://labs.macromedia.com/wiki/index.php/ColdFusion/Flex_Connectivity:Samples:Phone_Selector
 
i just found that example and relized that it uses what i want to learn.. :)

Simeon Bateman wrote:
> Mike,
>
> if you would like to see an example of this done, please feel free to 
> tune into my breeze presentation for the BACFUG next wednesday night.  
> I will be walking though using Flex and CF together in a Standard RPC 
> Remoting method.
>
> Check out http://bacfug.org/ for more details.
>
> simeon
>
> On 4/13/06, *Mike Anderson* < [EMAIL PROTECTED] 
> > wrote:
>
> Actually, I would benefit from a quick tutorial like this too -
>
> I did this a ways back with Flex 1.5 and .NET Remoting - but I
> have to track down all my old source code.
>
> I am sure there are some differences now with Flex 2.0 as well -
> so I'd love a definitive example, on how to create a "quick and
> dirty" app that incorporates RemoteObject, and maybe just
> populating a DataGrid with a Result Set (or something like that).
>
> Thanks anybody, if you could throw a quick example up here, or a URL.
>
> Take Care!
>
> Mike
>
>
>
> -Original Message-
> From: flexcoders@yahoogroups.com
>  [mailto:
> flexcoders@yahoogroups.com ] On
> Behalf Of Faisal Abid
> Sent: Thursday, April 13, 2006 10:45 AM
> To: flexcoders@yahoogroups.com 
> Subject: Re: [flexcoders] Do I have To Use FDS to update databases?
>
> Okay, Thank You So Much , Also can anyone lead me to a sample code
> or a tutorial on how to make this happen ? Just so i can build on
> that sample code and learn form it.
> > You don't need FDS to update databases. Using remoteObject is enough.
> > One of big advantages of FDS is mantaining all clients synchronized
> > with data.
> >
> > João Fernandes
> >
> >
> > -Original Message-
> > From: flexcoders@yahoogroups.com
>  on behalf of Faisal Abid
> > Sent: Thu 13-Apr-06 1:40 AM
> > To: flexcoders@yahoogroups.com 
> > Subject: [flexcoders] Do I have To Use FDS to update databases?
> >
> > Sinple question , Do I have To Use FDS to update databases? like i
> > will call a funciton via coldfusion in flex and it will update the
> > database , but do i haev to use FDS to make this happen, or can i
> use
> > simple http rpc calls?
> >
> >
> > --
> > Flexcoders Mailing List
> > FAQ:
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> 
> > Search Archives:
> > http://www.mail-archive.com/flexcoders%40yahoogroups.com
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > --
> > Flexcoders Mailing List
> > FAQ:
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> 
> > Search Archives:
> > http://www.mail-archive.com/flexcoders%40yahoogroups.com
> >
> >
> > --
> > --
> > YAHOO! GROUPS LINKS
> >
> > *  Visit your group "flexcoders
> >   " on the web.
> >   
> > *  To unsubscribe from this group, send an email to:
> >[EMAIL PROTECTED]
> 
> >  
> >  ?subject=Unsubscribe>
> >   
> > *  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
>
>
>
>
>
>
>
>
> --
> 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] drag and drop components between cells in a datagrid

2006-04-13 Thread pk_wasp
Is it possible to have a DataGrid with custom item renderer components 
and drag/drop them between the indvidual cells using DragManager/Proxy 
Framework etc?

or is there a better way?.e.g. a Grid, then using addChild/removeChild 
etc to handle this?

Creating a custom "grid" component looks too daunting lol

cheers






--
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] Do I have To Use FDS to update databases?

2006-04-13 Thread Faisal Abid
where is the link , it says that I have to personally attend and i live 
no where near that area, should I rsvp and then ill get the breeze link ??

Simeon Bateman wrote:
> Mike,
>
> if you would like to see an example of this done, please feel free to 
> tune into my breeze presentation for the BACFUG next wednesday night.  
> I will be walking though using Flex and CF together in a Standard RPC 
> Remoting method.
>
> Check out http://bacfug.org/ for more details.
>
> simeon
>
> On 4/13/06, *Mike Anderson* < [EMAIL PROTECTED] 
> > wrote:
>
> Actually, I would benefit from a quick tutorial like this too -
>
> I did this a ways back with Flex 1.5 and .NET Remoting - but I
> have to track down all my old source code.
>
> I am sure there are some differences now with Flex 2.0 as well -
> so I'd love a definitive example, on how to create a "quick and
> dirty" app that incorporates RemoteObject, and maybe just
> populating a DataGrid with a Result Set (or something like that).
>
> Thanks anybody, if you could throw a quick example up here, or a URL.
>
> Take Care!
>
> Mike
>
>
>
> -Original Message-
> From: flexcoders@yahoogroups.com
>  [mailto:
> flexcoders@yahoogroups.com ] On
> Behalf Of Faisal Abid
> Sent: Thursday, April 13, 2006 10:45 AM
> To: flexcoders@yahoogroups.com 
> Subject: Re: [flexcoders] Do I have To Use FDS to update databases?
>
> Okay, Thank You So Much , Also can anyone lead me to a sample code
> or a tutorial on how to make this happen ? Just so i can build on
> that sample code and learn form it.
> > You don't need FDS to update databases. Using remoteObject is enough.
> > One of big advantages of FDS is mantaining all clients synchronized
> > with data.
> >
> > João Fernandes
> >
> >
> > -Original Message-
> > From: flexcoders@yahoogroups.com
>  on behalf of Faisal Abid
> > Sent: Thu 13-Apr-06 1:40 AM
> > To: flexcoders@yahoogroups.com 
> > Subject: [flexcoders] Do I have To Use FDS to update databases?
> >
> > Sinple question , Do I have To Use FDS to update databases? like i
> > will call a funciton via coldfusion in flex and it will update the
> > database , but do i haev to use FDS to make this happen, or can i
> use
> > simple http rpc calls?
> >
> >
> > --
> > Flexcoders Mailing List
> > FAQ:
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> 
> > Search Archives:
> > http://www.mail-archive.com/flexcoders%40yahoogroups.com
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > --
> > Flexcoders Mailing List
> > FAQ:
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> 
> > Search Archives:
> > http://www.mail-archive.com/flexcoders%40yahoogroups.com
> >
> >
> > --
> > --
> > YAHOO! GROUPS LINKS
> >
> > *  Visit your group "flexcoders
> >   " on the web.
> >   
> > *  To unsubscribe from this group, send an email to:
> >[EMAIL PROTECTED]
> 
> >  
> >  ?subject=Unsubscribe>
> >   
> > *  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
>
>
>
>
>
>
>
>
> --
> 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 2 on Mac OS X

2006-04-13 Thread Simeon Bateman



Sorry man, I use Ant inside eclipse.simeonps.  Works great though :)On 4/13/06, Bolo Michelin <[EMAIL PROTECTED]
> wrote:


Nobody Can help me with flcompile ?2006/4/12, Bolo Michelin <[EMAIL PROTECTED]
>:

:) It was my fist link. I sais was problem with this point.When i test it, i have this problem







--
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] Do I have To Use FDS to update databases?

2006-04-13 Thread Simeon Bateman



Mike,if you would like to see an example of this done, please feel free to tune into my breeze presentation for the BACFUG next wednesday night.  I will be walking though using Flex and CF together in a Standard RPC Remoting method.
Check out http://bacfug.org/ for more details.simeonOn 4/13/06, Mike Anderson <
[EMAIL PROTECTED]> wrote:


Actually, I would benefit from a quick tutorial like this too -

I did this a ways back with Flex 1.5 and .NET Remoting - but I have to track down all my old source code.

I am sure there are some differences now with Flex 2.0 as well - so I'd love a definitive example, on how to create a "quick and dirty" app that incorporates RemoteObject, and maybe just populating a DataGrid with a Result Set (or something like that).


Thanks anybody, if you could throw a quick example up here, or a URL.

Take Care!

Mike


-Original Message-
From: flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of Faisal Abid
Sent: Thursday, April 13, 2006 10:45 AM
To: flexcoders@yahoogroups.com

Subject: Re: [flexcoders] Do I have To Use FDS to update databases?

Okay, Thank You So Much , Also can anyone lead me to a sample code or a tutorial on how to make this happen ? Just so i can build on that sample code and learn form it.
> You don't need FDS to update databases. Using remoteObject is enough.
> One of big advantages of FDS is mantaining all clients synchronized 
> with data.
>
> João Fernandes
>
>
> -Original Message-
> From: flexcoders@yahoogroups.com on behalf of Faisal Abid
> Sent: Thu 13-Apr-06 1:40 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Do I have To Use FDS to update databases?
>
> Sinple question , Do I have To Use FDS to update databases? like i 
> will call a funciton via coldfusion in flex and it will update the 
> database , but do i haev to use FDS to make this happen, or can i use 
> simple http rpc calls?
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

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

> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.com
>
>
> --
> --
> YAHOO! GROUPS LINKS
>
> *  Visit your group "flexcoders
>   " on the web.
>    
> *  To unsubscribe from this group, send an email to:
>    [EMAIL PROTECTED]
>   
> [EMAIL PROTECTED]?subject=Unsubscribe>
>    
> *  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



 








--
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 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] Clarification if Remoting is included with Flex 2.0

2006-04-13 Thread Simeon Bateman



On 4/12/06, Mike Anderson <[EMAIL PROTECTED]> wrote:


Do you think you could take this opportunity to explain to me, the finer
differences between the 2 different Remoting flavors?  Also, why I
should seriously consider shelling out the money, to purchase the "more
robust version" of the Remoting add-ons (or why not, for that matter).
Hi Mike,The RPC services of Flex are avaiable in the SDK version of Flex 2.0.  These can be used for absolutly free without even purchasing Flex Builder.   The RPC services allow you to "ask" a remote server for information, just like flash remoting has always worked.  These were also the only data services available in flex 
1.5.In Flex 2.0 they have added some new functionality and that functionality includes the ability to push data from the server out to the client.  This functionality is part of the Flex Data Services software.  Although they have told us there will be a free version of this server which will be limited by connections and such.  That version is mostly for personal development and testing.  Then the pricing for that server will vary based on several options that have not be expressly laid out that I can find.
In order to use the FDS software with CF, you must be using CF Enterprise as the communication is done via event gateways.  Again that  is only required for the new functionality that includes the data push and messaging.
The standard remoting functionality will be availabe for all versions of CF.Hope that helps clear up any questions you might have.  Also as you get into flex and cf development be sure to check out 
http://flexcf.com as it is becoming a good resource for CF'ers using Flex.Talk to you soon.simeon






--
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] editable Datagrid + Event Listener

2006-04-13 Thread Tracy Spratt
What Flex version?

On #2, set  editable="false" on the non editable columns.

Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jeremy Rottman
Sent: Thursday, April 13, 2006 1:44 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] editable Datagrid + Event Listener

I am using an editable datagrid that allows admins to enter a number
that is stored in my database. Since flex does have the enter attribute
for the datagrid, I wrote a listener to handle the enter key for me.
However, I cant figure out how to apply it to my datagrid. Can someone
give me a bit of help with this.

On another note, is there a way to make only a single column editable.
IE making just my % of side column editable?

Here is my datagrid.

 
 
 
 
 
 
 
 
 

Here is my Listener.

stop();
//
var loginListener:Object = new Object();
loginListener.onKeyDown = enterLogin;
Key.addListener(loginListener);
//
function percentHandler() { }
}







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



 







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

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

<*> 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] Storing Datagrid data in XML File

2006-04-13 Thread Tracy Spratt










What Flex version?

 

Then, where do we need to start?  How far
have you gotten?

 

Tracy

 









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of MS Imtiyaz
Sent: Thursday, April 13, 2006
10:49 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Storing
Datagrid data in XML File



 



Hi This is my first mail to flex coders,





 





Iam very new to flex 





i just want to save the data which is in datagrid
into a xml file... 





may be it is silly 





but please respond me as early as possible





 





Thanks 





[EMAIL PROTECTED]









Jiyo cricket on Yahoo!
India cricket
Yahoo!
Messenger Mobile Stay in touch with your buddies all the time.








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





  




  
  
  YAHOO! GROUPS LINKS



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



  











[flexcoders] Re: How to clear date field

2006-04-13 Thread Doug Lowder
The integrated way is for users to select the same date that's 
already selected, but a Clear button sounds more user-friendly to me.

Doug

--- In flexcoders@yahoogroups.com, Carolyn Cole <[EMAIL PROTECTED]> wrote:
>
> I posted a question earlier to this list and the response that I 
got for 
> 1.5 at least was to add a clear button next to the date field.
> When the clear was clicked you can set the text field like Peter 
suggested.
> 
> It would be nice if there was an integrated way.  Maybe 2.0 has a 
different 
> way.
> 
> At 08:52 AM 4/13/2006, you wrote:
> >DateField has a text property, which you can set to an empty 
string.
> >
> >-Original Message-
> >From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
> >Behalf Of sandip_patil01
> >Sent: 13 April 2006 12:21
> >To: flexcoders@yahoogroups.com
> >Subject: [flexcoders] How to clear date field
> >
> >Hi All,
> >
> >Can anybody tell me how to clear date field.
> >
> >I am using ,
> >
> > tag.
> >
> > From this user can select whatever date he want to select.
> >
> >Suppose if user want to leave text box empty after selecting
> >date.i.e.blank text box.
> >
> >How this can be achived ?
> >
> >
> >Thanks,
> >Sandip
> >
> >
> >
> >
> >
> >
> >--
> >Flexcoders Mailing List
> >FAQ: 
> 
>ht
tp://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: 
> 
>ht
tp://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 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: How to clear date field

2006-04-13 Thread Doug Lowder
Select the same date again to clear the selection.  Not intuitively 
obvious IMHO, but this seems to be expected behavior.


--- In flexcoders@yahoogroups.com, Sandip Patil <[EMAIL PROTECTED]> 
wrote:
>
> Hi,
>
>   I think I am not able to clear my question.
>
>   After using  tag calender like dates coming.
>
>   If user select date from that, date is showing in text box.
>
>   Suppose if then user decide that he wants that text box empty he 
can't do that because he has selected from calender like date.
>
>   How this can be done ?
>
>   Thanks 
>   Sandip
>
>
>
>
>   
> 
> Peter Martin <[EMAIL PROTECTED]> wrote:
>   DateField has a text property, which you can set to an empty 
string.
> 
> -Original Message-
> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
> Behalf Of sandip_patil01
> Sent: 13 April 2006 12:21
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] How to clear date field
> 
> Hi All,
> 
> Can anybody tell me how to clear date field.
> 
> I am using ,
> 
>  tag. 
> 
> From this user can select whatever date he want to select.
> 
> Suppose if user want to leave text box empty after selecting 
> date.i.e.blank text box.
> 
> How this can be achived ?
> 
> 
> Thanks,
> Sandip
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%
40yahoogroups.com 
> 
> 
> 
> -
>   YAHOO! GROUPS LINKS 
> 
> 
> Visit your group "flexcoders" on the web.
> 
> To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED]
> 
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service. 
> 
> 
> -
>   
> 
> 
> 
>   
> -
> New Yahoo! Messenger with Voice. Call regular phones from your PC 
and save big.
>







--
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] editable Datagrid + Event Listener

2006-04-13 Thread Jeremy Rottman
I am using an editable datagrid that allows admins to enter a number
that is stored in my database. Since flex does have the enter attribute
for the datagrid, I wrote a listener to handle the enter key for me.
However, I cant figure out how to apply it to my datagrid. Can someone
give me a bit of help with this.

On another note, is there a way to make only a single column editable.
IE making just my % of side column editable?

Here is my datagrid.

 
 
 
 
 
 
 
 
 

Here is my Listener.

stop();
//
var loginListener:Object = new Object();
loginListener.onKeyDown = enterLogin;
Key.addListener(loginListener);
//
function percentHandler() { }
}







--
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: Resizing a Panel

2006-04-13 Thread jeremy lu




strangely, I didn't use any of those methods(setCapture, releaseCapture, updateAfterEvent)

anyway, will contact you offlist for this :-)
On 4/14/06, Peter Martin <[EMAIL PROTECTED]> wrote:
















Thanks.

 

It sounds like my implementation is very similar
to yours. I sorted my problem by adding setCapture(); to my mouseDown handler
and releaseCapture(); to my MouseUp handler. I also put event.updateAfterEvent();
in my mouseMove event handler to be on the safe side.

 









From:
flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of jeremy lu
Sent: 13 April 2006 16:04
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re:
Resizing a Panel



 


hi Peter, 

I'm using a combination of mouseDown, mouseMove
and MouseUp event and also taking care of the offset when mouse clicked on the
bottom right black grip. (there's a x/y delta between mouse down point and the
top/left point of black grip) 






On 4/13/06, Peter Martin <
[EMAIL PROTECTED]> wrote:

I have tried
event.updateAfterEvent() but it made no difference.

I looked at the links below and the resizing is exactly what I want to
achieve - how did you deal with the sluggish cursor movement?

Thanks 
Peter.


--- In flexcoders@yahoogroups.com,
"jeremy lu" <[EMAIL PROTECTED]> wrote:
>
> handling resizing using mouse event is tricky, sluggish cursor 
movement is
> usally the main problem.
>
> I made something similar several weeks ago, check it here:
>
>
http://ria.richtechmedia.com/go.php?http://ria.richtechmedia.com/upload/resizePanel2/

>
>
> jeremy.
>
> On 4/13/06, Michael Schmalle <[EMAIL PROTECTED]> wrote:
> >
> >  Hi, 
> >
> > In the event handler write;
> >
> > event.updateAfterEvent()
> >
> > Peace, Mike
> >
> > On 4/12/06, Peter Martin <[EMAIL PROTECTED]> wrote: 
> >
> > >  I have created a Window component (in Flex 2 beta 2)
that
subclasses
> > > TitleWindow. It allows the user to resize the window by grabbing
the
> > > bottom corner. It works fine if you are making the window
smaller, 
> > > however if you are making it bigger Flex can't keep up with the
mouse,
> > > unless you go very, very slowly.
> > >
> > > What I have is an event listener that handles onMouseMove and 
sets the
> > > width and height to mouseX and mouseY.
> > >
> > > 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
> > >
> > > 
> > >  --
> > >  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
> > > .
> > >  --
> > >
> >
> >
> > 
> > --
> > What goes up, does come down.
> >
> >
> >  --
> > 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
> > .
> >  --
> >
>







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

RE: [flexcoders] Do I have To Use FDS to update databases?

2006-04-13 Thread Mike Anderson
Actually, I would benefit from a quick tutorial like this too -

I did this a ways back with Flex 1.5 and .NET Remoting - but I have to track 
down all my old source code.

I am sure there are some differences now with Flex 2.0 as well - so I'd love a 
definitive example, on how to create a "quick and dirty" app that incorporates 
RemoteObject, and maybe just populating a DataGrid with a Result Set (or 
something like that).

Thanks anybody, if you could throw a quick example up here, or a URL.

Take Care!

Mike


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Faisal 
Abid
Sent: Thursday, April 13, 2006 10:45 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Do I have To Use FDS to update databases?

Okay, Thank You So Much , Also can anyone lead me to a sample code or a 
tutorial on how to make this happen ? Just so i can build on that sample code 
and learn form it.
> You don't need FDS to update databases. Using remoteObject is enough.
> One of big advantages of FDS is mantaining all clients synchronized 
> with data.
>
> João Fernandes
>
>
> -Original Message-
> From: flexcoders@yahoogroups.com on behalf of Faisal Abid
> Sent: Thu 13-Apr-06 1:40 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Do I have To Use FDS to update databases?
>
> Sinple question , Do I have To Use FDS to update databases? like i 
> will call a funciton via coldfusion in flex and it will update the 
> database , but do i haev to use FDS to make this happen, or can i use 
> simple http rpc calls?
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.com
>
>
> --
> --
> YAHOO! GROUPS LINKS
>
> *  Visit your group "flexcoders
>   " on the web.
>
> *  To unsubscribe from this group, send an email to:
>[EMAIL PROTECTED]
>   
> 
>
> *  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>   Service .
>
>
> --
> --
>



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



 




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

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

<*> 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] Flash 8.5 Release -- Vote of Confidence

2006-04-13 Thread Tony Pujals










Hey, this wasn’t a troll! ;-)  No
one has any insight or opinion on this…?  Let me add that I’m extremely
pleased with beta 2 and at this point I’ve pretty much made up my mind to
use it for the project, but if Flash 8.5 ends up being significantly late (eg,
later than July), I will probably be roasted over coals…. So … if
anyone has any reason to believe that I’m being way too optimistic
(foolish), I’d really like to hear sooner than later.



 

 



 









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tony Pujals
Sent: Wednesday, April 12, 2006
11:09 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flash 8.5
Release -- Vote of Confidence



 

I’m starting a new short-term project (6 weeks) for
which we would like to use Flex 2. Realizing that it’s risky to bank on
it, I’m curious as to how many people feel confident that Adobe will
actually release Flash 8.5 in June.  We are simply not going to use Flex
1.5 any more, so the alternative is to not use Flex at all if 8.5 won’t
be available by June….

 

Thanks,

 

Tony

 

tony pujals| senior engineer | Yahoo!
Webhosting

p. 408.349.6284 | e. tonyp * yahoo-inc * com | y!id
tonypujals

 

 









--
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 2 on Mac OS X

2006-04-13 Thread Bolo Michelin



Nobody Can help me with flcompile ?2006/4/12, Bolo Michelin <[EMAIL PROTECTED]>:
:) It was my fist link. I sais was problem with this point.When i test it, i have this problemLast login: Wed Apr 12 10:22:13 on ttyp1java -jar flex/lib/mxmlc.jar -load-config flex/frameworks -default-background-color '#FF' -default-frame-rate 25 -optimize -default-size 550 400 -file-specs '/Users/bolomichelin/Desktop/flCompile.1/HelloAS3.as'
Welcome to Darwin!Ordinateur-de-Bolo-Michelin:~ bolomichelin$ java -jar flex/lib/mxmlc.jar -load-config flex/frameworks -default-background-color '#FF' -default-frame-rate 25 -optimize -default-size 550 400 -file-specs '/Users/bolomichelin/Desktop/flCompile.1/HelloAS3.as'
null: /Users/bolomichelin/flex/frameworks (No such file or directory)java.io.FileNotFoundException: /Users/bolomichelin/flex/frameworks (No such file or directory)    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.(FileInputStream.java:106)    at java.io.FileInputStream.(FileInputStream.java:66)    at flex2.compiler.io.FileUtil.openStream(FileUtil.java:99)
    at flex2.compiler.io.FileUtil.openStream(FileUtil.java:86)    at flex2.compiler.io.LocalFile.getInputStream(LocalFile.java:93)    at flex2.tools.Compiler.processConfiguration(Compiler.java:371)
    at flex2.tools.Compiler.main(Compiler.java:66)Ordinateur-de-Bolo-Michelin:~ bolomichelin$ I change flCompile and Test.workflow with the good commandif fileExtension is "as" then
        set myScript to "java -jar flex/lib/mxmlc.jar -load-config flex/frameworks " & cmdLineParams & " -file-specs '" & filePath & "'"    else if fileExtension is "mxml" then
        set myScript to "java -jar flex/lib/mxmlc.jar -load-config flex/frameworks -file-specs '" & filePath & "'"    else2006/4/9, John Barrett <
[EMAIL PROTECTED]>:




Hi,

http://www.gskinner.com/blog/archives/2005/12/easily_compile.html

I hope you like it`-`

JohnBolo Michelin <

[EMAIL PROTECTED]> wrote:
Hello,  > I also tried the fCompile, but never got it working. I think that it was an > applescript that called the terminal, but who knows. > I use ANT to compile, which works great.

  What is it ? Can u give me a url ?  Bolo  
		How low will we go? Check out Yahoo! Messenger's low 

 PC-to-Phone call rates.





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

.



  








-- Martinique Sans Fil
http://www.martiniquesansfil.com

-- Martinique Sans Filhttp://www.martiniquesansfil.com






--
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] Do I have To Use FDS to update databases?

2006-04-13 Thread Faisal Abid
Okay, Thank You So Much , Also can anyone lead me to a sample code or a 
tutorial on how to make this happen ? Just so i can build on that sample 
code and learn form it.
> You don't need FDS to update databases. Using remoteObject is enough.
> One of big advantages of FDS is mantaining all clients synchronized 
> with data.
>
> João Fernandes
>
>
> -Original Message-
> From: flexcoders@yahoogroups.com on behalf of Faisal Abid
> Sent: Thu 13-Apr-06 1:40 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Do I have To Use FDS to update databases?
>
> Sinple question , Do I have To Use FDS to update databases? like i will
> call a funciton via coldfusion in flex and it will update the database ,
> but do i haev to use FDS to make this happen, or can i use simple http
> rpc calls?
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
>
>
> 
> YAHOO! GROUPS LINKS
>
> *  Visit your group "flexcoders
>   " on the web.
>
> *  To unsubscribe from this group, send an email to:
>[EMAIL PROTECTED]
>   
>
> *  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>   Service .
>
>
> 
>



--
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] Storing Datagrid data in XML File

2006-04-13 Thread MS Imtiyaz



Hi This is my first mail to flex coders,     Iam very new to flex   i just want to save the data which is in datagrid into a xml file...   may be it is silly   but please respond me as early as possible     Thanks   [EMAIL PROTECTED]
	

	
		 
Jiyo cricket on Yahoo! India cricket
Yahoo! Messenger Mobile Stay in touch with your buddies all the time.





--
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] Re: um, where is my session?

2006-04-13 Thread Matt Chotin
Sorry to jump in late on this, I'm not really watching the list at the
moment while we try to lock down.

In Beta 2 we introduced flex.messaging.FlexSession which apparently
didn't make it too much into the docs.  The FlexSession is tied to
either the HttpSession or the RTMP connection, but unfortunately cannot
be associated with both.  There isn't a 100% reliable way to associate
the two different types of connections, so we don't.  However the
FlexSession does provide access to the user who is logged in (if they've
authenticated) so you could do your own management that uses the
Principal's name as a key into a lookup table.

In Beta 3 FlexSession will also support attribute storage, but like I
said it will not cross the HTTP/RTMP channel barrier.

HTH,

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Dave Wolf
Sent: Tuesday, April 11, 2006 8:38 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: um, where is my session?

I think its too simplistic to think you can always store all state in
the RIA.  The problem is it makes an assumption that the application
is very homogenous.  I think you will find that over time these more
complex applications are a mixture of Flex, Flash and HTML.  The
ability to maintain session state across these elements using a
servant session is going to definately have value.  

It is absolutely true that one of the biggest advantages of the RIA is
that you can get away from the primitive page-centric request response
architecture where you have no choice but to maintain state in the
server.  

I just want to say I think that the session has real-world value and
we cant just write it off.

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

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY

--- In flexcoders@yahoogroups.com, "Dimitrios Gianninas"
<[EMAIL PROTECTED]> wrote:
>
> Hi,
>  
> Well it depends on what you are doing. I don't know if this is your
> first try at building Flex applications or not and if it is, then
> perhaps this explains why you are asking this question. With building
> RIAs you no longer need to maintain the state of the application in
> various session objects as we have all done in the past when using
JSPs
> and such. You can now concentrate everything in a global model object
> (see ModelLocator in Cairngorm) to do this for you.
>  
> Perhaps you can give us a quick use-case of what you are doing, and
then
> maybe we can provide any explanations you might need.
>  
> Dimitrios Gianninas
> RIA Developer
> Optimal Payments Inc.
>  
> 
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On
> Behalf Of box110a
> Sent: Monday, April 10, 2006 10:33 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] um, where is my session?
> 
> 
> I have been soaking up the Flex 2, FDS and Cairngorm stuff and feel
> pretty good. I've got Jrun4 with Service pack 6 so I can use java5. I
> also have hibernate 3.1.3 with annotations working in the same
> container (hint: in your jrun-web.xml file, set
> load-system-classes-first = true)... It all seems to work well. 
> 
> I am using the Flex Java DAO adapter. There is only one thing I can't
> seem to get an answer on. Where is my session with the server and how
> do I access it with Flex?  It seems like Cairngorm wants to take over
> the entire state of the application. This only works if you entire
> application is inside one Flex application.  Any thoughts from the
> community on this?  I've got ideas on how to hack it all together, but
> I want to hear what you've got to say.
> 
> thanks,
> JB
> 
> 
> 
> 
> 
> --
> 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 Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




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

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

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

<*> Your use of Yahoo! Groups is subject to:

RE: [flexcoders] Amfgateway call

2006-04-13 Thread Peter Farland





If your serlvet mapping is /amfgateway/* then you should be 
allowed to append path info to the endpoint URI after the servlet 
mapping.
 


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
siddiquihashimSent: Thursday, April 13, 2006 4:20 
AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] 
Amfgateway call
Hi All Coders,I have implemented java filter API to log /amfgateway/* transaction timings.It appears that all the remote object requests from flash player are with the same request URI which is in the format'http://server:port/context/amfgateway'Is there a way to append additional details to the remote object request URIe.g if I am calling authenticate() method of  remote object com.abc.LoginServiceI should get following URLhttp://server:port/context/amfgateway/loginService/authenticateAlthough binary request has all this information about java object and method call we cannot intercept binary request as we cannot resetthe input stream. Is there a way to append it to the request URI?Thanks in advance.Sid





--
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: Storing Datagrid data in XML File

2006-04-13 Thread Jeremy Rottman
Are you talking about using an xml file as a dataprovider that
populates datagrid, or are you talking about an editable grid that
saves to an xml file?




--- In flexcoders@yahoogroups.com, MS Imtiyaz <[EMAIL PROTECTED]> wrote:
>
> Hi This is my first mail to flex coders,
>
>   Iam very new to flex 
>   i just want to save the data which is in datagrid into a xml file... 
>   may be it is silly 
>   but please respond me as early as possible
>
>   Thanks 
>   [EMAIL PROTECTED]
> 
>   
> -
>  Jiyo cricket on Yahoo! India cricket
> Yahoo! Messenger Mobile Stay in touch with your buddies all the time.
>







--
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: Resizing a Panel

2006-04-13 Thread Peter Martin










Thanks.

 

It sounds like my implementation is very similar
to yours. I sorted my problem by adding setCapture(); to my mouseDown handler
and releaseCapture(); to my MouseUp handler. I also put event.updateAfterEvent();
in my mouseMove event handler to be on the safe side.

 









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jeremy lu
Sent: 13 April 2006 16:04
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re:
Resizing a Panel



 


hi Peter, 

I'm using a combination of mouseDown, mouseMove
and MouseUp event and also taking care of the offset when mouse clicked on the
bottom right black grip. (there's a x/y delta between mouse down point and the
top/left point of black grip) 






On 4/13/06, Peter Martin <[EMAIL PROTECTED]> wrote:

I have tried
event.updateAfterEvent() but it made no difference.

I looked at the links below and the resizing is exactly what I want to
achieve - how did you deal with the sluggish cursor movement?

Thanks 
Peter.


--- In flexcoders@yahoogroups.com,
"jeremy lu" <[EMAIL PROTECTED]> wrote:
>
> handling resizing using mouse event is tricky, sluggish cursor 
movement is
> usally the main problem.
>
> I made something similar several weeks ago, check it here:
>
>
http://ria.richtechmedia.com/go.php?http://ria.richtechmedia.com/upload/resizePanel2/
>
>
> jeremy.
>
> On 4/13/06, Michael Schmalle <[EMAIL PROTECTED]> wrote:
> >
> >  Hi, 
> >
> > In the event handler write;
> >
> > event.updateAfterEvent()
> >
> > Peace, Mike
> >
> > On 4/12/06, Peter Martin <[EMAIL PROTECTED]> wrote: 
> >
> > >  I have created a Window component (in Flex 2 beta 2)
that
subclasses
> > > TitleWindow. It allows the user to resize the window by grabbing
the
> > > bottom corner. It works fine if you are making the window
smaller, 
> > > however if you are making it bigger Flex can't keep up with the
mouse,
> > > unless you go very, very slowly.
> > >
> > > What I have is an event listener that handles onMouseMove and 
sets the
> > > width and height to mouseX and mouseY.
> > >
> > > 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
> > >
> > > 
> > >  --
> > >  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
> > > .
> > >  --
> > >
> >
> >
> > 
> > --
> > What goes up, does come down.
> >
> >
> >  --
> > 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
> > .
> >  --
> >
>







--
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 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] How to Store datagrid data into xml file

2006-04-13 Thread imtiyazms

Hi,

This is my first mail to flex coders,
 
Iam very new to flex 
i just want to save the data which is in datagrid into a xml file... 
may be it is silly 
but please respond me as early as possible
 
Thanks 
imtiyaz.m.s





--
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] FW: Validator and Binding problem

2006-04-13 Thread Simon Fifield






Hi,
 
I have a form with 
fields whose values are bound to a ValueObject. The VO is set to a List's 
selectedItem when this changes.
 
This all works fine 
until I add Validators for the form fields. And to make matters worse the 
problem seems to occasionally go away for no apparent 
reason.
 
I have tried 
deleting all the cached .swo's in the generated folder but this does not seem to 
have any permanent effect. I have tried disabling generation of the .swo's but 
all this does not have a permanent effect.
 
When I had Flex (I'm 
using 1.5 by the way) configured to keep the generated .swo's the problem was 
unpredictable but I was generally able to make the Binding work by commenting 
out the validators. But If I configure it to not keep the generated swo's 
commenting out the binding stops working with or without the 
Validators.
 
This problem is a 
real hassle - has anyone any idea of what is going on?
 
I've read about some 
weird compiling problem where unpredictable problems can arise over a period of 
time, but I'm not sure if this is relevant in my case?
 
Thanks for anyone's 
input.
 
Simon





--
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: Resizing a Panel

2006-04-13 Thread jeremy lu



hi Peter, I'm using a combination of mouseDown, mouseMove and MouseUp event and also taking care of the offset when mouse clicked on the bottom right black grip. (there's a x/y delta between mouse down point and the top/left point of black grip)
On 4/13/06, Peter Martin <[EMAIL PROTECTED]> wrote:
I have tried event.updateAfterEvent() but it made no difference.I looked at the links below and the resizing is exactly what I want toachieve - how did you deal with the sluggish cursor movement?Thanks
Peter.--- In flexcoders@yahoogroups.com, "jeremy lu" <[EMAIL PROTECTED]> wrote:>> handling resizing using mouse event is tricky, sluggish cursor
movement is> usally the main problem.>> I made something similar several weeks ago, check it here:>>
http://ria.richtechmedia.com/go.php?http://ria.richtechmedia.com/upload/resizePanel2/>>> jeremy.>> On 4/13/06, Michael Schmalle <[EMAIL PROTECTED]> wrote:> >> >  Hi,
> >> > In the event handler write;> >> > event.updateAfterEvent()> >> > Peace, Mike> >> > On 4/12/06, Peter Martin <[EMAIL PROTECTED]> wrote:
> >> > >  I have created a Window component (in Flex 2 beta 2) thatsubclasses> > > TitleWindow. It allows the user to resize the window by grabbing the> > > bottom corner. It works fine if you are making the window smaller,
> > > however if you are making it bigger Flex can't keep up with themouse,> > > unless you go very, very slowly.> > >> > > What I have is an event listener that handles onMouseMove and
sets the> > > width and height to mouseX and mouseY.> > >> > > 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> > >> > >
> > >  --> > >  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> > > .> > >  --> > >> >> >> >
> > --> > What goes up, does come down.> >> >> >  --> > 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> > .> >  --> >>--Flexcoders Mailing List
FAQ: 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] Re: Custom dg validator

2006-04-13 Thread bhaq1972
dont forget. in flex2 this functionality is already waiting to be 
used. check out the DataGrid/ veryfyng edited data example

http://flexapps.macromedia.com/flex2beta2/flex_explorer/explorer.html


--- In flexcoders@yahoogroups.com, "gault17" <[EMAIL PROTECTED]> wrote:
>
> Andrew,
> 
>  I had created a custom DataGrid that overrode the setFocusedCell 
> function. This allowed me to create my custom TextInput as the 
cell 
> editor and add a listener on the cellFocusOut event. This listener 
> populated the event object value and colName attributes. The 
purpose 
> of using this approach was to have the flexibility to create a 
> different cellEditor for each column. However, since this approach 
> seems overly complex and does not seem to port well to Flex 2.0, I 
> used the cell renderer approach that Doug and bod suggested. 
Thanks!
> 
> Gary
> --- In flexcoders@yahoogroups.com, "Andrew Trice"  
> wrote:
> >
> > Gary, 
> > 
> > I put your code into a sample application.  For me, it returned a
> > validation error for any value that is put into the TextInput 
> object.  I
> > modified your code to get validation working, although it is 
still
> > ignoring the colName variable.  I am not sure where that value 
is 
> being
> > set or what it represents.  How is this being used?  Are you 
using 
> it as
> > a custom implementation for a normal mx:TextInput object, or are 
you
> > using it as a custom cell renderer for a mx:DataGrid object?
> > 
> >  
> > 
> > 
> > 
> > http://www.macromedia.com/2003/mxml"; >
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> >  
> > 
> > 
> > 
> >   {text}
> > 
> > 
> > 
> >  
> > 
> >  > validate="customValidate(arguments)" listener="this" />
> > 
> >  
> > 
> > 
> > 
> >  
> > 
> > -Andy
> > 
> >  
> > 
> >  
> > 
> > _
> > 
> > Andrew Trice
> > 
> > Cynergy Systems, Inc.
> > 
> > http://www.cynergysystems.com
> > 
> >  
> > 
> > Email: andrew.trice@
> > 
> > Office: 866-CYNERGY 
> > 
> >  
> > 
> > 
> > 
> > From: flexcoders@yahoogroups.com 
> [mailto:[EMAIL PROTECTED] On
> > Behalf Of Ault, Gary - BLS
> > Sent: Wednesday, April 12, 2006 2:30 PM
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] Custom dg validator
> > 
> >  
> > 
> > In Flex 1.5, I am trying to create a PowerBuilder-esque column
> > validator. I use a custom TextInput field with a Validator so 
that 
> when
> > a user tabs out of a column, the validation check is triggered. 
It
> > appears to work for a simple test, but I cannot get the 
validation 
> error
> > to trigger for other conditions. Can anyone see a flaw or have 
> another
> > approach to share? Thanks.  Here is my custom TextInput with 
> validator:
> > 
> >  
> > http://www.macromedia.com/2003/mxml"; > 
> >  
> >   {text} 
> >  
> > 
> >  > listener="this" /> 
> > 
> >  
> >  
> >  
> > 
> >  
> > 
> >  
> > 
> > Gary Ault 
> > Bureau of Labor Statistics 
> > 
> > 
> > 
> > --
> > 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
> >  t=ms&k=Web+site+design+development&w1=Web+
> > 
> 
site+design+development&w2=Computer+software+development&w3=Software+
d
> es
> > 
> 
ign+and+development&w4=Macromedia+flex&w5=Software+development+best+p
r
> ac
> > tice&c=5&s=166&.sig=L-4QTvxB_quFDtMyhrQaHQ>  
> > 
> > Computer software development
> >  t=ms&k=Computer+software+development&w1=We
> > 
> 
b+site+design+development&w2=Computer+software+development&w3=Softwar
e
> +d
> > 
> 
esign+and+development&w4=Macromedia+flex&w5=Software+development+best
+
> pr
> > actice&c=5&s=166&.sig=lvQjSRfQDfWudJSe1lLjHw>  
> > 
> > Software design and development
> >  t=ms&k=Software+design+and+development&w1=
> > 
> 
Web+site+design+development&w2=Computer+software+development&w3=Softw
a
> re
> > 
> 
+design+and+development&w4=Macromedia+flex&w5=Software+development+be
s
> t+
> > practice&c=5&s=166&.sig=1pMBCdo3DsJbuU9AEmO1oQ>  
> > 
> > Macromedia flex
> >  t=ms&k=Macromedia+flex&w1=Web+site+design+
> > 
> 
development&w2=Computer+software+development&w3=Software+design+and+d
e
> ve
> > 
> 
lopment&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&
s
> =1
> > 66&.sig=OO6nPIrz7_EpZI36cYzBjw>  
> > 
> > Software development best practice
> >  t=ms&k=Software+development+best+practice&
> > 
> 
w1=Web+site+design+development&w2=Computer+software+development&w3=So
f
> tw
> > 
> 
are+design+and+development&w4=Macromedia+flex&w5=Software+development
+
> be
> > st+practice&c=5&s=166&.sig=f89quyyulIDsnABLD6IXIw>  
> > 
> >  
> > 
> >  
> > 
> > _

[flexcoders] Re: Flex2B2 - Handling keyboard events

2006-04-13 Thread bhaq1972
Yes thats the version of IE i have as well. Thanks anyway. I will 
get back to this problem at a later date.


--- In flexcoders@yahoogroups.com, "Matt Horn" <[EMAIL PROTECTED]> wrote:
>
> I am out of ideas. If someone else wants to try the example, cool. 
Same
> code, same compiler. Same player (I assume you're using the one 
that
> came with the beta as I did.) Maybe the version of IE? I am using 
6.029.
> 
> -Original Message-
> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
> Behalf Of bhaq1972
> Sent: Thursday, April 13, 2006 4:40 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: Flex2B2 - Handling keyboard events
> 
> Its still a problem Matt.
> My code is exactly the same as the example, but i'll paste here 
> anyway.
> 
> http://www.adobe.com/2006/mxml"; 
> initialize="initApp()">
> 
> 
> 
> 
> 
> i run this example from flexbuilder2beta2. i do focus on the html 
> page (that flexbuilder creates) using my mouse.
> any more ideas thanks.
> 
> regards
> bod
> 
> 
> 
> --- In flexcoders@yahoogroups.com, "Matt Horn"  wrote:
> >
> > A couple of things to note:
> >  - The example comments say to use Ctrl+Q, but the 
implementation 
> is
> > looking for Shift+Q, so make sure you're pressing shift+q.
> >  - The app must have focus inside the browser for it to start 
> capturing
> > keys. I added a button and clicked the button first, to make 
sure 
> my app
> > had focus.
> >  - You need to run the app with a wrapper -- I don't know if it 
> will
> > work if you request the SWF file directly. Easiest thing to do is
> > request it's MXML file from the Flex web application
> > - With these things in mind, I just tried it on FDS beta 2 and 
it 
> worked
> > for me.
> > 
> > LMK if you're still having trouble.
> > 
> > matt
> > 
> > -Original Message-
> > From: flexcoders@yahoogroups.com 
> [mailto:[EMAIL PROTECTED] On
> > Behalf Of bhaq1972
> > Sent: Wednesday, April 12, 2006 10:28 AM
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] Re: Flex2B2 - Handling keyboard events
> > 
> > Hi Matt
> > I should have been a bit more specific with whats wrong. I'm 
> > actually not event triggering the event. i've got a trace() on 
the 
> > first line of the keyHandler() function.
> > 
> > btw i'm using windows xp/ IE browser
> > 
> > --- In flexcoders@yahoogroups.com, "Matt Horn"  wrote:
> > >
> > > The javascript:window.close() technique only works in some 
> > browsers. The
> > > example is only meant to show using keyboard events, and not 
> > provide a
> > > foolproof way to close all browsers.
> > > 
> > > I'll make a note of that in the example.
> > > 
> > > Matthew J. Horn
> > > Flex docs
> > > 
> > > -Original Message-
> > > From: flexcoders@yahoogroups.com 
> > [mailto:[EMAIL PROTECTED] On
> > > Behalf Of bhaq1972
> > > Sent: Wednesday, April 12, 2006 7:47 AM
> > > To: flexcoders@yahoogroups.com
> > > Subject: [flexcoders] Flex2B2 - Handling keyboard events
> > > 
> > > The following example from the help doesn't work. how do i 
make 
> it 
> > > work? thanks
> > > 
> > > 
> > > http://www.adobe.com/2006/mxml"; 
> > > initialize="initApp()">
> > > 
> > > 
> > > 
> > > (btw one typo in the example...needed to remove the 'public' 
> from 
> > > the local variable)
> > > 
> > > 
> > > 
> > > 
> > > 
> > > --
> > > 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
>






--
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] How to clear date field

2006-04-13 Thread Sandip Patil



Hi,     I think I am not able to clear my question.     After using DateField> tag calender like dates coming.     If user select date from that, date is showing in text box.     Suppose if then user decide that he wants that text box empty he can't do that because he has selected from calender like date.     How this can be done ?     Thanks   Sandip              Peter Martin <[EMAIL PROTECTED]> wrote:  DateField has a text property, which you can set to an empty string.-Original Message-From: flexcoders@yahoogroups.com
 [mailto:[EMAIL PROTECTED] OnBehalf Of sandip_patil01Sent: 13 April 2006 12:21To: flexcoders@yahoogroups.comSubject: [flexcoders] How to clear date fieldHi All,Can anybody tell me how to clear date field.I am using , tag. From this user can select whatever date he want to select.Suppose if user want to leave text box empty after selecting date.i.e.blank text box.How this can be achived ?Thanks,Sandip--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives:http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
		New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.





--
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] How to clear date field

2006-04-13 Thread Carolyn Cole




I posted a question earlier to this list and the response that I got for
1.5 at least was to add a clear button next to the date field.
When the clear was clicked you can set the text field like Peter
suggested.
It would be nice if there was an integrated way.  Maybe 2.0 has a
different way.
At 08:52 AM 4/13/2006, you wrote:
DateField has a text
property, which you can set to an empty string.
-Original Message-
From: flexcoders@yahoogroups.com
[
mailto:flexcoders@yahoogroups.com] On
Behalf Of sandip_patil01
Sent: 13 April 2006 12:21
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to clear date field
Hi All,
Can anybody tell me how to clear date field.
I am using ,
 tag. 
 From this user can select whatever date he want to select.
Suppose if user want to leave text box empty after selecting 
date.i.e.blank text box.
How this can be achived ?

Thanks,
Sandip



--
Flexcoders Mailing List
FAQ:

http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:

http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links




--
Flexcoders Mailing List
FAQ:

http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:

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



YAHOO! GROUPS LINKS 

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

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








--
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] F2B2 : RE: Extended Visual Component Defaults in Design View

2006-04-13 Thread grae_hall
I've cleaned it up a little - and rectified my main mistake - after 
reading some more documentation I've set the defaults in the 
constructor.

I've not yet been able to figure out how to have those defaults 
present in the design view, yet. So, any help would be appreciated.

This is my updated code,

package xmx.comps {
import mx.containers.Panel;
import flash.util.trace;

public class Panel extends mx.containers.Panel {

public function Panel() {
super();
layout="absolute";
setStyle("backgroundAlpha", 0.3);
setStyle("backgroundColor", 0xFF);
setStyle("borderAlpha", 1);
setStyle("borderColor", 0xFF);
setStyle("borderStyle", "solid");
setStyle("borderThickness", 1);
setStyle("borderThicknessBottom", 0);
setStyle("borderThicknessLeft", 0);
setStyle("borderThicknessRight", 0);
setStyle("borderThicknessTop", 2);
setStyle("color", 0x33);
setStyle("cornerRadius", 0);
setStyle("fontSize", 10);
setStyle("headerColors", [0xFF, 
0xBB]);
setStyle("headerHeight", 21);
setStyle("highlightAlphas", [1,1]);
setStyle("dropShadowEnabled", true);
setStyle("titleStyleName", "fontBodyB");
}
}
}

and the MXML is as follows,





--- In flexcoders@yahoogroups.com, "grae_hall" <[EMAIL PROTECTED]> wrote:
>
> I've created a series of extended visual components for the project 
> I'm currently working on so I've got a centralised location to 
adjust 
> the appearance and methods of any component I put on the stage.
> 
> So for example, I have XPanel, which extends Panel, and I've 
> overridden commitProperties to set a series of defaults such as 
> borderThickness, etc.
> 
> It seems to work fine when I run the application, but none of the 
> defaults appear in Design View. The component can be dragged onto 
the 
> stage etc, but the properties that appear in the Design View are 
the 
> Flex defaults, not the new defaults I've set.
> 
> Where or how exactly do I set the properties within the extended 
> class to enable Design View to pick them up and display them?
> 
> Here's an example,
> 
> package xmx.comps {
>   import mx.containers.Panel;
>   import flash.util.trace;
>   import mx.states.SetStyle;
> 
>   public class XPanel extends Panel {
> 
> 
>   public function XPanel() {
>   super();
>   var className:String="XPanel";
>   }
> 
>   override protected function commitProperties():void {
>   layout="absolute";
>   setStyle("cornerRadius", 0);
>   setStyle("headerHeight", 24);
>   setStyle("borderThicknessBottom", 0);
>   setStyle("borderThicknessLeft", 0);
>   setStyle("borderThicknessRight", 0);
>   setStyle("borderThicknessTop", 0);
>   setStyle("borderThicknessTop", 0);
>   setStyle("headerColors", [0xFF, 
> 0xFF]);
>   setStyle("highlightAlphas", [1,1]);
>   setStyle("backgroundAlpha", 0.3);
>   setStyle("backgroundColor", 0xFF);
>   setStyle("dropShadowEnabled", true);
>   setStyle("shadowDirection", "right");
>   setStyle("shadowDistance", 1);
>   super.createChildren();
>   }
>   }
> }
> 
> and the MXML that instances it is as follows,
> 
>id="panelTest">
>   
> 
> It appears as expected when the application is run, but it looks 
like 
> a standard Flex panel in Design View.
> 
> Is there a simple fix, or am I doing something horrendously 
incorrect?
>






--
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] How to clear date field

2006-04-13 Thread Peter Martin
DateField has a text property, which you can set to an empty string.

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of sandip_patil01
Sent: 13 April 2006 12:21
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to clear date field

Hi All,

Can anybody tell me how to clear date field.

I am using ,

 tag. 

>From this user can select whatever date he want to select.

Suppose if user want to leave text box empty after selecting 
date.i.e.blank text box.

How this can be achived ?


Thanks,
Sandip






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



 




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

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

<*> 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: Custom dg validator

2006-04-13 Thread gault17
Andrew,

 I had created a custom DataGrid that overrode the setFocusedCell 
function. This allowed me to create my custom TextInput as the cell 
editor and add a listener on the cellFocusOut event. This listener 
populated the event object value and colName attributes. The purpose 
of using this approach was to have the flexibility to create a 
different cellEditor for each column. However, since this approach 
seems overly complex and does not seem to port well to Flex 2.0, I 
used the cell renderer approach that Doug and bod suggested. Thanks!

Gary
--- In flexcoders@yahoogroups.com, "Andrew Trice" <[EMAIL PROTECTED]> 
wrote:
>
> Gary, 
> 
> I put your code into a sample application.  For me, it returned a
> validation error for any value that is put into the TextInput 
object.  I
> modified your code to get validation working, although it is still
> ignoring the colName variable.  I am not sure where that value is 
being
> set or what it represents.  How is this being used?  Are you using 
it as
> a custom implementation for a normal mx:TextInput object, or are you
> using it as a custom cell renderer for a mx:DataGrid object?
> 
>  
> 
> 
> 
> http://www.macromedia.com/2003/mxml"; >
> 
> 
> 
> 
> 
> 
> 
>  
> 
> 
> 
>   {text}
> 
> 
> 
>  
> 
>  validate="customValidate(arguments)" listener="this" />
> 
>  
> 
> 
> 
>  
> 
> -Andy
> 
>  
> 
>  
> 
> _
> 
> Andrew Trice
> 
> Cynergy Systems, Inc.
> 
> http://www.cynergysystems.com
> 
>  
> 
> Email: [EMAIL PROTECTED]
> 
> Office: 866-CYNERGY 
> 
>  
> 
> 
> 
> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
> Behalf Of Ault, Gary - BLS
> Sent: Wednesday, April 12, 2006 2:30 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Custom dg validator
> 
>  
> 
> In Flex 1.5, I am trying to create a PowerBuilder-esque column
> validator. I use a custom TextInput field with a Validator so that 
when
> a user tabs out of a column, the validation check is triggered. It
> appears to work for a simple test, but I cannot get the validation 
error
> to trigger for other conditions. Can anyone see a flaw or have 
another
> approach to share? Thanks.  Here is my custom TextInput with 
validator:
> 
>  
> http://www.macromedia.com/2003/mxml"; > 
>  
>   {text} 
>  
> 
>  listener="this" /> 
> 
>  
>  
>  
> 
>  
> 
>  
> 
> Gary Ault 
> Bureau of Labor Statistics 
> 
> 
> 
> --
> 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+d
es
> 
ign+and+development&w4=Macromedia+flex&w5=Software+development+best+pr
ac
> 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=Softwa
re
> 
+design+and+development&w4=Macromedia+flex&w5=Software+development+bes
t+
> practice&c=5&s=166&.sig=1pMBCdo3DsJbuU9AEmO1oQ>  
> 
> Macromedia flex
>  
development&w2=Computer+software+development&w3=Software+design+and+de
ve
> 
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=Sof
tw
> 
are+design+and+development&w4=Macromedia+flex&w5=Software+development+
be
> st+practice&c=5&s=166&.sig=f89quyyulIDsnABLD6IXIw>  
> 
>  
> 
>  
> 
> 
> 
> YAHOO! GROUPS LINKS 
> 
>  
> 
> *  Visit your group "flexcoders
>  " on the web.
> 
> *  To unsubscribe from this group, send an email to:
>[EMAIL PROTECTED]
>  
> 
> *  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service  . 
> 
>  
> 
> 
>







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

<*> To visit y

[flexcoders] Re: Custom dg validator

2006-04-13 Thread gault17
Thanks for the suggestion. In case anyone is interested, this is the 
code that worked:


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

  {text}









--- In flexcoders@yahoogroups.com, "bhaq1972" <[EMAIL PROTECTED]> wrote:
>
> are you using your textinput as the cell renderer ie
> 
>  cellRenderer="yourTextInput"/>
> 
> if so, you can do add a setValue function to your textinput and as 
> mentioned, use listOwner and getcellIndex to get the colName eg
> 
> add following code to your script block
> 
> var colName;
> var listOwner : Object; 
> var getCellIndex : Function; 
> var getDataLabel : Function;
> 
> function setValue(str:String, item:Object, selection:String ):Void
> {
>  colName = listOwner.getColumnAt(getCellIndex().columnIndex);
> }
> 
> Check out flex2. its made for this kind of thing
> 
> regards
> bod
> 
> 
> 
> --- In flexcoders@yahoogroups.com, "Ault, Gary - BLS" 
>  wrote:
> >
> > In Flex 1.5, I am trying to create a PowerBuilder-esque column
> > validator. I use a custom TextInput field with a Validator so 
that 
> when
> > a user tabs out of a column, the validation check is triggered. It
> > appears to work for a simple test, but I cannot get the 
validation 
> error
> > to trigger for other conditions. Can anyone see a flaw or have 
> another
> > approach to share? Thanks.  Here is my custom TextInput with 
> validator:
> > 
> > 
> > http://www.macromedia.com/2003/mxml"; >
> > 
> >   {text}
> > 
> > 
> >  > listener="this" />
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > Gary Ault
> > Bureau of Labor Statistics
> >
>







--
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] Extended Visual Component Defaults in Design View

2006-04-13 Thread grae_hall
I've created a series of extended visual components for the project 
I'm currently working on so I've got a centralised location to adjust 
the appearance and methods of any component I put on the stage.

So for example, I have XPanel, which extends Panel, and I've 
overridden commitProperties to set a series of defaults such as 
borderThickness, etc.

It seems to work fine when I run the application, but none of the 
defaults appear in Design View. The component can be dragged onto the 
stage etc, but the properties that appear in the Design View are the 
Flex defaults, not the new defaults I've set.

Where or how exactly do I set the properties within the extended 
class to enable Design View to pick them up and display them?

Here's an example,

package xmx.comps {
import mx.containers.Panel;
import flash.util.trace;
import mx.states.SetStyle;

public class XPanel extends Panel {


public function XPanel() {
super();
var className:String="XPanel";
}

override protected function commitProperties():void {
layout="absolute";
setStyle("cornerRadius", 0);
setStyle("headerHeight", 24);
setStyle("borderThicknessBottom", 0);
setStyle("borderThicknessLeft", 0);
setStyle("borderThicknessRight", 0);
setStyle("borderThicknessTop", 0);
setStyle("borderThicknessTop", 0);
setStyle("headerColors", [0xFF, 
0xFF]);
setStyle("highlightAlphas", [1,1]);
setStyle("backgroundAlpha", 0.3);
setStyle("backgroundColor", 0xFF);
setStyle("dropShadowEnabled", true);
setStyle("shadowDirection", "right");
setStyle("shadowDistance", 1);
super.createChildren();
}
}
}

and the MXML that instances it is as follows,




It appears as expected when the application is run, but it looks like 
a standard Flex panel in Design View.

Is there a simple fix, or am I doing something horrendously incorrect?





--
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] Amfgateway call

2006-04-13 Thread siddiquihashim



Hi All Coders,I have implemented java filter API to log /amfgateway/* transaction timings.It appears that all the remote object requests from flash player are with the same request URI which is in the format'http://server:port/context/amfgateway'Is there a way to append additional details to the remote object request URIe.g if I am calling authenticate() method of  remote object com.abc.LoginServiceI should get following URLhttp://server:port/context/amfgateway/loginService/authenticateAlthough binary request has all this information about java object and method call we cannot intercept binary request as we cannot resetthe input stream. Is there a way to append it to the request URI?Thanks in advance.Sid






--
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: Resizing a Panel

2006-04-13 Thread Peter Martin
I have tried event.updateAfterEvent() but it made no difference.

I looked at the links below and the resizing is exactly what I want to
achieve - how did you deal with the sluggish cursor movement?

Thanks
Peter.


--- In flexcoders@yahoogroups.com, "jeremy lu" <[EMAIL PROTECTED]> wrote:
>
> handling resizing using mouse event is tricky, sluggish cursor
movement is
> usally the main problem.
> 
> I made something similar several weeks ago, check it here:
> 
>
http://ria.richtechmedia.com/go.php?http://ria.richtechmedia.com/upload/resizePanel2/
> 
> 
> jeremy.
> 
> On 4/13/06, Michael Schmalle <[EMAIL PROTECTED]> wrote:
> >
> >  Hi,
> >
> > In the event handler write;
> >
> > event.updateAfterEvent()
> >
> > Peace, Mike
> >
> > On 4/12/06, Peter Martin <[EMAIL PROTECTED]> wrote:
> >
> > >  I have created a Window component (in Flex 2 beta 2) that
subclasses
> > > TitleWindow. It allows the user to resize the window by grabbing the
> > > bottom corner. It works fine if you are making the window smaller,
> > > however if you are making it bigger Flex can't keep up with the
mouse,
> > > unless you go very, very slowly.
> > >
> > > What I have is an event listener that handles onMouseMove and
sets the
> > > width and height to mouseX and mouseY.
> > >
> > > 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
> > >
> > >
> > >  --
> > >  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
> > > .
> > >  --
> > >
> >
> >
> >
> > --
> > What goes up, does come down.
> >
> >
> >  --
> > 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

<*> 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: Flex2B2 - Handling keyboard events

2006-04-13 Thread Matt Horn
I am out of ideas. If someone else wants to try the example, cool. Same
code, same compiler. Same player (I assume you're using the one that
came with the beta as I did.) Maybe the version of IE? I am using 6.029.

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of bhaq1972
Sent: Thursday, April 13, 2006 4:40 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex2B2 - Handling keyboard events

Its still a problem Matt.
My code is exactly the same as the example, but i'll paste here 
anyway.

http://www.adobe.com/2006/mxml"; 
initialize="initApp()">





i run this example from flexbuilder2beta2. i do focus on the html 
page (that flexbuilder creates) using my mouse.
any more ideas thanks.

regards
bod



--- In flexcoders@yahoogroups.com, "Matt Horn" <[EMAIL PROTECTED]> wrote:
>
> A couple of things to note:
>  - The example comments say to use Ctrl+Q, but the implementation 
is
> looking for Shift+Q, so make sure you're pressing shift+q.
>  - The app must have focus inside the browser for it to start 
capturing
> keys. I added a button and clicked the button first, to make sure 
my app
> had focus.
>  - You need to run the app with a wrapper -- I don't know if it 
will
> work if you request the SWF file directly. Easiest thing to do is
> request it's MXML file from the Flex web application
> - With these things in mind, I just tried it on FDS beta 2 and it 
worked
> for me.
> 
> LMK if you're still having trouble.
> 
> matt
> 
> -Original Message-
> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
> Behalf Of bhaq1972
> Sent: Wednesday, April 12, 2006 10:28 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: Flex2B2 - Handling keyboard events
> 
> Hi Matt
> I should have been a bit more specific with whats wrong. I'm 
> actually not event triggering the event. i've got a trace() on the 
> first line of the keyHandler() function.
> 
> btw i'm using windows xp/ IE browser
> 
> --- In flexcoders@yahoogroups.com, "Matt Horn"  wrote:
> >
> > The javascript:window.close() technique only works in some 
> browsers. The
> > example is only meant to show using keyboard events, and not 
> provide a
> > foolproof way to close all browsers.
> > 
> > I'll make a note of that in the example.
> > 
> > Matthew J. Horn
> > Flex docs
> > 
> > -Original Message-
> > From: flexcoders@yahoogroups.com 
> [mailto:[EMAIL PROTECTED] On
> > Behalf Of bhaq1972
> > Sent: Wednesday, April 12, 2006 7:47 AM
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] Flex2B2 - Handling keyboard events
> > 
> > The following example from the help doesn't work. how do i make 
it 
> > work? thanks
> > 
> > 
> > http://www.adobe.com/2006/mxml"; 
> > initialize="initApp()">
> > 
> > 
> > 
> > (btw one typo in the example...needed to remove the 'public' 
from 
> > the local variable)
> > 
> > 
> > 
> > 
> > 
> > --
> > 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



 




--
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] How to clear date field

2006-04-13 Thread sandip_patil01
Hi All,

Can anybody tell me how to clear date field.

I am using ,

 tag. 

>From this user can select whatever date he want to select.

Suppose if user want to leave text box empty after selecting 
date.i.e.blank text box.

How this can be achived ?


Thanks,
Sandip






--
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] Flex2B2 - few questions

2006-04-13 Thread bhaq1972
1) DispatchChangeEvent doesn't seem to be available is that correct?

2) private variables no longer seem to be accesible in inherited 
object. is that correct?
eg. myBox.as
package 
{
  public class myBox extends mx.containers.Box 
  {
public var string1:String="";
private var boolean1:Boolean=false; 
  }
}

in myBoxComponent.mxml can't access this.boolean1.

3) how do i access an object declared in myBoxComponent.mxml from 
inside myBox.as i.e.

in myBoxComponent.mxml i have 
public var someObject:Object; //i then create an instance of it

in myBox.as, i want to reference someObject. how? any help great







--
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] programatically assigning an ArrayCollection as the DataProvider bug...

2006-04-13 Thread Ted Patrick
Always learning... :)

"A type cast is NOT about changing the type at runtime."

I agree but the pattern of use for casting using Class( obj ) collides directly 
with global functions created for type conversion. If the following methods are 
used to upcast an object, these can wildly change the value and type at runtime.

Array() 
http://livedocs.macromedia.com/labs/1/flex/langref/package.html#Array()

Boolean()   
http://livedocs.macromedia.com/labs/1/flex/langref/package.html#Boolean()

Number()
http://livedocs.macromedia.com/labs/1/flex/langref/package.html#Number()

String()
http://livedocs.macromedia.com/labs/1/flex/langref/package.html#String()

XML()   
http://livedocs.macromedia.com/labs/1/flex/langref/package.html#XML()

XMLList()   
http://livedocs.macromedia.com/labs/1/flex/langref/package.html#XMLList()

Here is a fun one:

var myArrayCollection:ArrayCollection = new ArrayCollection();
myArrayCollection.addItem(1); 
myArrayCollection.addItem(2); 
myArrayCollection.addItem(3);
var myArray:Array = Array( myArrayCollection ); 
//results in [ myArrayCollection ] not myArrayCollection cast as an Array.

//warning suggests using "as" not Array( obj ), ok lets try that...
var myArray:Array = myArrayCollection as Array;
flash.util.trace( myArray ) //null

ArrayCollection does not subclass Array, it uses Proxy so a perceived upcast of 
an ArrayCollection to an Array will result in a null value returned at runtime 
and no compiler warning. This seems like a real mess to me and will be the 
source of many threads of discussion and confusion. The Proxy class needs to 
have support added to handle "as" operators such that ArrayCollection can work 
seamlessly like so:

flash_proxy override function asOperation( castClass:Object ):*
{
if( castClass == Array ) return this.source;
return null;
}

I would actually love to see these confusing global functions removed and have 
a specific class created for type conversion say flash.util.Convert:

flash.util.Convert.toString( Object ):String 
flash.util.Convert.toBoolean( Object ):Boolean
flash.util.Convert.toArray( Object ):Array 
flash.util.Convert.toObject( Object ):Object 
flash.util.Convert.toNumber( Object ):Number
flash.util.Convert.toUint( Object ):uint
flash.util.Convert.toByteArray( Object ):ByteArray
flash.util.Convert.toXML( Object ):XML 
flash.util.Convert.toXMLList( Object ):XMList 
flash.util.Convert.toXMLDocument( Object ):XMLDocument

At least then casting (compiletime) and type conversion (runtime) would not 
have any overlap. Although this is easier said than done, removal of global 
functions bumps into an ECMA issue.

Regards,


Cynergy Systems, Inc.
Theodore Patrick
Sr. Consultant
[EMAIL PROTECTED]
tel: 1.866.CYNERGY
http://www.cynergysystems.com

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.4.1/309 - Release Date: 4/11/2006
 


--
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] List dataProvider bug?

2006-04-13 Thread Oriol Gual



Thanks guys! Now it is all working okay!2006/4/13, jeremy lu <[EMAIL PROTECTED]>:




1. you should assign ArrayCollection instead of Array as a dataProvider
to controls, cuase Array won't broadcast any event hence
modelChangedHandler() inside controls will never get triggered.

 (btw, use this:  var arc:ArrayCollection = new ArrayCollecion(array) to turn an Array into ArrayCollection)

2. other questions are related to UID inside the object, each item
inside the List control need a unique id (which can be set by UID
utility at runtime) to be identified, if you implement IUID interface,
every thing gonna be fine.


From:
 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 

On Behalf Of Oriol Gual
Sent: Wednesday, April 12, 2006
4:49 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] List
dataProvider bug?



 

Hi all,

If I set the dataProvider of a mx:List to an
array, the list isn't updated when the array is modified, and also, if there
are two or more equal items, only one can be selected (this last one I don't
know if it is a bug, because a combobox behaves equally). 

Another one that I don't know when it's produced,
is when the mouse goes over it shows an error such as: null has no properties.

Sorry if that was already submitted or if I'm
doing something wrong and it's not a bug. 

Oriol.








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


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










  
  
SPONSORED LINKS
  
  
  



Web site design development
  
  


Computer software development
  
  


Software design and development
  
  




Macromedia flex
  
  


Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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

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




  

















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

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









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 

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



  















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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Re: Flex2B2 - Handling keyboard events

2006-04-13 Thread bhaq1972
Its still a problem Matt.
My code is exactly the same as the example, but i'll paste here 
anyway.

http://www.adobe.com/2006/mxml"; 
initialize="initApp()">





i run this example from flexbuilder2beta2. i do focus on the html 
page (that flexbuilder creates) using my mouse.
any more ideas thanks.

regards
bod



--- In flexcoders@yahoogroups.com, "Matt Horn" <[EMAIL PROTECTED]> wrote:
>
> A couple of things to note:
>  - The example comments say to use Ctrl+Q, but the implementation 
is
> looking for Shift+Q, so make sure you're pressing shift+q.
>  - The app must have focus inside the browser for it to start 
capturing
> keys. I added a button and clicked the button first, to make sure 
my app
> had focus.
>  - You need to run the app with a wrapper -- I don't know if it 
will
> work if you request the SWF file directly. Easiest thing to do is
> request it's MXML file from the Flex web application
> - With these things in mind, I just tried it on FDS beta 2 and it 
worked
> for me.
> 
> LMK if you're still having trouble.
> 
> matt
> 
> -Original Message-
> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
> Behalf Of bhaq1972
> Sent: Wednesday, April 12, 2006 10:28 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: Flex2B2 - Handling keyboard events
> 
> Hi Matt
> I should have been a bit more specific with whats wrong. I'm 
> actually not event triggering the event. i've got a trace() on the 
> first line of the keyHandler() function.
> 
> btw i'm using windows xp/ IE browser
> 
> --- In flexcoders@yahoogroups.com, "Matt Horn"  wrote:
> >
> > The javascript:window.close() technique only works in some 
> browsers. The
> > example is only meant to show using keyboard events, and not 
> provide a
> > foolproof way to close all browsers.
> > 
> > I'll make a note of that in the example.
> > 
> > Matthew J. Horn
> > Flex docs
> > 
> > -Original Message-
> > From: flexcoders@yahoogroups.com 
> [mailto:[EMAIL PROTECTED] On
> > Behalf Of bhaq1972
> > Sent: Wednesday, April 12, 2006 7:47 AM
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] Flex2B2 - Handling keyboard events
> > 
> > The following example from the help doesn't work. how do i make 
it 
> > work? thanks
> > 
> > 
> > http://www.adobe.com/2006/mxml"; 
> > initialize="initApp()">
> > 
> > 
> > 
> > (btw one typo in the example...needed to remove the 'public' 
from 
> > the local variable)
> > 
> > 
> > 
> > 
> > 
> > --
> > Flexcoders Mailing List
> > FAQ: 
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Search Archives:
> > http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> > Yahoo! Groups Links
> >
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo! Groups Links
>






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

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

<*> 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: Custom dg validator

2006-04-13 Thread bhaq1972
are you using your textinput as the cell renderer ie



if so, you can do add a setValue function to your textinput and as 
mentioned, use listOwner and getcellIndex to get the colName eg

add following code to your script block

var colName;
var listOwner : Object; 
var getCellIndex : Function; 
var getDataLabel : Function;

function setValue(str:String, item:Object, selection:String ):Void
{
 colName = listOwner.getColumnAt(getCellIndex().columnIndex);
}

Check out flex2. its made for this kind of thing

regards
bod



--- In flexcoders@yahoogroups.com, "Ault, Gary - BLS" 
<[EMAIL PROTECTED]> wrote:
>
> In Flex 1.5, I am trying to create a PowerBuilder-esque column
> validator. I use a custom TextInput field with a Validator so that 
when
> a user tabs out of a column, the validation check is triggered. It
> appears to work for a simple test, but I cannot get the validation 
error
> to trigger for other conditions. Can anyone see a flaw or have 
another
> approach to share? Thanks.  Here is my custom TextInput with 
validator:
> 
> 
> http://www.macromedia.com/2003/mxml"; >
> 
>   {text}
> 
> 
>  listener="this" />
> 
> 
> 
> 
> 
> 
> 
> 
> Gary Ault
> Bureau of Labor Statistics
>






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

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

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

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




Re: [flexcoders] Re: Question to Adobe about Flex Framework 1.5 Code Quality

2006-04-13 Thread Weyert de Boer
Mykola Paliyenko wrote:
>
> I don't think you should change working code only because it's
> doesn't
> have the perfect design, but that might just me. Of course, you
> can do
> something refactoring. You can only break ;-)
>
>
> LOL,
> With such approach Flex will remain the same crap as it is no
Well, I am not rewriting working code within a current release cycle. Of 
course, you can branch off a version of the code you gonna clean up, for 
version X.Y.Z. But I am not someone who will update framework code of a 
current version/release only because the code quality sucks. You can 
change such issues step-by-step without breaking current functionality. 
I should change the design of one of my components, I can tell you my 
clients wouldn't appreciate it, neither that you probably like breaking 
code because a partner changed the design of the code.



--
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] Clarification if Remoting is included with Flex 2.0

2006-04-13 Thread João Fernandes
Jennifer,

What I think Mike wanted to know was if he needed the enterprise version of 
Flex to play with remoting to connect to ColdFusion server. Since he's speaking 
of ColdFusion, yes he will be able to use remoting with the core Flex 2 without 
needing the enterprise version and for the messaging part, it's also available 
for ColdFusion 7 users (only enterprise version of CF) using EventGateways.

João Fernandes

-Original Message-
From: flexcoders@yahoogroups.com on behalf of Jennifer Larkin
Sent: Thu 13-Apr-06 2:30 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Clarification if Remoting is included with Flex 2.0
 
Remoting as it exists in Flex 1.5 is included in the non-enterprise
Flex 2 version that you can compile on your desktop. The new messaging
system is not included in that version. Does that answer the question?

On 4/12/06, Mike Anderson <[EMAIL PROTECTED]> wrote:
> Greeting Everyone -
>
> Okay, I've heard 2 different stories now - and I need to find out which
> one is true.
>
> In the core version of Flex 2.0 - is Remoting included with the basic
> package?  OR is it not??  I know it's still in Beta, and all the final
> decisions are not yet made, but hopefully Adobe can provide some
> definitive answers.
>
> I need to find out now, if I am forced to lay out a bunch more cash, in
> order to simply talk to our ColdFusion server & perform some basic
> Database queries.  I know Web Services are bundled in Flex 2.0 - but
> have no interest whatsoever in accessing data using that technology.  I
> am only interested in using Remoting - and built my Flash Development
> career around it.
>
> Thanks in advance, for any 100% accurate information you can throw my
> way.
>
> Mike
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
>
>
>
>
>


--
"Then you'll learn, Intern. You will learn." How to Make a Monster

Now blogging
http://www.blivit.org/blog/index.cfm
http://www.blivit.org/mr_urc/index.cfm


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



 






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

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

<*> 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] Do I have To Use FDS to update databases?

2006-04-13 Thread João Fernandes
You don't need FDS to update databases. Using remoteObject is enough. 
One of big advantages of FDS is mantaining all clients synchronized with data. 

João Fernandes


-Original Message-
From: flexcoders@yahoogroups.com on behalf of Faisal Abid
Sent: Thu 13-Apr-06 1:40 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Do I have To Use FDS to update databases?
 
Sinple question , Do I have To Use FDS to update databases? like i will 
call a funciton via coldfusion in flex and it will update the database , 
but do i haev to use FDS to make this happen, or can i use simple http 
rpc calls?


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



 





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

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

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

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

Re: [flexcoders] Re: Question to Adobe about Flex Framework 1.5 Code Quality

2006-04-13 Thread Mykola Paliyenko



I don't think you should change working code only because it's doesn't 

have the perfect design, but that might just me. Of course, you can do 
something refactoring. You can only break ;-)LOL, 
With such approach Flex will remain the same crap as it is now 

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



  









-- WBR, Mykola






--
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: **JOB **Flex developer needed ASAP (Contract to hire!!).

2006-04-13 Thread Jason Hawryluk





Dave, I fully realize 
the potential of Flex to let you crank out an application quickly. You have a 
"Team" of people this is a requirement for "one" contractor. The thing that got 
me was the “rollout” part of the demand. 
 
I agree that when you 
fully understand the domain of the intended “user” of the product then yes that 
is quite possible. Having no idea of the user base, and their goals, 
infrastructure, budgets, requirements, and resources, how is this assumption 
possible?
 
Cranking out a product 
that fit’s someone’s specifications, and creating a tool that is goal/task 
oriented, and helps the “user” accomplish what they need/want in a coherent 
fashion, are 2 different things. 
 
A certain percentage of 
the time required before any code is written is spent interviewing management, 
users, understanding the goals and tasks that a product needs to 
fulfill.
 
A software program 
should not be something that enforces a work method, and because the person 
usually in charge of writing specs is IT (more often then not, that person has 
not done the necessary foot work). What I mean is, you end up with a product 
that just fills a business need from a management perspective, and does not take 
into account segmented departmental user goals.
 
So, sure cranking out 
data entry forms, or lists of data that fulfill a business “need” is rapid. 
However, is that a solution that will help the user do their job? Will that 
solution allow different user types (commercial, management, technical, 
administrative) to fulfill their role in the organization as efficiently as 
possible? Will the program have a memory for example so it can make assumptions 
based on past user interaction?
 
I don’t believe in 
creating a tool that “only” fulfils the business requirements from a management 
perspective. The users know how to do their job. I would rather take the time to 
confirm that the product will meet their goals and tasks, and give them a 
product that helps them do it better based on “real” information. Management 
rarely understands this. Software has become a necessary evil that enforces 
uneducated assumptions on the user, instead of a pleasant, and comfortable tool 
that “helps” a user do their job.
 
So 
while you may be able to do this in 6 months rollout, and all. I don’t believe 
one person can do this “correctly” in 6 months. Now of course that all depends 
on the size of the application, of which we have no idea.
 
Prototypes 
in weeks? Whole business in 6 months? It takes weeks just to get through 
the interview process, identify roles, identify goals for each role, tasks 
for each goal, and confirming this research.
 
Your 
internal processes, and goals are apparently quite different then 
mine.
Jason 
Hawryluk
 
 -Message 
d'origine-De : flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED]De la part de Dave 
WolfEnvoyé : mercredi 12 avril 2006 20:09À : 
flexcoders@yahoogroups.comObjet : [flexcoders] Re: **JOB **Flex 
developer needed ASAP (Contract to hire!!).
Off topic I guess, but six months for a prototype?  
  We've been rollingout pretty major applications in Flex from soup to nuts 
  in six months.To me all the sex appeal aside, some of the biggest 
  value in Flex iswhat a productive canvas it is to work within.  
  Between Flex, greatdevs, good tools and frameworks, we're cranking out 
  applicationspeople are then running a whole business on in under six 
  months. Prototypes we're talking weeks.  -- Dave 
  WolfCynergy Systems, Inc.Macromedia Flex Alliance Partnerhttp://www.cynergysystems.comEmail:  
  [EMAIL PROTECTED]Office: 866-CYNERGY--- In 
  flexcoders@yahoogroups.com, "Jason Hawryluk" <[EMAIL PROTECTED]> 
  wrote:>> Sorry if this sounds harsh, or like a rant...> 
  > > > You know I think about this kind of thing, and 
  always wonder who intheir> right mind consultant, or not would sign 
  on to an already "presumed"6 month> project. Unless they have 
  really done their homework (unlikely) howdo they> know that 6 
  months is enough.> > > > So what they really 
  should say is your going to develop this miracle> product, and oh it 
  must be done in 6 months. Ready to deploy. Then they> plunk the old 
  "needed ASAP" onto that.> > > > I smell disaster 
  about to happen.> > > > If you read it it says 
  prototype, ok that makes sense 6months for a> prototype no problem. 
  Then the next phrase has "rollout"?. Then the big> hook. "Since client 
  has already defined design specs".> > > > So to 
  summarize they have a demand for a report generator"prototype" 
  that> will be "rolled" out "live" in "6months" based on the "clients 
  specs"> authored by an individual that most likely has no knowledge of 
  Flexat all.> > > > I don't mean to be a pain 
  but, could you please repeat the question?> > > > 
  I just don't get it. Maybe it's just me. :)> > 
  Jason>   -Message d'origine->   De : 
  flexcoders@yahoogroups.com[mailto:[EMAIL PROTECTED] la> 
  p