[flexcoders] ip webcam with Flex

2008-12-25 Thread abhishekchess1
hello frnds,
Could we use ip webcam with our Flex application?
thx in advanced
abhishekche...@gmail.com
:)




Re: [flexcoders] Wrapping Text or Bitmap

2008-12-25 Thread shardul bartwal
I am looking for the Wrap Effect, not for the wordWrap.I want to show my Text 
or Bitmap in a Arch look. I have tried the DisplacementMapFilter for this.But 
the Results are not satisfactory.Because in that we have to put gradiant Bitmap 
in background,and this is not possible for me as I required the transparent 
background.If any suggestion pls provide me.
 
Thnx 
Shardul Singh Bartwal

--- On Thu, 25/12/08, Manish Jethani  wrote:

From: Manish Jethani 
Subject: Re: [flexcoders] Wrapping Text or Bitmap
To: flexcoders@yahoogroups.com
Date: Thursday, 25 December, 2008, 1:58 PM






On Thu, Dec 25, 2008 at 10:31 AM, shardul bartwal
 wrote:

> I want to know about the wrap in flex.How can we wrap any Text or BitmapData
> in the Flex.If any body have any idea please suggesst.

I'm not sure what you mean by wrapping BitmapData. For text, the Flash
TextField class has a 'wordWrap' property, and the Text component in
Flex (which is based on TextField) already wraps text by default.

-- 
manishjethani. com
 














  Add more friends to your messenger and enjoy! Go to 
http://messenger.yahoo.com/invite/

[flexcoders] Re: Tons of errors using FlexBuilder on Ubuntu

2008-12-25 Thread aphexyuri
Hey Tyler

I work on ubuntu Hardy...running flex sdk 3.2, air 1.5 and flashplayer 10.

Seems like your biggest issue is that you need debug player installed.
You can download the debug player, and un tar. then goto
flash_player_10_linux_dev/plugin/debugger/install_flash_player_10_linux and
run sudo sh flashplayer-installer in terminal. Follow the prompts, and
you should be set.

With regards to your eclipse version...they say 3.3 or higherbut.
I've done numerous installs, and it seems like Europa 3.3 is the
happiest with Flex plugin.

I hope this answers some of your questions...

Yuri

--- In flexcoders@yahoogroups.com, "Tyler Kocheran"  wrote:
>
> Now, before I start, I know that FlexBuilder Linux is in beta still
and a
> lot of stuff isn't working. With that said, I'm experiencing a lot of
> problems that I don't think other people are experiencing.
> 
> I'm using Ubuntu as my OS, and Ganymede for my Eclipse version with
Flash
> Player 10 release version. (I can't seem to install Flash 10 Debug
Players,
> does anyone know how to do that on Ubuntu?) When I try to compile my
> application, it launches fine (when i "Run" it, not when I "Debug" it.
> Debugging doesn't work because I don't have a debug player installed.)
> However, I'm getting nothing when it runs, just a big blue
application that
> does nothing. I can't visually add anything to the display list, I
can't log
> anything out to Arthropod, I basically can't do anything.
> 
> When I try to embed my application via SWFObject, that's no working
either.
> I get the alternative content every time.
> 
> Now here are my questions, I'm going to try and discover the answers
ASAP
> for them, but if you know anything, could you help me out?
> Does FlexBuilder for Linux need to be installed on a Europa release?
> Does FlexBuilder for Linux *require* you to use Flash Player 9
release and
> debug players?
> Will using the Flex ant tasks resolve some of the problems I'm having?
> 
> Any help is much appreciated! Merry Christmas, everyone!
> http://ubuntuforums.org/showthread.php?p=6432138#post6432138
> 
> - TK
> 
> -- 
> And do this, knowing the time, that now it is high time to awake out of
> sleep;
> for now our salvation is nearer than when we first believed.
>




Re: [flexcoders] Tons of errors using FlexBuilder on Ubuntu

