|
Attention! Read the forum rules carefully before posting a topic.
Try to find an answer in Wiki before asking a question. Submit programming questions in this forum only. Off topics are strictly forbidden.
Any topics which do not satisfy these rules will be deleted.
output to console box |
[stinghurt]
|
Post subject: output to console box |
Post rating: 0
|
Posted: Mon 18 Apr, 2011, 06:59
|
|
User rating: 0
Joined: Fri 08 Apr, 2011, 03:23 Posts: 5
|
Hi Support,
what am I missing here?
When I run my simple test strategy, nothing is outputted to the message window. And my strategy compiled just fine with no error messages
public void onStart(IContext context) throws JFException { this.engine = context.getEngine(); this.console = context.getConsole(); this.context = context; instrument = context.getSubscribedInstruments(); this.console.getOut().print("test");
}
|
|
|
|
 |
API Support
|
Post subject: Re: output to console box |
Post rating: 0
|
Posted: Tue 19 Apr, 2011, 07:12
|
|
User rating: ∞
Joined: Fri 31 Aug, 2007, 09:17 Posts: 6139
|
|
|
|
 |
[stinghurt]
|
Post subject: Re: output to console box |
Post rating: 0
|
Posted: Tue 19 Apr, 2011, 08:37
|
|
User rating: 0
Joined: Fri 08 Apr, 2011, 03:23 Posts: 5
|
Thanks,
That was an easy one. I can't believe I missed it.
|
|
|
|
 |
|
Pages: [
1
]
|
|
|
|
|