Igor, i agree 100% percent with you! VM shouldn't have all the responsibility of handling a "single UI window".
I've tried in the past to look at VM code, which handles this responsibility and change it, (no UI handling in the VM) ..but it proved to be a difficult task! We need a simpler, cleaner VM, pluggable UI handling would be awesome!. Do we need the pointer or Null at all in the VM? Cant the io handling be done completely separate from the VM? A native app for each platform, or something built using NB. Fernando On Wed, Sep 26, 2012 at 2:57 AM, Igor Stasenko <[email protected]> wrote: > Remember, Andreas added a nice new feature into (at least) windows > VMs, where upon startup it showing a splash image? > By reading a .bmp file and delaying rest of process by couple seconds. > That maybe useful. But what if tomorrow, my customer will want to keep > showing it, till user click on it? > What you will do? Right! Go and hack VM. And what if he will want to > show splash and progress bar while loading/initializing stuff? Another > shitloads of code into VM? > And something fantastic, what if customer would like to use different > image format for splash screen, png, jpeg? And what if we would like > to automatically download the splash image from web site before > showing it? > > So, where is the end of this? When you will finally say "enough", we > need proper window management in image? > > > -- > Best regards, > Igor Stasenko. >
