Re: [Freedos-devel] d-flat

2007-04-09 Thread Arkady V.Belousov
Hi!

28-Мар-2007 23:52 [EMAIL PROTECTED] (Oleg O. Chukaev) wrote to
freedos-devel@lists.sourceforge.net:

Norton's 'graphical' fonts are standard BIOS fonts (using no
special fonts at all)
OOC Norton Utilities, at least versions 7 and 8, use _own_ `graphical'
OOC fonts, not the BIOS fonts. If you are right and these fonts are really
OOC BIOS fonts, may you describe how to use these fonts in my programs?

 For this, NU redefines shape (through BIOS functions) for pseudograhic
symbols. Same for text-graphic mouse curosr: program redefines four
character shapes around cursor, thus you _feel_ like this cursor moves
pixel-by-pixel.

 There was a lot of such libraries. For example, Alex Zimarev (ACD
Group, F-Bit) was wrote rewrite TV for pascal, so it look like NU. Also,
there was separate libraries. For example, Dave Kirsch was wrote Turbo and
Microsoft C Mouse Routines, which The routines have the added feature of
displaying a 'true' mouse cursor in text mode on an EGA or VGA by
reprograming the font on the fly.

 All of this comptible with preloaded fonts. Ie., if currently loaded
cyrillic characters, you may continue to see cyrillic text.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] d-flat

2007-03-29 Thread tom ehlert
Hello Oleg,

 btw: Does somebody know, which TUI library OSL2000 Boot Manager
 (http://www.osloader.com/) is using? It looks like the one from Norton
 Tools (the graphical fonts seems to be the same).
Norton's 'graphical' fonts are standard BIOS fonts (using no
special fonts at all)

 Norton Utilities, at least versions 7 and 8, use _own_ `graphical'
 fonts, not the BIOS fonts. If you are right and these fonts are really
 BIOS fonts, may you describe how to use these fonts in my programs?
I was talking about
  The Norton Commander, Copyright (C) 1986, 88, 89
whatever version that is

Tom



 Oleg O. Chukaev


 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Freedos-devel mailing list
 Freedos-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-devel

Mit freundlichen Grüßen / Kind regards,
Tom Ehlert
+49-241-79886


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] d-flat

2007-03-28 Thread Robert Riebisch
Florian Xaver wrote:

 I am looking for a TUI (text user interface) library... D-Flat! I
 remember that there was a DJGPP version too Has somebody infos or
 an URL?

DJGPP port (old): ftp://ftp.delorie.com/pub/djgpp/contrib/dflt2010.zip

Robert Riebisch
-- 
BTTR Software
http://www.bttr-software.de/

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] d-flat

2007-03-28 Thread Florian Xaver
I want(ed) to add it to Club-Dr-DOS's developement site.
(I like TV very much and haven't used it a lot)

btw: Does somebody know, which TUI library OSL2000 Boot Manager
(http://www.osloader.com/) is using? It looks like the one from Norton
Tools (the graphical fonts seems to be the same).


Bye
 Flo


On 3/27/07, Ladislav Lacina [EMAIL PROTECTED] wrote:
 Why not Turbo vision or ncurses?

-- 
Private Page, oZone GUI http://www.flox.at.tf
Club Dr-DOS Wiki http://www.drdos.org
Using Arachne, the GPL Web Browser/Suite

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] d-flat

2007-03-28 Thread tom ehlert
Hello Florian,

 I want(ed) to add it to Club-Dr-DOS's developement site.
 (I like TV very much and haven't used it a lot)
is Turbo Vision really free (and you allowed to post it) ?

 btw: Does somebody know, which TUI library OSL2000 Boot Manager
 (http://www.osloader.com/) is using? It looks like the one from Norton
 Tools (the graphical fonts seems to be the same).
Norton's 'graphical' fonts are standard BIOS fonts (using no
special fonts at all)


Mit freundlichen Grüßen / Kind regards,
Tom Ehlert
+49-241-79886


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] d-flat

2007-03-28 Thread Oleg O. Chukaev
Hello.

tom ehlert wrote:

 btw: Does somebody know, which TUI library OSL2000 Boot Manager
 (http://www.osloader.com/) is using? It looks like the one from Norton
 Tools (the graphical fonts seems to be the same).
Norton's 'graphical' fonts are standard BIOS fonts (using no
special fonts at all)

Norton Utilities, at least versions 7 and 8, use _own_ `graphical'
fonts, not the BIOS fonts. If you are right and these fonts are really
BIOS fonts, may you describe how to use these fonts in my programs?


Oleg O. Chukaev


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


[Freedos-devel] d-flat

2007-03-27 Thread Florian Xaver
Hi,

I am looking for a TUI (text user interface) library... D-Flat! I
remember that there was a DJGPP version too Has somebody infos or
an URL?

Thanks
 Flo
-- 
Private Page, oZone GUI http://www.flox.at.tf
Club Dr-DOS Wiki http://www.drdos.org
Using Arachne, the GPL Web Browser/Suite

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] d-flat

2007-03-27 Thread Ladislav Lacina
Why not Turbo vision or ncurses?

- Original Message -
From: Florian Xaver [EMAIL PROTECTED]
To: freedos-devel@lists.sourceforge.net
Sent: Tuesday, March 27, 2007 8:22 PM
Subject: [Freedos-devel] d-flat


 Hi,

 I am looking for a TUI (text user interface) library... D-Flat! I
 remember that there was a DJGPP version too Has somebody infos or
 an URL?

 Thanks
  Flo
 --
 Private Page, oZone GUI http://www.flox.at.tf
 Club Dr-DOS Wiki http://www.drdos.org
 Using Arachne, the GPL Web Browser/Suite

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Freedos-devel mailing list
 Freedos-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-devel


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel