[flexcoders] Re: Problem with trying to set the focusedCell in a Tree

2005-09-16 Thread bhaq1972
Hi Peter,

>   

i dont think its a bug. i tried the following 

click="EmpolyeeTrace.focusedCell = undefined"

and that also focuses on the first node.

the 'focusedCell' property requires a co-ordinate whereas getTreeNodeAt
() returns an object.

if you do 
click="EmpolyeeTrace.focusedCell = {itemIndex:1}", you'll get focus.

regards
bod (bhaq1972)




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

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

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

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

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




RE: [flexcoders] Screen Cap a frame from a webcam?

2005-09-16 Thread Steve Cox










I don’t believe the camera class has
the ability to create a snapshot (although I’ve little experience of it).


 

However I have seen an example of flash
player 8 doing exactly this using the bitmap class. Might be worth googling for this!

 

-Original Message-
From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of Tariq Ahmed
Sent: 15 September 2005 23:02
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Screen Cap a
frame from a webcam?

 

Hey All. I'm thinking of
building a little proof of concept. Part of it 
is to take a snapshot image from a webcam. So I
did some searching and 
found this awesome post from Abdul:

http://www.mail-archive.com/flexcoders@yahoogroups.com/msg10143.html

Which is good, the first example works great
(crashes my IE using Flash 
7, but works fine in Firefox w/F8). Would it be
much more work to create 
a button that takes a snapshot of the current
image from the webcam? The 
Camera class didn't seem to have a function that
can do that...?

thx












--
Flexcoders Mailing 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] problem about Text or TextArea

2005-09-16 Thread xiankevin2005
hi all,
the problem i'm facing is that i need to use an editable text field 
with the ability adjusting its height like the Text control.
is it possible?how to make the Text control editable or to make the 
TextArea control adjust its height to fit the content?

thanks!
kevin
   




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

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

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

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

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





[flexcoders] JSP to Flex / Flex to JSP

2005-09-16 Thread morslay777
Hello,

I can't find Flex App and JSP communcations examples where the mxml 
file isn't developed in jsp file, but at independent file, that will be 
comucating with the jsp file to send/get parameters.

Can you help me?
Thank you.




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

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

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

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

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




[flexcoders] 'show' event called on creation complete or init?

2005-09-16 Thread Steve Cox










Morning all,

 

Ok Situation I’m having
at the moment is the show event on a form is being called when I don’t believe
it should be.

 

I’ve a tabnav containing 8 sections, one of those sections I need
to be able to jump to from other sections so the children of this is being
created using createChildren().

For some reason however without
actually clicking on the tab to view this form the show is still getting
called.

 

Am I missing something ?

 

Steve









--
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
  
  
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] 'show' event called on creation complete or init?

2005-09-16 Thread Allen Manning










Hello Steve,

 

What is the creationPolicy on the
TabNav?  If it is all, then all of the containers will be rendered, that might
be it.

 

Best,

Allen

www.prismix.com/

 

 









From:
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Steve Cox
Sent: 16 September 2005 09:25
To: flexcoders@yahoogroups.com
Subject: [flexcoders] 'show' event
called on creation complete or init?



 

Morning all,

 

Ok Situation I’m having at the moment is the show event on a
form is being called when I don’t believe it should be.

 

I’ve a tabnav containing 8 sections, one of those sections I
need to be able to jump to from other sections so the children of this is being
created using createChildren().

For some reason however without actually clicking on the tab
to view this form the show is still getting called.

 

Am I missing something ?

 

Steve









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





  




  
  
  YAHOO! GROUPS LINKS



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



  











--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.24/101 - Release Date: 13/09/2005
 

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.24/101 - Release Date: 13/09/2005
 


Re: [flexcoders] Flex applications not working with Mozilla firefox

2005-09-16 Thread Michael Nisi
By going to http://macromedia.com?


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

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

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

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

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




[flexcoders] romoving focus, selection, highlight from a button

2005-09-16 Thread Krzysztof Szlapinski
hi,
first of all I dont know the proper name for  this:
when you move a mouse over a button its frame turns green

is it called focus selection or highlight?

whatever its name is :) i want to remove it from my button after it's 
been clicked

krzysiek


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

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

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

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

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




[flexcoders] ms access

2005-09-16 Thread Burak
hi,
 
dear friends, how I can get data from a database such as ms access in 
order to insert them 
in datagrid?
 
--
Burak BAYSAL




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

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

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

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

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




RE: [flexcoders] 'show' event called on creation complete or init?

2005-09-16 Thread Steve Cox










Thanks for the reply,

 

There’s actually tabnavs
within tabnavs. The toplevel
tabnav has no creation policy on it with the excetion of one of the components. This component has a
queued creatioponpolicy which loads up it’s children. 

 

It was my understanding that this would
then obviously call the initialize + creationcomplete
(when completed), but it’s also calling the show, which makes no sense to
me. 

 

 

 

-Original Message-
From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of Allen Manning
Sent: 16 September 2005 09:48
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] 'show'
event called on creation complete or init?

 

Hello Steve,

 

What is the creationPolicy on the
TabNav?  If it is all, then all of the containers will be rendered, that
might be it.

 

Best,

Allen

www.prismix.com/

 

 









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Cox
Sent: 16 September 2005 09:25
To: flexcoders@yahoogroups.com
Subject: [flexcoders] 'show' event
called on creation complete or init?



 

Morning
all,

 

Ok
Situation I’m having at the moment is the show event on a form is being
called when I don’t believe it should be.

 

I’ve
a tabnav containing 8 sections, one of those sections I need to be able to jump
to from other sections so the children of this is being created using
createChildren().

For
some reason however without actually clicking on the tab to view this form the
show is still getting called.

 

Am
I missing something ?

 

Steve










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





  




  
  
  YAHOO! GROUPS LINKS



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



  











--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.24/101 - Release Date: 13/09/2005
 

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.24/101 - Release Date: 13/09/2005
 

[flexcoders] Re: HOw combo box populated

2005-09-16 Thread sandip_patil01

Can you Plz tell me or if possible send me the code how to get 
cities popualted in combo box when state is selected from another 
combo box.



--- In flexcoders@yahoogroups.com, "bsd" <[EMAIL PROTECTED]> wrote:
> I have built a custom City/State/Zip component to use throughout an
> application and, hopefully, throughout multiple applications.  
> 
>  
> 
> It consists of three ComboBoxes; if the user selects the state, it 
populates
> the city ComboBox with the cities for that state pulled from a 
database.
> Once the user selects a city, the zip codes for that city are then 
populated
> in the third ComboBox.  It also works in reverse where the user 
can type in
> the zip code in the editable ComboBox and the State and City 
ComboBoxes are
> populated and selected with the appropriate data.  
> 
>  
> 
>  
> 
> Okay, all that's working.  The application at hand is one where 
the user
> creates an event and selects the hotel for that event.  Right now 
I'm
> dealing only with the hotel data.  There is a panel to list all 
the hotels
> in the database and a panel to edit that hotel's data (along with 
panels for
> adding hotels, etc.).
> 
> 
> 
> The application has a model to hold the data for the particular 
hotel being
> dealt with (
> 
> {roHotels.getHotel.result._items[0]}
)
> 
>  
> 
>  
> 
>  I have the custom component dropped into my application on an 
edit form
> with the id="editCityStateZip" and the data passed in so that is 
looks like:
> 
>  
> 
>  city="{HotelToEdit.HotelCity}" zip="{HotelToEdit.HotelZip}" />
> 
>  
> 
> The user selects the hotel from the first panel, clicks a button 
that calls
> the RemoteObject (roHotels) that is used to pull the hotel data 
from the
> database and is directed to the Edit panel.  
> 
>  
> 
> Now, all of this is working so far.  However, when the user goes 
back to the
> main panel that lists all the hotels, selects a new hotel, clicks 
the button
> and is sent back to the edit panel, all the data in that edit 
panel is
> updated except for the that in the CityStateZip component.  
> 
>  
> 
> I've created a test function within the custom component to trace 
the data
> values for the city, state and zip variables and the correct ones 
are there
> in the component.  It just seems that the function that picks the 
state in
> the state ComboBox, fn_pickState(stateName), (as this is the one 
that drives
> the others) gets fired before the data in model is changed or 
doesn't get
> fired after the initialization of the ComboBox.   I call this 
function using
> the modelChanged event handler of the state ComboBox.  I'm also 
calling it
> using the resultHandler attribute of my RemoteObject.  I've also 
tried
> calling it with the function that loads the data for the edit 
panel and
> using the valueCommitted method of the state ComboBox.  None of 
these are
> working.  
> 
>  
> 
> What am I missing here?  How do I call my function after the data 
has been
> returned from the database and loaded into my data model?  I'm 
getting a
> huge headache from banging my head against the wall for two days!
> 
>  
> 
> Please help!
> 
>  
> 
> Thanks in advance,
> 
> Brad




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

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

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

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

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




Re: [flexcoders] ms access

2005-09-16 Thread Sjors Pals
What did you try so far? Did you read anything about flex and 
datasources? Don't wanna be rude but i think you should first try a 
little bit your self.

Greets,

Sjors

Burak wrote:

> hi,
>
> dear friends, how I can get data from a database such as ms access in
> order to insert them
> in datagrid?
>
> --
> Burak BAYSAL
>
>
>
>
> --
> 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 
> 
>  
>   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 .
>
>
> 
>



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

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

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

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

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




RE: [flexcoders] JSP to Flex / Flex to JSP

2005-09-16 Thread Dimitrios Gianninas





Hi,
 
You need to use the HTTPService 
in order to pass parameters to a JSP and then retrieve the content it is send 
back to you. Best place to start is the online documentation in the "Using Data 
Services" section, start with the link below:
 
 http://livedocs.macromedia.com/flex/15/flex_docs_en/1175.htm 

 
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
morslay777Sent: Thursday, September 15, 2005 9:33 
PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] JSP 
to Flex / Flex to JSP
Hello,I can't find Flex App and JSP communcations 
examples where the mxml file isn't developed in jsp file, but at independent 
file, that will be comucating with the jsp file to send/get 
parameters.Can you help me?Thank you.





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








  
  
SPONSORED LINKS
  
  
  

Web site design 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: Dynamic Object Instantiation

2005-09-16 Thread chip1062
That worked great!  Thanks a ton!

Chip

--- In flexcoders@yahoogroups.com, "Shahnavaz Alware" <[EMAIL PROTECTED]>
wrote:
> I do the similar stuff using "getChildAt(i)" instead of
> "childDescriptors[i]" and that works fine if I want to read the
properties I
> set during createChild. Eg parentID.getChildAt(i).id
> 
>  
> 
> Thanks,
> 
>  
> 
> Shahn
> 
>   _  
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of chip1062
> Sent: Thursday, September 15, 2005 11:29 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Dynamic Object Instantiation
> 
>  
> 
> Hello All,
> 
> I am dynamically instantiating a new VBox in a tab container
> (tbFlyingHours). No problem with that.  It exists and can be
> interacted
> with.  The problem comes when I read the children of the tab
> container.
> If I use tbFlyingHours.childDescriptors.length the new VBox doesn't
> show up, but if I use tbFlyingHours.numChildren the VBox is counted.
> Also, I cannot access any of the properties of the VBox even though I
> am setting them when the object is instantiated.  Any help would be
> greatly appreciated.
> 
> Sincerely,
> 
> Chip
> 
> Code for Object Instantation:
> import mx.containers.VBox;
> function addReport(){
> var cReports:VBox = null;
> var init:Object = null;
> 
> init = new Object();
> init.id="cnvReports";
> init.label="Report Output";
> 
> cReports=VBox(tbFlyingHours.createChild(VB
> ox,"cnvReports",init));
> 
> }
> 
> Code to see Objects in tbFlyingHours:
> function showObjects(){
>   for (var i:Number = 0 ; i < tbFlyingHours.numChildren ;  i++){
> mx.controls.Alert.show(tbFlyingHours.childDescriptors[i].id);
>   } 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> 
> 
> 
> 
>   _  
> 
> YAHOO! GROUPS LINKS 
> 
>  
> 
> *  Visit your group "flexcoders
>  " on the web.
>   
> *  To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED]
>  
>   
> *  Your use of Yahoo! Groups is subject to the Yahoo!
>   Terms of Service. 
> 
>  
> 
>   _




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

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

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

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

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




RE: [flexcoders] flexstore not working

2005-09-16 Thread Tom Fitzpatrick
At 08:05 PM 9/15/2005, you wrote:
>Look at ...\tomcat 5.0\logs\stdout.log.

Tomcat itself is generating a "404" error relative to the .wsdl files for 
services - meaning file not found? Is there a way to check whether 
{context.root} is properly defined in flex-config.xml?

Oddly, I noticed that "localhost" was coming up as localhost: in my 
urls. I'm not sure why. I defined it as localhost:8080 in the FlexBuilder 
preferences for the testing server. Changing it by hand to localhost:8080 
produced the same 404 error, though.

>To see it in FB, you need to use the Net connection pane, but I don't
>really use this myself. The tomcat log will be better.
>
>Hmm, you might also need to set the logging level on tomcat.

Where is this done? Do I set debug="1" in the file server.xml? There are a 
couple of places I can do this. Messing around with these server config 
files makes me kinda nervous

- Tom

