[flexcoders] filter out empty rows

2010-01-31 Thread cvsikh
Hi,

I have a dynamically generated xml which has some empty nodes.  These nodes 
cause blank rows in a tilelist.

Is there a way to filter out these nodes?  For example, if the node 'name' is 
null, hide it from the tilelist?

This is my sample xml:

galleries
 photo
  sourcefile1.jpg/source 
  name / 
  descDesc 1/desc 
  height800/height 
  width1280/width 
  /photo
 photo
  sourcefile2.jpg/source 
  name / 
  desc /
  height800/height 
  width1280/width 
  /photo
/galleries

Thanks!



[flexcoders] Web development with Flex

2010-01-31 Thread Christophe
Hello, 

Is it possible to developp Html/php classical websites with Flex animations 
instead of Flash animations, because I don't know Flash, but only Flex ? 

Thank you,
Christophe,



Re: [flexcoders] Web development with Flex

2010-01-31 Thread Dave Cates
Hey Christophe,

You could if you really wanted to but, you'd have to make sure the size of the 
generated swf was within your desired limits.

Flex has a larger payload than flash - flex automatically compiles extra 
libraries whereas Flash doesn't as standard.

Ebay's homepage has Swf content created with flex - on a slow connection you'll 
see the classic flex pre-loader.

I'd try and work out Flash - both use AS3 and so it shouldn't take long to 
adapt. You'd be especially wise to this if you're simply wanted timeline based 
swfs as it'll be a whole quicker and easier to do in Flash!

Basically, just need to be aware of which tool is best for the application.

Hope that helps.
Dave. 


On 31 Jan 2010, at 09:46, Christophe wrote:

 Hello, 
 
 Is it possible to developp Html/php classical websites with Flex animations 
 instead of Flash animations, because I don't know Flash, but only Flex ? 
 
 Thank you,
 Christophe,
 
 



RE: [SPAM] [flexcoders] popup dialog with grow ability?

2010-01-31 Thread Tracy Spratt
I don't have one handy but google will.

 

Tracy Spratt,

Lariat Services, development services available

  _  

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of MicC
Sent: Saturday, January 30, 2010 7:10 PM
To: flexcoders@yahoogroups.com
Subject: [SPAM] [flexcoders] popup dialog with grow ability?

 

  

Looking for a popup example where the popup can be grabbed and expanded.
TIA,

Mic.





RE: [SPAM] [flexcoders] popup dialog with grow ability?

2010-01-31 Thread Tracy Spratt
I don't have one handy but google will.

 

Tracy Spratt,

Lariat Services, development services available

  _  

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of MicC
Sent: Saturday, January 30, 2010 7:10 PM
To: flexcoders@yahoogroups.com
Subject: [SPAM] [flexcoders] popup dialog with grow ability?

 

  

Looking for a popup example where the popup can be grabbed and expanded.
TIA,

Mic.





RE: [SPAM] [flexcoders] filter out empty rows

2010-01-31 Thread Tracy Spratt
There are three ways I know of to handle this.  First, change the xml
generation to not put in the empty nodes.  Second, preprocess the xml and
remove the empty nodes, and third, create a custom dataDescriptor.

 

Tracy Spratt,

Lariat Services, development services available

  _  

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of cvsikh
Sent: Sunday, January 31, 2010 4:32 AM
To: flexcoders@yahoogroups.com
Subject: [SPAM] [flexcoders] filter out empty rows

 

  

Hi,

I have a dynamically generated xml which has some empty nodes. These nodes
cause blank rows in a tilelist.

Is there a way to filter out these nodes? For example, if the node 'name' is
null, hide it from the tilelist?

This is my sample xml:

galleries
photo
sourcefile1.jpg/source 
name / 
descDesc 1/desc 
height800/height 
width1280/width 
/photo
photo
sourcefile2.jpg/source 
name / 
desc /
height800/height 
width1280/width 
/photo
/galleries

Thanks!





Re: [flexcoders] Re: send custom data thru netstream

2010-01-31 Thread Mondain
I can only speak for-sure about Red5 on this. You can send whatever you want
on a NetStream, to your own method or via @setDataFrame. I suggest that you
use ByteArray objects to transfer your data.

Paul

On Sat, Jan 30, 2010 at 1:15 PM, thomas parquier 
mailingli...@web-attitude.fr wrote:



 anybody ?

 thomas

 ---
 http://www.web-attitude.fr/realisations/
 msn : thomas.parqu...@web-attitude.fr
 softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net
 téléphone portable : +33601 822 056


 2010/1/12 thomas parquier mailingli...@web-attitude.fr

 Hello,

 netstream seems to have only attachCamera as a data feed, but can a local
 video file or bitmap data be sent thru netstream to a media server ?


 have a good day,
 thomas parquier
 ---
 http://www.web-attitude.fr/realisations/
 msn : thomas.parqu...@web-attitude.fr
 softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net
 téléphone portable : +33601 822 056


  




-- 
http://gregoire.org/
http://code.google.com/p/red5/
http://code.google.com/p/blue5/


Re: [flexcoders] Re: send custom data thru netstream

2010-01-31 Thread thomas parquier
I meant video/bitmap data thru the video channel, I think protocols arent
the same, and one is better for continuous data flow and the only accepted
by the attachNetstream method of video component.

thomas
---
http://www.web-attitude.fr/realisations/
msn : thomas.parqu...@web-attitude.fr
softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net
téléphone portable : +33601 822 056


