[flexcoders] Re: Drag and drop DataGrid to Tree

2006-05-07 Thread flexnadobe



you should be able to pull this off pretty easy Just look at the 
Documentation on Developing Flex Applications under Drag n Drop 
manager 
(http://livedocs.macromedia.com/labs/1/flex20beta2/1231.html)
 and you should have some pretty good examples I am sorry I dont 
have exact code for you.

Rich
--- In flexcoders@yahoogroups.com, "jeremy lu" <[EMAIL PROTECTED]> wrote:
>
> search this list for keywords like "datagrid" and "tree"
> had been discussed in detail before.
> 
> On 5/6/06, Franca Daniel <[EMAIL PROTECTED]> wrote:
> >
> >
> >   Hey you all,
> >
> > i am trying build a application where i need drag
> > a item from DataGrid to drop in a Tree. Anyone have a
> > idea how to do that ?
> >
> >    Please help me ,Thank you!
> >
> >
> >
> >
> > ___
> > Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de e-mail 
no celular
> > e anti-spam realmente eficaz.
> > http://br.info.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
> >
> >
> >
> >
> >
> >
> >
> >
>










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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











Re: [flexcoders] var camera:Camera = Camera.getCamera(); not working

2006-05-07 Thread Brian Lesser



Hi Dominick,
I ran a test swf from the desktop and got the allow dialog.
Is it possible you have the Remember box checked in the Settings > 
Privacy dialog?

If you can get video from the camera and publish it on a stream or 
display it in a video area without getting the allow dialog and you 
don't have the remember box checked then it sounds like a bug.

Yours truly,
-Brian

Dominick Accattato wrote:

> Brian:
>
> no i had it all setup correctly, but after reading that its supposed to
> work, i started to bang away more.  I realized that the you don't get
> prompted for security at all if you are testing from the local 
> filesystem,
> only from an http address did it work propery.  Not sure if this 
> intended.
> What do you think?
>
> On 5/7/06, Brian Lesser <[EMAIL PROTECTED]> wrote:
>
>>
>> Hi Dominick,
>> You have to attempt to access the video stream from the camera using an
>> attachCamera() method before you get the popup settings dialog. For
>> example:
>>
>> _camera = Camera.getCamera();
>> if(_camera){
>>    _outStream.attachCamera(_camera);
>>    _video.attachCamera(_camera);
>> }
>>
>> So as soon as _outStream.attachCamera(_camera); is called the dialog
>> will pop up.
>> If you removed the _outStream.attachCamera(_camera); call, then
>> _video.attachCamera(_camera);  would also make the popup appear.
>>
>> Yours truly,
>> -Brian
>>
>>
>> Dominick Accattato wrote:
>>
>> > Beta2
>> >
>> > I can't get the dialog box to pop up asking if I want to access my
>> > camera.
>> > Is this known?
>> >
>>
>>
>> -- 
>> __
>> Brian Lesser
>> Assistant Director, Teaching and Technology Support
>> Computing and Communications Services
>> Ryerson University
>> 350 Victoria St.
>> Toronto, Ontario   Phone: (416) 979-5000 ext. 6835
>> M5B 2K3    Fax: (416) 979-5220
>> Office: AB48D  E-mail: [EMAIL PROTECTED]
>> (Enter through LB66)   Web: http://www.ryerson.ca/~blesser
>> __
>>
>>
>>
>>
>> -- 
>> Flexcoders Mailing List
>> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>> Search Archives: 
>> http://www.mail-archive.com/flexcoders%40yahoogroups.com
>> Yahoo! Groups Links
>>
>>
>>
>>
>>
>>
>>
>>
>


-- 
__
Brian Lesser
Assistant Director, Teaching and Technology Support
Computing and Communications Services
Ryerson University
350 Victoria St.
Toronto, Ontario   Phone: (416) 979-5000 ext. 6835
M5B 2K3    Fax: (416) 979-5220
Office: AB48D  E-mail: [EMAIL PROTECTED]
(Enter through LB66)   Web: http://www.ryerson.ca/~blesser
__







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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  












Re: [flexcoders] var camera:Camera = Camera.getCamera(); not working

2006-05-07 Thread Dominick Accattato



Brian:no i had it all setup correctly, but after reading that its supposed to work, i started to bang away more.  I realized that the you don't get prompted for security at all if you are testing from the local filesystem, only from an http address did it work propery.  Not sure if this intended.  What do you think?
On 5/7/06, Brian Lesser <[EMAIL PROTECTED]> wrote:
Hi Dominick,You have to attempt to access the video stream from the camera using anattachCamera() method before you get the popup settings dialog. For example:_camera = Camera.getCamera();if(_camera){
   _outStream.attachCamera(_camera);   _video.attachCamera(_camera);}So as soon as _outStream.attachCamera(_camera); is called the dialogwill pop up.If you removed the _outStream.attachCamera(_camera); call, then
_video.attachCamera(_camera);  would also make the popup appear.Yours truly,-BrianDominick Accattato wrote:> Beta2>> I can't get the dialog box to pop up asking if I want to access my
> camera.> Is this known?>--__Brian LesserAssistant Director, Teaching and Technology SupportComputing and Communications Services
Ryerson University350 Victoria St.Toronto, Ontario   Phone: (416) 979-5000 ext. 6835M5B 2K3Fax: (416) 979-5220Office: AB48D  E-mail: 
[EMAIL PROTECTED](Enter through LB66)   Web: http://www.ryerson.ca/~blesser__
 Yahoo! Groups Sponsor ~-->You can search right from your browser? It¿s easy and it¿s free.  See how.
http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/nhFolB/TM~->--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
<*> To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]<*> Your use of Yahoo! Groups is subject to:http://docs.yahoo.com/info/terms/







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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] WebService Trouble PRT 2

