[flexcoders] 45 hindrances or problems against superb software development

2006-09-26 Thread Jignesh M. Dodiya
Sorry this is off-track post here at Flex coder. But I think the list of the problems given on the blog i have given below and some tricks or solutions to overcome from that is just superb. I got benefit personally so like to share it with this, one of the best community on the net. visit

[flexcoders] Shouldn't we use Flex to built website

2006-06-24 Thread Jignesh M. Dodiya
Read somewhere that flex should be used for web application and shouldn't be used for building a website I am not agree with this. How many agreee? Jignesh Dodiya... Yahoo! Groups Sponsor ~-- Check out the new improvements in Yahoo!

[flexcoders] use of Number instead of int unit datatype????

2006-06-19 Thread Jignesh M. Dodiya
Few days back, Sho Kuwamoto from Adobe have written in his post that Number datatype is fast than using newly introduced int and uint datyatype for as-3 and some given the confirmation also regarding that just want to confirm this that its really like that then why int and uint introduced in

[flexcoders] workinng project not work in flex-2 beta-2

2006-03-23 Thread Jignesh M. Dodiya
hellow, I have installed flex-2 beta-2 and just try to run the project that was built in flex-2 beta-1 that is not working properly anymore in flex-2 beta-2 I have checked the lab documentation and corrected some changes but the following problems can't be solved, anybody has idea???

[flexcoders] Tree+ datas from mySQL

2006-02-25 Thread Jignesh M. Dodiya
hi, Is there any idea how to provide data provider to tree component in mySQL based datas...how can i use 2-3 COllection Array in to single tree COntrol; regards, jignesh -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] how to use flex debugger to debug the problem

2006-02-21 Thread Jignesh M. Dodiya
hi, as i really get confused with the docs on how to use the debugger with flex -2 ... is there anybody have clear idea regarding that.such like flash has good debugging tool thanx, -- Flexcoders Mailing List FAQ:

[flexcoders] Strange Error on compiling Flex-2 project

2006-02-21 Thread Jignesh M. Dodiya
Hi, when I am compiling the codes in mxml, i found the Error as below.. ActionScript Error has occured:: Error: Unknown property -1 at mx.collections::ListCollectionView/http://www.macromedia.com/2005/actio nscript/flash/proxy::getProperty()

[flexcoders] flex-2 with FES + AMF PHP refference

2006-02-17 Thread Jignesh M. Dodiya
hi, have anybody did good work on the combining Flex-2 beta (with or without FES-2) with AMFPHP through PHP code. hope here i will get the solution, thanx jignesh -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Any way to get color value from color picker while coding in flex-2.....

2006-02-15 Thread Jignesh M. Dodiya
As we have facility to choose color hex.dec. no from color picker while authoring flash code. same way is there any way to get the color hex. no from the color picker while coding in flex authoring, i search but didn't foundcan understand it may not be facilitate

[flexcoders] Internet Explorer Crashes down when closing flex application

2006-02-15 Thread Jignesh M. Dodiya
I have noted that when i close the flex applicaton in IE, the Internet Explorer sends me message that Internet explorer has encounter a problem and need to close it Its can be recreated all the times since i installed Flex-2 beta it was not problem in flex-2 alfa.. is my installation is

[flexcoders] how to use MovieClip / swc in flex???

2006-01-07 Thread Jignesh M. Dodiya
Hi All, how to use a movie clip in flex as we use in flash(like, keeping movie clip in library doing attachMovie() function).i got to know that this can be done by converting movieclip in to swc.. but i m really confused how should i use swc in my flex application Another thing is that how

[flexcoders] how to convert string in to Byte array

2006-01-06 Thread Jignesh M. Dodiya
hi, is there anybody knows how to conert string in to byte array.. In my program, i am getting string from socket server and i want to display it in flash with byte array with AS-3 , so how can i convert that recieved string message in to byte array. hope for quick response.. thanks

[flexcoders] Missing Macromedia Logo

2005-12-07 Thread Jignesh M. Dodiya
I know this is not correct place for this topic.but as its about Macromedia, I can't control. Hope everybody has seen the site, WWW.MACROMEDIA.COM I realised that somethiong is missing, How can one forget the Charming Enchanting Macromedia logo that has made many histories. I know Adobe

[flexcoders] To Moderator

2005-12-01 Thread JIGNESH M. DODIYA
Hellow Mr. Moderator, I just want to describe you my problem..Hope u can help me. Its seen often that whenever I post my problem in the Flexcoder as new post, i have seen that I get the Email in my list very late, And many times I have faced the problem that I have to send same post for 2-3

[flexcoders] php flex-2 standalone

2005-11-20 Thread JIGNESH M. DODIYA
hi, do anybody know any alternet way to use php and felx-2 standalone together?? i know that remote object can't work with standalone or need CF adepter plug-in and only work with flex- enterpriese edition but still any idea to club php with flex-2 standalone edition?? regards,

[flexcoders] diff between mx:ImageButton mx:Button

2005-11-15 Thread JIGNESH M. DODIYA
hi, Can anybody explain what is the exect difference between mx:ImageButton mx:Button Imagebutton is there for different skinning of the button stages like up, down, over , desable etc... but what about buttonState in both is all the property of Imagebutton inherited by Button??