Opened 12 years ago

Closed 12 years ago

#2048 closed defect (fixed)

OMPlot -?

Reported by: lochel Owned by: adeas31
Priority: high Milestone: 1.9.0
Component: OMPlot Version: trunk
Keywords: Cc:

Description

I get no help-text for OMPlot. I tried

OMPlot
OMPlot -?
OMPlot -help
OMPlot --help

using win64 and beta 4

Change History (5)

comment:1 Changed 12 years ago by adrpo

In Windows cmd.exe it does not work for some reason.
If you use it from Msys it does show this message.
Maybe we should change the print in Qt Windows to some other function.

comment:2 Changed 12 years ago by adeas31

  • Resolution set to fixed
  • Status changed from new to closed

You can do it by adding,

CONFIG+=console

The only drawback is that you always get a console window when you run the application by double clicking it but it is fine in case of OMPlot :)

comment:3 Changed 12 years ago by sjoelund.se

  • Resolution fixed deleted
  • Status changed from closed to reopened

That drawback is by no means acceptable since OMPlot.exe is used when you use the plot() command from a mos-script.

comment:4 Changed 12 years ago by adeas31

A new console window will only pop-up if there is no console window for OMPlot. In case of running the mos-script we already have a console. I am not sure how does CONFIG+=console behaves in Linux.

comment:5 Changed 12 years ago by adeas31

  • Resolution set to fixed
  • Status changed from reopened to closed
Note: See TracTickets for help on using tickets.