2006-05-07 Thread Faisal Abid



Sorry for posting agan , i lost the previous emails due to a thunderbird 
crash an im posting this again

*Okay look this is my code so far What am i doing wrong??

This is my hotjobs.as file*

    var hotjobs_service: String = "";
   function
    buildMyUrl(country:String,state:String,city:String,job:String) {
    hotjobs_service = "http://hotjobs.yahoo.com/rss/0/" +
    country + "/" + state + "/" + city + "/-/" + job + "";
 }


*then in my xml file this is the code relating to that*

    
  
    
  
    
  
  
    
  
    
    url="" useProxy="false">
  
    
      


*then on my button in one of the states*

    
  
    
buildMyUrl(input_country.text,input_state.text,input_city.text,input_job.text);currentState='Jobs_Results';hotjobs_service_call.send()
    

_*After all this it gives me an error*_!!







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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











[flexcoders] Flickr Search Component -- Ready To Use No Config Needed

2006-05-07 Thread Faisal Abid



I just want to point out that G-uniX Technologies has released a Flickr 
Search Component that is a ready to use Flickr Search applications 
contained within a component. check it out at www.G-uniX.com .. sorry 
for the self promotion ;)






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











Re: [flexcoders] var camera:Camera = Camera.getCamera(); not working

2006-05-07 Thread Brian Lesser



Hi Dominick,
You have to attempt to access the video stream from the camera using an 
attachCamera() method before you get the popup settings dialog. For example:

_camera = Camera.getCamera();
if(_camera){
   _outStream.attachCamera(_camera);
   _video.attachCamera(_camera);
}

So as soon as _outStream.attachCamera(_camera); is called the dialog 
will pop up.
If you removed the _outStream.attachCamera(_camera); call, then 
_video.attachCamera(_camera);  would also make the popup appear.

Yours truly,
-Brian


Dominick Accattato wrote:

> Beta2
>
> I can't get the dialog box to pop up asking if I want to access my 
> camera.
> Is this known?
>


-- 
__
Brian Lesser
Assistant Director, Teaching and Technology Support
Computing and Communications Services
Ryerson University
350 Victoria St.
Toronto, Ontario   Phone: (416) 979-5000 ext. 6835
M5B 2K3    Fax: (416) 979-5220
Office: AB48D  E-mail: [EMAIL PROTECTED]
(Enter through LB66)   Web: http://www.ryerson.ca/~blesser
__







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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











[flexcoders] File - flexcodersFAQ.txt

2006-05-07 Thread flexcoders

 Flexcoders Frequently Asked Questions
  Last Updated: 30th May 2005

 Contributors:

Matt Chotin, Steven Webster, Alistair McLeod, Tariq Ahmed, Jeff Tapper,
 Peter Farland, Abdul Qabiz, Tracy Spratt, Jesse Warden, Dan Harfleet,
  Manish Jethani, Dimitrios Gianninas


1. What is Flexcoders?
2. How does Flexcoders relate to the Macromedia Flex Forum on
   www.macromedia.com?
3. Who posts to Flexcoders?
4. Resources to check before asking a question
5. Guidelines for effective question-asking
6. FAQ


1. What is Flexcoders?

Flexcoders is a forum where developers can ask questions about Flex,
FlexBuilder, and Flex-related technologies (like Cairngorm, FlexUnit and
SynergyFLEX).  The community is made up of everyday Flex developers as
well as Macromedia employees. However, this is not an official
Macromedia-sponsored forum, it is actually moderated by the folks at
iteration::two, a consultancy responsible for authoring the book
Developing Rich Internet Applications with Macromedia Flex.


2. How does Flexcoders relate to the Macromedia Flex Forum on
   www.macromedia.com?

Both the Macromedia Flex Forum and Flexcoders provide help on issues
related to Flex, and neither is an official support mechanism.  Some
people monitor both forums, some only one.  It is up to you to decide
where you might have a better experience getting a question answered and
being able to subsequently help others.


3. Who posts to Flexcoders?

Everyone who has a question or an answer.  Many members of the Flex
development team read and respond to Flexcoders as well as other
Macromedia folks who monitor the community.

Some recurring Macromedia folks are:

David Mendels: EVP and GM, highest-level executive in charge of Flex.
Lucian Beebe: Sr. Product Manager, Flex. Matt Chotin, Manish Jethani,
Abdul Qabiz, Gordon Smith, Peter Farland and many more: Engineers on
Flex.

Active community members include:

Steven Webster (Technical Director at iteration::two and co-author of
Developing Rich Clients with Macromedia Flex), Alistair McLeod
(Development Director at iteration::two and co-author of Developing Rich
Clients with Macromedia Flex), Jesse Warden (JesterXL - Flash badass
playing with Flex), Tracy Spratt (long-time member, holder of all
knowledge related to 32K limits), Jeff Steiner (maintainer of
www.flexauthority.com), Tariq Ahmed (maintainer of www.cflex.net), Jimmy
Gianninas (long-time member, developer at Optimal Payments).

And so many more!


4. Resources to check before asking a question

The Flexcoders Mail Archive (better searching than YahooGroups):
http://www.mail-archive.com/flexcoders%40yahoogroups.com

http://www.cflex.net/showfaq.cfm
http://livedocs.macromedia.com/flex/15/asdocs_en/index.html
http://www.macromedia.com/go/flex15_java_livedocs
http://www.macromedia.com/cfusion/knowledgebase/index.cfm
http://www.cflex.net http://www.flexauthority.com
http://www.macromedia.com/devnet/flex http://coenraets.com
http://weblogs.macromedia.com/mxna/ http://www.google.com 

The Book "Developing Rich Clients with Macromedia Flex" (check your
favorite bookstore)



5. Guidelines to effective question-asking

Include a useful subject; this will help people find their own questions
and answers later.

Explain what you are trying to accomplish.