>Tracy
>
>-Original Message-
>From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
>Behalf Of Tom Fitzpatrick
>Sent: Thursday, September 15, 2005 3:20 PM
>To: flexcoders@yahoogroups.com
>Subject: RE: [flexcoders] flexstore not working
>
>At 02:01 PM 9/15/2005, you wrote:
> >In Flex-config:
> >
> >true
>
>I did try setting that tag to true, but wasn't sure what to do next.
>None
>of the debugging panes in FlexBuilder showed anything that I could see.
>
>I'm running Tomcat 5.0.25.
>
>- Tom
>
>
> >How to see the debug info depends on your J2EE servlet container and
>how
> >you are running it.
> >
> >Integrated JRun is easiest, the debugging ifo will be visible in the
> >command window that also displays the Flex server info.
> >
> >What are you using?
> >
> >Tracy
> >
> >-Original Message-
> >From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> >Behalf Of Tom Fitzpatrick
> >Sent: Thursday, September 15, 2005 10:32 AM
> >To: flexcoders@yahoogroups.com
> >Subject: RE: [flexcoders] flexstore not working
> >
> >At 06:51 PM 9/14/2005, you wrote:
> > >Turn on web service debugging in flex config and look at the monitor
>or
> > >logs.  Any clues there?
> >
> >I don't know how to do this.
> >
> >Since none of my services are working, I wonder if the problem is with
> >the
> >{context.root} reference in the flex-config.xml whitelist. Checking
> >through
> >the archives, I couldn't find any reference to a fix for my problem.
> >
> >- Tom
> >
> > >-Original Message-
> > >From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
>On
> > >Behalf Of Tom Fitzpatrick
> > >Sent: Wednesday, September 14, 2005 4:58 PM
> > >To: flexcoders@yahoogroups.com
> > >Subject: RE: [flexcoders] flexstore not working
> > >
> > >Yes, I did that - here's the listing in flex-config.xml:
> > >
> > >  
> > >
> >{context.root}/services/CatalogWS?wsdl
> > >  
> > >
> > >{context.root}/services/CatalogWS
> > >  
> > >
> > >true
> > >  
> > >
> > >By the way, none of the other services defined in the whitelies -
>such
> > >as
> > >the DataModel example - are working now either.
> > >
> > >Any other ideas?
> > >
> > >- Tom
> > >
> > >At 04:46 PM 9/14/2005, you wrote:
> > > >Look in the flex-config file, make sure you have a named service
> > > >defined.  Perhaps the flex config file got changed or edited or
> > > >something.
> > > >Tracy
> > > >
> > > >-Original Message-
> > > >From: flexcoders@yahoogroups.com
>[mailto:[EMAIL PROTECTED]
> >On
> > > >Behalf Of Tom Fitzpatrick
> > > >Sent: Wednesday, September 14, 2005 1:48 PM
> > > >To: flexcoders@yahoogroups.com
> > > >Subject: [flexcoders] flexstore not working
> > > >
> > > >My flexstore (original, non-Cairngorm version) used to run just
>fine.
> > > >Now
> > > >I'm getting this error:
> > > >
> > > >"Could not load WSDL: Server java.lang.RuntimeException: Bad
>service
> > > >name :
> > > >FlexStoreCatalogWS"
> > > >
> > > >Gotta be something simple, but I can't track it down.
> > > >
> > > >- 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
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >--
> > > >Flexcoders Mailing 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] Capturing Events from Cell Renderers

2005-09-16 Thread Allen Manning










Hello,

 

I want to dispatch and event from a cell renderer and call
it in the view which has the parent datagrid.  Any advice on how to do this?  I
don’t need code, just a brief explanation would do.  J

 

Many thanks,

Allen

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



  











--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.24/101 - Release Date: 13/09/2005
 


RES: [flexcoders] Flex, Coldfusion and RH

2005-09-16 Thread Fernando Barros
Hi!

I have Enterprise, and yes, I have the flex-bootstrap.jar. I also tried to use 
all flex libs but it didn't work. Tks anyway. Any idea?

Tks,

Fernando 

De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de João 
Fernandes
Enviada em: sexta-feira, 16 de setembro de 2005 07:52
Para: flexcoders@yahoogroups.com
Assunto: RE: [flexcoders] Flex, Coldfusion and RH

Hi there,
 
Do you have the flex-bootstrap.jar in your lib folder? 
 
João Fernandes
Secção de Desenvolvimento
Departamento de Informática
 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
Fernando Barros
Sent: quinta-feira, 15 de Setembro de 2005 20:02
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex, Coldfusion and RH
I cant put to work my flex 1.5, coldfusionmx 7 and RH AS:

My coldfusion is working fine but flex only errors:

Any idea will be great!

Tks,

Fernando

Here is my cfserver.log:

Starting Macromedia JRun 4 (Build 84683), coldfusion server
15/09 15:54:20 warning Unable to open
/opt/coldfusionmx7/runtime/lib/license.properties
15/09 15:54:26 info JRun Naming Service listening on *:2920
15/09 15:54:27 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/09 15:54:28 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
15/09 15:54:28 info JRun Proxy Server listening on *:51011
15/09 15:54:28 info Deploying enterprise application "Macromedia
ColdFusion MX" from: file:/opt/coldfusionmx7/
15/09 15:54:30 info Deploying web application "Macromedia Coldfusion MX"
from: file:/opt/coldfusionmx7/
15/09 15:54:37 INFO License Service: Flex 1.5 CF Edition enabled
15/09 15:54:37 INFO Starting Flex 1.5 CF Edition
15/09 15:54:37 error Error loading class for Filter FlexDetectionFilter:
Filter is disabled.
[1]java.lang.NoClassDefFoundError: flex/services/J2EEServiceImpl
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at
jrunx.util.JRunURLClassLoader.loadClass(JRunURLClassLoader.java:77)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at
jrunx.util.JRunURLClassLoader.loadClass(JRunURLClassLoader.java:77)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at
jrunx.util.JRunURLClassLoader.loadClass(JRunURLClassLoader.java:77)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at
flex.bootstrap.BootstrapClassLoader.loadClass(BootstrapClassLoader.java:
340)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at
flex.services.ServiceFactory.getFactory(ServiceFactory.java:36)
    at
flex.server.j2ee.DetectionFilter.setupFlexService(DetectionFilter.java:5
9)
    at
flex.server.j2ee.DetectionFilter.init(DetectionFilter.java:49)
    at flex.bootstrap.BootstrapFilter.init(BootstrapFilter.java:40)
    at jrun.servlet.FilterObject.init(FilterObject.java:63)
    at jrun.servlet.FilterManager.loadFilter(FilterManager.java:195)
    at jrun.servlet.FilterManager.init(FilterManager.java:155)
    at jrun.servlet.FilterManager.create(FilterManager.java:74)
    at
jrun.servlet.WebApplicationService.start(WebApplicationService.java:223)
    at
jrun.ea.EnterpriseApplication.start(EnterpriseApplication.java:194)
    at
jrun.deployment.DeployerService.initModules(DeployerService.java:710)
    at
jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.
java:242)
    at
jrun.deployment.DeployerService.deploy(DeployerService.java:430)
    at
jrun.deployment.DeployerService.handleEvent(DeployerService.java:381)
    at
jrunx.kernel.JRunServiceDeployer.fireEvent(JRunServiceDeployer.java:710)
    at
jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java
:111)
    at
jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)
    at java.lang.reflect.Method.invoke(Unknown Sourc

Re: [flexcoders] Capturing Events from Cell Renderers

2005-09-16 Thread Omar Ramos



Hi Allen,
 
I usualy do what you say on my cell renders. What I usualy do is dispatch the event tru your list controll, in your case the dataGrid. Remember on the cell render you have a reference of the list which is the variable listOwner. So you could do this 
listOwner.dispatchEvent({type:"MyEvent",data:"MyData"}); Hope it helps!
 
 
Omar Ramos
System Developer 
On 9/16/05, Allen Manning <[EMAIL PROTECTED]> wrote:


Hello,
 
I want to dispatch and event from a cell renderer and call it in the view which has the parent datagrid.  Any advice on how to do this?  I don't need code, just a brief explanation would do.  
J
 
Many thanks,
Allen
www.prismix.com/

 --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
SPONSORED LINKS 




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




--No virus found in this outgoing message.Checked by AVG Anti-Virus.Version: 7.0.344 / Virus Database: 267.10.24/101 - Release Date: 13/09/2005






--
Flexcoders Mailing 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] Cairgorn Bug?

2005-09-16 Thread Omar Ramos



I have set traces all over the place. No errors are occurring and the command gets executed. Any Idea what could be the problem?
On 9/14/05, Omar Ramos <[EMAIL PROTECTED]> wrote:
Thanks alot for your reply ali, If in fact there was an error why the piece of code beneth that line doesn't get executed? I am checking the command it is executing just fine. Gona check on it again. 

On 9/14/05, Alistair McLeod <[EMAIL PROTECTED]
> wrote: 

Hi Omar,
 
An exception is probably getting thrown somewhere, either in the EventBroadcaster because the event hasn't been registered with a command, or within your command itself. 

 
Have you checked flashlog.txt (ensure you have debug player, mm.cfg etc).
 
Ali
 
-- Alistair McLeod Development Director iteration::two 
  [EMAIL PROTECTED] 
Office: +44 (0)131 338 6108   This e-mail and any associated attachments transmitted with it may contain confidential information and must not be copied, or disclosed, or used by anyone other than the intended recipient(s). If you are not the intended recipient(s) please destroy this e-mail, and any copies of it, immediately. 

Please also note that while software systems have been used to try to ensure that this e-mail has been swept for viruses, iteration::two do not accept responsibility for any damage or loss caused in respect of any viruses transmitted by the e-mail. Please ensure your own checks are carried out before any attachments are opened. 

 


From: flexcoders@yahoogroups.com [mailto:
 flexcoders@yahoogroups.com] On Behalf Of Omar RamosSent: 14 September 2005 00:43To: 
flexcoders@yahoogroups.comSubject: [flexcoders] Cairgorn Bug? 


Hi there,
 
There is something strange going with cairngorm in the application am currently developting. It seams that when I do a broadcast the lines of code beneth if doesn't execute.
I do this.
 
EventBroadcaster.getInstance().broadcastEvent(ScrapblogController.EVENT_SELECT_OBJECT, eventObj);trace("TEST");
 
 
and the trace never apears or the code beneth it never gets executed. Any ideas?
 
 
 
Omar Ramos
System Developer--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
SPONSORED LINKS 




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





  




  
  
  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] Capturing Events from Cell Renderers

2005-09-16 Thread Allen Manning










Omar,

 

Thanks for the reply.

 

Would I need to register that event with
my list, won’t the complier complain of I do this:

 



 

Or do I need to add the event listener
programmatically?

 

Thanks,

Allen

www.prismix.com/

 

 









From:
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Omar Ramos
Sent: 16 September 2005 13:59
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]
Capturing Events from Cell Renderers



 



Hi Allen,





 





I usualy do what you say on my cell renders. What I usualy do is
dispatch the event tru your list controll, in your case the dataGrid. Remember
on the cell render you have a reference of the list which is the variable
listOwner. So you could do this
listOwner.dispatchEvent({type:"MyEvent",data:"MyData"});
Hope it helps!





 





 





Omar Ramos





System Developer

 





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



Hello,

 

I
want to dispatch and event from a cell renderer and call it in the view which
has the parent datagrid.  Any advice on how to do this?  I don't need
code, just a brief explanation would do.  J

 

Many
thanks,

Allen

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


 







 

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.24/101 - Release Date: 13/09/2005












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





  




  
  
  YAHOO! GROUPS LINKS



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



  











--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.24/101 - Release Date: 13/09/2005
 

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.24/101 - Release Date: 13/09/2005
 


RE: [flexcoders] problem with cell renderer showing data in datagrid twice

2005-09-16 Thread Craig Newroth



Matt:
 Sure did, Kevin H sent me some files that showed how to fix...
thanks
Craig
ps. sorry for not responding quicker, been REAL busy...
Matt Chotin <[EMAIL PROTECTED]> wrote:









Craig, did you solve this or do you still need help?
 




From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Craig NewrothSent: Thursday, August 11, 2005 11:35 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] problem with cell renderer showing data in datagrid twice
 


here are the files

cnewroth55 <[EMAIL PROTECTED]> wrote:

okay, heres one for all; i have a datagrid and the last cell i wanted to put a combo box in it with a set of selections for a user to pick from. got the cell renederer to work and it puts the combo box in it, however if yu select an item from them combo box, it will put that selection in the next row that is 'invisible' or below the datagrids visible rows.graphic representation:__[][][combo box]<-i select an item here say '1'    (say there are 7 visible rows to datagrid)__here is the next row (8) that you cannot see unless you use scroll bar--[][][combo box] <-the item '1' shows up here...and in subsequent selection(s) numbering the amount of visible rows in the dg..?here is the cellrenderer code file and the main mxml fileany thoughts as to why or what I am doing wrong?(guess I will have to attach the files in a seperate reply to this post, dont see where to attach them here)



Start your day with Yahoo! - make it your home page 
		Yahoo! for Good 
Click here to donate to the Hurricane Katrina relief effort. 






--
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
  
  
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] Capturing Events from Cell Renderers

2005-09-16 Thread Omar Ramos



You would have to register manualy using addEventListener. You could do this on your tag 

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


Omar,
 
Thanks for the reply.
 
Would I need to register that event with my list, won't the complier complain of I do this:

 

 
Or do I need to add the event listener programmatically?
 
Thanks,
Allen
www.prismix.com/

 
 




From:
 flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of Omar RamosSent: 16 September 2005 13:59To:
 flexcoders@yahoogroups.comSubject: Re: [flexcoders] Capturing Events from Cell Renderers


 

Hi Allen,

 

I usualy do what you say on my cell renders. What I usualy do is dispatch the event tru your list controll, in your case the dataGrid. Remember on the cell render you have a reference of the list which is the variable listOwner. So you could do this 
listOwner.dispatchEvent({type:"MyEvent",data:"MyData"}); Hope it helps!

 

 

Omar Ramos

System Developer 

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

Hello,
 
I want to dispatch and event from a cell renderer and call it in the view which has the parent datagrid.  Any advice on how to do this?  I don't need code, just a brief explanation would do.  
J
 
Many thanks,
Allen
www.prismix.com/
 
 
--
Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 

SPONSORED LINKS
 





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



 
--No virus found in this outgoing message.Checked by AVG Anti-Virus.Version: 7.0.344 / Virus Database: 267.10.24/101 - Release Date: 13/09/2005


--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 


YAHOO! GROUPS LINKS 

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




--No virus found in this incoming message.Checked by AVG Anti-Virus.Version: 7.0.344 / Virus Database: 267.10.24/101 - Release Date: 13/09/2005

--No virus found in this outgoing message.Checked by AVG Anti-Virus.Version: 7.0.344 / Virus Database: 267.10.24/101 - Release Date: 13/09/2005







--
Flexcoders Mailing 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] Comparing Structure Elements - Not Working

2005-09-16 Thread Greg Johnson
I have 2 Datagrids.  One gets populated by a call to a CFC, the other 
starts databound to an empty array

