Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4

Thread: Tree broblem

  1. #1
    Join Date
    Jul 2005
    Posts
    50

    Tree broblem

    When i try to get the text of the n0de and click on the tree in a blank area, he give me this error

    attemp to index global 'tChildrenOfNode' (a nil value)

  2. #2
    Join Date
    Sep 2002
    Location
    Sol 3
    Posts
    3,160
    What do you have in the On Select even for the Tree?

    You may want to add a check to make sure there is something selected before trying to process the information, for instance.

    if tChildrenOfNode then
    --process the code here.
    else
    --the table does not exist which might mean that nothing was selected.
    end

    Using the above code is a GRRRRRRRREAT(oops sorry wrong tiger) habit to get into to verify if you should continue processing code.

    Tigg
    TJ-Tigger
    "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
    "Draco dormiens nunquam titillandus."
    Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

  3. #3
    Join Date
    Jul 2005
    Posts
    50
    if tChildrenOfNode then

    how i dont thinking about that?
    tnx TJ_Tigger

  4. #4
    Join Date
    Sep 2002
    Location
    Sol 3
    Posts
    3,160
    I do the same thing, sometimes making it more difficult than it should be.
    TJ-Tigger
    "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
    "Draco dormiens nunquam titillandus."
    Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

Similar Threads

  1. Sample: File Browser with Tree Object
    By Brett in forum AutoPlay Media Studio 7.5 Examples
    Replies: 15
    Last Post: 01-28-2009, 12:48 PM
  2. Menu Tree
    By Seville in forum AutoPlay Media Studio 6.0
    Replies: 24
    Last Post: 05-03-2006, 09:36 AM
  3. Image List For Tree Object
    By JimS in forum AutoPlay Media Studio 6.0
    Replies: 12
    Last Post: 08-08-2005, 01:45 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