freebasic.net Forum Index
FreeBASIC's Official Forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log inLog in

fbhelp - Dos (and win ) console help viewer
Goto page 1, 2, 3, 4  Next
 
Post new topic   Reply to topic    freebasic.net Forum Index -> DOS
View previous topic :: View next topic  
Author Message
coderJeff
Site Admin
PostPosted: Jul 15, 2006 0:03    Post subject: fbhelp - Dos (and win ) console help viewer Reply with quote

I've been working on this for a few weeks :



... something for the hardcore dos freaks. :P

fbhelp.exe (dos) and fbhelpw.exe (windows) console help viewer for FreeBASIC manual.

Still lots to do, but I would like to get feedback on how it runs under dos/windows and any feature requests.

Source under a GNU compatible license will eventually be available. Binaries only for this testing release.

Download available from my (Unoffiicial) FreeBASIC Manual page:
http://frontpage.execulink.com/coder/freebasic/docs.asp

Important keys: F1=DocToc, F2=readme, CTRL+X = Exit.

Thanks!

EDIT: Oops. I first built the download with an older snapshot of the wiki. For more recent wiki. Please DL again, sorry.
 
Back to top
View user's profile Send e-mail Visit poster's website
yetifoot
Master
PostPosted: Jul 15, 2006 1:54    Post subject: Reply with quote

wow, definately handy for the DOS freaks ;)
 
Back to top
View user's profile Visit poster's website
rdc
Master
PostPosted: Jul 15, 2006 2:45    Post subject: Reply with quote

Looks very nice.
 
Back to top
View user's profile Send e-mail Visit poster's website
Nexinarus

PostPosted: Jul 15, 2006 2:57    Post subject: Reply with quote

Very nice, coderjeff ;)
 
Back to top
View user's profile Send e-mail Visit poster's website
DOS386
Sr. Member
PostPosted: Jul 16, 2006 18:55    Post subject: DOS & FB Reply with quote

Quote:
... something for the hardcore dos freaks. :P


YEAH !

I'll have a look.

And, if it is good I'll make some screenshots of it ON DOS,
without this silly "MS-DOS Prompt".

Very useful if it works well one day !!!
 
Back to top
View user's profile
coderJeff
Site Admin
PostPosted: Jul 16, 2006 19:24    Post subject: Re: DOS & FB Reply with quote

StopTCPA wrote:
And, if it is good I'll make some screenshots of it ON DOS,
without this silly "MS-DOS Prompt".


I am embarrassed to say, I have not done that in years. I can't even remember the name of the util I used to use: ran as a TSR and made PCX and GIF. So far, I've only tested it in win9x command prompt boot. But I think I have boot disks for MS-DOS back to 3.3.

Just curious, what other versions of DOS are users running fbc on?
 
Back to top
View user's profile Send e-mail Visit poster's website
yetifoot
Master
PostPosted: Jul 16, 2006 20:35    Post subject: Reply with quote

I tend to use 6.22, 7.0 (I think, the one that was with win98), and FreeDOS.

They all seem to work well, but I haven't done a lot, just some quick tests.
 
Back to top
View user's profile Visit poster's website
DOS386
Sr. Member
PostPosted: Jul 17, 2006 20:17    Post subject: RE: fbhelp - DOS console help viewer Reply with quote

Quote:
Just curious, what other versions of DOS are users running fbc on?


FreeDOS. BTW: V 1.0 is expected within next 20 days.

FBHELP:

Looks really promising. :-)

Works, crashed one time up to now for me.

Problems, suggestions:

- How to exit it ??? [CTL]-[X], as stated in this forum only. Use [ESC] to exit
. . and something else for back ( like right mouse button, [DEL] , or
. . [SPACE] ) would be preferable. Also, additionally some other common
. . keys could exit, like [F10], [ALT]-[X].
- 4 Buttons on screen top (left & right from title) would be nice:
. . "TOP (F1)" , "BACK (DEL)" , "UP (F5)" , "EXIT (ESC)".
- Clicking web links results in nothing ... unlike in the CHM or Wiki. A message
. . like "This is a Web link to: www.micro$oft.com/WindowsAPI" would be useful.

- [EXPENSIVE] wish: integration with an editor, as used to be in TP & QB.
. . No comliling, no deBUG, edit & view help only.
 
Back to top
View user's profile
coderJeff
Site Admin
PostPosted: Jul 18, 2006 0:25    Post subject: Reply with quote

Slightly updated version available: here

Has a close button, a working scroll bar, mouse scrolling delay, and a few other bug fixes. Startup under winnt should work now. In the program, press F2 for the readme and scroll down to read all the keyboard shortcuts.

