FreePascal 2.2.2 rc2 (Announce)
> > and sent a patch solving the "hidding mouse after videomode change"
> > problem.
> > http://bugs.freepascal.org/view.php?id=11699
>
> Could you test if the following bugreport is related? It also seems to be
> about Graph problems in the IDE:
>
> http://bugs.freepascal.org/view.php?id=8406
Well, my first impressions say: "Yes, it is related".
There are definitely bugs in unit Graph. It doesn't draw some graphics primitives (but some does - strange)
program Init_gr_4;
uses graph;
var gd,gm: integer;
begin
gd:=detect;
gm:=0;
InitGraph(gd,gm,'');
if GraphResult<>grok then halt;
setcolor(cyan);
setfillstyle(1,yellow);
circle(320,200,100);
line(0,0,getmaxx,getmaxy);
PieSlice(500,500,200,0,90);
Bar(10,10,400,300);
outtextxy(100,100,'TEXT');
readln;
CloseGraph;
end.
In this source only filled objects are drawn, other not - interresting.
Unfortunately just now I don't have time to look at it more deeply. Maybe tomorrow. However, in wednesday I'll go to Russia (Syberia, Kemerovskaya oblast) and for 14 will be without internet. So I am afraid I'll not be able to help.
But it should be very easy to fix it because unit Graph is rather small and doesn't have any dependencies to other packages.
---
DOS-u-akbar!
Complete thread:
- FreePascal 2.2.2 rc2 - marcov, 14.07.2008, 13:03 (Announce)
- FreePascal 2.2.2 rc2 - Laaca, 17.07.2008, 09:51
- FreePascal 2.2.2 rc2 - Laaca, 17.07.2008, 22:16
- FreePascal 2.2.2 rc2 - marcov, 18.07.2008, 11:38
- FreePascal 2.2.2 rc2 - Laaca, 18.07.2008, 13:26
- FreePascal 2.2.2 rc2 - Rugxulo, 18.07.2008, 13:52
- FreePascal 2.2.2 rc2 - marcov, 18.07.2008, 13:59
- FreePascal 2.2.2 rc2 - Rugxulo, 19.07.2008, 20:23
- FreePascal 2.2.2 rc2 - FFK, 22.07.2008, 02:56
- FreePascal 2.2.2 rc2 - Rugxulo, 23.07.2008, 00:28
- FreePascal 2.2.2 rc2 - FFK, 23.07.2008, 02:14
- DUGL licensing. - marcov, 23.07.2008, 20:30
- DUGL licensing. - FFK, 24.07.2008, 06:32
- FreePascal 2.2.2 rc2 - Rugxulo, 23.07.2008, 00:28
- FreePascal 2.2.2 rc2 - marcov, 18.07.2008, 13:59
- FreePascal 2.2.2 rc2 - Laaca, 18.07.2008, 23:42
- FreePascal 2.2.2 rc2 - Laaca, 19.07.2008, 12:51
- FreePascal 2.2.2 rc2 - marcov, 21.07.2008, 12:58
- FreePascal 2.2.2 rc2 - Laaca, 21.07.2008, 15:47
- FreePascal 2.2.2 rc2 fun thing - marcov, 23.07.2008, 23:17
- FreePascal 2.2.2 rc2 - Laaca, 21.07.2008, 15:47
- FreePascal 2.2.2 rc2 - marcov, 21.07.2008, 12:58
- FreePascal 2.2.2 rc2 - Laaca, 19.07.2008, 12:51
- FreePascal 2.2.2 rc2 - Laaca, 17.07.2008, 09:51