Explain the error (include compilation errors or a description of the
runtime behavior).

Be prepared to break your problem down into a simpler scenario in case
someone wants to try to debug the code themselves.  Remember, private
web services are inaccessible; you may need to create some dummy data to
emulate problems.

Phrases to avoid:

"URGENT" (we all have deadlines, no one is intentionally delaying a
response to you)

"Please send code" (this is very frustrating to read as it implies you
aren't interested in learning anything on your own.  Where code is
appropriate you can expect someone to provide it, but in many cases you
will learn more by doing it on your own with appropriate guidance.  It
may be that you're on a deadline and just want to finish, but many of
those who respond regularly would prefer to "teach you to fish" so that
you can answer your own questions next time and even help out others).


6. Mini-FAQ



Q: Can I mail Matt, Manish, Abdul, Pete, Gordon, iteration::two, or
anyone else for that matter off-line with my question?

A: Please don't!  If someone is capable of answering your question on-
list please believe that it will be done.  Everyone on the list has
full-time jobs doing their own work and often answer flexcoders on their
own time; mailing them off- list doesn’t endear you to them.  If no one
answers on-list in a reasonable amount of time (24 hours) you can try to
rephrase the question and perhaps include more detail (including a
version of the problem that someone can run without doing any setup on
their o

[flexcoders] var camera:Camera = Camera.getCamera(); not working

2006-05-07 Thread Dominick Accattato



Beta2I can't get the dialog box to pop up asking if I want to access my camera.  Is this known?






--
Flexcoders Mailing 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 Component Directory - wiki online

2006-05-07 Thread Graham Weldon







Touche! Sorry about that, in my frenzy, I forgot the link:

http://graham.weldon.ath.cx/wiki

Regards,
Graham Weldon



Michael Schmalle wrote:
what link? ;-)
  
Peace, Mike
  
  On 5/7/06, Graham
Weldon <[EMAIL PROTECTED]>
wrote:
  
Hi all,

The wiki as promised is up and online, some basic information is
already 
in there.
If anyone has anything to contribute to the project, please let me
know, 
and I can create an account.

Bookmark the link, and check back regularly, I will be making updates 
furiously for the next few weeks until we can flesh out a complete spec

for the project. At that point development will begin. Looking forward 
to making some progress.

Regards,
Graham Weldon



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





SPONSORED LINKS 

  

   Web
site design development 
   Computer
software development 
   Software
design and development 


   Macromedia
flex 
   Software
development best practice 

  




YAHOO! GROUPS LINKS



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





  
  
  
  
  
-- 
What goes up, does come down.









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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  










Re: [flexcoders] Flex Component Directory - wiki online

2006-05-07 Thread Michael Schmalle



what link? ;-)

Peace, MikeOn 5/7/06, Graham Weldon <[EMAIL PROTECTED]> wrote:



Hi all,

The wiki as promised is up and online, some basic information is already 
in there.
If anyone has anything to contribute to the project, please let me know, 
and I can create an account.

Bookmark the link, and check back regularly, I will be making updates 
furiously for the next few weeks until we can flesh out a complete spec 
for the project. At that point development will begin. Looking forward 
to making some progress.

Regards,
Graham Weldon






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

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









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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




  









-- What goes up, does come down.






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Flex zipped war file usage in Weblogic environment

2006-05-07 Thread dodenoros



Hi
We are working on deploying a flex1.5 application on Weblogic 8.1 
SP4. The server is running on any OS (Sun Solaris or Windows). 
The application we are working on has an ear module with an EJB jar 
component and a WAR component. The flex components are integrated 
into the war component. The problem we are facing is that we are able 
to deploy the application successfully after exploding the ear, jar 
and war components in the appserver's 'applications' folder. However, 
if we try to deploy it as an war file, we get the following error 
message:

BootstrapClassLoader: the application server doesn't return a valid 
path for ServletContext.getRealPath(); try expanding the war file 
before deploying. 

