NavigationNewsletterSyndicateUser login |
newsDrag and Drop DataGrid Component for Macromedia Flash™
Price: $149.95 HTML Overlay Component
How it Works (taken from the help documentation) Price: $28.00 Setting Component Styles and SkinsThis application lists all of the styles available to the Tree component. The code and a detailed description for each style is in the attached ActionScript file. In addition it shows you how to reset each of the styles you have set. This project is setup in such a way that you can replace this component with another component and the supported styles will still work. News updateI've been getting ready to release the dndList component. It's pretty neat seeing things come together and just seeing my work work the way I've envisioned it. Drag and Drop Tree Component for Macromedia™ Flash
Price: $149.95 Undo History Component - Beta Testers Requested
Drag and Drop List Component for Macromedia™ Flash
Price: $79.95 Setting the Label of a Tree NodeIf you have ever wanted to know how to set the label of a tree node to Creating Components with Flash MX 2004This is an excellent article on creating components by Joey Lott. It gives a good overview of creating components and just enough in depth information for you to create your own solely from the this one article. Don't let the idea of writing a custom component intimidate
you. Although components may appear very complex, they are really just fancy movie clips. You know how to work with movie clips, and so even if you don't yet know it, you also know how to write a custom component. There is only one caveat: You do need to be familiar with writing ActionScript 2.0 classes. If you don't yet know how to write an ActionScript 2.0 class, then you'll want to make sure to read the ActionScript 2.0 primer series at... Drag and Drop Tree - Page MovedThis page has moved. You will automatically be redirected in 5 seconds. If you are not redirected click here. By judah at 04/18/2004 - 17:52 | news
Getting the Element Start-Tag Name of a Tree NodeThis tutorial will show you how to retrieve the element tag name or node name as it is called in Flash. To clarify, the element tag name is the first string of characters that appear after a tag. So the element tag name of "<customer firstname='allen' lastname='poe'>" is "customer". Setting the Indentation of a Tree NodeThis tutorial will show you how to set the indentation of the tree nodes. To begin by following the steps in the tutorial "Adding a tree component to the stage" and continue here. Adding a Tree component to the StageThis tutorial will show you how to add the Tree component to the stage. Open Flash MX 2004 Professional and follow along. Invoke a XMLUI Dialog within FlashTo invoke a XMLUI dialog we need to create a JSFL command. You can show an XMLUI dialog within your JSFL command and set and retrieve properties. Creating the JSFL file Setting the Icon of a Tree Node
If you have ever wanted to know how to set a tree node to a different icon you've found the right tutorial.
To begin follow the steps in the tutorial "Adding a tree component to the stage" and continue here. Binding two components together in ActionscriptThe code below binds the text property of a textinput component called "myStatusArea" to the text property of another textinput component called, "myStatusAreaHTML" every time the "draw" event is called. I chose the draw event in this circumstance because it occurs on almost every change a text box goes through. Receive Notification of Branch Node Open or CloseThis tutorial will show you how to receive notification when a branch node Creating the Layout
Receive Notification of Node SelectionThis tutorial will show you how to receive notification when a node in a Creating the Layout
Adding a node to the root node of a tree componentThis tutorial will show you how to add a node to a the root node of a tree component when a button is clicked. |