It is currently May 1st, 2024, 9:01 am

Open a new mail from skin

Get help with creating, editing & fixing problems with skins
Smorkster
Posts: 19
Joined: April 30th, 2012, 12:33 pm

Open a new mail from skin

Post by Smorkster »

Hello!
I am trying to make a skin that upon clicking will open a new mail in Lotus Notes. The address in the new mail is gonna be a telephone number to be sent as an SMS.
Below is what I have come to so far, but it doesn't open a new mail

[MeterDisplay]
Meter=String
LeftMouseUpAction=!execute ["<telephone number goes here>@sms"]
W=200
H=50
FontFace=Arial
FontSize=11
FontColor=0,0,0,255
SolidColor=255,255,255,50
AntiAlias=0
ClipString=0
Text="Text"
Smorkster
Posts: 19
Joined: April 30th, 2012, 12:33 pm

Re: Open a new mail from skin

Post by Smorkster »

Nevermind. I found the solution.

Code: Select all

LeftMouseUpAction=!execute ["mailto:<telephone number goes here@sms"]