- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm using Compaq Visual Fortran, and have looked at the on-line documentation and also at "Compaq Visual Fortran" by Norman Lawrence and also "Digital Visual Fortran Programmer's Guide" by M. Etzel and K. Dickinson
But nowhere Have I seen documentation on most of the QuickWin routines mentioned in the DFLIB.F90 use file. Routines such as clickQQ, for instance, is being used in a code base that I'm attempting to support, since the originator has now retired.
Does any one out there have more documentation than the dflib.f90 file?
Any help will be appreciated.
John Walter
jbw@inel.gov
Link Copied
6 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is a detailed description of each routine in the on-line reference. The Programmer's Guide gives a functional overview of QuickWin.
Easy way to find it - place the cursor on the name CLICKQQ in a source file and hit F1.
Easy way to find it - place the cursor on the name CLICKQQ in a source file and hit F1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
OK, I thought I replyed to this once, but don't see it.
So, again.
Thanks Steve, all but a few of the routines are documented, and highlighting and "F1" works for them.
Two of the routines in my code base are not, and no doubt weren't supposed to be used. One is GetHandleFrameQQ() which is fairly obvious, so no problem there. The other is the annoying ClickQQ( QWIN$STATUS ). No idea how it might differ from the minimally documented ClickMenuQQ( QWIN$xxx)
That documentation doesn't explain the implications of the different choices for the QWIN$xxx argument, although an example indicates that ClickMenuQQ(QWIN$TILE) will simulate a click on the title bar, toggling between full screen and non-full screen.
Do you have more information on ClickQQ or ClickMenuQQ?
Thanks
John Walter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
By removing the line
I = ClickQQ(QWIN$STATUS)
and examining the difference, it appears that this call turns off the status line at the bottom of the frame. It also appears that the same can be accomplished with I = ClickMenuQQ(QWIN$STATUS), to answer my questions. I'm submitting this in the unlikely event that someone else will wonder at a later date.
jbw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am not familiar with CLICKQQ. I suspect it is a holdover from FPS 1 - it is not documented in Microsoft's FPS 4 manual.
CLICKMENUQQ appears to be adequately documented in the "A-Z Reference".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Any particular reason why the trick with e.g. CLICKMENUQQ(LOC(WinPrint)) is not documented? Currently, only 4 values are allowed per documentation (QWIN$STATUS) (ditto for IVF8 documentation).
Jugoslav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't know why it is not documented. I do remember discussing this trick earlier in the forum (years ago).

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page