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

[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
;) 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

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

2007-06-01 Thread sher_ali2004
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

[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

[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

[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

[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