The Source Datagrid has a list of names.  I let the person click on, 
then click a button.  Then a function checks to make sure the person is 
not already in the list.  If they are not in the list, it adds them to 
the list.

Both have a structure of
PERSON_ID
FULL_NAME
DEPT_CODE
DEPT_NAME

The comparison is on PERSON_ID which is a unique number stored in the 
SQL Database as test. SelectionList is bound to the destination Datagrid 
and here is the function that brings in the data for the source grid.

private function doResultGetPeople(result:Array):Void{
var TempObject:Object = new Object();
var GetPeopleArray:Array = new Array();
for(var i=0; i < result.length; i++){
 TempObject = result[i];
 GetPeopleArray.push(TempObject);
}
IS_RESULTS.dataProvider = GetPeopleArray;
Selections.visible=true;
   }

Here is my code that is always evaluating true

var SelectionList:Array = new Array();
function addfromIS():Void {
var SrcItem = 
IS_RESULTS.dataProvider.getItemAt(IS_RESULTS.selectedIndex);
if(SelectionList.length > 0) {
for (var i=0; i 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




RE: [flexcoders] Capturing Events from Cell Renderers

2005-09-16 Thread Allen Manning










Thanks Omar.

 

 

 









From:
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Omar Ramos
Sent: 16 September 2005 14:31
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]
Capturing Events from Cell Renderers



 



You would have to register manualy using addEventListener. You could do
this on your tag  



 

 





 





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



Omar,

 

Thanks for the reply.

 

Would I need to register that event with my
list, won't the complier complain of I do this:

 



 

Or do I need to add the event listener
programmatically?

 

Thanks,

Allen

www.prismix.com/ 

 

 









From: flexcoders@yahoogroups.com
[mailto:
flexcoders@yahoogroups.com] On Behalf Of Omar
Ramos
Sent: 16 September 2005 13:59
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]
Capturing Events from Cell Renderers 





 



Hi Allen,





 





I usualy
do what you say on my cell renders. What I usualy do is dispatch the event tru
your list controll, in your case the dataGrid. Remember on the cell render you
have a reference of the list which is the variable listOwner. So you could do
this
listOwner.dispatchEvent({type:"MyEvent",data:"MyData"});
Hope it helps!





 





 





Omar
Ramos





System
Developer

 





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



Hello,

 

I
want to dispatch and event from a cell renderer and call it in the view which
has the parent datagrid.  Any advice on how to do this?  I don't need
code, just a brief explanation would do.  J

 

Many
thanks,

Allen

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


 











 

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.24/101 - Release Date: 13/09/2005 













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















YAHOO!
GROUPS LINKS


 


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


 







 

--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.24/101 - Release Date:
13/09/2005

 

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.24/101 - Release Date: 13/09/2005














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



  











--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.24/101 - Release Date: 13/09/2005
 

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.24/101 - Release Date: 13/09/2005
 


[flexcoders] Flex in Oracle AS 10g in clustering

2005-09-16 Thread Jeroen De Vos
Title: Flex in Oracle AS 10g in clustering








Hi everyone,


Has anyone deployed a Flex app in a clustered OAS 10g?

We seem to be having problems here. The Flex apps are running, but they produce from time to time unexpected errors (which didn't happen in our development environment - Tomcat).

Thanks,

Jeroen.


Deze e-mail en alle gekoppelde bestanden zijn officiele documenten van het Gemeentelijk Havenbedrijf Antwerpen en kunnen vertrouwelijke of persoonlijke informatie bevatten. Gelieve de afzender onmiddellijk via e-mail of telefonisch te verwittigen als u deze e-mail per vergissing heeft ontvangen en verwijder vervolgens de e-mail zonder deze te lezen, te reproduceren, te verspreiden of te ontsluiten naar derden. Het Gemeentelijk Havenbedrijf Antwerpen is op geen enkele manier verantwoordelijk voor fouten of onnauwkeurigheden in de inhoud van deze e-mail. Het Gemeentelijk Havenbedrijf Antwerpen kan niet aansprakelijk gesteld worden voor directe of indirecte schade, verlies of ongemak veroorzaakt als gevolg van een onnauwkeurigheid of fout in deze e-mail. English Translation: This e-mail and all attached files are official documents of Antwerp Port Authority and may contain confidential or personal information. If you have received this e-mail in error, you are asked to inform the sender by e-mail or telephone immediately, and to remove it from your system without reading or reproducing it or passing it on to other parties. Antwerp Port Authority is in no way responsible for any errors or inaccuracies in the contents of this e-mail, nor can it be held liable for any direct or indirect loss, damage or inconvenience arising from any such errors or inaccuracies. [GHA#Disclaimer]





--
Flexcoders Mailing 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] Cairgorn Bug?

2005-09-16 Thread Mercer, Dustin










Just curious, do you use any viewhelpers
within your command?

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Omar Ramos
Sent: Friday, September 16, 2005
5:54 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Cairgorn
Bug?



 

I have set traces all
over the place. No errors are occurring and the command gets executed. Any Idea
what could be the problem?



On 9/14/05, Omar
Ramos <[EMAIL PROTECTED]>
wrote: 

Thanks alot for your reply ali, If in fact there was an error why the
piece of code beneth that line doesn't get executed? I am checking the command
it is executing just fine. Gona check on it again. 



 



On 9/14/05, Alistair
McLeod <[EMAIL PROTECTED]
> wrote: 

Hi Omar,

 

An exception is probably getting thrown
somewhere, either in the EventBroadcaster because the event hasn't been
registered with a command, or within your command itself. 

 

Have you checked flashlog.txt (ensure you
have debug player, mm.cfg etc).

 

Ali



 



--

Alistair
McLeod 
Development
Director 
iteration::two

 

[EMAIL PROTECTED]

Office:
+44 (0)131 338 6108 
 

This
e-mail and any associated attachments transmitted with it may contain
confidential information and must not be copied, or disclosed, or used by
anyone other than the intended recipient(s). If you are not the intended
recipient(s) please destroy this e-mail, and any copies of it, immediately. 


Please also note that while software systems have been used to try to
ensure that this e-mail has been swept for viruses, iteration::two do not
accept responsibility for any damage or loss caused in respect of any viruses
transmitted by the e-mail. Please ensure your own checks are carried out before
any attachments are opened. 



 



 







From: flexcoders@yahoogroups.com
[mailto:
flexcoders@yahoogroups.com] On Behalf Of Omar
Ramos
Sent: 14 September 2005 00:43
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Cairgorn
Bug?

 





Hi there,





 





There is something strange going with cairngorm in the application am
currently developting. It seams that when I do a broadcast the lines of code
beneth if doesn't execute.





I do this.





 





EventBroadcaster.getInstance().broadcastEvent(ScrapblogController.EVENT_SELECT_OBJECT,
eventObj);
trace("TEST");





 





 





and the trace never apears or the code beneth it never gets executed.
Any ideas?





 





 





 





Omar Ramos





System Developer



 



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







SPONSORED
LINKS 




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





  




  
  
  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] Cairgorn Bug?

2005-09-16 Thread Omar Ramos



Nope, This is the call EventBroadcaster.getInstance().broadcastEvent(ScrapblogController.EVENT_SELECT_OBJECT, eventObj); The command only implements the Command interface and only has a if and a switch statement on execute thats it.

 
 
On 9/16/05, Mercer, Dustin <[EMAIL PROTECTED]> wrote:


Just curious, do you use any viewhelpers within your command?
 




From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Omar RamosSent: Friday, September 16, 2005 5:54 AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Cairgorn Bug?

 
I have set traces all over the place. No errors are occurring and the command gets executed. Any Idea what could be the problem?


On 9/14/05, Omar Ramos <
[EMAIL PROTECTED]> wrote: 
Thanks alot for your reply ali, If in fact there was an error why the piece of code beneth that line doesn't get executed? I am checking the command it is executing just fine. Gona check on it again. 


 

On 9/14/05, Alistair McLeod <
[EMAIL PROTECTED] > wrote: 
Hi Omar,
 
An exception is probably getting thrown somewhere, either in the EventBroadcaster because the event hasn't been registered with a command, or within your command itself. 

 
Have you checked flashlog.txt (ensure you have debug player, mm.cfg etc).
 
Ali

 
-- Alistair McLeod 
Development Director iteration::two 
  
[EMAIL PROTECTED] Office: +44 (0)131 338 6108 
  This e-mail and any associated attachments transmitted with it may contain confidential information and must not be copied, or disclosed, or used by anyone other than the intended recipient(s). If you are not the intended recipient(s) please destroy this e-mail, and any copies of it, immediately. 

Please also note that while software systems have been used to try to ensure that this e-mail has been swept for viruses, iteration::two do not accept responsibility for any damage or loss caused in respect of any viruses transmitted by the e-mail. Please ensure your own checks are carried out before any attachments are opened. 


 
 



From: 
flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] 
On Behalf Of Omar RamosSent: 14 September 2005 00:43To: 
flexcoders@yahoogroups.comSubject: [flexcoders] Cairgorn Bug? 


Hi there,

 

There is something strange going with cairngorm in the application am currently developting. It seams that when I do a broadcast the lines of code beneth if doesn't execute.


I do this.

 

EventBroadcaster.getInstance().broadcastEvent(ScrapblogController.EVENT_SELECT_OBJECT, eventObj);trace("TEST");


 

 

and the trace never apears or the code beneth it never gets executed. Any ideas?

 

 

 

Omar Ramos

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

SPONSORED LINKS
 





Web site design 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 ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 


YAHOO! GROUPS LINKS 

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











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





  




  
  
  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] Cairgorn Bug?

2005-09-16 Thread Michael Herron










There are only so many things it can be:

 

·
Have you
registered the event correctly with the controller?

·
Has the
controller been instantiated?

·
Has the
controller been instantiated BEFORE the event is broadcast? 

o   
When is
the event broadcast?

·
Are you instantiating
a delegate from within your command?

·
Are all
services required by the delegates available when they are constructed?

 

-Mike









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Omar Ramos
Sent: 16 September 2005 15:40
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Cairgorn
Bug?



 



Nope, This is the call
EventBroadcaster.getInstance().broadcastEvent(ScrapblogController.EVENT_SELECT_OBJECT,
eventObj); The command only implements the Command interface and only has a if
and a switch statement on execute thats it. 





 







 





On 9/16/05, Mercer,
Dustin <[EMAIL PROTECTED]>
wrote: 



Just curious, do you use any viewhelpers within your command?

 









From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of Omar Ramos
Sent: Friday, September 16, 2005
5:54 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Cairgorn
Bug?





 

I have set traces all over the place. No errors are
occurring and the command gets executed. Any Idea what could be the problem? 



On
9/14/05, Omar Ramos < [EMAIL PROTECTED]>
wrote: 

Thanks
alot for your reply ali, If in fact there was an error why the piece of code
beneth that line doesn't get executed? I am checking the command it is
executing just fine. Gona check on it again. 



 



On
9/14/05, Alistair
 McLeod <
[EMAIL PROTECTED] > wrote: 

Hi Omar,

 

An exception is probably getting thrown somewhere, either in
the EventBroadcaster because the event hasn't been registered with a command,
or within your command itself. 

 

Have you checked flashlog.txt (ensure you have debug player,
mm.cfg etc).

 

Ali



 



--

Alistair McLeod 
Development
Director 
iteration::two

 

[EMAIL PROTECTED]

Office:
+44 (0)131 338 6108 
 

This
e-mail and any associated attachments transmitted with it may contain
confidential information and must not be copied, or disclosed, or used by
anyone other than the intended recipient(s). If you are not the intended
recipient(s) please destroy this e-mail, and any copies of it, immediately. 


Please also note that while software systems have been used to try to
ensure that this e-mail has been swept for viruses, iteration::two do not
accept responsibility for any damage or loss caused in respect of any viruses
transmitted by the e-mail. Please ensure your own checks are carried out before
any attachments are opened. 



 



 







From: flexcoders@yahoogroups.com
[mailto:
flexcoders@yahoogroups.com] On Behalf Of Omar
Ramos
Sent: 14 September 2005 00:43
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Cairgorn
Bug?

 





Hi there,





 





There is
something strange going with cairngorm in the application am currently
developting. It seams that when I do a broadcast the lines of code beneth if
doesn't execute. 





I do
this.





 





EventBroadcaster.getInstance().broadcastEvent(ScrapblogController.EVENT_SELECT_OBJECT,
eventObj);
trace("TEST"); 





 





 





and the
trace never apears or the code beneth it never gets executed. Any ideas?





 





 





 





Omar
Ramos





System
Developer



 



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

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






SPONSORED LINKS 




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















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 i

Re: [flexcoders] Cairgorn Bug?

2005-09-16 Thread Omar Ramos



Hi mike,
 
That is the weird thing. Other commands work fine. Also this command works also but the code beneth doesn't get executed which is the weird thing. The command doesn't implement responder therefore it doesn't use delegate either. It just manipulates the ModelLocator. The command is executed way into the application so the controller and everything is instantiated. The command is registered correctly with the controller otherwise it would not execute.
 
On 9/16/05, Michael Herron <[EMAIL PROTECTED]> wrote:


There are only so many things it can be:
 
· 
Have you registered the event correctly with the controller?
· 
Has the controller been instantiated?
· 
Has the controller been instantiated BEFORE the event is broadcast? 
o    
When is the event broadcast?
· 
Are you instantiating a delegate from within your command?
· 
Are all services required by the delegates available when they are constructed?

 
-Mike




From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Omar RamosSent: 16 September 2005 15:40 
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Cairgorn Bug?


 

Nope, This is the call EventBroadcaster.getInstance().broadcastEvent(ScrapblogController.EVENT_SELECT_OBJECT, eventObj); The command only implements the Command interface and only has a if and a switch statement on execute thats it. 


 

 

On 9/16/05, Mercer, Dustin <
[EMAIL PROTECTED]> wrote: 

Just curious, do you use any viewhelpers within your command?
 




From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Omar RamosSent: Friday, September 16, 2005 5:54 AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Cairgorn Bug?

 
I have set traces all over the place. No errors are occurring and the command gets executed. Any Idea what could be the problem? 


On 9/14/05, Omar Ramos <
 [EMAIL PROTECTED]> wrote: 
