Search found 32 matches
- Sun Aug 23, 2009 6:58 pm
- Forum: Contributed Utilities & Templates
- Topic: Border sandboxed indicator
- Replies: 106
- Views: 125344
- Fri May 08, 2009 3:16 pm
- Forum: Contributed Utilities & Templates
- Topic: Border sandboxed indicator
- Replies: 106
- Views: 125344
- Wed Feb 11, 2009 3:21 pm
- Forum: Contributed Utilities & Templates
- Topic: Border sandboxed indicator
- Replies: 106
- Views: 125344
Yes to the layered windows. No to the trans colors for now (can't figure it out. Might have something to do with my images.) I started using an image control the same dimensions as the border, but the background color flashed through when it was resized. Then I blitting the background directly to th...
- Fri Feb 06, 2009 3:18 am
- Forum: Contributed Utilities & Templates
- Topic: Border sandboxed indicator
- Replies: 106
- Views: 125344
This version is a beta with support for background images for the borders. http://www.autohotkey.net/~Micahs/borderguard/screenshots/borderguard%20imagebg.gif I am not happy with it yet, but I thought I would post it for the triggerhappy. I am still working on this - looks promising so far though. ...
- Thu Feb 05, 2009 3:27 pm
- Forum: Contributed Utilities & Templates
- Topic: Border sandboxed indicator
- Replies: 106
- Views: 125344
what was the issue? You weren't trying hard enough! Just kidding. I changed the way it handles the variables that contain the border information. I think it was related to your having just one sandbox. I have many, so the problem never manifested itself for me. Glad it works! The latest version has...
- Wed Feb 04, 2009 7:13 pm
- Forum: Contributed Utilities & Templates
- Topic: Border sandboxed indicator
- Replies: 106
- Views: 125344
HERE is another version. I changed something or other. See if that made any diff. BTW, is your sandbox at the default location? (Application Data folder)
@tzuk
Thanks! I'll let you know when it has my toothy grin of approval.
@tzuk
Thanks! I'll let you know when it has my toothy grin of approval.
- Wed Feb 04, 2009 2:15 am
- Forum: Contributed Utilities & Templates
- Topic: Border sandboxed indicator
- Replies: 106
- Views: 125344
HERE is a new version that uses the SWP_FRAMECHANGED flag to (hopefully) force the window update. If this does not work, I can try some other things instead. I will borrow my dad's computer with Vista to do some testing.
- Wed Feb 04, 2009 12:21 am
- Forum: Contributed Utilities & Templates
- Topic: Border sandboxed indicator
- Replies: 106
- Views: 125344
@Guest I'm not sure what the problem could be. What os are you using? The new version uses SetWindowPos to size, move, and position the borders. This is really the only major change in the way it does its thing. If you are using Vista it may have an issue with this api call. My dad has a Vista lapto...
- Tue Feb 03, 2009 3:28 am
- Forum: Contributed Utilities & Templates
- Topic: Border sandboxed indicator
- Replies: 106
- Views: 125344
Here is the new version which supports multiple borders: borderGuard_multi http://www.autohotkey.net/~Micahs/borderguard/screenshots/borderguard%20multi2.gif New features: Multiple borders Borders are positioned behind the sandboxed window (except when window touches screen edge) Automatic restart t...
- Thu Jan 22, 2009 1:10 am
- Forum: Contributed Utilities & Templates
- Topic: Border sandboxed indicator
- Replies: 106
- Views: 125344
- Sun Jan 18, 2009 10:04 pm
- Forum: Contributed Utilities & Templates
- Topic: Border sandboxed indicator
- Replies: 106
- Views: 125344
- Sat Jan 17, 2009 11:11 pm
- Forum: Contributed Utilities & Templates
- Topic: Border sandboxed indicator
- Replies: 106
- Views: 125344
- Fri Jan 16, 2009 3:06 am
- Forum: Contributed Utilities & Templates
- Topic: Border sandboxed indicator
- Replies: 106
- Views: 125344
Well, I don't actually loop through all processes and determine which are sandboxed. What I do is loop through all visible windows and check the class name for the "Sandbox:XXXX:" telltale. If found, I get the PID of the window and add it to a list for later. If not, I check if the process of that w...
- Thu Jan 15, 2009 1:29 am
- Forum: Contributed Utilities & Templates
- Topic: Border sandboxed indicator
- Replies: 106
- Views: 125344
The problem is not detecting the sandboxing because I keep a list of sandboxed processes and compare the process of the window to that list. The problem is that the border of the owned window will, in certain circumstances, fall behind the parent window. I'm not exactly sure why this is. It is still...
- Wed Jan 07, 2009 12:01 am
- Forum: Contributed Utilities & Templates
- Topic: Border sandboxed indicator
- Replies: 106
- Views: 125344
I have most of multiple-sandboxed-window-highlighting done. I just have to work out some small issues and incorporate it into the main borderGuard program. Sneak peak: http://www.autohotkey.net/~Micahs/borderguard/screenshots/borderguard%20multi.gif I need to make it pretty and there's some problem ...