.:NEW:. Smartphone 2003 Alarm Plug-in ~~
#4
Posted 06 November 2004 - 03:59 AM
#5
Posted 06 November 2004 - 12:00 PM
Thanks a lot, it's working really good
As far as I see, the text-color if selected is taken from COLOR_HIGHLIGHTTEXT! Can this be changed?
Only thing: If I am in the settings-menu and then press the home-button (so settings-menu stays open) and then I select the alarm-plugin it is stuck in the settings-menu and I have to take out the battery. Could you confirm this? It's not really serious if you know that you have to close the settings-menu correctly...
Thanks
Sven
Homescreen Designer, Media Remote and Powerpoint Remote? => visit www.ruttensoft.com
MobileHelp - Remote Support for your Windows Mobile Device => www.mobilehelp.ch
#6
Posted 08 November 2004 - 08:44 AM
Quote
Only thing: If I am in the settings-menu and then press the home-button (so settings-menu stays open) and then I select the alarm-plugin it is stuck in the settings-menu and I have to take out the battery. Could you confirm this? It's not really serious if you know that you have to close the settings-menu correctly...
Thanks
Sven
Yeah unfortunately at the moment to change the text colour you do have to change COLOR_HIGHLIGHTTEXT, this is due to two reasons, one COLOR_HOMEHIGLIGHTTEXT is not support as standard in the SDK :roll: and partly due to some problems i've had reading in the XML to the plug-in, Hopefully this will change in a future version.
As for getting stuck in the menu; i dont think i can do anything about that unfortunately. But in a future version i am planning on using my own app to set the alarm, so this will banish this problem
#7
Posted 08 November 2004 - 08:45 AM
Great release!
Sven
Homescreen Designer, Media Remote and Powerpoint Remote? => visit www.ruttensoft.com
MobileHelp - Remote Support for your Windows Mobile Device => www.mobilehelp.ch
#8
Posted 08 November 2004 - 09:07 AM
i uninstalled the previous version and installed the latest. for some reason it doesnt take me to the alarm settings. im using an mpx200 with wm2003. it takes me to owner information which one below the date and time settings.
any comments
cheers
#9
Posted 08 November 2004 - 09:28 AM
Rather than calling the date control panel, why don't you include a custom alarm control panel and call it from your plugin? The reason I think it is better, is the default date control panel stops the clock for as long as it is used, making the tim innacurate.
Here is the one I use (saved as alarm.cpl.xml):
<stinger-controlpanel-doc> <cpl-title res="30013"/> <characteristic type="Clock"> <parm-query name="AlarmOn"/> <parm-query name="AlarmTime"/> </characteristic> <characteristic type="DeviceInformation"> <parm-query name="BatteryStrength"/> </characteristic> </stinger-controlpanel-doc>
Ideally I would also like to include the alarm sound settings but can't get it to work. I tried a few things, the latest saved on my HD is:
<stinger-controlpanel-doc>
<cpl-title res="30030"/>
<menu clsid="{89945303-BCBE-4774B231-0F47112586D6}"/>
<menu clsid="{E64D0F99-A3E3-4D4D-94AB-BB090ACE0431}"/>
<event-listener clsid="{89945303-BCBE-4774B231-0F47112586D6}"/>
<characteristic type="Clock">
<parm-query name="AlarmOn"/>
<parm-query name="AlarmTime"/>
</characteristic>
<characteristic type="Sounds">
<characteristic type="HKCUControlPanelSounds">
<characteristic type="Clock">
<parm-query name="Sound" refresh="1"/>
</characteristic>
</characteristic>
</characteristic>
<characteristic type="DeviceInformation">
<parm-query name="BatteryStrength"/>
</characteristic>
</stinger-controlpanel-doc>
#10
Posted 08 November 2004 - 09:36 AM
23#"Windowssettings.exe" alarm.cpl.xml
#11
Posted 08 November 2004 - 09:43 AM
Quote
i uninstalled the previous version and installed the latest. for some reason it doesnt take me to the alarm settings. im using an mpx200 with wm2003. it takes me to owner information which one below the date and time settings.
That will be because your menu is set out differently, as the plug-in uses key presses to get to the settings, i.e. 9 then 3. The only way around this would be to code a different version - but as there is no official 2k3 ROM for the mpx200 and the fact that i dont have a mpx200 i wont be doing this, sorry.
arman68, i havent played with the cpl's before :| and i never knew/realised that the default date cpl stops the clock :shock: i'll investigate this and may use in a future version
#12
Posted 08 November 2004 - 10:49 AM
#13
Posted 08 November 2004 - 12:27 PM
Quote
It wont show on any homescreen unless you add the code to its xml (easiest way is to rip the relevant code from the example i included) but as the standard c500 screen uses it as a single plug-in it wont work or look right
#14
Posted 09 November 2004 - 07:41 PM
Quote
Rather than calling the date control panel, why don't you include a custom alarm control panel and call it from your plugin? The reason I think it is better, is the default date control panel stops the clock for as long as it is used, making the tim innacurate.
Here is the one I use (saved as alarm.cpl.xml):
<stinger-controlpanel-doc> <cpl-title res="30013"/> <characteristic type="Clock"> <parm-query name="AlarmOn"/> <parm-query name="AlarmTime"/> </characteristic> <characteristic type="DeviceInformation"> <parm-query name="BatteryStrength"/> </characteristic> </stinger-controlpanel-doc>
I can't get this to work (mpx200, SP2003). The shortcut says that the file can't be loaded. Any idea what I'm doing wrong?
#15
Posted 11 November 2004 - 06:15 AM
#16
Posted 11 November 2004 - 08:32 AM
Quote
Yeah this has been said above (and it also happened in the original SPV version) i dont think i can do anything about that unfortunately. But in a future version i am planning on using my own app to set the alarm, so this will banish this problem. Easiest way around it is to make sure you exit out (press back instead of home, or dont let it timeout) of the settings menu
#17
Posted 12 November 2004 - 06:52 PM
Quote
please... please code a "9 then 2" version, I guess most mpx200 user with 2k3 rom are in that order.
#19
Posted 17 November 2004 - 11:00 AM
If you've never set your alarm to On you get the following message: "Alarm:Read Registry problem"
Set the alarm, and turn it back off if you don't want it, and hey presto - IT WORKS!
Cool, thanks Richie, and I apologise for questioning your parents marital status. :wink:
#20
Posted 23 November 2004 - 12:55 PM
Quote
Quote
please... please code a "9 then 2" version, I guess most mpx200 user with 2k3 rom are in that order.
Yes, I think all MPX200 2k3 users with the "international" ROM installed have this problem. It might be working on the "Fartman-version", but this is the german version.
I do not think that you have to spend much time to code a "9 then 2" version, but this would make lots of users happy
#21
Posted 29 November 2004 - 02:34 AM
#22
Posted 30 November 2004 - 04:48 AM
Quote
Or better yet, as an option in the homescreen xml file.
maXim
#23
Posted 09 December 2004 - 03:12 PM
- ← Dash: Start Menu Reordering?
- Smartphone Customisation - General Discussion
- Has anyone noticed that homescreen images are shown in low resolution? →









