Author Topic: Progressbar control help...  (Read 4075 times)

Offline gicabal

  • Single posting newcomer
  • *
  • Posts: 2
Progressbar control help...
« on: June 12, 2011, 03:31:51 pm »
To the Forum.

I am getting a line of text on execution; before the press any key functionality.

Process returned 0 (0x0)      execution time  :   0.250s
This i take is a progressbar control.

How can I disable it ?

gicabal

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Progressbar control help...
« Reply #1 on: June 12, 2011, 04:12:09 pm »
Process returned 0 (0x0)      execution time  :   0.250s
This i take is a progressbar control.
This is not a "progressbar control", but a text entry in the C::B logs.

How can I disable it ?
You cannot "disable" what C::B logs for your conveniance. However, why on earth would you like to disable this message? It tells you that you app did run; how long it did run and what exit code came back from your app. This all is most-valuable information. It makes no sense at all to "disable" this log entry.

Mind to explain in more detail what exactly your problem is?! :shock:
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline gicabal

  • Single posting newcomer
  • *
  • Posts: 2
Re: Progressbar control help...
« Reply #2 on: June 13, 2011, 06:25:09 pm »
Well thanks for that , I suppose I am just used to the compiler I used before C::B's.

Typical game programmer;

Bye