Thanks alot for your reply ali, If in fact there was an error why the piece of code beneth that line doesn't get executed? I am checking the command it is executing just fine. Gona check on it again. 


 

On 9/14/05, Alistair McLeod <
 [EMAIL PROTECTED] > wrote: 
Hi Omar,
 
An exception is probably getting thrown somewhere, either in the EventBroadcaster because the event hasn't been registered with a command, or within your command itself. 

 
Have you checked flashlog.txt (ensure you have debug player, mm.cfg etc).
 
Ali

 
-- Alistair McLeod 
Development Director iteration::two 
  
[EMAIL PROTECTED] Office: +44 (0)131 338 6108 
  This e-mail and any associated attachments transmitted with it may contain confidential information and must not be copied, or disclosed, or used by anyone other than the intended recipient(s). If you are not the intended recipient(s) please destroy this e-mail, and any copies of it, immediately. 

Please also note that while software systems have been used to try to ensure that this e-mail has been swept for viruses, iteration::two do not accept responsibility for any damage or loss caused in respect of any viruses transmitted by the e-mail. Please ensure your own checks are carried out before any attachments are opened. 


 
 



From: 
flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] 
On Behalf Of Omar RamosSent: 14 September 2005 00:43To: 
flexcoders@yahoogroups.comSubject: [flexcoders] Cairgorn Bug? 


Hi there,

 

There is something strange going with cairngorm in the application am currently developting. It seams that when I do a broadcast the lines of code beneth if doesn't execute. 


I do this.

 

EventBroadcaster.getInstance().broadcastEvent(ScrapblogController.EVENT_SELECT_OBJECT, eventObj);trace("TEST"); 


 

 

and the trace never apears or the code beneth it never gets executed. Any ideas?

 

 

 

Omar Ramos

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


SPONSORED LINKS
 





Web site design 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 ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 



YAHOO! GROUPS LINKS
 
 

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



--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40ya

RE: [flexcoders] Cairgorn Bug?

2005-09-16 Thread Mercer, Dustin










Can you try to remove all the code within
the execute method in the command?  After that, see if your code below the
broadcastEvent works. 

 

Also, have you tried to add a trace statement
to the command to make sure it is executing…  

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Omar Ramos
Sent: Friday, September 16, 2005
8:00 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Cairgorn
Bug?



 



Hi mike,





 





That is the weird thing. Other commands work fine. Also this command
works also but the code beneth doesn't get executed which is the weird thing.
The command doesn't implement responder therefore it doesn't use delegate
either. It just manipulates the ModelLocator. The command is executed way into
the application so the controller and everything is instantiated. The command
is registered correctly with the controller otherwise it would not execute. 

 





On 9/16/05, Michael
Herron <[EMAIL PROTECTED]>
wrote: 



There are only so many things it can be:

 

·
Have you registered the event correctly with the
controller?

·
Has the controller been instantiated?

·
Has the controller been instantiated BEFORE the
event is broadcast? 

o    When is the event broadcast?

·
Are you instantiating a delegate from within your
command?

·
Are all services required by the delegates
available when they are constructed? 

 

-Mike









From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of Omar Ramos
Sent: 16 September 2005 15:40 




To: flexcoders@yahoogroups.com

Subject: Re:
[flexcoders] Cairgorn Bug?







 



Nope,
This is the call
EventBroadcaster.getInstance().broadcastEvent(ScrapblogController.EVENT_SELECT_OBJECT,
eventObj); The command only implements the Command interface and only has a if
and a switch statement on execute thats it. 





 







 





On
9/16/05, Mercer, Dustin <
[EMAIL PROTECTED]> wrote: 



Just curious, do you use any viewhelpers within your command?

 









From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of Omar Ramos
Sent: Friday, September 16, 2005
5:54 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Cairgorn
Bug?





 

I have set traces all over the place. No errors are
occurring and the command gets executed. Any Idea what could be the problem? 



On
9/14/05, Omar Ramos < [EMAIL PROTECTED]>
wrote: 

Thanks
alot for your reply ali, If in fact there was an error why the piece of code
beneth that line doesn't get executed? I am checking the command it is
executing just fine. Gona check on it again. 



 



On
9/14/05, Alistair McLeod <
[EMAIL PROTECTED] > wrote: 

Hi Omar,

 

An exception is probably getting thrown somewhere, either in
the EventBroadcaster because the event hasn't been registered with a command,
or within your command itself. 

 

Have you checked flashlog.txt (ensure you have debug player,
mm.cfg etc).

 

Ali



 



--

Alistair
McLeod 
Development
Director 
iteration::two

 

[EMAIL PROTECTED]

Office:
+44 (0)131 338 6108 
 

This
e-mail and any associated attachments transmitted with it may contain
confidential information and must not be copied, or disclosed, or used by
anyone other than the intended recipient(s). If you are not the intended
recipient(s) please destroy this e-mail, and any copies of it, immediately. 


Please also note that while software systems have been used to try to
ensure that this e-mail has been swept for viruses, iteration::two do not
accept responsibility for any damage or loss caused in respect of any viruses
transmitted by the e-mail. Please ensure your own checks are carried out before
any attachments are opened. 



 



 







From: flexcoders@yahoogroups.com
[mailto:
flexcoders@yahoogroups.com] On Behalf Of Omar
Ramos
Sent: 14 September 2005 00:43
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Cairgorn
Bug?

 





Hi there,





 





There is
something strange going with cairngorm in the application am currently
developting. It seams that when I do a broadcast the lines of code beneth if
doesn't execute. 





I do
this.





 





EventBroadcaster.getInstance().broadcastEvent(ScrapblogController.EVENT_SELECT_OBJECT,
eventObj);
trace("TEST"); 





 





 





and the
trace never apears or the code beneth it never gets executed. Any ideas?





 





 





 





Omar
Ramos





System
Developer



 



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

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




SPONSORED LINKS 




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


 















YAHOO! GROUPS
LINKS 

 


  Visit your group
 "flexcoders
 " on the web.
   
  To un

Re: [flexcoders] Comparing Structure Elements - Not Working **SPAM**

2005-09-16 Thread Greg Johnson






I forgot to say exacty what I need.  I have 2 datagrids and need to
move rows from one to another making sure that the destination doesn't
already have the same row.  Could someone look at the code I have and
see why the check for duplicates isn't working?

tnks

Greg Johnson wrote:

I have 2 Datagrids.  One gets populated by a call to a CFC, the other 
starts databound to an empty array
  
The Source Datagrid has a list of names.  I let the person click on, 
then click a button.  Then a function checks to make sure the person is
  
not already in the list.  If they are not in the list, it adds them to 
the list.
  
Both have a structure of
PERSON_ID
FULL_NAME
DEPT_CODE
DEPT_NAME
  
The comparison is on PERSON_ID which is a unique number stored in the 
SQL Database as test. SelectionList is bound to the destination
Datagrid 
and here is the function that brings in the data for the source grid.
  
private function doResultGetPeople(result:Array):Void{
    var TempObject:Object = new Object();
    var GetPeopleArray:Array = new Array();
    for(var i=0; i < result.length; i++){
 TempObject = result[i];
 GetPeopleArray.push(TempObject);
    }
    IS_RESULTS.dataProvider = GetPeopleArray;
    Selections.visible=true;
   }
  
Here is my code that is always evaluating true
  
var SelectionList:Array = new Array();
function addfromIS():Void {
    var SrcItem = 
IS_RESULTS.dataProvider.getItemAt(IS_RESULTS.selectedIndex);
    if(SelectionList.length > 0) {
    for (var i=0; i
    var CompItem = SelectionList.getItemAt(i);
 if(SrcItem.Person_ID != CompItem.Person_ID) {
    SelectionList.addItem(SrcItem);
    }
    }
    } else {
    SelectionList.addItem(SrcItem);
    }
}
  
-- 
Greg Johnson
Owner & Lead Technician
[EMAIL PROTECTED]
  
Techno-Fix-It
Filling the Gap Between the Store and the Repair Shop
--
www.technofixit.com
Phone:(919)-371-1476
Fax:(919)-882-9804
P.O. Box 1094
Morrisville, N.C. 27560
  
  

  
  
  

As
a professional in computers, I personaly recommend Avast Antivirus
avast! Antivirus: Inbound
message clean.

Virus
Database (VPS): 0537-2, 09/16/2005
Tested on: 9/16/2005 9:56:11 AM
avast! - copyright (c) 2000-2004 ALWIL Software.


  
  


-- 
Greg Johnson
Owner & Lead Technician
[EMAIL PROTECTED]

Techno-Fix-It
Filling the Gap Between the Store and the Repair Shop
--
www.technofixit.com
Phone:(919)-371-1476
Fax:(919)-882-9804
P.O. Box 1094
Morrisville, N.C. 27560






--
Flexcoders Mailing 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] problem with cell renderer showing data in datagrid twice

2005-09-16 Thread Matt Chotin










As have we, hence limited responses J

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Craig Newroth
Sent: Friday, September 16, 2005
6:24 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] problem
with cell renderer showing data in datagrid twice



 



Matt:





 Sure did, Kevin H sent me some files that showed how to fix...





thanks





Craig





ps. sorry for not responding quicker, been REAL busy...







Matt Chotin
<[EMAIL PROTECTED]> wrote:





Craig, did you solve this or do you still
need help?

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Craig Newroth
Sent: Thursday, August 11, 2005
11:35 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] problem
with cell renderer showing data in datagrid twice



 





here are the files







cnewroth55
<[EMAIL PROTECTED]> wrote:





okay, heres one for all; i
have a datagrid and the last cell i 
wanted 
to put a combo box in it with a set of selections
for a user to pick 
from. got the cell renederer to work and it puts
the combo box in 
it, 
however if yu select an item from them combo box,
it will put that 
selection in the next row that is 'invisible' or
below the datagrids 
visible rows.
graphic representation:
__
[][][combo box]<-i select an item here 
say
'1'   

(say there are 7 visible rows to datagrid)
__
here is the next row (8) that you cannot see
unless you use scroll 
bar
--
[][][combo box] <-the item '1' shows up
here...and in 
subsequent selection(s) numbering the amount of
visible rows in the 
dg..?
here is the cellrenderer code file and the main
mxml file
any thoughts as to why or what I am doing wrong?
(guess I will have to attach the files in a
seperate reply to this 
post, dont see where to attach them here)













Start
your day with Yahoo! - make it your home page 









Yahoo! for Good
Click here to donate to
the Hurricane Katrina relief effort. 







--
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
  
  
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] UML and Flex

2005-09-16 Thread javanatic23
Hi.
Does exist any tool with these features:
- Generation of MXML and AS from UML Diagrams.
- Reverse engineering of MXML and AS for generation of UML diagrams.




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

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

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

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

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




Re: [flexcoders] Comparing Structure Elements - Not Working **SPAM**

2005-09-16 Thread jeff tapper
try this =

