Hi all, I'm hoping somebody can point me in the right direction.
We are using a mobile style file (.stylx) to store our graphics symbols, but we currently create text symbols programmatically. We would like to change this and load the text symbols from the same style file, so they can all be maintained in the same place.
However we cannot get it to work, and I just wanted to check if this is a supported scenario, and if so, is there a particular technique for using it?
In our experiments, when using SearchSymbolsAsync, text symbols in the style file are never found, even though they are definitely there.
Even when using GetDefaultSearchParametersAsync, which is supposed to return all of the possible input values, when I inspect the results the names and classes of the text symbols are missing - it's like text symbols are being ignored.
Any help or pointers gratefully received.