2008-12-25 Thread Tyler Kocheran
I guess it is a Ganymede thing. I did a fresh install on Europa and it works
pretty well. Plus I don't get those annoying "Assertion Failed" errors when
trying to view MXML files :)

On Wed, Dec 24, 2008 at 11:38 PM, Fu Di  wrote:

>   i used Europa  to run flex on ubuntu  , it is OK,  i guess the problem
> was caused your eclipse version.
> i didn't try to setup fb on Ganymede.
>
>
> foodyi
>
> --
> *From:* Tyler Kocheran 
> *To:* flexcoders@yahoogroups.com
> *Sent:* Thursday, December 25, 2008 6:54:28 AM
> *Subject:* [flexcoders] Tons of errors using FlexBuilder on Ubuntu
>
>  Now, before I start, I know that FlexBuilder Linux is in beta still and a
> lot of stuff isn't working. With that said, I'm experiencing a lot of
> problems that I don't think other people are experiencing.
>
> I'm using Ubuntu as my OS, and Ganymede for my Eclipse version with Flash
> Player 10 release version. (I can't seem to install Flash 10 Debug Players,
> does anyone know how to do that on Ubuntu?) When I try to compile my
> application, it launches fine (when i "Run" it, not when I "Debug" it.
> Debugging doesn't work because I don't have a debug player installed.)
> However, I'm getting nothing when it runs, just a big blue application that
> does nothing. I can't visually add anything to the display list, I can't log
> anything out to Arthropod, I basically can't do anything.
>
> When I try to embed my application via SWFObject, that's no working either.
> I get the alternative content every time.
>
> Now here are my questions, I'm going to try and discover the answers ASAP
> for them, but if you know anything, could you help me out?
> Does FlexBuilder for Linux need to be installed on a Europa release?
> Does FlexBuilder for Linux *require* you to use Flash Player 9 release and
> debug players?
> Will using the Flex ant tasks resolve some of the problems I'm having?
>
> Any help is much appreciated! Merry Christmas, everyone!
> http://ubuntuforums .org/showthread. php?p=6432138# 
> post6432138
>
> - TK
>
> --
> And do this, knowing the time, that now it is high time to awake out of
> sleep;
> for now our salvation is nearer than when we first believed.
>
>  
>



-- 
And do this, knowing the time, that now it is high time to awake out of
sleep;
for now our salvation is nearer than when we first believed.


[flexcoders] Re: How to know which DisplayObjects are underneath another?

2008-12-25 Thread Amy
--- In flexcoders@yahoogroups.com, "huhgawz"  wrote:
>
> Thanks for you fast response. Your suggestion works but it is not what
> I'm looking for. I'm sorry I guess I didn't explain well.
> 
> So here I come again:
> 
> Taking into account my previous example (the one with a Canvas and
> multiple Circles positioned randomly)...I need to hide all those
> Circles that are totally overlapped by other Circles.
> 
> Could someone help me with this?

Given that they are already totally overlapped, aren't they already 
hidden?



Re: [flexcoders] datagrid's performance

2008-12-25 Thread Manish Jethani
On Thu, Dec 25, 2008 at 1:19 PM, Fu Di  wrote:

> if  i  write code like following  "draggableColumns = false
> ,resizableColumns = false  and sortableColumns = false"  in datagrid, could
> i get  better  performance?

No, not really. You won't see any difference until the user actually
interacts with the DataGrid for dragging, resizing, and sorting,
respectively. So the decision to set these properties would depend on
whether or not you want the user to be able to do these interactions.

-- 
manishjethani.com


Re: [flexcoders] Wrapping Text or Bitmap

2008-12-25 Thread Manish Jethani
On Thu, Dec 25, 2008 at 10:31 AM, shardul bartwal
 wrote:

> I want to know about the wrap in flex.How can we wrap any Text or BitmapData
> in the Flex.If any body have any idea please suggesst.

I'm not sure what you mean by wrapping BitmapData. For text, the Flash
TextField class has a 'wordWrap' property, and the Text component in
Flex (which is based on TextField) already wraps text by default.

-- 
manishjethani.com