Results 1 to 4 of 4

Thread: Reflection interfaces

  1. #1
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default Reflection interfaces

    i need to get the text of a component of a child of a interface

    i have the interface (550)
    in the interface there is a child (Child 3)
    in that child there is a component (Component 0)
    how can i get the text of the component?


    please help

    ~shut

  2. #2
    Join Date
    Aug 2007
    Posts
    1,404
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    If I assume correctly, then this problem in in Java. I'd suggest you try heading to SRL-Forums > Programming > Programming > Java Programming. Things posted in this section is generally thought to be SCAR/Simba-related programming issued, and I doubt many of the qualified Java-programmers come here. That's the best way I can help you.

  3. #3
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Read the reflection include, I cant remember the name of the function, but it is in interfaces.simba

  4. #4
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    Get the interface, get the child, then get the string at that object from the child.
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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