Archive for September, 2008
HomeScreen PlusPlus UI Edition (formerly BatteryStatus Advanced) 1.06.346 build 0346 released
BatteryStatus is now HomeScreen++UI or HomeScreen PlusPlus UI !!!
Installer of HomeScreen++ handles a previous installation of BatteryStatus automatically. Just intall the new cab!!
- fixed: crash while theme reloading (UPDATE HIGHLY RECOMMENDED)
- grab a copy – Download
HomeScreen PlusPlus UI Edition (formerly BatteryStatus Advanced) 1.06.344 build 0344 released
BatteryStatus is now HomeScreen++UI or HomeScreen PlusPlus UI !!!
Installer of HomeScreen++ handles a previous installation of BatteryStatus automatically. Just intall the new cab!!
- added: allow arbitrary string-size for registry-tracker
- changed: allow length of operator name up to 20
- added: for class=”start_app”, allow relative paths for loading icons
- added: order=”1″ (attribute for View-Tags, 0 = left to right, 1 = right to left)
to use right-to-left (order=”1″) check-order for finding the best matching Item on tap-action.
order=”0″ is default
SecondToday version 0.4.0 released
- fixed: notify plugins for reloading background-image if it has changed
- fixed: remove focus on trayicons if SecondToday gets to background
- added: AppToDate-support
- grab a copy -> Project SecondToday
HomeScreen PlusPlus UI Edition (formerly BatteryStatus Advanced) 1.06.343 build 0343 released
BatteryStatus is now HomeScreen++UI or HomeScreen PlusPlus UI !!!
Installer of HomeScreen++ handles a previous installation of BatteryStatus automatically. Just intall the new cab!!
- added: switching up to 5 Views simultaneously (using index/index_1/../index_5 respectively subindex)
- added: ontap=”Message” (Send a message to a window),
param: path-attribute has the windows’ class name
param: title-attribute has the windows’ title (Optional)
param: msg-attribute has the numeric window message
param: index-attribute has the numeric wParam
param: subindex-attribute has the numeric lParam (Optional)e.g. ontap=”Message” path=”HHTaskBar” msg=”1156″ index=”2″ (Send msg=1156 to Taskbar-Window with wParam=2 – Set Vibra Mode)
ontap=”Message” path=”HHTaskBar” msg=”1156″ index=”0″ (Set Normal Sound Mode)
ontap=”Message” path=”HHTaskBar” msg=”1156″ index=”3″ (Set Silent Mode) - grab a copy – Download
TinyBatch.exe updated
updated tinybatch.exe to support sending of window messages
Format: PostMessage WindowClass WindowTitle WM_MESSAGE wParam lParam
e.g.
# Set Vibra Mode
PostMessage HHTaskBar NULL 1156 2 0
# Set Normal Mode
PostMessage HHTaskBar NULL 1156 0 0
# Set Silent Mode
PostMessage HHTaskBar NULL 1156 3 0