To be sure that the problem is not in our application the samples.war 
(from flex site) web application has been deployed to the same 
domain. The result is exactly the same.

We need to get the war deployment working, as deployment in the 
expanded mode is not possible for our production environment
Could you help us with any ideas/solutions?


  Regards,

  David Rosenstein
  Senior Product Developer
  Identity Management BU
  R&D Tel Hai
  BMCSOFTWARE Israel
  
 office:  +972-4-6900481
 mobile:+972-52-4286481












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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  












Re: [flexcoders] Drag and drop DataGrid to Tree

2006-05-07 Thread jeremy lu



search this list for keywords like "datagrid" and "tree"had been discussed in detail before.On 5/6/06, Franca Daniel <
[EMAIL PROTECTED]> wrote:  Hey you all,i am trying build a application where i need drag
a item from DataGrid to drop in a Tree. Anyone have aidea how to do that ?   Please help me ,Thank you!___Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de e-mail no celular e anti-spam realmente eficaz.
http://br.info.mail.yahoo.com/ Yahoo! Groups Sponsor ~-->Home is just a click away. Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/nhFolB/TM~->--
Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links<*> To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:[EMAIL PROTECTED]<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] reading id3 tags off external mp3 files?

2006-05-07 Thread arpit mathur


hi allI have been trying to read id3 tags off an mp3 file but have been unable to do so. My code fires the ID3 handler unction but when at that moment i try to parse the id3 array of the sound object, it comes up as 0. its really frustrating. Is it something i am doing wrong ? Here is my code :                                     Any help would be
 appreciatedthanksarpit





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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  








[flexcoders] Flex Component Directory - wiki online

2006-05-07 Thread Graham Weldon



Hi all,

The wiki as promised is up and online, some basic information is already 
in there.
If anyone has anything to contribute to the project, please let me know, 
and I can create an account.

Bookmark the link, and check back regularly, I will be making updates 
furiously for the next few weeks until we can flesh out a complete spec 
for the project. At that point development will begin. Looking forward 
to making some progress.

Regards,
Graham Weldon






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











[flexcoders] Flex zipped war file usage in Weblogic environment

2006-05-07 Thread dodenoros



Hi
We are working on deploying a flex1.5 application on Weblogic 8.1 
SP4. The server is running on any OS (Sun Solaris or Windows). 
The application we are working on has an ear module with an EJB jar 
component and a WAR component. The flex components are integrated 
into the war component. The problem we are facing is that we are able 
to deploy the application successfully after exploding the ear, jar 
and war components in the appserver's 'applications' folder. However, 
if we try to deploy it as an war file, we get the following error 
message:

BootstrapClassLoader: the application server doesn't return a valid 
path for ServletContext.getRealPath(); try expanding the war file 
before deploying. 

To be sure that the problem is not in our application the samples.war 
(from flex site) web application has been deployed to the same 
domain. The result is exactly the same.

We need to get the war deployment working, as deployment in the 
expanded mode is not possible for our production environment
Could you help us with any ideas/solutions?

Thank you
David Rosenstein










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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Flex 2.0 b2: XML

2006-05-07 Thread Adrian Lynch





How 
about:
 
delete 
yourNode;
 
or:
 
yourNode = null;
 
Adrian

  -Original Message-From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED]On Behalf Of 
  tyombriaSent: 06 May 2006 08:52To: 
  flexcoders@yahoogroups.comSubject: [flexcoders] Flex 2.0 b2: 
  XMLHi.How can I remove child from XML 
  object?There is no method 'removeChild'... Although I can 
  'appendChild', 'insertBefore...', 'setChildren'...





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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Setting properties of a Sprite

2006-05-07 Thread Shidan



Hi, if I have a class that extends Sprite how do i overide its x, y,
hieght and width values, useHandCursor and ButtonMode and set its
background color.


