Book a Demo

Author Topic: ProgressBar  (Read 2898 times)

ron10023

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
ProgressBar
« on: July 06, 2008, 01:57:53 pm »
Hi,

My question is this:

Does EA have a progressbar and if so, how can i handle it from c#

Thanks

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: ProgressBar
« Reply #1 on: July 07, 2008, 05:37:12 am »
No.

You could write your own dialog and use a progress bar there, assuming you could track what's going on. EA does not provide much in the nature of events though, so you'd have to control the 'loop' yourself somehow.

AFAIK you cannot integrate a .Net window with EA's windows, at least not directly. [This might apply to all languages, but something to this effect regarding .Net was recently confirmed by Sparx.] You could create a 'pane' that integrates with EA - somehow, according to the EA documentation - but I don't think you can dock it with EA windows, at least not if the pane is written in .Net.

[Perhaps you could create an ActiveX (COM) hosting control and drop a .Net custom control inside. You'd have to investigate this on your own, and it would take some work.]

David
No, you can't have it!