Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 2007
    Posts
    22

    Star Tree Update problems please help me

    Hello tree error message
    if nselected==1.1.1 error message





    Now in thanks you, please help me

  2. #2
    Join Date
    May 2005
    Posts
    1,115
    Man... a number can not have two decimal points. LOL
    Never know what life is gonna throw at you.
    (Based on a true story.)

  3. #3
    Join Date
    Nov 2006
    Posts
    233
    change
    Code:
    nselected == 1.1.1
    to
    Code:
    nselected == 1.1

  4. #4
    Join Date
    Jan 2002
    Location
    Nashville TN
    Posts
    328
    Check out "String.CompareFileVersions" in the help file I supect you are Comparing file versions, you can also change the code to:


    nselected == "1.1.1"

  5. #5
    Join Date
    May 2001
    Location
    51.531249 | -0.610962
    Posts
    1,244
    You shouldn't be using String.ToNumber.

    nSelected = Tree1.GetSelectedNode("Tree1"); returns a string

    if nSelected == "1.1.1" then
    Dialog.Message("Notice", "Your message here.");
    will work
    -
    = Derek
    ["All glory comes from daring to begin" - fortune cookie]

  6. #6
    Join Date
    Apr 2007
    Posts
    22

    Talking

    Quote Originally Posted by Derek View Post
    You shouldn't be using String.ToNumber.

    nSelected = Tree1.GetSelectedNode("Tree1"); returns a string

    if nSelected == "1.1.1" then
    Dialog.Message("Notice", "Your message here.");
    will work
    code name in the Thanks You
    Thanks You
    Ok, No problem

Similar Threads

  1. True Update Client Auto restart problem!
    By Venkat in forum TrueUpdate 2.0
    Replies: 2
    Last Post: 01-24-2007, 10:00 AM
  2. Tree Object Problems
    By Jon in forum AutoPlay Media Studio 6.0
    Replies: 2
    Last Post: 01-23-2006, 07:33 AM
  3. Adding a TU2 LAN update server
    By Tek in forum TrueUpdate 2.0
    Replies: 7
    Last Post: 04-11-2005, 12:39 PM
  4. Update
    By arnaud in forum AutoPlay Media Studio 5.0
    Replies: 4
    Last Post: 11-25-2003, 09:15 AM
  5. Update problems
    By johnspoon in forum AutoPlay Media Studio 5.0
    Replies: 2
    Last Post: 11-23-2003, 06:44 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