| Author |
Message |
DanWithATwist
Joined: 07 Nov 2006 Posts: 15
|
|
AppMonitor Deluxe |
|
The application monitor with LCDStudio is great... but I wanted something that would tell me what program is actually in focus. This, of course, can be used in many different ways. I'm using it to display the icon of x program. (via a custom variable, of course) I also used it to display a different screen when x program goes into focus. If you have any other suggestions on things to add, let me know.
I could have done this little plugin for nothing... but I didn't see anyway to do this in LCDStudio. If I'm missing something, any moderator, send me a message just saying there is and delete this thread. Thanks!
New in v0.2
- Changed the name
- Added Caption. Returns String of Window Caption.
- Added CPU Usage. Returns Float of % CPU Usage.
- Added Memory Usage. Returns Int32 of Memory usage in bytes.
Download - Updated link for version 0.2.
-UPDATED download link... this one should exist for a very long time.
Last edited by DanWithATwist on Sat Oct 27, 2007 6:32 pm; edited 4 times in total |
|
| Thu Nov 16, 2006 4:09 pm |
|
 |
coorz
Site Admin
Joined: 06 Jun 2004 Posts: 1829 Location: Amsterdam, The Netherlands |
|
|
|
Hey Dan, thanks for writing the plugin, we welcome all 3rd party plugins even if it's already done before.
So keep up the good work and i'll check out your plugin soon.
So you gonna name it InFocus plugin, might be too obscure name, something like;
better appmonitor
appmonitor deluxe
_________________ My Plexeon-Insane LCD!-Or this one!-LCDinfo-LCDStudio |
|
| Thu Nov 16, 2006 7:14 pm |
|
 |
DanWithATwist
Joined: 07 Nov 2006 Posts: 15
|
|
|
|
Well considering it tells you what program's window is in focus, I thought it an apt name. But I'm always open to suggestions. I don't like Better Appmonitor because that implies there was something wrong with Appmonitor! Appmonitor Deluxe isn't a bad idea though. Thanks for the reply coorz!
|
|
| Thu Nov 16, 2006 7:24 pm |
|
 |
spock
Site Admin

Joined: 17 Feb 2003 Posts: 4526 Location: Athens, Greece |
|
MonDlx |
|
Very nice plug-in mate! I like the concept of that, actually.
In fact, this could be used to trigger events, and the LCD change design according to the application that has the focus! Nice, nice, nice!
My five cents: AppInFocus GTi
Keep up the good work, man!
_________________ Live long and prosper... |
|
| Thu Nov 16, 2006 7:56 pm |
 |
 |
Kokarn
Joined: 29 Aug 2006 Posts: 106 Location: Falun, Sweden |
|
|
|
so, how do i use this more exactly? If i want to use this instead of app monitor, i would go with code like:
 |
 |
if ((String)GetData("InFocus.Focus") == "*prog name*")
return 1;
else
return 0;
|
And *prog name* is what? The name of the program or the process name?
Can't really figure this one out, since when i have Winamp on top it gives me "winamp", witch is the prog title bar name, but when i have LCDStudio on top, it gives me "LCDStudio" witch is not the tile bar name. Does it return the process name witbout .exe on the end maybe?
Otherwize, GREAT!!! plugin. It's very welcome, since it will fix numerous bugs with my current playlist. Thanks!
Last edited by Kokarn on Fri Nov 17, 2006 2:53 pm; edited 1 time in total |
|
| Fri Nov 17, 2006 1:29 pm |
|
 |
coorz
Site Admin
Joined: 06 Jun 2004 Posts: 1829 Location: Amsterdam, The Netherlands |
|
|
| Fri Nov 17, 2006 1:38 pm |
|
 |
Kokarn
Joined: 29 Aug 2006 Posts: 106 Location: Falun, Sweden |
|
|
|
yeah, figured that out now. The name's supposed to be the process name without .exe
Working Great! thanks again 
|
|
| Fri Nov 17, 2006 3:06 pm |
|
 |
DanWithATwist
Joined: 07 Nov 2006 Posts: 15
|
|
|
|
Hey, I'm glad at least some people like it!
In regards to Kokarn's questions that was already answered... I was actually thinking about extending this to return the application's window caption as well. If that's something people want... cause all I needed was what I did. Anything else you guys might want from the application in the foreground, let me know and I'll try to do it.
|
|
| Sat Nov 18, 2006 12:14 pm |
|
 |
coorz
Site Admin
Joined: 06 Jun 2004 Posts: 1829 Location: Amsterdam, The Netherlands |
|
|
| Sat Nov 18, 2006 12:49 pm |
|
 |
Kokarn
Joined: 29 Aug 2006 Posts: 106 Location: Falun, Sweden |
|
|
|
the more, the merrier. Maybe more specialized in working as a appmonitor deluxe? Some way for it to create it's own custom variables easy would be cool So you don't have to write them all if you're going to use it as a appmonitor.
Dunno what else right now... But i think i'll be back 
|
|
| Sun Nov 19, 2006 4:58 pm |
|
 |
spock
Site Admin

Joined: 17 Feb 2003 Posts: 4526 Location: Athens, Greece |
|
Vars |
|
 |
 |
Some way for it to create it's own custom variables easy would be cool |
Say what? 
_________________ Live long and prosper... |
|
| Sun Nov 19, 2006 5:22 pm |
 |
 |
Kokarn
Joined: 29 Aug 2006 Posts: 106 Location: Falun, Sweden |
|
|
|
Ok, that was kinda not-helping. The thing i ment was a that you should just enter the program name and it should create the needed variable itself. I know it's easy to do on your own, but it would be a cool function.
|
|
| Sun Nov 19, 2006 6:16 pm |
|
 |
linj
Joined: 21 Nov 2006 Posts: 8 Location: Singapore |
|
|
|
Is there a way for the plugin to show the exact window name? It'd be mighty useful to have the monitor off and be able to know what window you're on. For example, for sneaky MSN conversations... 
|
|
| Tue Nov 21, 2006 4:25 pm |
|
 |
DanWithATwist
Joined: 07 Nov 2006 Posts: 15
|
|
|
|
Yeah, that's totally possible and will be in the next version. I'm afraid I'm going to have to go with the "when it's ready" cliche for release date... but I'm hoping the next few days since I'm taking vacation for the Thanksgiving week.
Side-note: So far, I've liked AppMonitor Deluxe for a new name. If there aren't any major objections... I'd like to call it that.
|
|
| Tue Nov 21, 2006 8:08 pm |
|
 |
spock
Site Admin

Joined: 17 Feb 2003 Posts: 4526 Location: Athens, Greece |
|
Name |
|
Sure, go right ahead and call it anything you like...
_________________ Live long and prosper... |
|
| Tue Nov 21, 2006 8:15 pm |
 |
 |
|