• Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

AltME groups: search

Help · search scripts · search articles · search mailing list

results summary

worldhits
r4wp0
r3wp9
total:9

results window for this page: [start: 1 end: 9]

world-name: r3wp

Group: View ... discuss view related issues [web-public]
Pekr:
1-Aug-2005
Window Face Options part of new View doc describes 'activate-on-show 
option. So - does it mean my app will be activated (it will flash 
at taskbar or eventually brought to the front), or does it provide 
me with always-on-top window option?
Pekr:
1-Aug-2005
Is it currently possible with REBOL to have always-on-top dialog 
box, so I can e.g. urge user to select/enter something and will not 
allow him/her to go back to underneath window screen?
DideC:
1-Aug-2005
Not always-on-top. The Window becomes active (take OS window focus) 
or task bar button blinks each time you 'show the window.
Pekr:
5-Oct-2005
can I have always-on-top window somehow easily with View? And also 
- how difficult is it to get Rebol working in system tray? Do I need 
SDK for that? (I do own one, not just 1.3 yet)
DideC:
5-Oct-2005
For Always-on-top, nothing else than digging in Win32 API !!

For system tray, may be this example can help understanding its usage

http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=simple-system-tray.r
Henrik:
3-Sep-2006
I'm getting hard crashes when closing an 'inform window sometimes. 
If I change the windows to view/new they no longer happen, but I 
lose the always-on-top functionality.


I was wondering if anyone has experienced similar crashes and know 
a precise cause? Perhaps some events are blocked?
Group: I'm new ... Ask any question, and a helpful person will try to answer. [web-public]
Gabriele:
6-Oct-2005
modal, yes. always-on-top, no (that needs native support)
Pekr:
6-Oct-2005
as for always-on-top or other modes of Windows, it is a pity we don't 
have them. It is just one single function call, which even C lamer 
as me was able to wrap ;-) ShowWindow or ShowWindowPos
Gabriele:
6-Oct-2005
you can get to it, but it ignores events. again, always-on-top needs 
native support, there's nothing we can do about it.