Hi all,
I'm quite new with Eclipse and OScript plugin, there are some differences between this one and the builder interface and programming mode.
I need to create a new tab in Info tabs of Reports only to develop a custom scheduler configuration pane.
I orphanized CMDs and Report nodes from Report 10.5.
Then I configured a promotable command in cmd's child and set this command in fcmdNamesInfo whitin 0Setup script.
.fCmdNamesInfo = \
{\
{ "Audit" }, \
{ "Properties" },\
{ "References" }, \
{ "ReportScheduler", "reportScheduler"}
}
I created a new reportscheduler.html in which I will store my new code.
My problem is that my command correctly appear in line:

But it does not appear in Properties tabs:

When I go to General Tab, for example, I see the voice "Report Scheduler" at the right top of the page:

If I click on "Report Scheduler" link I'm able to see my custom page but not into a tab page. I copied html/weblingo code from infoaudit.html for having a point to start with.
I saved this page into:
OPENTEXT\module\webnode_10_5_0\html
I don't understand why this page is calling html pages into webnode and not into report html's folder (now is not a problem).
The page I see is this one:
What am I doing wrong?
Thanks for the attention,
-Irene