automaticUpdater placed not in main form

Hi, Yesterday I found wyUpdate and after testing it out I knew, I gonna use it. It's really a godsend for me.Since I'm fresh i have a few questions:1. I use automaticUpdater in seperate form (not in main form). In this case installation (after restart app) starts only after I show the other form instead of running automaticly after restart app. Is there some neat way to do this instantly? I know it may be difficult.2. Is it possible to prevent automaticUpdater messages from rolling up?3. How to translate the automaticUpdater?

Thanks,Rafal

Hey Rafal,

1. I use automaticUpdater in seperate form (not in main form). In this case installation (after restart app) starts only after I show the other form instead of running automaticly after restart app. Is there some neat way to do this instantly? I know it may be difficult.

The AutomaticUpdater control assumes it's running on the main form. There's no way to cleanly get around this (yet). If you put the AutomaticUpdater on your main form you can always show the changes and progress in a separate window.

So, put the AutomaticUpdater on your main form.

2. Is it possible to prevent automaticUpdater messages from rolling up?

I'm not sure what you mean. Can you explain?

3. How to translate the automaticUpdater?

See Translating the AutomaticUpdater control.

Thanks for quick answers,in pt. 2 (2. Is it possible to prevent automaticUpdater messages from rolling up?) I meant that by default automaticUpdater messages after few seconds become hidden and only icon is visible (until next info). I was wondering if it can stay visible.

Oh, the animation. We're considering adding a feature to disable animation and just expand to the maximum width of the text contents.

This isn't high priority for us, though. You can download the AutomaticUpdater source code and change its behavior if you need this ASAP.