Hey Denis,
Thank you very much for the detailed response..! After doing some testing I do believe you are right on the money about everything. It is an API limitation , and the actual IBM terminal application returns characters that are black (same colour as terminal background). One thing that I am going to test is actually changing the background colour inside the application, so that the text in the background (that was previously hidden because the bg was black) becomes visible. Additionally , good idea to use the OCR capability via region mode , however what I experienced is that the application modeler only models off of one application type ( so it can either be a mainframe app or a ""region"" mode type app), is this correct? And so in order to not lose the elements I had spied before under the mainframe application model , if I convert to region mode , would I have to create a new business object instead of modifying the current one?
Thank fully the ""ghost"" text was in a different format than the actual data items, so I was able to use regex and simple ""InStr"" to get around the ghost text 🙂 But would be interested to know what the best way to combine to application models would be (for future scenarios , if the format of the data items is not sufficiently different) , and if its a best practice to use 1 Business object per application model. The only possible problem I could see with that if those two business objects are not called from the same process, then each would need to be able to attach to the actual application... and that could get messy , especially with the IBM mainframe application, as from my testing so far , it does not allow attaching -- its only auto attached after launching.