var SelectionList:Array = new Array();
var isNew:Boolean = true;
function addfromIS():Void {
 var SrcItem = 
IS_RESULTS.dataProvider.getItemAt(IS_RESULTS.selectedIndex);
 if (SelectionList.length>0) {
 for (var i = 0; iI forgot to say exacty what I need.  I have 2 datagrids and need to move 
>rows from one to another making sure that the destination doesn't already 
>have the same row.  Could someone look at the code I have and see why the 
>check for duplicates isn't working?
>
>tnks
>
>Greg Johnson wrote:
>>I have 2 Datagrids.  One gets populated by a call to a CFC, the other
>>starts databound to an empty array
>>
>>The Source Datagrid has a list of names.  I let the person click on,
>>then click a button.  Then a function checks to make sure the person is
>>not already in the list.  If they are not in the list, it adds them to
>>the list.
>>
>>Both have a structure of
>>PERSON_ID
>>FULL_NAME
>>DEPT_CODE
>>DEPT_NAME
>>
>>The comparison is on PERSON_ID which is a unique number stored in the
>>SQL Database as test. SelectionList is bound to the destination Datagrid
>>and here is the function that brings in the data for the source grid.
>>
>>private function doResultGetPeople(result:Array):Void{
>> var TempObject:Object = new Object();
>> var GetPeopleArray:Array = new Array();
>> for(var i=0; i < result.length; i++){
>>  TempObject = result[i];
>>  GetPeopleArray.push(TempObject);
>> }
>> IS_RESULTS.dataProvider = GetPeopleArray;
>> Selections.visible=true;
>>}
>>
>>Here is my code that is always evaluating true
>>
>>var SelectionList:Array = new Array();
>>function addfromIS():Void {
>> var SrcItem =
>>IS_RESULTS.dataProvider.getItemAt(IS_RESULTS.selectedIndex);
>> if(SelectionList.length > 0) {
>> for (var i=0; i> var CompItem = SelectionList.getItemAt(i);
>>  if(SrcItem.Person_ID != CompItem.Person_ID) {
>> SelectionList.addItem(SrcItem);
>> }
>> }
>> } else {
>> SelectionList.addItem(SrcItem);
>> }
>>}
>>
>>--
>>Greg Johnson
>>Owner & Lead Technician
>>[EMAIL PROTECTED]
>>
>>Techno-Fix-It
>>Filling the Gap Between the Store and the Repair Shop
>>--
>>www.technofixit.com
>>Phone:(919)-371-1476
>>Fax:(919)-882-9804
>>P.O. Box 1094
>>Morrisville, N.C. 27560
>>
>>
>>
>>
>>--
>>As a professional in computers, I personaly recommend Avast Antivirus
>>avast! Antivirus: Inbound message clean.
>>
>>Virus Database (VPS): 0537-2, 09/16/2005
>>Tested on: 9/16/2005 9:56:11 AM
>>avast! - copyright (c) 2000-2004 ALWIL Software.
>
>
>--
>Greg Johnson
>Owner & Lead Technician
>[EMAIL PROTECTED]
>
>Techno-Fix-It
>Filling the Gap Between the Store and the Repair Shop
>--
>www.technofixit.com
>Phone:(919)-371-1476
>Fax:(919)-882-9804
>P.O. Box 1094
>Morrisville, N.C. 27560
>
>--
>Flexcoders Mailing List
>FAQ: 
>http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>Search Archives: 
>http://www.mail-archive.com/flexcoders%40yahoogroups.com
> 
>
>
>
>
>--
>YAHOO! GROUPS LINKS
>
>*  Visit your group 
> "flexcoders" on the web.
>*
>*  To unsubscribe from this group, send an email to:
>* 
> [EMAIL PROTECTED] 
>
>*
>*  Your use of Yahoo! Groups is subject to the 
> Yahoo! Terms of Service.
>
>
>--



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

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

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

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

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




[flexcoders] whitelist error?

2005-09-16 Thread Greg Morphis
I'm trying to run the RemoteObjectDemo from my local machine..
http://127.0.0.1:8301/explorer/data/RemoteObjectDemo.mxml
and I'm getting a whitelist error..
"You are not allowed to access this service 
samples.explorer.EmploeeManager.
The service is not in the configured whitelist."
My whitelist is http://* and https://*..
C:\JRun4\servers\flex\flex-war\WEB-INF\flex\flex-config.xml
has



http://*
https://*



and this is under 

Any ideas why I'm getting this error?



-- 
Auxilium meum a Domino


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

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

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

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

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




[flexcoders] Re: whitelist error?

2005-09-16 Thread Greg Morphis
Actually I have both the  and 
bot set to http://* and https://*

Thanks

On 9/16/05, Greg Morphis <[EMAIL PROTECTED]> wrote:
> I'm trying to run the RemoteObjectDemo from my local machine..
> http://127.0.0.1:8301/explorer/data/RemoteObjectDemo.mxml
> and I'm getting a whitelist error..
> "You are not allowed to access this service
> samples.explorer.EmploeeManager.
> The service is not in the configured whitelist."
> My whitelist is http://* and https://*..
> C:\JRun4\servers\flex\flex-war\WEB-INF\flex\flex-config.xml
> has
> 
> 
> 
> http://*
> https://*
> 
> 
> 
> and this is under 
> 
> Any ideas why I'm getting this error?
> 
> 
> 
> --
> Auxilium meum a Domino
> 


-- 
Auxilium meum a Domino


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

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

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

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

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




[flexcoders] Re: whitelist error?

2005-09-16 Thread Greg Morphis
nevermind, I found that the remote-objects source whitelist needed to
be populated
samples.*
samples



On 9/16/05, Greg Morphis <[EMAIL PROTECTED]> wrote:
> Actually I have both the  and 
> bot set to http://* and https://*
> 
> Thanks
> 
> On 9/16/05, Greg Morphis <[EMAIL PROTECTED]> wrote:
> > I'm trying to run the RemoteObjectDemo from my local machine..
> > http://127.0.0.1:8301/explorer/data/RemoteObjectDemo.mxml
> > and I'm getting a whitelist error..
> > "You are not allowed to access this service
> > samples.explorer.EmploeeManager.
> > The service is not in the configured whitelist."
> > My whitelist is http://* and https://*..
> > C:\JRun4\servers\flex\flex-war\WEB-INF\flex\flex-config.xml
> > has
> > 
> > 
> > 
> > http://*
> > https://*
> > 
> > 
> >
> > and this is under 
> >
> > Any ideas why I'm getting this error?
> >
> >
> >
> > --
> > Auxilium meum a Domino
> >
> 
> 
> --
> Auxilium meum a Domino
> 


-- 
Auxilium meum a Domino


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

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

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

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

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





[flexcoders] RemoteObject Error - maybe some one can help!!!

2005-09-16 Thread cnewroth55
have this .class file that i am trying to access as a RO, and when i 
try to access it, the error i am getting back from the network monitor 
is:
(Unsupported major.minor version 49.0)
had a co-worker compile the .java file for me, so i dont know what 
version to maybe have him make it availble to? What version does the 
FLex JRUN server use? or am i asking the wrong questions?






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

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

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

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

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




Re: [flexcoders] Comparing Structure Elements - Not Working **SPAM**

2005-09-16 Thread Greg Johnson
Nope, leaving the comparison as below
if (SrcItem.Person_ID != CompItem.Person_ID) {
results in me being able to add the same name over and over again
if (SrcItem.Person_ID == CompItem.Person_ID) {
lets me add one name but no other names.



jeff tapper wrote:

> try this =
>
> var SelectionList:Array = new Array();
> var isNew:Boolean = true;
> function addfromIS():Void {
>  var SrcItem =
> IS_RESULTS.dataProvider.getItemAt(IS_RESULTS.selectedIndex);
>  if (SelectionList.length>0) {
>  for (var i = 0; i  var CompItem = SelectionList.getItemAt(i);
>  if (SrcItem.Person_ID != CompItem.Person_ID) {
>  isNew = false;
>  }
>  }
>  }
>  if (isNew) {
>  SelectionList.addItem(SrcItem);
>  }
> }
>
>

-- 
Greg Johnson
Owner & Lead Technician
[EMAIL PROTECTED]

Techno-Fix-It
Filling the Gap Between the Store and the Repair Shop
--
www.technofixit.com
Phone:(919)-371-1476
Fax:(919)-882-9804
P.O. Box 1094
Morrisville, N.C. 27560



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

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

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

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

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




Re: [flexcoders] Flex and Remote Objects

2005-09-16 Thread Greg Morphis
Tracy, how or where does the mxml file read the data from? is it the
EmployeeManager.class or the EmployeeManager.java file?

I tried modifying the .java file and added another person but they
aren't showing.
I modified the .class anf got some major/minor error?

How would you go about adding someone to this?

Thanks

On 9/13/05, Tracy Spratt <[EMAIL PROTECTED]> wrote:
> For a very basic example, I took the RemotObject sample from
> FlexExplorer and moved it to my own app, and noted what it took to get
> it working,  The example mxml file is reasonably commented.  This
> example uses AS to build and invoke the request, rather than declarative
> mxml.
> 
> http://www.cflex.net/showfiledetails.cfm?ChannelID=1&Object=File&objectI
> D=18
> 
> Also, search for RemoteObject on the site above, perhaps some of the
> other examples will be useful.
> 
> Tracy
> 
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Greg Morphis
> Sent: Tuesday, September 13, 2005 5:54 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Flex and Remote Objects
> 
> Anyone have links to a good tutorial on Flex and Remote Objects? I've
> tried to read the LiveDocs
> (http://livedocs.macromedia.com/flex/15/flex_docs_en/2244.htm) but
> this is just too dry and bland. A tutorial or links to not so bland
> information would be appreciated. Thanks!
> 
> --
> Auxilium meum a Domino
> 
> 
> 
> --
> Flexcoders Mailing 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
> 
> 
> 
> 
> 
> 
> 
> 


-- 
Auxilium meum a Domino


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

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

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

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

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




Re: [flexcoders] UML and Flex

2005-09-16 Thread Darron J. Schall
javanatic23 wrote:

>Hi.
>Does exist any tool with these features:
>- Generation of MXML and AS from UML Diagrams.
>  
>
I created an ActionScript 2 code generator here: 
http://www.darronschall.com/weblog/archives/000174.cfm

I've mostly tested it with ArgoUML, your mileage may vary.  Source code 
is available so you can tweak it if you want.  It doesn't generate .mxml 
(how could you from a Class diagram?).

>- Reverse engineering of MXML and AS for generation of UML diagrams.
>  
>
Nothing that I know of...

-d



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

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

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

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

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




Re: [flexcoders] Comparing Structure Elements - Not Working

2005-09-16 Thread Greg Johnson






I got it
var isNew:Boolean = true;
function addfromIS():Void {
 var SrcItem:String =
IS_RESULTS.dataProvider[IS_RESULTS.selectedIndex].PERSON_ID;
            isNew = true;
            if (SelectionList.length>0) {
 for (var i = 0; i
 var CompItem:String =
Person_List.dataProvider[i].PERSON_ID;
 if (SrcItem == CompItem) {
 isNew = false;
 }
 }
 }
 if (isNew) {

Person_List.dataProvider.addItem(IS_RESULTS.dataProvider[IS_RESULTS.selectedIndex]);
 }
}
The key was getting the info through the datagrid instead of
directly from the dataProvider.  I have absolutely no idea why.  If
anyone can shed light on this for me it would be apreciated.  This is
only the 3rd day I've been working with Flex, and with no prior
education on Flex. :)

jeff tapper wrote:

try this =
  
var SelectionList:Array = new Array();
var isNew:Boolean = true;
function addfromIS():Void {
 var SrcItem = 
IS_RESULTS.dataProvider.getItemAt(IS_RESULTS.selectedIndex);
 if (SelectionList.length>0) {
 for (var i = 0; i
 var CompItem = SelectionList.getItemAt(i);
 if (SrcItem.Person_ID != CompItem.Person_ID) {
 isNew = false;
 }
 }
 }
 if (isNew) {
 SelectionList.addItem(SrcItem);
 }
}
  
  
At 11:25 AM 9/16/2005, you wrote:
>I forgot to say exacty what I need.  I have 2 datagrids and need to
move 
>rows from one to another making sure that the destination doesn't
already 
>have the same row.  Could someone look at the code I have and see
why the 
>check for duplicates isn't working?
>
>tnks
>
>Greg Johnson wrote:
>>I have 2 Datagrids.  One gets populated by a call to a CFC, the
other
>>starts databound to an empty array
>>
>>The Source Datagrid has a list of names.  I let the person
click on,
>>then click a button.  Then a function checks to make sure the
person is
>>not already in the list.  If they are not in the list, it adds
them to
>>the list.
>>
>>Both have a structure of
>>PERSON_ID
>>FULL_NAME
>>DEPT_CODE
>>DEPT_NAME
>>
>>The comparison is on PERSON_ID which is a unique number stored
in the
>>SQL Database as test. SelectionList is bound to the destination
Datagrid
>>and here is the function that brings in the data for the source
grid.
>>
>>private function doResultGetPeople(result:Array):Void{
>> var TempObject:Object = new Object();
>> var GetPeopleArray:Array = new Array();
>> for(var i=0; i < result.length; i++){
>>  TempObject = result[i];
>>  GetPeopleArray.push(TempObject);
>> }
>> IS_RESULTS.dataProvider = GetPeopleArray;
>> Selections.visible=true;
>>    }
>>
>>Here is my code that is always evaluating true
>>
>>var SelectionList:Array = new Array();
>>function addfromIS():Void {
>> var SrcItem =
>>IS_RESULTS.dataProvider.getItemAt(IS_RESULTS.selectedIndex);
>> if(SelectionList.length > 0) {
>> for (var i=0; i
>> var CompItem = SelectionList.getItemAt(i);
>>  if(SrcItem.Person_ID != CompItem.Person_ID) {
>> SelectionList.addItem(SrcItem);
>> }
>> }
>> } else {
>> SelectionList.addItem(SrcItem);
>> }
>>}
>>
>>--
>>Greg Johnson
>>Owner & Lead Technician
>>[EMAIL PROTECTED]
>>
>>Techno-Fix-It
>>Filling the Gap Between the Store and the Repair Shop
>>--
>>www.technofixit.com
>>Phone:(919)-371-1476
>>Fax:(919)-882-9804
>>P.O. Box 1094
>>Morrisville, N.C. 27560
>>
>>
>>
>>
>>--
>>As a professional in computers, I personaly recommend Avast
Antivirus
>>avast!
Antivirus: Inbound message clean.
>>
>>Virus Database (VPS): 0537-2, 09/16/2005
>>Tested on: 9/16/2005 9:56:11 AM
>>avast! - copyright (c) 2000-2004 ALWIL Software.
>
>
>--
>Greg Johnson
>Owner & Lead Technician
>[EMAIL PROTECTED]
>
>Techno-Fix-It
>Filling the Gap Between the Store and the Repair Shop
>--
>www.technofixit.com
>Phone:(919)-371-1476
>Fax:(919)-882-9804
>P.O. Box 1094
>Morrisville, N.C. 27560
>
>--
>Flexcoders Mailing 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] How to pass value selected from combo box to my Java class method

2005-09-16 Thread sandip_patil01
Hi all,

Can anybody tell me how to pass value selected from combo box to my 
service class method.
Here what I want is depending on the parameter passed to method the 
method should fetch records from database.
In this case I want to pass value selected from combo box to my java 
class method.So how I can achive this.

My code is ,
 

where this listInfo contains some data.
Now I want to pass one selected value from this data to my java 
class method sothat accordingly I can fire my select query depending 
on the value passed.
So can anybody please help me out.

Thanks in advance.
Sandip Patil






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

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

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

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

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




RE: [flexcoders] Re: HOw combo box populated

2005-09-16 Thread Gordon Smith
Write a handler for the "change" event coming from the State combo box.
In that handler, set the dataProvider of the City combo box.

- Gordon


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of sandip_patil01
Sent: Friday, September 16, 2005 1:40 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: HOw combo box populated


Can you Plz tell me or if possible send me the code how to get 
cities popualted in combo box when state is selected from another 
combo box.



--- In flexcoders@yahoogroups.com, "bsd" <[EMAIL PROTECTED]> wrote:
> I have built a custom City/State/Zip component to use throughout an
> application and, hopefully, throughout multiple applications.  
> 
>  
> 
> It consists of three ComboBoxes; if the user selects the state, it 
populates
> the city ComboBox with the cities for that state pulled from a 
database.
> Once the user selects a city, the zip codes for that city are then 
populated
> in the third ComboBox.  It also works in reverse where the user 
can type in
> the zip code in the editable ComboBox and the State and City 
ComboBoxes are
> populated and selected with the appropriate data.  
> 
>  
> 
>  
> 
> Okay, all that's working.  The application at hand is one where 
the user
> creates an event and selects the hotel for that event.  Right now 
I'm
> dealing only with the hotel data.  There is a panel to list all 
the hotels
> in the database and a panel to edit that hotel's data (along with 
panels for
> adding hotels, etc.).
> 
> 
> 
> The application has a model to hold the data for the particular 
hotel being
> dealt with (
> 
> {roHotels.getHotel.result._items[0]}
)
> 
>  
> 
>  
> 
>  I have the custom component dropped into my application on an 
edit form
> with the id="editCityStateZip" and the data passed in so that is 
looks like:
> 
>  
> 
>  city="{HotelToEdit.HotelCity}" zip="{HotelToEdit.HotelZip}" />
> 
>  
> 
> The user selects the hotel from the first panel, clicks a button 
that calls
> the RemoteObject (roHotels) that is used to pull the hotel data 
from the
> database and is directed to the Edit panel.  
> 
>  
> 
> Now, all of this is working so far.  However, when the user goes 
back to the
> main panel that lists all the hotels, selects a new hotel, clicks 
the button
> and is sent back to the edit panel, all the data in that edit 
panel is
> updated except for the that in the CityStateZip component.  
> 
>  
> 
> I've created a test function within the custom component to trace 
the data
> values for the city, state and zip variables and the correct ones 
are there
> in the component.  It just seems that the function that picks the 
state in
> the state ComboBox, fn_pickState(stateName), (as this is the one 
that drives
> the others) gets fired before the data in model is changed or 
doesn't get
> fired after the initialization of the ComboBox.   I call this 
function using
> the modelChanged event handler of the state ComboBox.  I'm also 
calling it
> using the resultHandler attribute of my RemoteObject.  I've also 
tried
> calling it with the function that loads the data for the edit 
panel and
> using the valueCommitted method of the state ComboBox.  None of 
these are
> working.  
> 
>  
> 
> What am I missing here?  How do I call my function after the data 
has been
> returned from the database and loaded into my data model?  I'm 
getting a
> huge headache from banging my head against the wall for two days!
> 
>  
> 
> Please help!
> 
>  
> 
> Thanks in advance,
> 
> Brad





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



 




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

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

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

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

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




RE: [flexcoders] How to pass value selected from combo box to my Java class method

2005-09-16 Thread Battershall, Jeff
Sandip,

The way to get the data associated with the currently selected item is

item.selectedItem.data

If that data is simple, you can pass it as-is, if not you'd access it
according to the datatype of the data such as data[0] or
data["firstName"] or what-have-you.

You'd bind your web service parameter to that value such as

{item.selectedItem.data}

HTH,

Jeff

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of sandip_patil01
Sent: Friday, September 16, 2005 2:16 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to pass value selected from combo box to my
Java class method


Hi all,

Can anybody tell me how to pass value selected from combo box to my 
service class method.
Here what I want is depending on the parameter passed to method the 
method should fetch records from database.
In this case I want to pass value selected from combo box to my java 
class method.So how I can achive this.

My code is ,
 

where this listInfo contains some data.
Now I want to pass one selected value from this data to my java 
class method sothat accordingly I can fire my select query depending 
on the value passed.
So can anybody please help me out.

Thanks in advance.
Sandip Patil







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



 





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

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

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

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

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




RE: [flexcoders] How to pass value selected from combo box to my Java class method

2005-09-16 Thread Gordon Smith
The selected item in the ComboBox is item.selectedItem. Do you know
about the "ASDoc"? It tells you about the properties, methods, events,
styles, and effects of every component. There should be a link to it at

Start > Macromedia > Macromedia Flex

http://livedocs.macromedia.com/flex/15/asdocs_en/index.html

- Gordon

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of sandip_patil01
Sent: Friday, September 16, 2005 11:16 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to pass value selected from combo box to my
Java class method

Hi all,

Can anybody tell me how to pass value selected from combo box to my 
service class method.
Here what I want is depending on the parameter passed to method the 
method should fetch records from database.
In this case I want to pass value selected from combo box to my java 
class method.So how I can achive this.

My code is ,
 

where this listInfo contains some data.
Now I want to pass one selected value from this data to my java 
class method sothat accordingly I can fire my select query depending 
on the value passed.
So can anybody please help me out.

Thanks in advance.
Sandip Patil







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



 




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

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

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

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

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




Re: [flexcoders] How to pass value selected from combo box to my Java class method

2005-09-16 Thread Oscar . Cortes
Assuming that you already have a RemoteObject to call your Java Class. This
is what I would do:


 cc: 
 
 Sent by:  Subject:  [flexcoders] How to 
pass value selected from combo box to my Java  
 flexcoders@yahoogroups.com  class method   

 09/16/2005 02:16 PM

 Please respond to  

 flexcoders 









Hi all,

Can anybody tell me how to pass value selected from combo box to my
service class method.
Here what I want is depending on the parameter passed to method the
method should fetch records from database.
In this case I want to pass value selected from combo box to my java
class method.So how I can achive this.

My code is ,
 

where this listInfo contains some data.
Now I want to pass one selected value from this data to my java
class method sothat accordingly I can fire my select query depending
on the value passed.
So can anybody please help me out.

Thanks in advance.
Sandip Patil







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











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




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

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

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

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

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





[flexcoders] Question about error message

2005-09-16 Thread nostra72




I have asked this before and I want to ask this again because I guess its still confusing me even though I have been able to handle it in the past. OK sometimes when I am programming I get this error message or one similar to this
2 Errors found.  Error 
Branch between 169711 and 202518 around line 0 exceeds 32K span. If possible, please refactor this component.Error 
Branch between 169711 and 202518 around line 0 exceeds 32K span.Ok now I am not sure why this error message appears, I mean if has something to do with the size of the program I am confused because I have gotten that error before and I just moved things around and made the program even bigger thus fixing the error. So I have no idea as to why I would get this message and how to fix it. Is the program to big or do I just have to put code in different places?
 





--
Flexcoders Mailing 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] Question about the samples on the samples page

2005-09-16 Thread nostra72




Ok I do not want to break any copyright laws so this is why I am asking this here. Lets say I wanted to look at the following url
http://localhost:8700/samples/flexstore/flexstore.mxml?versionChecked=true
 
Ok and lets say I wanted to cut and paste the code removing any copyrighted information and use the source code to make my own page that looks similar would I be able to do that legally? I am asking because I have heard that when someone writes a web page the code is copyrighted? At least when it comes to html
 
 





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





  




  
  
  YAHOO! GROUPS LINKS



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



  









RE: [flexcoders] Flex and Remote Objects

2005-09-16 Thread grady.haynes
.java files are Java source code; .class files are compiled Java
bytecode that's obtained by compiling one or more .java files with the
"javac" command if you have Sun's JDK installed.

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Greg Morphis
Sent: Friday, September 16, 2005 11:47 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex and Remote Objects

Tracy, how or where does the mxml file read the data from? is it the
EmployeeManager.class or the EmployeeManager.java file?

I tried modifying the .java file and added another person but they
aren't showing.
I modified the .class anf got some major/minor error?

How would you go about adding someone to this?

Thanks

On 9/13/05, Tracy Spratt <[EMAIL PROTECTED]> wrote:
> For a very basic example, I took the RemotObject sample from 
> FlexExplorer and moved it to my own app, and noted what it took to get

> it working,  The example mxml file is reasonably commented.  This 
> example uses AS to build and invoke the request, rather than 
> declarative mxml.
> 
> http://www.cflex.net/showfiledetails.cfm?ChannelID=1&Object=File&objec
> tI
> D=18
> 
> Also, search for RemoteObject on the site above, perhaps some of the 
> other examples will be useful.
> 
> Tracy
> 
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
> On Behalf Of Greg Morphis
> Sent: Tuesday, September 13, 2005 5:54 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Flex and Remote Objects
> 
> Anyone have links to a good tutorial on Flex and Remote Objects? I've 
> tried to read the LiveDocs
> (http://livedocs.macromedia.com/flex/15/flex_docs_en/2244.htm) but

> this is just too dry and bland. A tutorial or links to not so bland 
> information would be appreciated. Thanks!
> 
> --
> Auxilium meum a Domino
> 
> 
> 
> --
> Flexcoders Mailing 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
> 
> 
> 
> 
> 
> 
> 
> 


--
Auxilium meum a Domino



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



 




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

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

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

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

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




Re: [flexcoders] How to pass value selected from combo box to my Java class method

2005-09-16 Thread Sandip Patil



Thx Oscar,
 
For your response.
 
I know this.
But along with this value selected from combo box i also want to pass whatever values User enter in text box.
 
Here what I all want it is,
 
Suppse I have text box and combo box.
When user enter something in text box & also select value from combo box(which is already populated with data).I want both these valus to pass my Java class's another method.
 
Thx Again.
Sandip Patil
 
 
 
 
[EMAIL PROTECTED] wrote:
Assuming that you already have a RemoteObject to call your Java Class. Thisis what I would do:  change="myRemoteObject.getMyDataFromJava(item.selectedItem.mydata)/>   where mydata is the attribute name in listInfo and which you wanto tosend to Java.  You should have a resultHandler to catch the myRemoteObject.result, whichthen you can use as a Dataprovider for another
 control.-Oscar.   
      "sandip_patil01"  To:
 flexcoders@yahoogroups.com    <[EMAIL PROTECTED]>    cc:   Sent
 by:  Subject:  [flexcoders] How to pass value selected from combo box to my Java   flexcoders@yahoogroups.com  class method    09/16/2005 02:16
 PM     Please respond
 to  
 flexcoders
    
     Hi all,Can anybody tell me how to pass value selected from combo box to myservice class method.Here what I want is depending on the parameter passed to method themethod should fetch records from database.In
 this case I want to pass value selected from combo box to my javaclass method.So how I can achive this.My code is ,where this listInfo contains some data.Now I want to pass one selected value from this data to my javaclass method sothat accordingly I can fire my select query dependingon the value passed.So can anybody please help me out.Thanks in advance.Sandip Patil--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links---This
 e-mail message (including attachments, if any) is intended for the useof the individual or entity to which it is addressed and may containinformation that is privileged, proprietary , confidential and exempt fromdisclosure.  If you are not the intended recipient, you are notified thatany dissemination, distribution or copying of this communication isstrictly prohibited.  If you have received this communication in error,please notify the sender and erase this e-mail message immediately.---__Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com 





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





  




  
  
  YAHOO! GROUPS LINKS



   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] ms access

2005-09-16 Thread Tracy Spratt
Like Sjors says, and you can start here:
http://www.cflex.net/showfaq.cfm?ChannelID=1&faqType=#Question370
Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Sjors Pals
Sent: Friday, September 16, 2005 7:24 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] ms access

What did you try so far? Did you read anything about flex and 
datasources? Don't wanna be rude but i think you should first try a 
little bit your self.

Greets,

Sjors

Burak wrote:

> hi,
>
> dear friends, how I can get data from a database such as ms access in
> order to insert them
> in datagrid?
>
> --
> Burak BAYSAL
>
>
>
>
> --
> 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 
>
 
>   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 
Yahoo! Groups Links



 






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

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

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

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

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





RE: [flexcoders] flexstore not working

2005-09-16 Thread Tracy Spratt
Set the logging level using the "Tomcat Monitor":
Start, Programs, Apache Tomcat, Monitor tomcat, on the logging tab.

Setting {context.root} should happen automatically, I do not know how to
set it manually.

Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Fitzpatrick
Sent: Friday, September 16, 2005 8:36 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] flexstore not working

