PDA

View Full Version : Mortscript for iphone theme?


orchids
15-08-2007, 11:14 PM
Hi, I had installed an "iphone" theme and had read that I can write a mortscript so that it would dial a specific #, but do not have all the info (it was 3am).
The website's currently down, so I can't ask questions there atm. Can someone help me?

I wanted to use page2 as a "picture contact phone dial" and wonder if this is correct:
1. Have a .bmp file and name it "Joe"
2. Write a mortscript and name it Joe.
a. Is it: Run("Program Files\VJDialer.exe 123456
b. the 123456 would be the phone #, right?
c. do I need the area code too, if it's within the same zone?
3. Assign the "Joe" icon to one of the icons on page2.
4. The path for that icon would be \program files\mortscript\joe.exe

Would clicking on the "joe" icon call up the phone & dial Joe's #?

I got it to work early this morning as a test, but when I went to delete that path and put in some else's #, it no longer works. I can assign the button to that file (exe) but it doesn't do anything. I am wondering if my mortscript is incorrect? Did I miss something crucial?

Thanks

jbrianj
20-09-2007, 12:58 PM
I use Vijay555.com's VJDailer and a 2 line .mscr Script:

Number="##########"
Run("\Program Files\vijay555\VJDialer.exe",&Number)

--Of Course Replace the ### with the number you want

Using cprog.exe does work, but it will prompt to check the number which is kinda annoying. To use cprog.exe It would look like this:

Number="########## "
param="-n -url tel:" & &last
Run("cprog.exe",&param)

Good Luck.

Fahtrim
20-10-2007, 12:22 AM
Did you ever get this to work. I have set up the iphone config to execute the mort script, but nothing happens.

When I click directly on the mort script from explorer, it makes the call.

I'm using Grumpy's latest iphone screen program.

Thanks.

Fahtrim
20-10-2007, 01:02 AM
I did some more searching and am just usingthe cprog 2 button method for now. I'll check back in on this later.