The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Answers
for the core, that is in groups.properties. You can have such a file per extension.
Best,
Simon
But i have problem. I changed groupsTutorial.properties in tutorial project. Now it looks like this: OperatorsTutorial.xml is: All operators are still white. Is there a way to find, where problem is?
# gray
group.Tutorial.color = #e9e9e9
-----------------------------------------------------
-----------------------------------------------------
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<operators name="tutorial" version="5.0" docbundle="com/rapidminer/resources/i18n/OperatorsDocTutorial">
<group key="">
<group key="tutorial">
...
</group>
</group>
</operators>
-----------------------------------------------------
Try with the upper/lower case.
How can I solve this?
this is a good question. What do you mean by "doesn't work the right way"? This description is a little bit vague to draw conclusions on the possible reasons...
Greetings,
Sebastian
When I try to change the color of my own operator to another color then something wrong happens sometimes because It seems that some colors are not allowed or they cause an error.
When I try to assign color #e9e9e9 or #555555 I can see my operator with the right color and everything works fine. When I try to assign color #FFF000 then I can NOT see my operator in the right way. It has no name, in/out ports or black border, there is only a #FFF000 (yellow) square.
I have written in the groupsTemplate.properties file this line:
group.MyGroup.color = #FFF000
most of our developers (including Sebastian and Simon who are more active here in the forum) are currently out of office but I am sure they will come back to you after their return.
Cheers,
Ingo
silly bug, sorry. Wait until tomorrow for the mirror or make sure all color components are at least 25 (decimal).
Best,
Simon