Opened 12 years ago
Closed 12 years ago
#2048 closed defect (fixed)
OMPlot -?
Reported by: | Lennart Ochel | Owned by: | Adeel Asghar |
---|---|---|---|
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 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → 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 by , 12 years ago
Resolution: | fixed |
---|---|
Status: | closed → 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 by , 12 years ago
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 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
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.