2010/1/31 Mondain mond...@gmail.com



 I can only speak for-sure about Red5 on this. You can send whatever you
 want on a NetStream, to your own method or via @setDataFrame. I suggest that
 you use ByteArray objects to transfer your data.

 Paul


 On Sat, Jan 30, 2010 at 1:15 PM, thomas parquier 
 mailingli...@web-attitude.fr wrote:



 anybody ?

 thomas

 ---
 http://www.web-attitude.fr/realisations/
 msn : thomas.parqu...@web-attitude.fr
 softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net
 téléphone portable : +33601 822 056


 2010/1/12 thomas parquier mailingli...@web-attitude.fr

 Hello,

 netstream seems to have only attachCamera as a data feed, but can a local
 video file or bitmap data be sent thru netstream to a media server ?


 have a good day,
 thomas parquier
 ---
 http://www.web-attitude.fr/realisations/
 msn : thomas.parqu...@web-attitude.fr
 softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net
 téléphone portable : +33601 822 056





 --
 http://gregoire.org/
 http://code.google.com/p/red5/
 http://code.google.com/p/blue5/
  



[flexcoders] Flex and Java projects - deployment via FlexBuilder and Java Eclipse to Tomcat

2010-01-31 Thread flexnewbie999
I'm working on a Flex app that uses Java servlets. The Flex side is using 
BlazeDS/Tomcat. The Java side is a webapp also running on Tomcat. 
Can someone point me to a tutorial on how to deploy these two different apps; 
i.e. the directory structure, what goes where and if there is any possible way 
to deploy BOTH of these projects to a common location via Flexbuilder and Java 
via Eclipse? 

Thanks,
Bill



[flexcoders] Change the color of the gray disabled background for PopUpManager

2010-01-31 Thread Wally Kolcz
Is there a way to change the color of the disabled (gray background) 
area for a component (or whatever) added by a PopUpManager. I would like 
to change it from the light gray to a dark gray/black. Thanks for any info.



[flexcoders] Flash builder 4 List control (remove items)

2010-01-31 Thread Scott
I'm using Flash Builder 4 with PHP.

 

I've used lists before with no issue but I can't seem to find the
removeItem() anywhere.  Does anyone know if they changed the function
for removing an item out of a list?

 

 Thanks.

  sj



[flexcoders] Best Java addon for Flex

2010-01-31 Thread timgerr
Hello all, 
I have been coding with Flex for a few years using PHP as my back end.  I am 
looking to learn Java, and I have a few questions.  I understand the Java 
language from all the other programming languages that I know.  If I want to 
interface Flex with Java, should I lean Spring or what?  I am asking the group, 
what/how do you use Java with Flex?

Thank you,
Tim Gallagher



Re: [flexcoders] Best Java addon for Flex

2010-01-31 Thread Fotis Chatzinikos
That depends on your estimated traffic + various other staff...

Spring, hibernate and so on are powerful but have a steep learning curve
plus they add complexity (and possibly bugs..).

Start simple, have a servlet based backend combined with blazeds.

If on the other hand you are planning / implementing for hundreds of
concurrent users go for spring, hibernate, caches and so on.

It all depends on your needs.

I find that a simple servlet (1 single servlet) is quite enough for
something simple, such as a game or small app.

On Mon, Feb 1, 2010 at 7:17 AM, timgerr tgallag...@danati.com wrote:



 Hello all,
 I have been coding with Flex for a few years using PHP as my back end. I am
 looking to learn Java, and I have a few questions. I understand the Java
 language from all the other programming languages that I know. If I want to
 interface Flex with Java, should I lean Spring or what? I am asking the
 group, what/how do you use Java with Flex?

 Thank you,
 Tim Gallagher

  




-- 
Fotis Chatzinikos, Ph.D.
Founder,
LivinData Technologies
www.styledropper.com
fotis.chatzini...@gmail.com,


[flexcoders] save as swf

2010-01-31 Thread flexlearner
Hi,
I have a flex application in which I draw a simple rectangle and circle.
Now I want to save this as swf file.

Kindly let me know how to achieve this.

Thanks.



Re: [flexcoders] Web development with Flex

2010-01-31 Thread claudiu ursica
Yes





From: Christophe christophe_jacque...@yahoo.fr
To: flexcoders@yahoogroups.com
Sent: Sun, January 31, 2010 11:46:09 AM
Subject: [flexcoders] Web development with Flex

   
Hello, 

Is it possible to developp Html/php classical websites with Flex animations 
instead of Flash animations, because I don't know Flash, but only Flex ? 

Thank you,
Christophe,


 


  

[flexcoders] Axiis data visualization framework

2010-01-31 Thread sudeshdas
Hello Friends,
  I am new to the Axiis data visualization framework.
can any one guide me to create a zoom-effect on Treemap component.

Thanks  Regards,
Sudesh



[flexcoders] Web service network issue

2010-01-31 Thread Krunal Panchal
Hi,

I have created application using web service proxy.

I am not able to validate the network connection before making call. Means at 
the time of calling the one of the method from web service if the connection is 
lost it will raise an fault error.

i am configured my web service using flex wizard.

Thanks in advance.
 
Regards,



Krunal Panchal 


  

Re: [flexcoders] Flash builder 4 List control (remove items)

2010-01-31 Thread Alex Harui
The List’s dataprovider is an IList or ICollectionView.  Ilist has a removeItem.


On 2/2/10 3:56 PM, Scott h...@netprof.us wrote:






I’m using Flash Builder 4 with PHP.

I’ve used lists before with no issue but I can’t seem to find the removeItem() 
anywhere.  Does anyone know if they changed the function for removing an item 
out of a list?

 Thanks.
  sj





--
Alex Harui
Flex SDK Team
Adobe System, Inc.
http://blogs.adobe.com/aharui