At 08:05 PM 9/15/2005, you wrote:
>Look at ...\tomcat 5.0\logs\stdout.log.

Tomcat itself is generating a "404" error relative to the .wsdl files
for 
services - meaning file not found? Is there a way to check whether 
{context.root} is properly defined in flex-config.xml?

Oddly, I noticed that "localhost" was coming up as localhost: in my 
urls. I'm not sure why. I defined it as localhost:8080 in the
FlexBuilder 
preferences for the testing server. Changing it by hand to
localhost:8080 
produced the same 404 error, though.

>To see it in FB, you need to use the Net connection pane, but I don't
>really use this myself. The tomcat log will be better.
>
>Hmm, you might also need to set the logging level on tomcat.

Where is this done? Do I set debug="1" in the file server.xml? There are
a 
couple of places I can do this. Messing around with these server config 
files makes me kinda nervous

- Tom

>Tracy
>
>-Original Message-
>From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
>Behalf Of Tom Fitzpatrick
>Sent: Thursday, September 15, 2005 3:20 PM
>To: flexcoders@yahoogroups.com
>Subject: RE: [flexcoders] flexstore not working
>
>At 02:01 PM 9/15/2005, you wrote:
> >In Flex-config:
> >
> >true
>
>I did try setting that tag to true, but wasn't sure what to do next.
>None
>of the debugging panes in FlexBuilder showed anything that I could see.
>
>I'm running Tomcat 5.0.25.
>
>- Tom
>
>
> >How to see the debug info depends on your J2EE servlet container and
>how
> >you are running it.
> >
> >Integrated JRun is easiest, the debugging ifo will be visible in the
> >command window that also displays the Flex server info.
> >
> >What are you using?
> >
> >Tracy
> >
> >-Original Message-
> >From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On
> >Behalf Of Tom Fitzpatrick
> >Sent: Thursday, September 15, 2005 10:32 AM
> >To: flexcoders@yahoogroups.com
> >Subject: RE: [flexcoders] flexstore not working
> >
> >At 06:51 PM 9/14/2005, you wrote:
> > >Turn on web service debugging in flex config and look at the
monitor
>or
> > >logs.  Any clues there?
> >
> >I don't know how to do this.
> >
> >Since none of my services are working, I wonder if the problem is
with
> >the
> >{context.root} reference in the flex-config.xml whitelist. Checking
> >through
> >the archives, I couldn't find any reference to a fix for my problem.
> >
> >- Tom
> >
> > >-Original Message-
> > >From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED]
>On
> > >Behalf Of Tom Fitzpatrick
> > >Sent: Wednesday, September 14, 2005 4:58 PM
> > >To: flexcoders@yahoogroups.com
> > >Subject: RE: [flexcoders] flexstore not working
> > >
> > >Yes, I did that - here's the listing in flex-config.xml:
> > >
> > >  
> > >
> >{context.root}/services/CatalogWS?wsdl
> > >  
> > >
> > >{context.root}/services/CatalogWS
> > >  
> > >
> > >true
> > >  
> > >
> > >By the way, none of the other services defined in the whitelies -
>such
> > >as
> > >the DataModel example - are working now either.
> > >
> > >Any other ideas?
> > >
> > >- Tom
> > >
> > >At 04:46 PM 9/14/2005, you wrote:
> > > >Look in the flex-config file, make sure you have a named service
> > > >defined.  Perhaps the flex config file got changed or edited or
> > > >something.
> > > >Tracy
> > > >
> > > >-Original Message-
> > > >From: flexcoders@yahoogroups.com
>[mailto:[EMAIL PROTECTED]
> >On
> > > >Behalf Of Tom Fitzpatrick
> > > >Sent: Wednesday, September 14, 2005 1:48 PM
> > > >To: flexcoders@yahoogroups.com
> > > >Subject: [flexcoders] flexstore not working
> > > >
> > > >My flexstore (original, non-Cairngorm version) used to run just
>fine.
> > > >Now
> > > >I'm getting this error:
> > > >
> > > >"Could not load WSDL: Server java.lang.RuntimeException: Bad
>service
> > > >name :
> > > >FlexStoreCatalogWS"
> > > >
> > > >Gotta be something simple, but I can't track it down.
> > > >
> > > >- 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
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >--
> > > >Flexcoders Mailing List
> > > >FAQ:
>http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > > >Search Archives:
> 

Re: [flexcoders] How to pass value selected from combo box to my Java class method

2005-09-16 Thread Oscar . Cortes
Something like this?

  

 cc: 
 
 Sent by:  Subject:  Re: [flexcoders] How 
to pass value selected from combo box to my   
 flexcoders@yahoogroups.com  Java class method  

 09/16/2005 02:51 PM

 Please respond to  

 flexcoders 









Thx Oscar,

For your response.

I know this.
But along with this value selected from combo box i also want to pass
whatever values User enter in text box.

Here what I all want it is,

Suppse I have text box and combo box.
When user enter something in text box & also select value from combo
box(which is already populated with data).I want both these valus to pass
my Java class's another method.

Thx Again.
Sandip Patil












[EMAIL PROTECTED] wrote:
 Assuming that you already have a RemoteObject to call your Java Class.
 This
 is what I would do:


 cc:

  Sent by:  Subject:  [flexcoders] How
 to pass value selected from combo box to my Java
  flexcoders@yahoogroups.com  class method

  09/16/2005 02:16 PM

  Please respond to

  flexcoders







 Hi all,

 Can anybody tell me how to pass value selected from combo box to my
 service class method.
 Here what I want is depending on the parameter passed to method the
 method should fetch records from database.
 In this case I want to pass value selected from combo box to my java
 class method.So how I can achive this.

 My code is ,
 

 where this listInfo contains some data.
 Now I want to pass one selected value from this data to my java
 class method sothat accordingly I can fire my select query depending
 on the value passed.
 So can anybody please help me out.

 Thanks in advance.
 Sandip Patil







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











 ---

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





__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

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


YAHOO! GROUPS LINKS



   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.





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




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

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

RE: [flexcoders] Comparing Structure Elements - Not Working

2005-09-16 Thread Tracy Spratt










Did you trace out the comparison values? And
the SelectionList.length value?

 

Tracy

 









From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On Behalf Of Greg Johnson
Sent: Friday, September 16, 2005
1:54 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]
Comparing Structure Elements - Not Working



 

