Klaus Asmus wrote:Hi,
Is there away to select a printer or another fortran device in a user dlg?
In CVF there was an procedure called prt_nav(IOunit,object) is it possible to make some similar?
No, we don't have a dialog that can select an alternate output unit that is pre-built. You could write one that offered a list of units to the user to select, but one is not built in. Additionally, you might also run into issues trying to access a printer directly from Fortran.
I couldn't find any reference, however, to prt_nav anywhere. Do you have a link to the documentation for it?
Klaus Asmus wrote:Other question:
the function dlgrequestselection contains only 6 items. Is it possible to make on containing 10 or more items with a variable string length?
I think I understand what you're asking here. Technically, the dlgrequestselection dialog allows unlimited items. However, it might not be drawing a scroll bar in all cases, which would be a bug. I'm looking into it right now.
Jeff Armstrong
Approximatrix, LLC