Re: [MSEide-MSEgui-talk] .mseide creation

2012-12-31 Thread Graeme Geldenhuys
On 31/12/12 19:15, Sieghard wrote: > > You could have considered using links here - even Windows' NTFS provide > them. No, because MSEide doesn't dictate that NTFS is a requirement. FAT16 or FAT32 could be used too. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using F

Re: [MSEide-MSEgui-talk] .mseide creation

2012-12-31 Thread Sieghard
Hallo Martin, Du schriebst am Mon, 31 Dec 2012 09:42:10 +0100: > > i386-linux is a misleading directory name because lib/kernel/i386-linux ... > git master 3e89711aa4783b32ffa63d601c550640c0866fb1 renamed Too late... You could have considered using links here - even Windows' NTFS provide them.

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.4

2012-12-31 Thread Sieghard
Hallo Martin, Du schriebst am Mon, 31 Dec 2012 08:08:10 +0100: > The FPC team member who implemented cpstrnew is a Russian AFAIK. Interesting - then perhaps, Alexej should try to contact him? Could you perhaps direct him towards that person? -- (Weitergabe von Adressdaten, Telefonnummern u.ä.

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.4

2012-12-31 Thread Martin Schreiber
On Monday 31 December 2012 18:45:04 Алексей Логинов wrote: > Really called, I debug many tests. > > var i:byte; > begin > for i:=0 to 255 do > writeln (i, ' ' ,char(i)); > end. > > I see, that for #0..#23, #25, #28..#32 are nothing symbols. Why? > Are you sure that the terminal is in CP866 mode?

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.4

2012-12-31 Thread Алексей Логинов
Really called, I debug many tests. var i:byte; begin for i:=0 to 255 do writeln (i, ' ' ,char(i)); end. I see, that for #0..#23, #25, #28..#32 are nothing symbols. Why? Please, don't foget to answer: http://bugs.freepascal.org/view.php?id=23560 about support unicode and wide resourcestrings.

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.4

2012-12-31 Thread Martin Schreiber
On Monday 31 December 2012 16:26:18 Алексей Логинов wrote: > No. fp works with CP866, but not for #0..#31. > Suggestion: set a breakpoint in SysInitVideo, video.pp:1064 and check what values for "external_codepage", "internal_codepage" and "convert" are set and if transform_cp850_to_iso01() with

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.4

2012-12-31 Thread Алексей Логинов
No. fp works with CP866, but not for #0..#31. -- 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

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.4

2012-12-31 Thread Martin Schreiber
On Monday 31 December 2012 15:50:21 Алексей Логинов wrote: > UTF-8. > After: > export LANG="ru_RU.CP866" && luit -encoding 'CP 866' /usr/local/bin/fp > fp works with CP866. > So problem is solved? Martin -- Master Visual S

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.4

2012-12-31 Thread Алексей Логинов
UTF-8. After: export LANG="ru_RU.CP866" && luit -encoding 'CP 866' /usr/local/bin/fp fp works with CP866. -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much mor

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.4

2012-12-31 Thread Martin Schreiber
On Monday 31 December 2012 13:36:01 Алексей Логинов wrote: > Yes, I deleted: > #0..#31: > converted:=convert_lowascii_to_iso01[c]; > > If to delete or not to delete = equivalently, no effect. > What is the encoding of the terminal program?

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.4

2012-12-31 Thread Алексей Логинов
Yes, I deleted: #0..#31: converted:=convert_lowascii_to_iso01[c]; If to delete or not to delete = equivalently, no effect. -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC,

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.4

2012-12-31 Thread Martin Schreiber
On Monday 31 December 2012 13:12:41 Алексей Логинов wrote: > Range #0..#31 in cp866 = Range #0..#31 in cp850 = Range #0..#31 in cp437. > Error is in other code, no error in packages/fv/src/views.pas:2274. > Yes, cp866 offer all needed graphic characters. > Your patch for rtl/unix/video.pp removes t

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.4

2012-12-31 Thread Алексей Логинов
Range #0..#31 in cp866 = Range #0..#31 in cp850 = Range #0..#31 in cp437. Error is in other code, no error in packages/fv/src/views.pas:2274. Yes, cp866 offer all needed graphic characters. -- Master Visual Studio, SharePo

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.4

2012-12-31 Thread Martin Schreiber
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? Foun

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.4

2012-12-31 Thread Алексей Логинов
I think my error is in range 0 Dec(0 Hex)-31 Dec(1F Hex): http://www.ascii-codes.com/cp866.html For example, fp-IDE uses 18 Dec (12 Hex), 16 Dec (10 Hex), 17 Dec (11 Hex), 30 Dec (1E Hex), 31 Dec (1F Hex), etc. -- Master V

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.4

2012-12-31 Thread Martin Schreiber
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?

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.4

2012-12-31 Thread Martin Schreiber
On Monday 31 December 2012 11:52:47 Алексей Логинов wrote: > I built rpm package fp-ide: ftp://ftp.mageialinux.ru/mageia2/SRPMS/ > with CP866 support without fpc team support. It's needed to install > rpm package luit ftp://ftp.mageialinux.ru/mageia2/SRPMS/ with CP866 > support. But now I can not f

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.4

2012-12-31 Thread Алексей Логинов
I built rpm package fp-ide: ftp://ftp.mageialinux.ru/mageia2/SRPMS/ with CP866 support without fpc team support. It's needed to install rpm package luit ftp://ftp.mageialinux.ru/mageia2/SRPMS/ with CP866 support. But now I can not find error with symbols #0..#31, I need new patch for fp. Who do und

Re: [MSEide-MSEgui-talk] .mseide creation

2012-12-31 Thread Martin Schreiber
On Monday 31 December 2012 08:06:07 Martin Schreiber wrote: > On Sunday 30 December 2012 19:44:57 Patrick Goupell wrote: > > Martin, > > > > When mseide does not find a .mseide/mseideli.sta file it creates one. > > > > When I click on Settings -> Configure MSEide: > > > > On a 32 bit system it sets