Search Results

Search found 3 results on 1 pages for 'overloadut'.

Page 1/1 | 1 

  • Can Windows 7 place a task bar on each monitor, which only shows applications running on that screen

    - by OverloadUT
    I would like to have a task bar on each of my monitors, but I only want applications that are currently on that monitor to be displayed on its taskbar. This can be accomplished using UltraMon, however the taskbar shown on the secondary and tertiary monitors is not the native Windows 7 taskbar, but rather made to try to simulate how it looks and feels. As good as it is, it is missing a ton of the features I find best about the taskbar, such as program grouping, "peeking" at applications and so forth. So I am wondering if there is a way to make Windows 7 actually display its native awesome taskbar on multiple monitors.

    Read the article

  • Application to automatically switch between two applications in Windows

    - by OverloadUT
    Does an application exist that will cause the computer to switch (bring in to focus) between two different applications, on a timer? This is for Windows 7. I need this for a screen that will display publicly to customers. I want the screen to switch between two different applications every, say, 30 seconds. I figure there are enough businesses out there will customer-facing monitors these days that something simple like this must exist!

    Read the article

  • How to iterate over every property of an object in javascript?

    - by OverloadUT
    Is there a way to iterate over every property of an object using the Prototype JavaScript framework? Here's the situation: I am getting an AJAX response in JSON that looks something like this: {foo: 1, bar: 2, barobj: {75: true, 76: false, 85: true}} If I evaluate that json response in to a variable response, I want to be able to iterate over each property in the response.barobj object to see which indexes are true and which are false. Prototype has both Object.keys() and Object.values() but oddly seems to not have a simple Object.each() function! I could take the results of Object.keys() and Object.values() and cross-reference the other as I iterate through one, but that is such a hack that I am sure there is a proper way to do it!

    Read the article

1