Quote:
Originally Posted by MiToNiOeS
For Mortscripters:
As the load of the icons.xml is slow (2-3 seconds), I will try to do something to improve this problem. I need your help, say me what parameters you need to have.
I need this parameters:
- Screen: Screen number (0, 1, 2, 3,... and -1 for bottom bar)
- Icon: Icon position in screen
- newName: Text of icon
- newImage: other image or the same image (if the image has changed)
- reloadIcon: value "1" to indicate that iPT must reload the icon
- lockRegistry: initially you check this value and if is 0 you must set this value to "1" for the others scripts not overwrite your values. iPT will set this value to 0 on finish the load
- For advanced scripts that add and remove icons, like weather, the reloadIcons registry entry continues fo to load the icons.xml completly
do you need more parameters? Now is the time
|
I need your help, i need that the mortscripters test this version, by example for battery status icon.
For test it, you must set this value in HKLM\Software\iPhoneToday registry:
- Create a folder in registry for each icon to update with name "IconX", where X start in 0 (By example: Icon0, Icon1, Icon2)
- For each folder you must set this values:
---- nScreen: DWORD. From -1 to X (Where -1 is bottom bar)
---- nIcon: DWORD. From 0 to X
---- strName: String. New Icon name or empty for not change the name
---- strImage: String. New Path image or empty for not change the image
- Finally set the entry reloadIcon to 1 for reload icons
Notes:
1º reloadIcon will reload the specific icons and reloadIcons will reload all icons
2º iPT will remove the created folders
3º If you have problems, installa the 1.2 version for remove this version
Please, feedback your results