Opened 21 years ago
Closed 21 years ago
#136 closed defect (fixed)
Chart() permanent black border
Reported by: | request | Owned by: | rcsoto |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Graphics | Version: | head |
Severity: | minor | Keywords: | |
Cc: |
Description
Chart() permanent black border
/*
All the charts have a black border.
This border appear:
- In the chart window
- In the Gif files This border disappear:
- In the chart window Graph options is active
- And some times but is not clear how and when
There aren't option in Chart option to eliminate this border
*/
Use this code if you want to see a chart with black border
Serie ser = CalVar(WD(1), D(1)) * CalVar(WD(2), D(1));
Set set = Chart(ser?, "");
Change History (3)
comment:1 Changed 21 years ago by
Status: | new → assigned |
---|
comment:2 Changed 21 years ago by
I don't know if the black border is usefull.
My problem now is only with the gif files.
All the gif files gererated with Chart() has this black border.
At the screen for my is the same (only that you must remember to press
tab before a photo)
comment:3 Changed 21 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Modified the component that receives the focus when showing a graph.
Of this form is not the black border by defect.
All the charts have a black border.
This border indicates that it is the active object in the form.
When we press key "Tab" the focus changed of object, and the black border
disappears.
Is desired that the active object when opening a graph is another one?