Hey virru ; quite interesting . do you have any sample which you can share, most of us would love to see it. seriously i didnt know it was possible, please explain.
cheers dinukx On Sun, Nov 1, 2009 at 1:15 AM, veeru rahul <[email protected]> wrote: > If ur question is how to convert a mock up into fully functional flex page, > its possible (Sorry if I did not understand ur question). > > All u need to do is import the png or jpg to ur Flash catalyst, From there > u can give actions to the components in to the jpeg. > After doing so, u can generate the flex code and copy the code and put in > ur flash builder 4 to create a flex application. > > Thanks, > Veeru > > > On Fri, Oct 30, 2009 at 8:48 PM, flexorz group of flex corders < > [email protected]> wrote: > >> 1) app should be created as a similer look and feel to mockup, i dont >> think it possible to convert mockups directly to fully functional app in any >> language. there are two ways of doing skinning in flex , programmertically >> and graphically >> when its comes to graphically , you can use illustrator , flash or any >> other means to create the skin >> skin may hold states , those are changed depending on the event occurred. >> ex: upSkin ,DownSkin ,OverSkin those are the three stats of a button which >> upSkin will trigger on mouse up event , and overSkin on over ...etc >> >> >> so you can either have those in a swc and reference to it . or get the >> images and bind them manually >> you can also do this programmertically by creating a custom actionscript >> class. >> >> 2) try asunit , flex monkey , or selenuim in this regard there are lots of >> ways you can do unit testing with flex >> 3) data binding means when a properties source is set to an variable and >> we may later change variable later and view will automatically get effected. >> this is archieved by internal event dispatching ,this is native support >> for data types other than arrays (arrays are normally not bindable,in case >> try array collection) >> 4) as you do in a other languages , just you an interface.. >> >> thanks >> >> dinukx >> >> >> >> On Fri, Oct 30, 2009 at 10:54 AM, lakshminarayan k >> <[email protected]>wrote: >> >>> 1.how to Translate screen mockups into fully functional applications and >>> how to create skins in flex >>> 2.how write test cases and unit testing is there any separeate toll is >>> there (like ANT)..any example plz assiist ..... >>> 3.what is meant by data binding >>> 4.how impliment polymorphism concep t in flex >>> >>> pls assit me >>> thanks regards >>> LAKS >>> >>> >>> >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

