tMan

tMan is a tiny task manager.

What's New in 0.9.10

  • Fixed: tMan was not integrated correctly into themes with a gray background
  • Fixed: Alt+F4 feataure removed, because it had nasty side effects (different on different devices)
  • Fixed: Icons are square shaped

Downloading and Installing

System Requirements

Operating system:

  • PocketPC 2003/SE
  • Windows Mobile 5.0 for Pocket PC
  • Windows Mobile 6.0 Professional

Hardware:

  • 200 MHz processor (ARM based).
  • 16 MB RAM.

Downloading

LanguageInstallationZipped CAB
CzechDownloadDownload
EnglishDownloadDownload
GermanDownloadDownload
ItalianDownloadDownload
JapaneseDownloadDownload
RussianDownloadDownload
SlovakianDownloadDownload

Installing

Installing Zipped CAB File

  • Before installing, make sure that your device meets system requirements.
  • Download and unzip tMan.
  • Upload appropriate cab file to your PocketPC.
  • Tap the cab file on your PocketPC.

Uninstalling

  • Tap Start | Settings, select System tab and tap Remove programs.
  • Find tMan plugin in the program list.
  • Tap Remove.

How To Use

Configuring

Invoke the task menu and select the Settings...

Everyday Use

Tapping the dot will open the task menu. Select the application you want to switch on. Tap the X to close an appropriate application.

Tapping the Close/Ok button close the active window. Fast vertical move starting at the X button (gesture) minimizes the foreground window.

Enjoy!

Known Issues

No known issues so far.

Frequently Asked Questions

  1. How can I set custom colors for the background and foreground of the task list?

    Create the following keys in the registry (HKCU\Software\DaProfik\tMan):

    • ClrMenuBg [DWORD]: color of the task list background.
    • ClrMenuFg [DWORD]: color of the task list text.
    • ClrMenuHiBg [DWORD]: color of the hilight bar background of the task list.
    • ClrMenuHiFg [DWORD]: color of the hilight bar text of the task list.

    Color format is the following: 0xBBGGRR (hex). Thus, if you want a blue text insert 0xFF0000 (hex) for ClrMenuFg.

  2. How do I disable the soft-reset confirmation dialog?

    Create a registry key ConfirmSoftReset [DWORD] in HKCU\Software\DaProfik\tMan and set its value to 0 (zero).

  3. I do not want WM5 styled buttons on my WM5 device. How can I switch to old styled buttons?

    Create a registry key OldStyleButton [DWORD] in HKCU\Software\DaProfik\tMan and set its value to 1 (one).

  4. How can I disable the tMan's dot in top bar?

    Create a registry key ShowDot [DWORD] in HKCU\Software\DaProfik\tMan and set its value to 0 (zero).

  5. How to make WiFi On/Off work?

    You need WiFi device name. Look for it in HKLM\Comm (mine is for example TIACXWLN1, but YMMV).

    Create a registry key named WiFiDevice [STRING] in HKCU\Software\DaProfik\tMan and set its value to the name you have found in the previous step.

  6. Alt+F4 is not working for me.

    This feature had pretty nasty side-effects, so it was removed...

  7. WiFi On/Off is working for me, but after soft-reset, it does not work any more, unless I use the built-in plugin for WiFi from my OEM.

    Yes. This is known behavior. I tried to fix this problem, but with no success. I do not know the source of this problem. If you do, let me know.