<< Hyderabad Flex User Group

Discussion Area

ask questions, discuss topics, solve problems

Discussion Home | About | Threads By Date | Search

Posts

1-10 of 21 | Next> | Last>>

Adobe Creative Cloud Promo Offer
Thread posted on Aug 16 by Ikram Ullah , tagged announcement

Adobe has been talking for months about this great Promo for CS3/CS4/CS5/CS5.5/CS6 perpetual serial key holders to switch to the Creative Cloud for $29.99/mo (1-yr contract)



Adobe Flex Blog Survey
Thread posted on Jul 30 by Ikram Ullah , tagged announcement,General Discussion

We are currently running a survey of Flexatom.com website. Need your 2 minutes to give your valuable feedback.

Attend Survey Here OR https://adobeformscentral.com/?f=2P%2AfXz1rSwZ4fAGq6d2ilA (copy past this link in browser)

Thanks,
-Hyderabad Flex User Group Team



Looking for a part-time Flex Developer in Hyderabad
Thread posted on Apr 10 by mojofox

Hello guys,

We are looking for a part-time engineer who is an expert on Flex, OOP, Architecture and Design
Patterns for our Hyderabad based Start-up Company.

Requirements:

1)      You will be working with us for around 4 hours each day

2)      You will make design & architecture decisions for small-to-medium complex Flex apps

3)      You will mentor a small team of 2-3 junior Flex developers

4)      Plan and Develop solutions timely

Skills required:

1)      At least 3 years of experience on Flex/AS3 (Java  is plus but not
a mandatory)

2)      Good experience of Component Development, OOP, architecture and design patterns

3)      Good at communication and documentation

4)      Good at time management

5)      Responsible and strong sense of deadline

Benefits:

1)      Secure extra earning while you are employed at your location

2)      We don’t poke our nose with you every day – You manage your tasks but keep them in time

3)      No unrealistic pressure as long as long as you complete task in time

4)      Flexible time of work (We work from 2:00PM till 11:00PM)

5)      You being a part of growing business if things work out well,  can be a pillar for our success and equally be rewarded

Procedure:

  1. Send your CV at flashneeds[at]gmail.com along with URLs of the Flex apps you worked on
  2. Will screen your CV and demo links and pass on the test
  3. If you pass the test, then sign on the contract
  4. Start work

Good luck



Update Your Profile
Thread posted on Jan 27 by Ikram Ullah , tagged announcement,General Discussion

Dear All,

We have noticed that all people are unable to attend the monthly user group meeting and are unable to find the location on time. We request you to update your Adobe Group profile with mobile number, email id and other details for contact.

Regards,

-Nouman Naveed

User Group Manager



Adobe Flash Player and its future
Thread posted on Nov 16 by Ravi S Sharma

http://ravigeek.wordpress.com/2011/11/16/adobe-flash-player-and-its-future/



Problem in sending the XML data from Client side to Server side using the HttpService
Thread posted on Nov 09 by Satya Prasad Vanumu

Hi Group,

       I have a problem in sending the XML data from Client side to Server side using the HttpService in Flex Action Script.
My XML file size is 20MB(It Contains 97,845 Rows), and this data is sending as a parameter through a  send() method.
In this case its throwing an error saying "Request filtering is configured on the Web server to deny the request because the content length exceeds the configured value." I think if i change the the Content Length(configuration/system.webServer/security/requestFiltering/requestLimits@maxAllowedContentLength) settings in Web.Config file, this may work. But still the HttpService Request is binded with a huge data and
it execute the process slowly. I want to know is there any other better way to do this, using Remote Objest (OR) something else.
I hope in Remote Object has a draw back of paraller operation problem(even from different users, will be queued one by one).

So i want to know is there any other solution to this problem? If yes, Please Help me.

Thanks in advance,
Satya.
 



Spring + BlazeDS Integration API for Flex based Enterprise Apps
Thread posted on Oct 22 by Ravi S Sharma

Read an articale on Spring + BlazeDS Integration API for Flex based Enterprise Apps



How to create Calendar Control using Flash Builder
Thread posted on Jun 29 by vijaychebrolu

I want to implement a calendar control in Flex using flash builder 4.5.1. For this, I am thinking to extend the DateChooser Control.Can any please guide me in the correct way to get my  calendar control.In that calendar control I want to add some small images/text in each day cell with a tool tip information and with different colors for each day cell of the calendar control. 

plz help me.

regards

vijay



Adobe Flash Builder "Burrito" Updated
Thread posted on Mar 28 by Ikram Ullah , tagged announcement

This preview release introduces new cross platform development features and enhancements to Flash Builder and provides support for the preview release of the Adobe Flex® SDK codenamed "Hero." Although these preview releases are not yet feature complete, we are excited for you to begin to experience the next generation of Flex and Flash Builder.

Key themes for Flash Builder "Burrito" include:



Unit Testing Flex Applications
Thread posted on Dec 23 by Ikram Ullah , tagged General Discussion,Sticky

Recently, I was trying to Unit Test my code for few projects and came across great feature of Flash Builder. This feature is very helpful to people whos organizations are looking to unit test the flex code within Flash Builder. Flash Builder uses FlexUnit framework (http://www.flexunit.org/) to test your flex code. If you know all capabilities of FlexUnit framework then unit testing is very easy.

To unit test any flex application do following:

1. Open flex project and decide which main application to test

2. Right Click and select the application file

3. Select New > Test Case Class

4. Enter the values for Package to store test classes

5. By Default Test Class name will have postfix of Application file name selected for testing (example: ValidateFormat_wt3Test) while the application file name in this example is ValidateFormat_wt3

6. Click Next

7. Select the inbuilt methods or Custom methods written in Application file to test.

8. Click Finish

9. Once wizard completes a new file will be created for testing the selected application file. (Example: FlexUnitApplication.mxml).

Also a new test case class will be generated to begin the testing process. The generated code is given below in code sample section.

10. To load application in test enviornment you might need to load in first and interact with application. This is needed when you want to test UI components behaviour. Use FlexGlobals.topLevelApplication.parent.addChild(myform) to load application for testing visiually.

11. Methods with [Test] meta tags are used to inform compiler to use it for testing the code.

12. Use Async class to handle Asynchronous events and pass valid parameters. (For full information about Async class go to http://www.flexunit.org)

13. Results of test will be displayed in browser once test is completed.

Enjoy working with FlexUnit in Flash Builder :)



Filter by Date

<< May 2013 >>
Su Mo Tu We Th Fr Sa
      01 02 03 04
05 06 07 08 09 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  

Filter by Tag

All
announcement
Benefit
Flash
General
General Discussion
Question
Sticky

Change View

Titles
Summaries
Table
Clip
Clip & Comments
Full

Change Sort

Alphabetically
By Last Activity
By Date Posted
By Number of Comments
By Number of Views
By Author