StopTCPA: good ideas there. Internally, in the program, I added a minimal event model which should allow popup boxes to be done without too much trouble. I didn't do it for this posting though, sorry. I'll put your ideas on the TODO list.

My primary goal is to make the official documentation available in something other than online/html/chm. An editor might be interesting, but it's a lot of work to do from scatch. MystikShadows is working on a dos/win/lin console IDE that looks promising.
 
Back to top
View user's profile Send e-mail Visit poster's website
rugxulo

PostPosted: Jul 21, 2006 15:04    Post subject: Re: fbhelp - Dos (and win ) console help viewer Reply with quote

Good stuff! I'll have to test it on my old DR-DOS 7.03 P166 and let you know how it works. Major thanks for your hard work! :)

coderJeff wrote:
I've been working on this for a few weeks :

... something for the hardcore dos freaks. :P

fbhelp.exe (dos) and fbhelpw.exe (windows) console help viewer for FreeBASIC manual.

Still lots to do, but I would like to get feedback on how it runs under dos/windows and any feature requests.
 
Back to top
View user's profile Send e-mail Visit poster's website
rugxulo

PostPosted: Jul 25, 2006 16:34    Post subject: Reply with quote

Well, it works pretty well. I have a couple of suggestions (mainly just the first one):


  • Alt+W (or whatever) -- save topic to textfile
  • Alt+F4 and/or Alt+X -- alias for Ctrl-X (quit)
  • swap F2 (help) and F1 (index), add alias Alt+I or Ctrl+I for index
  • allow cmdline /bw to switch off colors
  • (distant future?) use Zlib or Mini-LZO to read a compressed FBHELP.DAT


Works pretty darn well as is, though! :-)
 
Back to top
View user's profile Send e-mail Visit poster's website
coderJeff
Site Admin
PostPosted: Jul 26, 2006 11:45    Post subject: Reply with quote

Thanks for trying it out. More good ideas. This weekend I will make the changes suggested by you and StopTCPA.

I already did the /bw switch and some of the keystroke re-assignments.

TODO:
* add a mini dialog-box manager.
* show some short-cuts on the status bar at the bottom of screen
* a popup message box to show web links, topic not found, other info.
* save topic to text file.

I thought about compression (even before the first posting) and there is a reserved DWORD in the help file to store the compression method. (it is currently zero). More experimentation is needed, but yes, it would be cool if sometime in the future the help data file was only 300K or something.

Thanks again to everyone for trying this thing out so far. I really appreciate the feedback.
 
Back to top
View user's profile Send e-mail Visit poster's website
relsoft
Master
PostPosted: Jul 26, 2006 11:51    Post subject: Reply with quote

looks like the QB help file.

Add this to mystic's IDE and you got retro FB!

Good Job!!!
 
Back to top
View user's profile Visit poster's website Yahoo Messenger
MystikShadows
Sr. Member
PostPosted: Jul 26, 2006 14:03    Post subject: Reply with quote

You must have read my mind ;-)....hehe..
 
Back to top
View user's profile Send e-mail Visit poster's website MSN Messenger
DOS386
Sr. Member
PostPosted: Jul 26, 2006 18:47    Post subject: FBHELP Reply with quote

I wrote:

Quote:

And, if it is good I'll make some screenshots of it on DOS,
without this silly "MS-DOS Prompt".


Well, once made a threat public, one has to fulfil it, otherwise
people might take one no longer serious next time:

http://img272.imageshack.us/img272/5438/fbhelprx6.png

I pushed 2 screens into 9 KB :-D

coderJeff wrote:

Quote:

Thanks for trying it out. More good ideas. This weekend I will make the changes suggested by you and StopTCPA.

I already did the /bw switch and some of the keystroke re-assignments.

TODO:
* add a mini dialog-box manager.
* show some short-cuts on the status bar at the bottom of screen
* a popup message box to show web links, topic not found, other info.
* save topic to text file.


Thanks. Please continue good work.

One more detail:

- Both <DEL> keys should be accepted ("<- del" and "del back space")

And about the <ESC> ... most programms do exit on <ESC> ...

EDIT: Hiding the obsolete screenshot, see next page for the new one :-D


Last edited by DOS386 on Jul 29, 2006 23:11; edited 1 time in total
 
Back to top
View user's profile
Display posts from previous:   
Post new topic   Reply to topic    freebasic.net Forum Index -> DOS All times are GMT
Goto page 1, 2, 3, 4  Next
Page 1 of 4

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



sf.net phatcode