Not finding what you are looking for? Request a recipe!
I'd like to see an example of a bitmap being used as a surface texture on a 3D object. Something like an image of bricks or other texture wrapped around a cube or pyramid, using ActionScript. I'd like it to be dynamic. If the cube changes shape, the texture doesn't get distorted.
I have keyword search form that populates a datagrid with matching records. How can I highlight matching in the datagrid?
In my proof of concept I created an AdvancedDataGrid with grouping and summary fields, everything works well. I needed to create the same grid in ActionScript because I do not know how many columns are being returned. I've been successfull with all aspects except for this call: <mx:Advanced ...
I want to run sas from command line using flex so that i have front end in flex for my sas. i know what commands i have to give in command to operate sas.But i am not able to understand how can i call system commands through action script. please help me out. thanks in advance :)
I want to leverage flex to display building diagrams and seat locations. I would like each seat associated with a unique identifier that relates to a database back end that holds the occupant of that seat's information. We would want to use Active Directory as our data source.
I have an editable datagrid which I need to be able to save using a submit button after the user has completed the changes. The idea is that the user ticks checkboxes in the grid to answer questions showing in column 1. The form should then be submitted to my CFC for processing.
In Flex 3, upon runtime, the "Create Database From Application" (PHP) resulting application rendered a webapp that was fully functional for mySQL database management needs. In Flash Builder, I have attempted to recreate this application with no luck. Particularly, implementing a simple update or ...
I am trying to use the managed associations / heirarchical data with my Flex and LCDS application (using LCDS 2.6.1 inside of CF - I upgraded CF8's 2.5 version to 2.6.1) however all of the examples seem to be Java-based. I can get a basic data push with updates happening no problem using CFCs but th ...
I am trying to integrate Flex 3 applications into SharePoint 2007 environment which would allow our users to read/write/delete data from SharePoint using an embeded Flex app inside SharePoint.