[flexcoders] Re: Automatic Validation for Entire Form

2007-12-29 Thread sher_ali2004
You can use Validators to validate your forms.
http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Partsfile=validators_093_03.html




[flexcoders] Re: How to restrict TileList to display items only in single row?

2007-12-26 Thread sher_ali2004
You can set the rowCount property to 1 as:
rowCount=1

Sher Ali
Flex and Flash Developer
[EMAIL PROTECTED]
+92 321 51 89 391




[flexcoders] Can one FTP to a sever with user authentication in Adobe AIR?

2007-12-11 Thread sher_ali2004
my question is simple can one ftp to a server with user authentication
in Adobe AIR?

Regards,
S.Ali



[flexcoders] Re: Anyone have any good Flex Projects with sourceCode?

2007-09-20 Thread sher_ali2004
Learn by doing experimental work. Just following tutorials for the
whole life is a not a good way to learn something. 

Try to spend your time reading the official documentation in depth and
play with each bit. This way you will get more knowledge about the
underlying technology.


---
Sher Ali
www.webeyestudio.com


---

--- In flexcoders@yahoogroups.com, Sheriff [EMAIL PROTECTED] wrote:

 i am like stuck in the intermidate learning curve and i am running
out of material to practice on, so does anyone know where i can learn
more about flex or what sites. i did totaltraining, and lynda so waht
else is there
 
 
 
 



 Moody friends. Drama queens. Your life? Nope! - their life, your
story. Play Sims Stories at Yahoo! Games.
 http://sims.yahoo.com/





[flexcoders] Re: how to embed buttons into datagrid

2007-09-03 Thread sher_ali2004
You need to implement a custom cell renderer class. You can find a
relative and an excellent article on this topic at:

http://www.adobe.com/devnet

by Peter Dehan




[flexcoders] Re: Getting label text from a external XML file - eg for menu

2007-08-29 Thread sher_ali2004
Try this:

?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;
layout=absolute
 mx:XML id=xmlMenu source=/xml/menu.xml/
 mx:LinkButton label=[EMAIL PROTECTED]
id=btnProjects/
/mx:Application







[flexcoders] Re: Flash Poll Application but with Flex Integration Charts

2007-06-02 Thread sher_ali2004
Ok here is the link for the 3D pie chart source file. It is a complete
source file but I made a lot of changes to make it compatible with my
application. Like I changed the code so that I slice out the
rollovered pie piece and make it larger etc.

http://www.actionscripts.org/showMovie.php?id=483



Regards,
Sher Ali


--- In flexcoders@yahoogroups.com, dazweeja [EMAIL PROTECTED] wrote:

 OK, sorry I couln't be of more assistance. Would you mind providing me
 with the links to the tutorials you used for the pie chart? Or even
 the source code for your chart if you are feeling generous ;) The
 examples I have found so far do not look nearly as good as what you
 already have there.
 
 Cheers,
 Darren.
 
 --- In flexcoders@yahoogroups.com, sher_ali2004 sher_ali2004@
 wrote:
 
  Hello Darren,
  
  No the problem is still there.
  
  Yes I coded this pie chart following some tutorials from online
  communities but this is not pure 3D like you can see on many sites
  which sell these 3d charts on license basis, but I cannot also use
  those because those charts don't allow smooth integration with my
  application.
  
  
  Regards,
  Sher Ali
  
  
  
  
  --- In flexcoders@yahoogroups.com, dazweeja dazquick@ wrote:
  
   Hi Sher,
   
   Did you solve your problem? That pie chart looks quite nice to
me. Did
   you create the pie chart component yourself? The reason I am
asking is
I'm doing a similar project right now and would appreciate your
 advice.
   
   It's my understanding that the Flex Component Kit allows you to
import
   your Flash movie into Flex to use as a component in a Flex app. This
   might be overkill for your purposes as the resulting Flex app might
   end up over 200KB and will require Flash Player 9 to play.
   
   Cheers,
   Darren.
   
   
   --- In flexcoders@yahoogroups.com, sher_ali2004 sher_ali2004@
   wrote:
   
Hello,

I have created a poll application in flash which you can see the
 demo
in the current state:
http://www.arcoint.com/wes/poll/flash_poll_01.html

My application is going good so far, but I have problem with
the 3d
pie charts. My current pie chart doesn't look real 3d pie
chart and
also my coding is limiting to achieve the desired effects.

