Hi Chris,
> * freemind.modes.ControllerAdapter.displayNode has an error: create a
> map with a folded node "foo". Then goto the new search dialog, enter
> "foo" and press return. Normally, the node is selected. Here, an
> exception is thrown...
I can neither can reproduce the bug nor understand how to create a
"folded" node.
> * The new background for nodes is black in my case and the nodes are
> difficult to read. Where do you get the information
> about the color? What colors are taken from the OS?
Look at public void FreeMindCommon.loadSystemProperties(Properties props) {
props.put(FreeMind.RESOURCES_BACKGROUND_COLOR,
Tools.colorToXml(SystemColor.window));
props.put(FreeMind.RESOURCES_NODE_COLOR,
Tools.colorToXml(SystemColor.windowText));
props.put(FreeMind.RESOURCES_SELECTED_NODE_COLOR,
Tools.colorToXml(SystemColor.textHighlight));
props.put(FreeMind.RESOURCES_SELECTED_NODE_TEXT_COLOR,
Tools.colorToXml(SystemColor.textHighlightText));
}
The property FreeMind.RESOURCES_SELECTED_NODE_COLOR is used as the
background color of the selected node or as the color of the rounded
rectangle around the selected node depending on the property
FreeMind.RESOURCE_DRAW_RECTANGLE_FOR_SELECTION =
"standarddrawrectangleforselection".
The property FreeMind.RESOURCES_SELECTED_NODE_TEXT_COLOR is responsible
for the text of the selected node. I have also seen that there still was
a problem with selected bubble nodes, which has also been fixed.
From the picture you send I suggest that you have chosen black as your
standard background for the highlighted text and white as the selected
text color. In this case the selected nodes get black and their texts
get white.
Dimitry
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freemind-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freemind-developer