I got it
var
isNew:Boolean = true;
function addfromIS():Void {

var SrcItem:String = IS_RESULTS.dataProvider[IS_RESULTS.selectedIndex].PERSON_ID;
       
    isNew = true;
       
    if (SelectionList.length>0) {

for (var i = 0; i

var CompItem:String = Person_List.dataProvider[i].PERSON_ID;

if (SrcItem == CompItem) {

isNew = false;

}

}
 }

if (isNew) {

Person_List.dataProvider.addItem(IS_RESULTS.dataProvider[IS_RESULTS.selectedIndex]);
 }
}
The key was getting the info through the datagrid instead of
directly from the dataProvider.  I have absolutely no idea why.  If
anyone can shed light on this for me it would be apreciated.  This is only
the 3rd day I've been working with Flex, and with no prior education on Flex.
:)

jeff tapper wrote: 

try this =

var SelectionList:Array = new Array();
var isNew:Boolean = true;
function addfromIS():Void {

var SrcItem = 
IS_RESULTS.dataProvider.getItemAt(IS_RESULTS.selectedIndex);

if (SelectionList.length>0) {

for (var i = 0; i

var CompItem = SelectionList.getItemAt(i);

if (SrcItem.Person_ID != CompItem.Person_ID) {

isNew = false;

}

}
 }

if (isNew) {

SelectionList.addItem(SrcItem);
 }
}


At 11:25 AM 9/16/2005, you wrote:
>I forgot to say exacty what I need.  I
have 2 datagrids and need to move 
>rows from one to another making sure that the
destination doesn't already 
>have the same row.  Could someone look at
the code I have and see why the 
>check for duplicates isn't working?
>
>tnks
>
>Greg Johnson wrote:
>>I have 2 Datagrids.  One gets
populated by a call to a CFC, the other
>>starts databound to an empty array
>>
>>The Source Datagrid has a list of
names.  I let the person click on,
>>then click a button.  Then a function
checks to make sure the person is
>>not already in the list.  If they are
not in the list, it adds them to
>>the list.
>>
>>Both have a structure of
>>PERSON_ID
>>FULL_NAME
>>DEPT_CODE
>>DEPT_NAME
>>
>>The comparison is on PERSON_ID which is a
unique number stored in the
>>SQL Database as test. SelectionList is
bound to the destination Datagrid
>>and here is the function that brings in
the data for the source grid.
>>
>>private function doResultGetPeople(result:Array):Void{
>> var
TempObject:Object = new Object();
>> var
GetPeopleArray:Array = new Array();
>> for(var i=0; i
< result.length; i++){
>>  TempObject
= result[i];
>> 
GetPeopleArray.push(TempObject);
>> }
>> IS_RESULTS.dataProvider
= GetPeopleArray;
>>
Selections.visible=true;
>>    }
>>
>>Here is my code that is always evaluating
true
>>
>>var SelectionList:Array = new Array();
>>function addfromIS():Void {
>> var SrcItem =
>>IS_RESULTS.dataProvider.getItemAt(IS_RESULTS.selectedIndex);
>>
if(SelectionList.length > 0) {
>>
for (var i=0; i
>>
var CompItem = SelectionList.getItemAt(i);
>> 
if(SrcItem.Person_ID != CompItem.Person_ID) {
>>
SelectionList.addItem(SrcItem);
>>
}
>>
}
>> } else {
>>
SelectionList.addItem(SrcItem);
>> }
>>}
>>
>>--
>>Greg Johnson
>>Owner & Lead Technician
>>[EMAIL PROTECTED]
>>
>>Techno-Fix-It
>>Filling the Gap Between the Store and the
Repair Shop
>>--
>>www.technofixit.com
>>Phone:(919)-371-1476
>>Fax:(919)-882-9804
>>P.O. Box 1094
>>Morrisville,
 N.C. 27560
>>
>>
>>
>>
>>--
>>As a professional in computers, I
personaly recommend Avast Antivirus
>>avast!
Antivirus: Inbound message clean.
>>
>>Virus Database (VPS): 0537-2, 09/16/2005
>>Tested on: 9/16/2005 9:56:11 AM
>>avast! - copyright (c) 2000-2004 ALWIL
Software.
>
>
>--
>Greg Johnson
>Owner & Lead Technician
>[EMAIL PROTECTED]
>
>Techno-Fix-It
>Filling the Gap Between the Store and the
Repair Shop
>--
>www.technofixit.com
>Phone:(919)-371-1476
>Fax:(919)-882-9804
>P.O. Box 1094
>Morrisville,
 N.C. 27560
>
>--
>Flexcoders Mailing List
>FAQ: 
>http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>Search Archives: 
>http://www.mail-archive.com/flexcoders%40yahoogroups.com

>
>
>
>
>--
>YA

[flexcoders] URGENT Problem on Flex installed on BEA WebLogic

2005-09-16 Thread Kevin Towes (New Toronto Group)



Hey Gang - We're having a bit of an urgent issue with a Flex installation on BEA Weblogic Portal Server.   I know there were some threads a while back on this issue, so I'll explain it below.   The issue relates to the fop.jar file that is used in the BEA Portal Server (WebLogic).   The BEA jar file overrides the FLEX package that parses css .  The manifest file included in the fop.jar defines "batik.jar" in the class path. The Batik.jar file installed with BEA is an older version then is required by FLEX to parse CSS.  (css.locater.parser)We've found information on FlexCoders to remove the fop.jar file from BEA, which works, but is not a solution that our customer is comfortable with.Does anyone know anything about this, or better, how to get around the issue?I've tried going through "official" Macromedia Support on this, and they're timing for support doesn't fit our customer, so here's a chance for the FlexCoders list to shine.Who ever helps me solve it gets a couple drinks on me at MAX in a couple weeks.Kevin Towes.Kevin Towes, Sr. ConsultantNew Toronto Group, [EMAIL PROTECTED]Office: 905-897-7790 x4018 Mobile: 416-882-4445[onRemote]






--
Flexcoders Mailing 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 and Remote Objects

2005-09-16 Thread Tracy Spratt
Yes.  If you don't know Java, and do not want to learn Java, don't use
RemoteObject.

I am personally comfortable with HTTPService, it is the easiest to use.

Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Friday, September 16, 2005 2:47 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex and Remote Objects

.java files are Java source code; .class files are compiled Java
bytecode that's obtained by compiling one or more .java files with the
"javac" command if you have Sun's JDK installed.

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Greg Morphis
Sent: Friday, September 16, 2005 11:47 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex and Remote Objects

Tracy, how or where does the mxml file read the data from? is it the
EmployeeManager.class or the EmployeeManager.java file?

I tried modifying the .java file and added another person but they
aren't showing.
I modified the .class anf got some major/minor error?

How would you go about adding someone to this?

Thanks

On 9/13/05, Tracy Spratt <[EMAIL PROTECTED]> wrote:
> For a very basic example, I took the RemotObject sample from 
> FlexExplorer and moved it to my own app, and noted what it took to get

> it working,  The example mxml file is reasonably commented.  This 
> example uses AS to build and invoke the request, rather than 
> declarative mxml.
> 
> http://www.cflex.net/showfiledetails.cfm?ChannelID=1&Object=File&objec
> tI
> D=18
> 
> Also, search for RemoteObject on the site above, perhaps some of the 
> other examples will be useful.
> 
> Tracy
> 
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
> On Behalf Of Greg Morphis
> Sent: Tuesday, September 13, 2005 5:54 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Flex and Remote Objects
> 
> Anyone have links to a good tutorial on Flex and Remote Objects? I've 
> tried to read the LiveDocs
> (http://livedocs.macromedia.com/flex/15/flex_docs_en/2244.htm) but

> this is just too dry and bland. A tutorial or links to not so bland 
> information would be appreciated. Thanks!
> 
> --
> Auxilium meum a Domino
> 
> 
> 
> --
> Flexcoders Mailing 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
> 
> 
> 
> 
> 
> 
> 
> 


--
Auxilium meum a Domino



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



 





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



 






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

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

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

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

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




RE: [flexcoders] Question about error message

2005-09-16 Thread Tracy Spratt










Yep, that is the “boundary”
situation caused by the Flex server’s generation choices.  There isn’t
anything you can do about that, except, as you discovered, “I just moved
things around and made the program even bigger thus fixing the error.”  Doing this makes the compiler make
a different choice, thus generating good code.

 

Here is a link for a complete discussion:

http://www.cflex.net/showfaq.cfm?ChannelID=1&faqType=#Question365

 

Tracy

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED]
Sent: Friday, September 16, 2005
2:42 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Question
about error message



 



I have asked this before and I want to ask this again
because I guess its still confusing me even though I have been able to handle
it in the past. OK sometimes when I am programming I get this error message or
one similar to this





2 Errors found. 
 
Error 



Branch between 169711 and 202518
around line 0 exceeds 32K span. If possible, please refactor this component.




Error 



Branch between 169711 and 202518
around line 0 exceeds 32K span.





Ok now I am not sure why this error message appears, I mean if has something to
do with the size of the program I am confused because I have gotten that error
before and I just moved things around and made the program even bigger thus
fixing the error. So I have no idea as to why I would get this message and how
to fix it. Is the program to big or do I just have to put code in different
places?





 











--
Flexcoders Mailing 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] URGENT Problem on Flex installed on BEA WebLogic

2005-09-16 Thread Carson Hager





Kevin,
 
This is a classloader issue.  Check 
out prefer-web-inf-classes in the following URL to turn off the default 
behavior of the WLS classloader to allow for classes in web apps to be loaded in 
preference of the server level classloader.
 
http://e-docs.bea.com/wls/docs81/programming/classloading.html
 
 
Carson
   Carson HagerCynergy Systems, Inc.http://www.cynergysystems.com 
  Email:  [EMAIL PROTECTED]Office:  866-CYNERGY ext. 
89Mobile: 1.703.489.6466   Take PowerBuilder to the Web with EAF 4.0http://www.cynergysystems.com/public/products/eaf 
    
 


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin Towes (New Toronto 
Group)Sent: Friday, September 16, 2005 12:29 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] URGENT Problem on 
Flex installed on BEA WebLogic
Hey Gang - We're having a bit of an 
urgent issue with a Flex installation on BEA Weblogic Portal Server.   
I know there were some threads a while back on this issue, so I'll explain it 
below.   The issue relates to the fop.jar 
file that is used in the BEA Portal Server 
(WebLogic).   The BEA jar file overrides the FLEX package that parses 
css .  The manifest file included in the fop.jar defines 
"batik.jar" in the class path. The Batik.jar file installed 
with BEA is an older version then is required by FLEX to parse CSS.  
(css.locater.parser)We've found information on FlexCoders to remove the 
fop.jar file from BEA, which works, but is not a solution that our customer is 
comfortable with.Does anyone know anything about this, or better, how to 
get around the issue?I've tried going through "official" Macromedia 
Support on this, and they're timing for support doesn't fit our customer, so 
here's a chance for the FlexCoders list to shine.Who ever helps me solve 
it gets a couple drinks on me at MAX in a couple weeks.Kevin 
Towes.Kevin Towes, Sr. ConsultantNew Toronto Group, 
[EMAIL PROTECTED]Office: 905-897-7790 x4018 Mobile: 
416-882-4445[onRemote] 






--
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
  
  
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] Question about the samples on the samples page

2005-09-16 Thread Tracy Spratt










I am not an attorney, but yes, you can use
that code legally.  Use common sense: if code is publicly posted, and
there in not an explicit copyright restriction in it, you are probably safe to
use it (I did not see any copyright notices in the sample code I looked at). 
If you find the code through other means, like the debugger, then you need to
be careful.

 

