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 wOOdy-Soft 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
  • Content: Threads
  • 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

    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?
  5. 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...
  6. 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
  7. 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...
  8. 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...
  9. cpigg

    add different skins to accordion component

    I wanted to display different headers for the accordion component. Any help would be appreciated!
  10. 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...
  11. 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.
  12. 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.
  13. 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