On Monday 31 December 2012 12:39:27 Martin Schreiber wrote:
> On Monday 31 December 2012 12:25:06 Алексей Логинов wrote:
> > Symbols #0..#31 must be as picture xdf040.png, but now I have
> > xdf041.png - other symbols.
>
> Do you know which code of fp-IDE produces the window frame characters?
Found it, for example packages/fv/src/views.pas:2274:
"
p:=framechars_437;
{$ifdef unix}
{Codepage variables are currently Unix only.}
if internal_codepage<>cp437 then
p:=framechars_850;
{$endif}
for i:=0 to Size.X-1 do
TVideoBuf(FrameBuf)[i]:=ord(p[FrameMask[i]]) or ColorMask;
"
You probably must implement additional character tables for cp866, for example
framechars_866. Does cp866 offer all needed graphic characters?
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk