home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7613 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: Inter.NL.net!hguijt
  2. From: hguijt@nijmegen.inter.nl.net (H.Guijt)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Keyboard shortcuts and lost focus.
  5. Date: 18 Apr 1996 19:30:54 GMT
  6. Organization: Inter.NL.net, The Internet Provider in The Netherlands.
  7. Message-ID: <4l659e$pf2@altrade.nijmegen.inter.nl.net>
  8. NNTP-Posting-Host: hatert.nijmegen.inter.nl.net
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11.  
  12. (well, call me stupid, but I really cannot remember if I posted this or not.
  13. My apologies if this is a duplicate.)
  14.  
  15. > I agree with you, "H.Guijt".
  16.  
  17. Call me Hans ;-)
  18.  
  19. > E.g.
  20. >  1) Network software _NOT_ "connected" (not logged in)
  21. >  2) Startup IBrowse (no MUI stuff up before...)
  22. >  3) Go about to do something while IBrowse+MUI loads...
  23. >     While you peek around with whatever you wish now, IMO IBRowse should
  24. >     startup on its public 256 color MUI screen WITHOUT disturbing me at
  25. >     all.  IT DOESN'T.
  26. >     A) The screen opens and pops to front (No SCREENBEHIND of course)
  27. >     B) Then the Main window pops it to front...
  28. >     C) ... The "This is a demo...."-req. pops to front...
  29. >     D) ... "...problems getting the requested document..."-req. pops AGAIN!
  30. >
  31. > If one is quick enough (I AM), there is a chance of having a lot of screen-
  32. > clicking here...
  33. >
  34. > *Why* must it be so that opening a requester HAS to "POP FRONT" the screen
  35. > it appears on?  In particular if the "popping" program _HASNOFOCUS_ ??
  36.  
  37. One problem is that it is not possible to open a requester without it also
  38. grabbing the input focus. Only real windows can be opened that way.
  39.  
  40. > IMHO: If your program has lost focus (you got a IDCMP_INACTIVEWINDOW) then
  41. >       _DON'T_ do ScreenToFront(...) - AT ALL - !
  42.  
  43. This is a nasty problem, because the requester always grabs the focus. *If*
  44. it has to do that, I also prefer to see it happening.
  45.  
  46. Are you perchance running ReqTools? In that case you could try to deactivate
  47. the screentofront option in the prefs window.
  48.  
  49.  
  50. Bye,
  51.  
  52. Hans
  53.