I've never seen that.

For PAYG reasons, fewer objects are assigned ids just in case in Royale.

For debugging, you might be able to call UIDUtil on the objects to assign then 
a UID.  But often in the debugger you can identify an object by the properties 
it has and its parent.

HTH,
-Alex

On 2/11/19, 6:14 AM, "Olaf Krueger" <m...@olafkrueger.net> wrote:

    Hi 
    IIRIC, in Flex/AS3 each object is identified by a unique id, something like
    MyClass@aa77fdre7ee.
    
    I need to identify a certain object instance while debugging a Royale app
    but didn't find this kind of identifier.
    
    Instead, I found this:
    
    [[StableObjectId]]:35
    
    Is this the pendant to the object id which I described above?
    IOW: 
    When I want to make sure that I am working with the right instance of an
    object, is this StableObjectId a proper way to trace this?
    
    Thanks,
    Olaf
    
    
    
    --
    Sent from: 
https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C22dc0afa678b415c838208d6902b2b6b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636854912435514864&amp;sdata=HAzJOsrnLa5J2IYv9snB7hhTk3Q8%2F5EdchdknDLdtBg%3D&amp;reserved=0
    

Reply via email to