Hi,
I meet some thing really weird when developing my own TBE plugin.
Here is my code:
if(obj is Literal){
str = Literal(obj).uiLabel
}
but I only get an error message "Found an error #1034".
When I try to just print out the obj directly, I get "[object
LiteralImpl]". But i can't find a class whose name is LiteralImpl in
SDK.
The same code works find with "Node". Did I do something wrong?
Thanks,
Woody
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TopBraid Composer Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/topbraid-composer-users?hl=en
-~----------~----~----~----~------~----~------~--~---