This is from the Flex license.  

(d) For Sample Application Code, if any, only: You
may modify the HTML, CFML, MXML, ActionScript, Flash Files (FLA), or similar
sample application code form of those portions of the Software that are
identified, if any ,
as sample application code in the documentation (the "Sample Application
Code") solely for the purposes of designing, developing and testing your
own software applications. However, you are permitted to use, copy and
redistribute your modified sample code only if all of the following conditions
are met: (A) you include Macromedia's copyright notice (if any) with your
application, including every location in which any other copyright notice
appears in your application; (B) you do not otherwise use Macromedia's name,
logos or other Macromedia trademarks to market your application; (C) there is
installed and running on each server in conjunction with which your application
is running one or more duly licensed copies, as required, of the Commercial
Version or, if applicable and subject to Section 3(f) hereof, Education
Version; and (D) such modified sample code is designed to operate only in
connection with the Software. You agree to indemnify, hold harmless and defend
Macromedia from and against any loss, damage, claims or lawsuits, including
attorney's fees, that arise or result from the use or distribution of your
application.

 

Tracy

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED]
Sent: Friday, September 16, 2005
2:45 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Question about
the samples on the samples page



 



Ok I do not want to break any copyright laws so this is why
I am asking this here. Lets say I wanted to look at the following url





http://localhost:8700/samples/flexstore/flexstore.mxml?versionChecked=true





 





Ok and lets say I wanted to cut and paste the code removing
any copyrighted information and use the source code to make my own page that
looks similar would I be able to do that legally? I am asking because I have
heard that when someone writes a web page the code is copyrighted? At least
when it comes to html





 





 











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





  




  
  
  YAHOO! GROUPS LINKS



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



  











Re: [flexcoders] Question about the samples on the samples page

2005-09-16 Thread nostra72




In other words I could modify the code say to make a store type page for a friend of mine? The flex store page that is at this url

http://localhost:8700/samples/flexstore/flexstore.mxml?versionChecked=true





--
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
  
  
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] Question about the samples on the samples page

2005-09-16 Thread Manish Jethani
On 9/17/05, Tracy Spratt <[EMAIL PROTECTED]> wrote:

> I am not an attorney, but yes, you can use that code legally.  Use common
> sense: if code is publicly posted, and there in not an explicit copyright
> restriction in it, you are probably safe to use it (I did not see any
> copyright notices in the sample code I looked at).

Unfortunately common sense doesn't apply in these matters.

http://www.templetons.com/brad/copymyths.html


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

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

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

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

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




RE: [flexcoders] Question about the samples on the samples page

2005-09-16 Thread Tracy Spratt
I stand corrected.
Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Manish Jethani
Sent: Friday, September 16, 2005 3:56 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Question about the samples on the samples page

On 9/17/05, Tracy Spratt <[EMAIL PROTECTED]> wrote:

> I am not an attorney, but yes, you can use that code legally.  Use
common
> sense: if code is publicly posted, and there in not an explicit
copyright
> restriction in it, you are probably safe to use it (I did not see any
> copyright notices in the sample code I looked at).

Unfortunately common sense doesn't apply in these matters.

http://www.templetons.com/brad/copymyths.html



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



 






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

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

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

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

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




RE: [flexcoders] How to pass value selected from combo box to my Java class method

2005-09-16 Thread Gordon Smith










> I know this.

 

But you said "I want to pass value selected from combo box"
and you didn't say anything about a text box. You have to ask the right
question to get the right answer. :-)

 

If you have a TextInput control, you can get what the user
has entered by getting is 'text' property. As I said in my previous reply, the
ASDoc describes the properties of every component. Did you look up the
properties of TextInput?

 

- Gordon

 









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sandip Patil
Sent: Friday, September 16, 2005
11:51 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] How to
pass value selected from combo box to my Java class method



 



Thx Oscar,





 





For your response.





 





I know this.





But along with this value selected from combo box i
also want to pass whatever values User enter in text box.





 





Here what I all want it is,





 





Suppse I have text box and combo box.





When user enter something in text box & also
select value from combo box(which is already populated with data).I want both
these valus to pass my Java class's another method.





 





Thx Again.





Sandip Patil





 





 



 

 





[EMAIL PROTECTED]
wrote:





Assuming that you already
have a RemoteObject to call your Java Class. This
is what I would do:




 
change="myRemoteObject.getMyDataFromJava(item.selectedItem.mydata)/>

   where mydata is the attribute name in
listInfo and which you wanto to
send to Java.

  You should have a resultHandler to catch
the myRemoteObject.result, which
then you can use as a Dataprovider for another
control.

-Oscar.



   

   


"sandip_patil01" 
To:
flexcoders@yahoogroups.com  


<[EMAIL PROTECTED]>   
cc: 


Sent
by: 
Subject:  [flexcoders] How to pass value selected from combo box to my
Java  

flexcoders@yahoogroups.com 
class
method  


09/16/2005 02:16
PM   


Please respond
to 


flexcoders

   

   





Hi all,

Can anybody tell me how to pass value selected
from combo box to my
service class method.
Here what I want is depending on the parameter
passed to method the
method should fetch records from database.
In this case I want to pass value selected from
combo box to my java
class method.So how I can achive this.

My code is ,


where this listInfo contains some data.
Now I want to pass one selected value from this
data to my java
class method sothat accordingly I can fire my
select query depending
on the value passed.
So can anybody please help me out.

Thanks in advance.
Sandip Patil







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











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





__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 







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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  

Re: [flexcoders] Dynamic Object Instantiation

2005-09-16 Thread Manish Jethani
On 9/16/05, Shahnavaz Alware <[EMAIL PROTECTED]> wrote:

> I do the similar stuff using "getChildAt(i)" instead of
> "childDescriptors[i]" and that works fine if I want to read the properties I
> set during createChild. Eg parentID.getChildAt(i).id 

childDescriptors is only for children created in MXML.  Normally if
you want to iterate over the children of a container, this is the
right way:

  for (var i:Number = 0; i < container.numChildren; i++)
trace(container.getChildAt(i).id);


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

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

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

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

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





RE: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic

2005-09-16 Thread Kevin Towes (New Toronto Group)



Thanks, Carson - We're looking into the impact of this.   It might be the best solution.  I'll let you (and the list) know.kev.Kevin Towes, Sr. ConsultantNew Toronto Group, [EMAIL PROTECTED]Office: 905-897-7790 x4018 Mobile: 416-882-4445[onRemote]  From: "Carson Hager" <[EMAIL PROTECTED]>Sent: Friday, September 16, 2005 12:42 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic Kevin,   This is a classloader issue.  Check out prefer-web-inf-classes in the following URL to turn off the default behavior of the WLS classloader to allow for classes in web apps to be loaded in preference of the server level classloader.   http://e-docs.bea.com/wls/docs81/programming/classloading.html     Carson    Carson HagerCynergy Systems, Inc.http://www.cynergysystems.com   Email:  [EMAIL PROTECTED]Office:  866-CYNERGY ext. 89Mobile: 1.703.489.6466   Take PowerBuilder to the Web with EAF 4.0http://www.cynergysystems.com/public/products/eaf          From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Towes (New Toronto Group)Sent: Friday, September 16, 2005 12:29 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic Hey Gang - We're having a bit of an urgent issue with a Flex installation on BEA Weblogic Portal Server.   I know there were some threads a while back on this issue, so I'll explain it below.   The issue relates to the fop.jar file that is used in the BEA Portal Server (WebLogic).   The BEA jar file overrides the FLEX package that parses css .  The manifest file included in the fop.jar defines "batik.jar" in the class path. The Batik.jar file installed with BEA is an older version then is required by FLEX to parse CSS.  (css.locater.parser)We've found information on FlexCoders to remove the fop.jar file from BEA, which works, but is not a solution that our customer is comfortable with.Does anyone know anything about this, or better, how to get around the issue?I've tried going through "official" Macromedia Support on this, and they're timing for support doesn't fit our customer, so here's a chance for the FlexCoders list to shine.Who ever helps me solve it gets a couple drinks on me at MAX in a couple weeks.Kevin Towes.Kevin Towes, Sr. ConsultantNew Toronto Group, [EMAIL PROTECTED]Office: 905-897-7790 x4018 Mobile: 416-882-4445[onRemote] 






--
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
  
  
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: Problem with trying to set the focusedCell in a Tree

2005-09-16 Thread Peter Armstrong
That worked; thanks!

-Peter


On 9/16/05, bhaq1972 <[EMAIL PROTECTED]> wrote:
> Hi Peter,
>  
>  >   
>  
>  i dont think its a bug. i tried the following 
>  
>  click="EmpolyeeTrace.focusedCell = undefined"
>  
>  and that also focuses on the first node.
>  
>  the 'focusedCell' property requires a co-ordinate whereas getTreeNodeAt
>  () returns an object.
>  
>  if you do 
>  click="EmpolyeeTrace.focusedCell = {itemIndex:1}", you'll get focus.
>  
>  regards
>  bod (bhaq1972)
>  
>  
>   
> 
>   --
>  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 
>   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.  
>  
>


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

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

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

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

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




RE: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic

2005-09-16 Thread Carson Hager





My pleasure.  The only impact will be a small increase 
in memory utilization by the server at startup. Basically, appservers like WLS 
like to use hierarchical classloaders so that classes which are shared by 
multiple web applications are not loaded for each web app.  By using a 
shared classloader, there is savings in memory and ( to a small degree ) runtime 
performance due to the need to only load/verify the class a single time. The 
reality is that these things are basically negligible. The kicker with 
hierarchical classloaders is exactly what you're seeing here...the need to 
override at a child level.  I'm sure you'll find this to be a good 
solution.
 
 
Carson
 
   Carson HagerCynergy Systems, Inc.http://www.cynergysystems.com 
  Email:  [EMAIL PROTECTED]Office:  866-CYNERGY ext. 
89Mobile: 1.703.489.6466   Take PowerBuilder to the Web with EAF 4.0http://www.cynergysystems.com/public/products/eaf 
    
 


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin Towes (New Toronto 
Group)Sent: Friday, September 16, 2005 1:22 PMTo: 
flexcoders@yahoogroups.com; flexcoders@yahoogroups.comSubject: RE: 
[flexcoders] URGENT Problem on Flex installed on BEA 
WebLogic
Thanks, Carson - We're looking into 
the impact of this.   It might be the best solution.  I'll let 
you (and the list) know.kev.Kevin Towes, Sr. 
ConsultantNew Toronto Group, [EMAIL PROTECTED]Office: 905-897-7790 x4018 
Mobile: 416-882-4445[onRemote]

From: "Carson Hager" 
<[EMAIL PROTECTED]>Sent: Friday, September 16, 
2005 12:42 PMTo: flexcoders@yahoogroups.comSubject: RE: 
[flexcoders] URGENT Problem on Flex installed on BEA WebLogic
Kevin,
 
This is a classloader issue.  Check out prefer-web-inf-classes 
in the following URL to turn off the default behavior of the WLS classloader to 
allow for classes in web apps to be loaded in preference of the server level 
classloader.
 
http://e-docs.bea.com/wls/docs81/programming/classloading.html
 
 
Carson
   Carson HagerCynergy Systems, Inc.http://www.cynergysystems.com 
  Email:  [EMAIL PROTECTED]Office:  866-CYNERGY ext. 89Mobile: 
1.703.489.6466   Take 
PowerBuilder to the Web with EAF 4.0http://www.cynergysystems.com/public/products/eaf 
    
 


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin Towes (New Toronto 
Group)Sent: Friday, September 16, 2005 12:29 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] URGENT Problem on 
Flex installed on BEA WebLogic
Hey Gang - We're having a bit of an 
urgent issue with a Flex installation on BEA Weblogic Portal Server.   
I know there were some threads a while back on this issue, so I'll explain it 
below.   The issue relates to the fop.jar 
file that is used in the BEA Portal Server 
(WebLogic).   The BEA jar file overrides the FLEX package that parses 
css .  The manifest file included in the fop.jar defines 
"batik.jar" in the class path. The Batik.jar file installed 
with BEA is an older version then is required by FLEX to parse CSS.  
(css.locater.parser)We've found information on FlexCoders to remove the 
fop.jar file from BEA, which works, but is not a solution that our customer is 
comfortable with.Does anyone know anything about this, or better, how to 
get around the issue?I've tried going through "official" Macromedia 
Support on this, and they're timing for support doesn't fit our customer, so 
here's a chance for the FlexCoders list to shine.Who ever helps me solve 
it gets a couple drinks on me at MAX in a couple weeks.Kevin 
Towes.Kevin Towes, Sr. ConsultantNew Toronto Group, 
[EMAIL PROTECTED]Office: 905-897-7790 x4018 Mobile: 
416-882-4445[onRemote] 






--
Flexcoders Mailing 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] Financial Services RIAs showcase

2005-09-16 Thread Aldo Bucchi
HI all,

I am collecting financial services or related Flex apps.
I have found some published on macromedia.com, but its still the same old stuff.

Please, If you know one, share the URL!

Thanks,
Aldo


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


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

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

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

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

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





[flexcoders] Question about alligning code

2005-09-16 Thread nostra72




What if I am making a page and I want to allign a Vbox to the left side of the page is there a way to do this?
 





--
Flexcoders Mailing 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] Flex Explorer RemoteObjectDemo.mxml question

2005-09-16 Thread pilby1
I was playing around with the examples that came with Flex, and I'm 
encountering something peculiar with RemoteObjectDemo.mxml.

Here is the RemoteObject call:





Notice that the "result" handler simply assigns the return value to a 
variable called "empList". Simple enough.

When I try to display "empList.length", it tells me it's an array of 
2 elements. Still good.

But when I try to do this:

for (var i=0; i 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




[flexcoders] MACR +3.35

2005-09-16 Thread Tariq Ahmed
A I love it. Not only does Macromedia make awesome products, but 
the stock this year has been kicking ass. +3.35 today! Nice!






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

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

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

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

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




RE: [flexcoders] Question about alligning code

2005-09-16 Thread Gordon Smith












 









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Friday, September 16, 2005
1:37 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Question
about alligning code



 



What if I am making a page and I want to allign a Vbox to
the left side of the page is there a way to do this?





 











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