Posted by: Stefan Misch
Hi CDK-experts,
I want to display some status text in TD 3.1 while my CDK-application is run
from within TD via the Tools menu. I use "$Outline $MainWindow" as
parameters for my CDK-app and then convert the value for $MainWindow to a
window handle using SalStrToNumber and then SalNumberToWindowHandle().
However this handle seems not to be the one that I need to use to set
CDK_App.cvhWndStatus (isn't there a Set-Method missing?) and then display a
status text with CDK_App.Status( "Some text" ).
TIA,
Stefan
P.S. I might post some more CDK-messages over the next time, as I have
significant problems in a number of areas, which might be either CDK-bugs or
lack of my understanding. IMHO the CDK-documentation is ridiculous. Also I
noticed that some of the CDK-classes follow a certain "schema", while other
CDK-classes that should work in the same "schema" do not provide the same
methods...