PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > Windows Mobile Software
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-21-2007, 09:19 PM
cincy1020's Avatar
PPCGeeks Regular
Offline
Pocket PC: Tilt 2/ Touch Pro 2
Carrier: AT&T
 
Join Date: Sep 2007
Posts: 89
Reputation: 0
cincy1020 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
rlToday Help Please :)

Hi am trying to set up rlToday, and my SMS button keeps taking me to mail application. SMS button is currently configured as follows:

<Image x="5" y="15" source="bg_s.png" />
- <Text text="SMS" x="26" y="17" alignment="Center" color="RGB(160, 160, 160)">
<Font size="16" weight="bold" font="Tahoma" />
<OnClick File="\Windows\tmail.exe" />
</Text>
- <Registry key="HKEY_CURRENT_USER\System\State\Messages\sms\U nread\Count" unknown="0" x="27" y="33" alignment="Center" color="RGB(230, 230, 230)">
<Font size="20" weight="bold" font="Tahoma" />
<OnClick File="\Windows\tmail.exe" />


What would be the correct path in order to take me to SMS inbox (on a Treo 750 WM5)?
Thanks so much!!

PS: SMS counter does display SMS count correctly, just wont take me to SMS app when clicked

Last edited by cincy1020; 09-21-2007 at 10:35 PM.
Reply With Quote
  #2 (permalink)  
Old 09-22-2007, 10:34 AM
blablum's Avatar
N00b
Offline
Pocket PC: Sprint Diamond
Carrier: God
 
Join Date: Sep 2007
Posts: 28
Reputation: 15
blablum is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
"\Windows\tmail.exe" opens the Outlook email in wm5.

I'm on wm6 and there might be some differences, since tmail in wm6 doesnt open outlook directly, but the link I use to open sms is "Windows\tmail.exe"-service "SMS".
For MMS use "MMS" instead.

Quote:
Originally Posted by cincy1020 View Post
Hi am trying to set up rlToday, and my SMS button keeps taking me to mail application. SMS button is currently configured as follows:

<Image x="5" y="15" source="bg_s.png" />
- <Text text="SMS" x="26" y="17" alignment="Center" color="RGB(160, 160, 160)">
<Font size="16" weight="bold" font="Tahoma" />
<OnClick File="\Windows\tmail.exe" />
</Text>
- <Registry key="HKEY_CURRENT_USER\System\State\Messages\sms\U nread\Count" unknown="0" x="27" y="33" alignment="Center" color="RGB(230, 230, 230)">
<Font size="20" weight="bold" font="Tahoma" />
<OnClick File="\Windows\tmail.exe" />


What would be the correct path in order to take me to SMS inbox (on a Treo 750 WM5)?
Thanks so much!!

PS: SMS counter does display SMS count correctly, just wont take me to SMS app when clicked
Reply With Quote
  #3 (permalink)  
Old 09-22-2007, 11:51 PM
cincy1020's Avatar
PPCGeeks Regular
Offline
Pocket PC: Tilt 2/ Touch Pro 2
Carrier: AT&T
Threadstarter
 
Join Date: Sep 2007
Posts: 89
Reputation: 0
cincy1020 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by blablum View Post
"\Windows\tmail.exe" opens the Outlook email in wm5.

I'm on wm6 and there might be some differences, since tmail in wm6 doesnt open outlook directly, but the link I use to open sms is "Windows\tmail.exe"-service "SMS".
For MMS use "MMS" instead.
Hi Blablum:
Thanks so much for your response! Unfortunately, WM6 must be different than WM5 settings, because it did not work at all
Thank you for taking the time to respond though.

If anyone else happens to know how I can get my settings right, I'd really appreciate the help
Reply With Quote
  #4 (permalink)  
Old 09-23-2007, 01:05 AM
blablum's Avatar
N00b
Offline
Pocket PC: Sprint Diamond
Carrier: God
 
Join Date: Sep 2007
Posts: 28
Reputation: 15
blablum is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
I think the problem is rltoday does not support having two pairs of quotes in the link. Make a text file with the following line on it:
20#"\Windows\tmail.exe"-service "SMS"
Save it as sms.lnk and click on it on explorer. If it works, you can make onclick in rltoday with this file. It works for me.
Reply With Quote
  #5 (permalink)  
Old 09-23-2007, 01:34 AM
cincy1020's Avatar
PPCGeeks Regular
Offline
Pocket PC: Tilt 2/ Touch Pro 2
Carrier: AT&T
Threadstarter
 
Join Date: Sep 2007
Posts: 89
Reputation: 0
cincy1020 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Hey:
You are great! You are absolutely right, that worked perfectly. Now the only thing is I'm not sure what I need to replace.
Here is the code I am using, I wonder if you could please let me know where I need to put the path you gave me? The bold red letters are the two places I have tried the path you gave me, and neither worked. I kept getting an error message.

Also, do you happen to know of a way I can add a tiny clock icon, which can be clicked on to go to alarms, like the one next to the default today screen date? The reason I ask, is that I would like to remove the date from today screen, but don't want to lose easy access to alarms.
I really appreciate your help
Thanks so much!


<?xml version="1.0" ?>

<today height="85" refresh="100">

<Image x="165" y="5" source="bg.png" />
<Image x="170" y="25" source="line.png" />

<Date x="200" y="10" format="MMMM" Alignment="Center" color="RGB(160, 160, 160)">
<Font size="12" weight="bold" font="Tahoma" />
<OnClick File="\Windows\Calendar.exe" />
</Date>
<Date x="200" y="30" format="d" Alignment="Center" color="RGB(230, 230, 230)">
<Font size="20" weight="bold" font="Tahoma" />
<OnClick File="\Windows\Calendar.exe" />
</Date>
<Date x="200" y="55" format="ddd" Alignment="Center" color="RGB(160, 160, 160)">
<Font size="10" weight="bold" font="Tahoma" />
<OnClick File="\Windows\Calendar.exe" />
</Date>