This is the relevant part i have now:

 public class GraphicsExample extends Sprite {
    useHandCursor = true;
    buttonMode = true;
    X=0;
    Y=0;
   .
   .
   .
   .
}

---
Shidan






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  












[flexcoders] Re: Setting properties of a Sprite

2006-05-07 Thread Shidan



ok figured out that i have to do it like this outside of the class:

  function clickHandler():void{
       var company_list:Object = {"Company A
Ltd.":{mike:"online",john:"online",linda:"offline"}}
       var obj:GraphicsExample = new GraphicsExample() as GraphicsExample;
         obj.useHandCursor = true;
    obj.buttonMode = true;
    obj.x=300;
    obj.y=400;
    //obj.width  = 400;
    //obj.height = 200;

but when I try to set width or height it wont display anything (x and
y work now) and useHandCursor and ButtonMode are being
ignored. can I even use Sprites for something like this ( I
want the sprite to be a visible rectangular box of a certain color)

Cheers,
Shidan

On 5/6/06, Shidan <[EMAIL PROTECTED]> wrote:
> Hi, if I have a class that extends Sprite how do i overide its x, y,
> hieght and width values, useHandCursor and ButtonMode and set its
> background color.
>
>
> This is the relevant part i have now:
>
>  public class GraphicsExample extends Sprite {
> useHandCursor = true;
> buttonMode = true;
> X=0;
> Y=0;
>    .
>    .
>    .
>    .
> }
>
> ---
> Shidan
>






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











Re: [flexcoders] View States(mx:States) and Caching Issue

2006-05-07 Thread Michael Schmalle



Hi,

Looking at this situation myself, I'd say that actionscript is what you
want. Looking at AddChild and State, the createInstace() method does
say it only creates the instance once.

So, if the form wasn't to big, is there a problem with just implementing a reset() method onSubmit() ?

private function resetForm{
   name.text = "";
   resonTownComboBox.selectedIndex = 0;
   // ...
}

Anyway, I have been messing with states in as and there is a lot you
can do different since you not locked into the mxml part of it.

Peace, Mike


On 5/7/06, sof4real03 <[EMAIL PROTECTED]
> wrote:



I have a panel that has multiple view states:

default: empty
createPerson: populates the panel with an accordion/form

So after I fill out the accordion/form I submit my data and change my
view state back to default. Then I want to add another person I click
on a button that once again puts me in the createPerson view state
that has a "AddChild" tag which adds the accordion/form. The problem
is that it adds back the accordion/form that I previously fill out. I
tried to play around with all kinds of caching properties of the
various components, but it still keeps on bringing back the same form.
Essentially I want to instantiate an entirely new form when I go to
the createPerson view state. I'm thinking I may need to create the
state via actionscript to accomplish this instead of mxml. Any thoughts?

Thanks,
Sof









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


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










  
  
SPONSORED LINKS
  
  
  



Web site design development
  
  


Computer software development
  
  


Software design and development
  
  




Macromedia flex
  
  


Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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

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





  









-- What goes up, does come down.







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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Dynamically scaling a custom component

2006-05-07 Thread leo4beer



Hi, I have the following class structure:

Class Map extends UIComponent 

the class creates an instance of the following class:

Class MapMainView extends UIComponent

In MXML I have the following code:



In Map I have the following code:

function createChildren():Void {
    .
    .
    createClassObject(MapMainView,"mmv ",99);
    mmv._width = 400;
    mmv._height = 300;

Then in MapMainView I'm trying to draw a border according to the
component's size...

First get the current size:

function measure():Void{
    
    super.measure();
    MapMainViewAreaWidth = _width � 20
    gridAreaAreaHeight = _height -20
  }

Later, under draw I'm using the drawing API to draw the border:

Function Draw(){
.
lineTo(20, MapMainViewAreaWidth)
  .
}

It seems like _with is null and I'm unable to draw the border

Any ideas?

Thanks in advance,
Leo.










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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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