Search found 32 matches

by Micahs
Sun Aug 23, 2009 6:58 pm
Forum: Contributed Utilities & Templates
Topic: Border sandboxed indicator
Replies: 106
Views: 125344

Sorry for the delay. Without the notification feature it's hard to keep track without checking every once in a while. I forgot to check back. I'll look into this. I only have one monitor so I can't test directly. I'll look at the code.
by Micahs
Fri May 08, 2009 3:16 pm
Forum: Contributed Utilities & Templates
Topic: Border sandboxed indicator
Replies: 106
Views: 125344

I only have one monitor, so I'll have to look at the code and see where the problem could be. I'll get back to you.

BTW, does the orig version work on multiple monitors?
by Micahs
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...
by Micahs
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. ...
by Micahs
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...
by Micahs
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.
by Micahs
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.
by Micahs
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...
by Micahs
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...
by Micahs
Thu Jan 22, 2009 1:10 am
Forum: Contributed Utilities & Templates
Topic: Border sandboxed indicator
Replies: 106
Views: 125344

I'm giggling like a schoolgirl. Thanks!
by Micahs
Sun Jan 18, 2009 10:04 pm
Forum: Contributed Utilities & Templates
Topic: Border sandboxed indicator
Replies: 106
Views: 125344

Thanks for the info! I'll look into incorporating it.
by Micahs
Sat Jan 17, 2009 11:11 pm
Forum: Contributed Utilities & Templates
Topic: Border sandboxed indicator
Replies: 106
Views: 125344

I guess I'm the fool, and you proved it!

Yes, I can do that. Please let me know more about:

_SbieApi_EnumBoxes@8 - This might be a better way to get the boxes. I assume it will return the currently used sandbox list, wherever they may be located.

_SbieApi_EnumProcessEx@16

Thanks!
by Micahs
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...
by Micahs
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...
by Micahs
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 ...