Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

The FlexLib project is a community effort to create open source user interface components for Adobe Flex 2, 3 and 4. Current components: AdvancedForm, Base64Image, EnhancedButtonSkin, CanvasButton, ConvertibleTreeList, Draggable Slider, Fire, Highlighter, HorizontalAxisDataSelector IconLoader ... [More] , ImageMap, PromptingTextArea, PromptingTextInput, Scrollable Menu Controls, SuperTabNavigator, Alternative Scrolling Canvases, Horizontal Accordion, TreeGrid, FlowBox, Docking ToolBar, Flex Scheduling Framework See the Full Component List. Browse the documentation, download the source code, or learn How to Contribute to the project. [Less]

5.0
 
  0 reviews  |  2 users  |  29,792 lines of code  |  1 current contributor  |  Analyzed 9 days ago
 
 

This library of Adobe Flex components and skins enables seamless use of remote data sources where a single call to load all data is impractical. The components are designed to work with the Flex SDK. Flex 4 is recommended, but the components will work with Flex 3.

0
 
  0 reviews  |  1 user  |  1,819 lines of code  |  1 current contributor  |  Analyzed about 14 hours ago
 
 

MinimalComps are a set of minimal user interface components for use in ActionScript 3.0 based projects. See http://www.minimalcomps.com

0
 
  0 reviews  |  0 users  |  6,147 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

A Library of flex components for business applications.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 3 days ago
 
 

This framework's main focus is to write database applications with flex, writing SQL directly in AS3. It aims to simplify development by focusing on client-side. Transactions are supported, queries can be executed synchronously or asynchronously. Data is encrypted to prevent reverse ... [More] engineering, sql injection and so on. Server-side works on top of ADODB for PHP. Now using SOAP for the dialog, instead of a home made protocol. It gives access to Flex builder's webservice tools. See the demo [Less]

0
 
  1 review  |  0 users  |  122,515 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

This lab is dev by Aedis.Ju in personal.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 2 days ago
 
 

FlogLib (Flex blog library) is a Flex 3/ActionScript3-based component that provides blog functionality. It can be incorporated into a Web site developed in Flex to provide the site with a blog having all the expected features - blogroll, categories, calendar, recent entries, search, meta ... [More] information, comments, etc. The project includes both the user-facing component and an admin component (for authoring posts, etc.) This project's impetus grew from a real or perceived lack of open-source or commercial Flex blog components. The component itself extends a that can be dropped into any other container; its behavior is determined by a multitude of user-settable properties, and its appearance can be skinned. For the back end, it relies on PHP and MySQL, and uses a REST API to communicate with it. I invite others who are Flex/AS developers to join the effort to create a vesatile and quality component for everyone's use. The first version is for Flex; subsequent releases will include an AIR version, as well as Java and RoR back ends. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 9 days ago
 
 

Flexed toolkit is a set of simple components that can be easily re-used :) When I started working on Flex in 2006, I was really impressed by the framework. I have been using Flex in the project that I am working on presently. And one our goals was to build as many re-usable components so that the ... [More] developers in the team do not end up re-inventing the wheel everyday. Also, its easy to deal with custom components from a maintenance perspective. In this process, we learnt a lot from the community, discussion boards, mailing groups and other bloggers. flexedtoolkit is more of an effort to give it back to the community, share the knowledge we have gained and more importantly help other developers around the world save time by using the flextoolkit widgets/utilities. Latest NewsFirst version of CForms released on 2nd January 2008!!! Check it out at Flexed. The post has links to the demo and documentation. Using CFormCForm reads XML file to create user entry forms. To implement CForm, the following steps are involved. Developer creates XML file for each screen. The XML will contain the list of fields, controls to be used etc. CForm is called in an MXML. Now, the developer can use many of CForm’s exposed methods to access/manipulate data in the CForm. MXML codeAS CodeTo set xml path and load CForm str = “examples/cform/xmls/controls.xml”; cfrm.widgetsFile = str;cfrm.init();To get data from CForm obj = cfrm.getData(); // to get only modified values obj = cfrm.getData(false); // to get all valuesTo reset CForm cfrm.resetCForm();To set data to CForm var oDataToSet:Object = new Object(); oDataToSet.fname = “udayms”; oDataToSet.age = 27; oDataToSet.gender = “male”; cfrm.setData(oDataToSet);To access one field in the CForm and access properties of the widget cfrm.getWidget(“fname”).getUIComponent().addEventListener();To create CForm on the fly using dynamic XML cfrm.createCFormFromXML(new XML());To Validate CForm using custom validation // custom validation function private function validateForm(id:String, value:Object, values:Object):ValidationResult{ var result:ValidationResult = new ValidationResult(false); if(id == “txtCoName”){ if(value == “” || value == null) result = new ValidationResult(true,null,“”, “You HAVE to enter a company name!”); } return result; } // do this to actually validate the // CForm. Internally it // will use validateForm() method. cfrm.validateCForm(); [Less]

0
 
  0 reviews  |  0 users  |  3,952 lines of code  |  0 current contributors  |  Analyzed about 3 hours ago
 
 

myLib is an alternative to adobe AS3 components. Check myLib website (http://myLib.samystudio.net) for more informations and to get latest stable revision.

0
 
  0 reviews  |  0 users  |  36,667 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

The library consists of four components: TimeInput, TimeStepper, DateTimeChooser and DateTimeField. TimeInput is a masked text field for entering time values in a 24 hour format. TimeStepper works much like the NumericStepper for date and time entry. DateTimeChooser is a subclass of DateChooser ... [More] with a TimeStepper field for entering the time. Finally, DateTimeField is a subclass of DateField with an embedded TimeStepper. [Less]

0
 
  0 reviews  |  0 users  |  2,267 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.