<Image x="5" y="15" source="bg_s.png" />
<Text text="SMS" x="26" y="17" alignment="Center" color="RGB(160, 160, 160)" >
<Font size="16" weight="bold" font="Tahoma" />
<OnClick File="\Windows\tmail.exe"/>
</Text>
<Registry key="HKEY_CURRENT_USER\System\State\Messages\sms\U nread\Count" unknown="0" x="27" y="33" alignment="Center" color="RGB(230, 230, 230)">
<Font size="20" weight="bold" font="Tahoma" />
<OnClick File="\Windows\tmail.exe" />
</Registry>
<Image x="58" y="15" source="bg_s.png" />
<Text text="Mail" x="79" y="17" alignment="Center" color="RGB(160, 160, 160)" >
<Font size="16" weight="bold" font="Tahoma" />
<OnClick File="\Windows\tmail.exe" />
</Text>
<Registry key="HKEY_CURRENT_USER\System\State\Messages\Total Email\Unread\Count" unknown="0" x="80" y="33" alignment="Center" color="RGB(230, 230, 230)">
<Font size="20" weight="bold" font="Tahoma" />
<OnClick File="\Windows\tmail.exe" />
</Registry>

<Image x="111" y="15" source="bg_s.png" />
<Text text="Calls" x="132" y="17" alignment="Center" color="RGB(160, 160, 160)" >
<Font size="16" weight="bold" font="Tahoma" />
<OnClick File="\Windows\cprog.exe" />
</Text>
<Registry key="HKEY_CURRENT_USER\System\State\Phone\Missed Call Count" unknown="0" x="133" y="33" alignment="Center" color="RGB(230, 230, 230)" >
<Font size="20" weight="bold" font="Tahoma" />
<OnClick File="\Windows\cprog.exe" />
</Registry>


</today>

Last edited by cincy1020; 09-23-2007 at 04:27 AM.
Reply With Quote
  #6 (permalink)  
Old 09-23-2007, 10:54 AM
blablum's Avatar
N00b
Offline
Pocket PC: Sprint Diamond
Carrier: God
 
Join Date: Sep 2007
Posts: 28
Reputation: 15
blablum is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Save sms.lnk to \windows and use <OnClick File="\Windows\sms.lnk" />. For the clock you can use something like

<DigitalClock x="120" y="12" format="HH:mm" color="RGB(255, 255 ,255)" Alignment="Center">
<OnClick File="\Windows\clock.exe" />
</DigitalClock>

but you'll have to adjust position and size.
Reply With Quote
  #7 (permalink)  
Old 09-23-2007, 07:05 PM
cincy1020's Avatar
PPCGeeks Regular
Offline
Pocket PC: Tilt 2/ Touch Pro 2
Carrier: AT&T
Threadstarter
 
Join Date: Sep 2007
Posts: 89
Reputation: 0
cincy1020 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Hi Blablum:
You are awesome!
I haven't tried the clock thing yet, but your suggestions for SMS, were right on. I changed path as you told me, and it's working perfectly.
Seriously, thanks so much for taking the time to help a newbie
Reply With Quote
  #8 (permalink)  
Old 09-23-2007, 08:03 PM
cincy1020's Avatar
PPCGeeks Regular
Offline
Pocket PC: Tilt 2/ Touch Pro 2
Carrier: AT&T
Threadstarter
 
Join Date: Sep 2007
Posts: 89
Reputation: 0
cincy1020 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Hi Blablum:
Clock worked perfectly, just as you said
One last question, then I promise to stop bugging you
How can I get the clock to be an analog clock? If that's not possible can the digital clock be in 12 hour instead of 24 hour format?

Thanks again!!

Last edited by cincy1020; 09-23-2007 at 08:38 PM.
Reply With Quote
  #9 (permalink)  
Old 10-16-2007, 12:46 AM
winmobilelawyer's Avatar
Regular 'Geeker
Offline
Pocket PC: Touch + Mogul
Carrier: Sprint (its a love/hate thing)
Location: The Dirty Water (Waterbury, CT)
 
Join Date: Sep 2007
Posts: 384
Reputation: 80
winmobilelawyer is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
You'll have to use the AnalogClock tag instead of digitalClock. Go over to rotlaus-software.de and check out the dokumentation to learn how to use analog clock, you will need a clock image and minute and hour hands.

And for future reference, you do not have to create a shortcut file to use a command that has two quote strings. For example...

<OnClick File="\Windows\tmail.exe" Command='-service "SMS"' />

If your command contains quotation marks within it, surround the command with single quotes instead of normal ones.

And to link to your email inbox, change the SMS in the tag above to the display name of whatever email account you want to link to
__________________
My Mogul *used to make* me feel like... a Mogul, then i ebayed it.

And my Touch makes me feel like I am on a diet.

SKINS, WALLPAPERS, LINKS
http://mobile.meangmedia.com
Reply With Quote
  #10 (permalink)  
Old 10-19-2007, 08:01 PM
Robtao's Avatar
Regular 'Geeker
Offline
Pocket PC: Omnia II
Carrier: Verizon
Location: S. CA
 
Join Date: Sep 2007
Posts: 442
Reputation: 135
Robtao is keeping up the good workRobtao is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Anybody know why I can't use Chowfun as a font in Rl Today? I have installed the font in Windows/Font, and I have replaced the font names in the skin.xlm in the skin folder.
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > Windows Mobile Software


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 08:25 PM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com