Bug or Feature: UXCROSS and handle
Author: i2stiller@gmx.de (istiller)
Hi Just doing some coding with handles and the "->" operator. After compiling a did a look into UXCROSS and didn't find the expected information 1. $handle$->hello() UREFTYP = "HND" UREFFLD is empty (NULL) UREFENT = "hello" 2. $handle$->"hello"() No entry at all There is no clue, which (global) variable is involved. When using variable names like $HND_COMPNAME$, one could extract the name of the called component (or an "interface") And as the second example shows, with a string there is no clue at all. Yes, you need this kind of activate if you do have a variable operation name like $handle$->"%%$OPERNAME$%%%"() So, it this a bug or a feature? Ingo