I know that flash component kit allows to bring flash assets
 into flex
and use them as you want, but I have never used this so far.

What I need?

I just want the charting support of flex for my application, but I
don't understand how can I achieve this, as I have coded all the
 flash
poll application in flash and data in flash is also coming from a
database in the form of xml generated using php.

Can I pass an array to flex from the flash swf file to flex when
needed so that i can generate chart.

I need suggestions and tips.

Thank You All.


Regards,
Sher Ali
   
  
 





[flexcoders] Re: Flash Poll Application but with Flex Integration Charts

2007-06-01 Thread sher_ali2004
Hello Darren,

No the problem is still there.

Yes I coded this pie chart following some tutorials from online
communities but this is not pure 3D like you can see on many sites
which sell these 3d charts on license basis, but I cannot also use
those because those charts don't allow smooth integration with my
application.


Regards,
Sher Ali




--- In flexcoders@yahoogroups.com, dazweeja [EMAIL PROTECTED] wrote:

 Hi Sher,
 
 Did you solve your problem? That pie chart looks quite nice to me. Did
 you create the pie chart component yourself? The reason I am asking is
  I'm doing a similar project right now and would appreciate your advice.
 
 It's my understanding that the Flex Component Kit allows you to import
 your Flash movie into Flex to use as a component in a Flex app. This
 might be overkill for your purposes as the resulting Flex app might
 end up over 200KB and will require Flash Player 9 to play.
 
 Cheers,
 Darren.
 
 
 --- In flexcoders@yahoogroups.com, sher_ali2004 sher_ali2004@
 wrote:
 
  Hello,
  
  I have created a poll application in flash which you can see the demo
  in the current state:
  http://www.arcoint.com/wes/poll/flash_poll_01.html
  
  My application is going good so far, but I have problem with the 3d
  pie charts. My current pie chart doesn't look real 3d pie chart and
  also my coding is limiting to achieve the desired effects.
  
  I know that flash component kit allows to bring flash assets into flex
  and use them as you want, but I have never used this so far.
  
  What I need?
  
  I just want the charting support of flex for my application, but I
  don't understand how can I achieve this, as I have coded all the flash
  poll application in flash and data in flash is also coming from a
  database in the form of xml generated using php.
  
  Can I pass an array to flex from the flash swf file to flex when
  needed so that i can generate chart.
  
  I need suggestions and tips.
  
  Thank You All.
  
  
  Regards,
  Sher Ali
 





[flexcoders] Flash Poll Application but with Flex Integration Charts

2007-05-31 Thread sher_ali2004
Hello,

I have created a poll application in flash which you can see the demo
in the current state:
http://www.arcoint.com/wes/poll/flash_poll_01.html

My application is going good so far, but I have problem with the 3d
pie charts. My current pie chart doesn't look real 3d pie chart and
also my coding is limiting to achieve the desired effects.

I know that flash component kit allows to bring flash assets into flex
and use them as you want, but I have never used this so far.

What I need?

I just want the charting support of flex for my application, but I
don't understand how can I achieve this, as I have coded all the flash
poll application in flash and data in flash is also coming from a
database in the form of xml generated using php.

Can I pass an array to flex from the flash swf file to flex when
needed so that i can generate chart.

I need suggestions and tips.

Thank You All.


Regards,
Sher Ali



[flexcoders] Re: PHP and Flex?

2007-05-11 Thread sher_ali2004
If this is going to be your first step then try this first of all:

http://www.adobe.com/devnet/flex/articles/php_getstarted.html
http://www.adobe.com/devnet/flex/





--- In flexcoders@yahoogroups.com, bitfacepatrick [EMAIL PROTECTED] wrote:

 Hello 
 I was looking to work with Flex and PHP. I heard that AMF PHP was a
 great place to start. I tried their site and a number of links found
 on google. 
 
 http://amfphp.org/
 
 Is this the best way to work with PHP and Flex? Or is there industry
 standard process? Does anyone know if this is a valid project?





[flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-05-02 Thread sher_ali2004
Never trust Microsoft products and projects. They bring products and
destroy those products themselves because of their marketing strategy.
They never succeeded to run a product more than few years except
Window OS and MS Office.

If you put some efforts in learning a technology than you would never
want to loss.

What happend to FrontPage? What happened to ASP ?



--- In flexcoders@yahoogroups.com, slangeberg [EMAIL PROTECTED] wrote:

 If you ever watch the developer videos on Channel 9, you'll see that
many MS
 devs have macbooks (or whatever they're called) sitting on their desks!
 
 -Scott
 
 On 4/29/07, dorkie dork from dorktown [EMAIL PROTECTED]
 wrote:
 
the problem with microsoft is they live in a bubble. they live
in their
  own little world where only windows exists. well, at the college i
visit
  half the people have macs. i am in a college coffee / study shop
with about
  150 people and half have macs. this all changed when the mac books
came out
  last year. long time windows users switched. my roomate uses a mac
and loves
  it. not everyone uses windows.
 
  i dont' trust their cross compatible promises either. what if they
do make
  version on mac. anyone remember ie on mac? they need to prove they
have
  changed the way they do things (and think) before i would ever
trust them.
 
  since i'm ranting, it seems, that users opinions don't matter. all
they
  need to do is listen to their users and i do not get that from
them. vista
  is an example of them living in a bubble. so as the web changes i
do not
  think silverlight will progress when they do not listen to the users.
 
 
 
  On 4/29/07, simonjpalmer [EMAIL PROTECTED] wrote:
  
 Does C# kill Java?
   Does IE kill Firefox?
   Does SQLServer kill Oracle?
   Does Windows kill UNIX?
   Will Silverlight kill Flex?
  
   From my 20 odd years of software development, during which time the
   Microsoft hegemony has been at its apogee, none of the above are
true.
   In fact if you want a really scalable enterprise platform you would
   choose the right hand side of the list above rather than the left.
  
   Where Microsoft win hands down is in Office Applications and desktop
   operating systems. Excel is quite possibly the best piece of desktop
   software ever written (Word being the worst) and long may it
reign as
   such. Windows is crap, but it's more than good enough for your
   average user and most Microsoft desktop products are actually pretty
   good (c'mon, be generous).
  
   I regret deeply that the rest of the world doesn't have a house full
   of beautiful, stable, simple Macs like I do, but the reality is that
   they don't as Jason points out. Instead the three or four computers
   the normal person interacts with in their daily lives are almost
   exclusively running Windows (even the ATM machines and tills at the
   supermarket). Not a pleasant truth, but a truth nonetheless. If you
   are looking for broad adoption and commercial success as a software
   company you start with Windows.
  
   The wonderful reality, however, is that the software industry, like
   all others in the history of human endeavour, thrives on competition
   and there is space for more than one company/product/offering to
   survive. Adobe are not going to be Microsoft. THANK GOD! They have
   and in my opinion will always have, a distinct and separate
offering.
   If they can't retain that differentiation then they don't deserve to
   remain in business and the market will take care of them.
  
   So this is a bit of a silly thread as far as I am concerned. The
   answer for me is clearly No for all the same reasons that Microsoft
   haven't killed any of the other things on the list at the top. They
   might try, but I think they should be more worried about Google and
   web based desktop software than Adobe and the flash player.
  
   Simon
  
   --- In flexcoders@yahoogroups.com
flexcoders%40yahoogroups.com, Bjorn
   Schultheiss
   bjorn.schultheiss@ wrote:
   
   
   
   
Hey Jason,
   
Even if 90% of internet's users are running Windows, how many
millions aren't..
If you can deploy applications that is guaranteed to only be
used by
Windows users, well good luck to you.
   
Here we target creatives in the advertising industry and I
don't have
that luxury.
   
   
   
   
Regards,
   
Bjorn Schultheiss
Senior Developer

Personalised Communication Power
   
Level 2, 31 Coventry St.
South Melbourne 3205,
VIC Australia
   
T: +61 3 9674 7400
F: +61 3 9645 9160
W: http://www.qdc.net.au
   
((This transmission is confidential and intended
solely
for the person or organization to whom it is addressed. It may
contain privileged and confidential information. If you are
not the
intended recipient, you should not copy, distribute or take any
action in reliance on it. If you believe you received this
transmission in error, please notify 

[flexcoders] Re: Regd flex

2007-04-30 Thread sher_ali2004
I am also new to flex, but I think flex doesn't provide such facility. 

You can develop desktop applications using the Apollo extension with
flex 2.0