Messages - cracksloth [ switch to compact view ]

Pages: [1] 2 3 4 5 6 ... 15next
1
I noticed that the plugin creates its own scrollbar (so you end up having 2 scrollbars visible).  Would it be possible for a future version to either:
1) disable the plugin's toolbar and use FARR's scrollbar exclusively (preferred)
2) disable FARR's scrollbar (possibly more realistic)

Thanks for the great plugin - I too like the simplicity of Google Tasks!

-cs

2
Post New Requests Here / Re: IDEA: Transparent window container
« on: September 24, 2008, 07:56 PM »
thanks for the reply! i'm not really capable of modifying source code so i'll just have to see what i can do with autohotkey - i'm pretty limited in my abilities though (i just butcher other people's hard work).  i still haven't been able to get my ahk script to work right.  anyway, i just thought this was a novel idea for a program so i posted it here in case someone wanted to pick it up.

3
Post New Requests Here / IDEA: Transparent window container
« on: September 23, 2008, 06:10 PM »
i have several programs that are related in some way and that i want to bring to the front together simultaneously.  for example:

Widget style status applications:
   - system monitoring application (samurize)
   - calendar (rainlender)
   - task manager
   - taskbar
   - systray
   - cd art display
   - volume sliders

Audio management:
   - audio player
   - file manager
   - tag manager
   - volume sliders

Work:
   - ms access
   - skype

there are many more examples - pretty much any common computer task that would become more efficient or requires reference to more than one program.  so my idea for a program is this:

the program allows the creation of multiple "window groups".  each window group is bound to a unique hotkey.  when a hotkey is activated, the list of associated windows is brought to the front.  this allows the user to access related programs more quickly without having to bring them each to the surface individually using a taskbar or alt+tab.  using the examples above, if i wanted to access any of my small widget-like programs, i could just hit a hotkey to access the whole window group.  or if i decide to delete/rate the currently playing song, i can switch to the audio window group.  if i see my boss coming, i can quickly switch back to my work window group.  sometimes it may be useful to only specify a single window in a "group" for frequently accessed programs like IM clients (some programs do not support hotkeys).

so there are at least three ways to approach this:
  • one is to create an autohotkey script that would set the defined windows to "always on top" and then sets them back to "normal" (it is a more reliable method than standard "bring to front").  This is probably the easiest way.
  • another way is to create an invisible window that "docks" the programs on its surface - when it is brought to the front, the other windows naturally follow.  this method might be more difficult but it seems like it may *possibly* be more responsive in the real world (but i don't know for sure).
  • the last way i know of, uses an autohotkey command called GroupAdd found here:
    http://www.autohotkey.com/docs/commands/GroupAdd.htm
    i really don't know much about this or how it might be different than the other options listed.

what do you guys think?  does anyone know which of the 3 options above would be the best way to go?

4
Find And Run Robot / Re: How to make skins?
« on: August 29, 2008, 08:53 AM »
Mouser, did you find out anything? or does anyone else know how to bypass this?

5
Find And Run Robot / Re: Question about result display size
« on: August 25, 2008, 10:42 AM »
good info! just trying to learn the settings so this was helpful! most things are self-explanatory but in this case the help file wasn't too helpful so I'm glad you clarified

Pages: [1] 2 3 4 5 6 ... 15next
Go to full version