[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.4

Mortscript to Window Mobile SDK

Asked by ambush276 in Windows Mobile (Pocket PC / Win CE) Operating Systems, C++ Programming Language, Microsoft Visual C++

Tags: windows mobile, c++, sdk, phone, mortscript

need help basically i have a mortscript that uses the phone application in the windows mobile enviornment.

i want to create a .cab that is a program thats (basically a callback program), but when it runs it displays an animated gif or a loading screen while all the functions perform in teh background. So basically teh picture on the screen fills up the entire screen and nothing can be seen, but at the same time it has no functionality (meaning that all the softkeys still have their functions but you cannot see what is happening behind the picture, even though it has no function. Aka the picture is transparent eventhough you cant see through it..... think about that for a sec.....


in any event i have this mort script code (below) that i want to put into the sdk and code but i dont really know c++ or vb too well. I was wondering kind of if someone could help or direct me how to do this or create a program that utliizes this stuff.. (btw in teh script the makecall is an exe in teh phone that i have rights over, so that can be put into cab as well and intertwined into the code.

eventually i want to port this to the iphone SDK , symbian, and blackberry, but for now WM6 is just fine to start out with/ Thanks for help

code below is in mortscript on windows mobile
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
phonenumber="12334567"
Runwait("\Program Files\makecall.exe", phonenumber)
Sleep(1000)
Minimize("Phone")
 
For i = 1 to 20 
If (RegRead("HKLM","System\State\Phone","Active Call Count")=1)
    SendSpecial(115)
    Call("WaitForCall")
    Exit
EndIf
Sleep(1000)
next i
SendSpecial(115)
Message(phonenumber & "did not connect")
Exit
 
Sub WaitForCall
# waiting 10 seconds until script checks for incoming call
Sleep(3000)
For i = 1 to 15
If (RegRead("HKLM","System\State\Phone","Active Call Count")=1)
    SendSpecial(114)
    sleep(1000)
    SendSpecial("LeftSoft")
    Exit
EndIf
Sleep(500)
next i
Message(phonenumber & " could not call back")
EndSub
[+][-]07/29/09 07:30 PM, ID: 24976286Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: Windows Mobile (Pocket PC / Win CE) Operating Systems, C++ Programming Language, Microsoft Visual C++
Tags: windows mobile, c++, sdk, phone, mortscript
Sign Up Now!
Solution Provided By: eeBrandon
Participating Experts: 1
Solution Grade: B
 
[+][-]07/29/09 07:50 PM, ID: 24976376Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/29/09 08:00 PM, ID: 24976412Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/29/09 09:39 PM, ID: 24976756Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/01/09 08:56 PM, ID: 24997665Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-92 - Hierarchy / EE_QW_3_20080625