Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2007
    Location
    HeaveN
    Posts
    534

    remove node help

    how can i make it not to remove the last node ?
    i am using that code to remove the node...
    Code:
    SelectedTab = Tree.GetSelectedNode("Tab_Panel");
    TabDataTable = Tree.GetNode("Tab_Panel", SelectedTab);
    TabText = TabDataTable.Text
    	if TabText ~= "Tabs" then
    	Tree.RemoveNode("Tab_Panel", SelectedTab);
    	else
    	end

  2. #2
    Join Date
    Mar 2007
    Location
    HeaveN
    Posts
    534
    solved it


    but i have another question;

    how can i make it not do any action when first node is clicked ?

    i am using that code:
    Code:
    SelectedTab = Tree.GetSelectedNode("Tab_Panel");
    TabDataTable = Tree.GetNode("Tab_Panel", SelectedTab);
    TabUrl = TabDataTable.Data
    Web.LoadURL("Web1", TabUrl);

  3. #3
    Join Date
    Mar 2007
    Location
    HeaveN
    Posts
    534
    solved it too


    now just need help with that topic

    http://www.indigorose.com/forums/showthread.php?t=23585

    thanks in advance

Similar Threads

  1. I cannot remove some files
    By cdundee in forum MSI Factory 2.0 Discussion
    Replies: 11
    Last Post: 08-02-2007, 03:32 PM
  2. How i Remove the Info at version
    By DaSoul in forum AutoPlay Media Studio 6.0
    Replies: 1
    Last Post: 03-10-2007, 01:22 PM
  3. HOWTO: Remove Unwanted Screens from a Setup
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-11-2002, 01:32 PM
  4. HOWTO: Remove Files that were Installed by a Patch or Alternate Source
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 09-24-2002, 09:49 AM
  5. How do you remove a nested folder?
    By Toby123 in forum Setup Factory 6.0
    Replies: 2
    Last Post: 07-31-2002, 06:42 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts