Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cpigg
  • Order by date
  1. cpigg

    putting a tree inside of a datagrid

    I need some help putting a tree inside of a datagrid. Any help would be appreciated. Thanks!
  2. cpigg

    Adding nodes to a tree component

    I have a tree like this: root -child -childchild -childchild -child -childchild -childchild I need to add a fresh node to the root and have it show up as a child with the root folder. I also need to add a child to the child and have it do the same thing. I first initially load the tree up with...
  3. cpigg

    I need the mouse curser to change when you rollover a movie clip

    I have a UI window component and have a movie clip on the lower right corner with a tab so you can resize it. I'm trying to change the mouse icon when you rollover the movie clip so it will change into a resize icon. I need this mouse rollover event to be a smooth transition. Any ideas?
  4. cpigg

    Adding icons to tree component

    I clicked on the link and didn't find any examples for the tree.
  5. cpigg

    Making a tree node right clickable with the mouse

    I wanted to make the nodes in a tree right clickable with a mouse. When you right click on a node a popup menu opens and gives you the option to add or delete the node that you clicked on. Any ideas?
  6. cpigg

    Adding icons to tree component

    I have a tree within a accordion component. I have Three headers for my Accordion and under each head I have a different tree residing within each header. I need different icons displayed for each tree. Example: Accordion Header 1 -Tree Node -Tree Child -Tree Child -Tree Child Accordion Header 2...
  7. cpigg

    making tree components right clickable

    I have a tree and want the elements to be right mouse clickable to add or delete a node within the tree. Any help would be appreciated
  8. cpigg

    Adding skin header to accordion component

    I'm trying to add different header icons for an accordion component. I have multiple movie clips with different skins in each one and I can't apply multiple skins to each child of the accordion. This is the code that I'm using but I need it applyied to different headers of the children...
  9. cpigg

    Adding different headers to accordion component

    I'm trying to add different header icons for an accordion component. I have multiple movie clips with different skins in each one and I can't apply multiple skins to each child of the accordion. This is the code that I'm using but I need it applyied to different headers of the children...
  10. cpigg

    Quicktime

    I'm trying to add different header icons for an accordion component. I have multiple movie clips with different skins in each one and I can't apply multiple skins to each child of the accordion. This is the code that I'm using but I need it applyied to different headers of the children...
  11. cpigg

    add different skins to accordion component

    I wanted to display different headers for the accordion component. Any help would be appreciated!
  12. cpigg

    Tool to review SWF's...NEED EXPERT ADVICE.

    I have a drop down box with different items that you can select. Once an item is selected from the combo box the datagrid is populated with a specific type of data from an xml file. The images don't load on the first time with the cell renderer class. After the datagrid has been populated and...
  13. cpigg

    XML parsing is to slow-How do I speed it up?

    I'm having trouble with the xml parsing. I have thousands of records that i'm pulling in to a datagrid and am having trouble with time. I need something that will pull large amounts of data into a datgrid without spending the time to do so. Any ideas of how I can speed up the xml parser or is...
  14. cpigg

    on text change call function

    I have tried loading the images into the datagrid but I can't get the images to load on the first time. After the datagrid has been loaded and I refresh the datagrid the images will finally come in. I'm having trouble getting the images to load when the datagrid displays on the first time...
  15. cpigg

    loading images into datagrid depending on a certfain value in a xml

    'm trying to load 4 different images into a datagrid column. I'm already pulling in data from and xml and need to add another column for specific images depending a specific ID in a xml file.
  16. cpigg

    Populate a colum in a datagrid with different images in a .as file

    I'm trying to load 4 different images into a datagrid column. I'm already pulling in data from and xml and need to add another column for specific images depending a specific ID in a xml file.
  17. cpigg

    loading differnt xml files with XML connector object with combo box

    I've completed the xml portian and need help loading images into a datagrid.
  18. cpigg

    Pop-up window problem

    I finished with the loading of the different xml files into the datagrid. I'm now trying to figure out how to do different image icons in a datagrid. I have four different movie clips with icons in them and want to load them into a column in the datagrid depending on certain conditions. I'm...
  19. cpigg

    loading differnt xml files with XML connector object with combo box

    I'm trying to populate a datagrid with xml data. I've used the xml connector and have succesfully populated the datagrid. I need a combo box at the top and with each click load a different .xml file into the data grid. ??

Part and Inventory Search

Back
Top