Search

You searched for the word(s): userid:198052

Matching Posts

  • redistribution/redeployment

    Another user, JonBrave posted the following message back in May but it was never answered. I need to know the answer too so, I am posting it again. I have read lots of posts about the current probs with IEWCs. Unfortunately we really seem to need the TreeView (could proably manage without the others). Forget about compiling/using for development. I would like a definitive answer about how we are supposed to install/deploy/distribute to customers. As far as I can see: * it's simpler to stick with
  • Re: Installation/Deployment/Distribution --- how?

    If anyone knows the answer to this, I would like to know too.
  • Re: Popup menu on the treeview control

    I had similar problems with the menu appearing behind controls. I went into the HTML portion of the forms designer and manually adjusted the Z-INDEX of the menu and the controls that it was appearing behind. I would think that setting the selected node index should work but then again I didn't try doing that on the client. Maybe reading the behavior code in the .htc file would help you understand what is going on. To postback to the server using javascript, I use the submit() method of the form object
  • Re: Popup menu on the treeview control

    use the oncontextmenu event use the hovernodeindex to know what node was right-clicked on I made some earlier posts on this site, if you use the search feature of this site, you will find them. Search for context menu. Search for hovernode too. You might also want to search for drag and drop and take a look at that stuff. The following links will help you with the context menu: http://www.siteexperts.com/tips/styles/ts42/page3.asp http://devscripts.com/visit.php?sId=1786 http://msdn.microsoft.com
  • Re: TreeView OnSelectedIndexChange Client Side Event Question

    var Node = MyTree.getTreeNode(Index); var NodeType = FromNode.getAttribute("type"); var NodeName = FromNode.getAttribute("text"); window.status = "The type is " + Type + " and the name is " + Name + ".";
  • Re: Selective Postback from TreeView?

    I would try capturing the event on the client using a javascript function to determine if you want to post back or not. If you do, return true and it should continue to the server. If not return false to stay on the client. One note, this does not work the Toolbar control in the IE Controls for some reason. It has working with all standard web controls that I have tried it on though.
Page 1 of 1 (6 items)