Pocket-pc Phone First problem

Non-platform specific questions.

Pocket-pc Phone First problem

Postby Chai » Thu Oct 22, 2009 7:57 am

For putting a game software on Windows Marketplace.
There is one requirement that need our Game-editor software moving to the background
to allow the incoming call user interface to appear on the device screen.

So far, GE is not moving to the background yet. It is my hope that someone can help me to fix this problem.
I also try to config " Windows" and " full screen" both already but it has no luck yet.

Image
Image

I believe that this below information can help.
Unfortunately, my code # C language knowledge is almost zero.
So, if anyone can help me, it will be appreicated.
Image
Attachments
2009102203.jpg
2009102203.jpg (6.8 KiB) Viewed 2926 times
User avatar
Chai
 
Posts: 361
Joined: Sat Apr 30, 2005 2:26 pm
Location: Thailand
Score: 30 Give a positive score

Re: Pocket-pc Phone First problem

Postby OmniArts » Thu Oct 22, 2009 12:17 pm

Well I would expect that the phone works, as when ever a system message comes through my game minimizes. I will test this feature out tomorrow tho and post my results.

While we are on the subject of requirements.. does any user here use Visual Studio? It would be nice to see the results of a GE app tested in the appverifier tool.
Another requirement of the Marketplace...
User avatar
OmniArts
 
Posts: 134
Joined: Sat May 30, 2009 2:30 am
Location: Sydney
Score: 16 Give a positive score

Re: Pocket-pc Phone First problem

Postby OmniArts » Thu Oct 22, 2009 6:29 pm

The first time the call works, but the game does not minmize and stays in the background, once the call has ended i must open file explorer and close it again so the game wll show up

The second time I get a quick flash on the screen, and its hard to tell theres an incoming call.
Thanks for pointing this out Chai! I was about to submit to the marketplace.
User avatar
OmniArts
 
Posts: 134
Joined: Sat May 30, 2009 2:30 am
Location: Sydney
Score: 16 Give a positive score

Re: Pocket-pc Phone First problem

Postby krenisis » Thu Oct 22, 2009 8:13 pm

ok i have made many short demo pocket pc games and gameeditor does not allow for the game to be minimized when calling or text inturruption. only one way that does not work all the time is this.....make a startscreen that enters into the game....export the rest of the game pocket pc data because pocket pc data uses less running and processing power...
ok this is another way but markslane will kill me if he sees this....if ur using windows computer download pelles c compiler and redo ur game on there its totally free compiler which exports pocket pc and windows but its really really hard to use so make the game on gameeditor then convert programming to that compiler
Attachments
spacefirecab.zip
(720.82 KiB) Downloaded 114 times
krenisis
 
Posts: 606
Joined: Sat Jul 25, 2009 3:27 pm
Score: 51 Give a positive score

Re: Pocket-pc Phone First problem

Postby makslane » Thu Oct 22, 2009 8:16 pm

I need to investigate this issue. The Game Editor engine looks for sytem events, and I will look why the call events aren't working.
If some one can look the code to help in this issue, is welcome.
Game Editor is an open source game creator software that's wants to pay it's developers to keep evolving.
If you like Game Editor, make a review!
makslane
Site Admin
 
Posts: 3947
Joined: Sat Apr 05, 2003 6:47 pm
Score: 182 Give a positive score

Re: Pocket-pc Phone First problem

Postby makslane » Thu Oct 22, 2009 8:58 pm

I think this error doesn't happens on all devices (there are no complaints at now).
For each message thats popup on the screen, the game must pause and go to the window mode.
I don'tknow whats happen now (I´ve open a ticket in the development site: http://code.game-editor.com/ticket/16).
Game Editor is an open source game creator software that's wants to pay it's developers to keep evolving.
If you like Game Editor, make a review!
makslane
Site Admin
 
Posts: 3947
Joined: Sat Apr 05, 2003 6:47 pm
Score: 182 Give a positive score

Re: Pocket-pc Phone First problem

Postby krenisis » Fri Oct 23, 2009 5:15 am

as far as visaul basic i know markslane has a copy so he can run the verification but also i will download version 4 and see if its there iam not sure....but i wont have a chance till this weekend ....but i think the only why to fix it is in c++ because u have to change the gameeditor engine itself those people who have the source code can do it
krenisis
 
Posts: 606
Joined: Sat Jul 25, 2009 3:27 pm
Score: 51 Give a positive score

Re: Pocket-pc Phone First problem

Postby makslane » Fri Oct 23, 2009 12:29 pm

OmniArts wrote:The first time the call works, but the game does not minmize and stays in the background, once the call has ended i must open file explorer and close it again so the game wll show up

The second time I get a quick flash on the screen, and its hard to tell theres an incoming call.
Thanks for pointing this out Chai! I was about to submit to the marketplace.


Can you see the pause menu when the game goes to the background?
Game Editor is an open source game creator software that's wants to pay it's developers to keep evolving.
If you like Game Editor, make a review!
makslane
Site Admin
 
Posts: 3947
Joined: Sat Apr 05, 2003 6:47 pm
Score: 182 Give a positive score

Re: Pocket-pc Phone First problem

Postby krenisis » Fri Oct 23, 2009 2:08 pm

ok markslane i can answer that as i made many pocket pc game demos and released them online
1)when call comes in the game stops
2)then u see the X button on top right of screen so u can exit
3)but if u press phone key it doesnt work u cant pick up call
how i know this to be a big problem is i have made many pocket pc game demos and released them online for QVGA VGA AND WVGA....and people will send messages telling me thier likes and dislikes and problems similar to what u do hear if anyone wants to try my game demo go on google and type .......krenisis games....i have several webpages most fun games is mariogun2 and spacefire ....if there is any more questions or u need clarification post or pm me i always respond to everyone iam very receptive person goodluck to all in making games
krenisis
 
Posts: 606
Joined: Sat Jul 25, 2009 3:27 pm
Score: 51 Give a positive score

Re: Pocket-pc Phone First problem

Postby makslane » Fri Oct 23, 2009 3:02 pm

krenisis wrote:1)when call comes in the game stops


Ok, this is the right behavior

2)then u see the X button on top right of screen so u can exit


Can you continue the game by using the menu bar?

3)but if u press phone key it doesnt work u cant pick up call


It is a physical button or an on screen button?
Game Editor is an open source game creator software that's wants to pay it's developers to keep evolving.
If you like Game Editor, make a review!
makslane
Site Admin
 
Posts: 3947
Joined: Sat Apr 05, 2003 6:47 pm
Score: 182 Give a positive score

Re: Pocket-pc Phone First problem

Postby krenisis » Fri Oct 23, 2009 8:14 pm

ok i might not have a chance today because i be real busy but i will do it tommorow because iam wanted to know if they is a way to solve it ...but thepocket pc demo i put here earlier is example of what iam talking about extract it from zip only the start screen is exe.... everything else is game data it does take up much running memory that way...and i post a game using the file markslane gave me tommorow or tonight i hope
krenisis
 
Posts: 606
Joined: Sat Jul 25, 2009 3:27 pm
Score: 51 Give a positive score

Re: Pocket-pc Phone First problem

Postby krenisis » Fri Oct 23, 2009 8:41 pm

ok ur other question yes the onscreen x button comes up when a call OR text comes through but the screen toally freezes
and the phone button is the actual button on the phone not onscreen.
Tutorial Database for all beginners click this link
viewtopic.php?f=4&t=8680
krenisis
 
Posts: 606
Joined: Sat Jul 25, 2009 3:27 pm
Score: 51 Give a positive score

Re: Pocket-pc Phone First problem

Postby Chai » Sat Oct 24, 2009 4:46 pm

Dear makslane

I just test the file "pocketpc .bin"

The screen of call function is show when someone calling to my PPC
but after that I must reopen the Game soft again because it not resume to software.

It look like completely close the game software because I check on running software and
I didn't see any game software running.

Best regards
Chai
User avatar
Chai
 
Posts: 361
Joined: Sat Apr 30, 2005 2:26 pm
Location: Thailand
Score: 30 Give a positive score

Re: Pocket-pc Phone First problem

Postby makslane » Sat Oct 24, 2009 5:11 pm

This is the behavior I'm testing: completely close the game when receives an incoming call, just like the iPhone apps.

The incoming call is more important than the game.
This behavior is used in the iPhone, and I think is the best.
Game Editor is an open source game creator software that's wants to pay it's developers to keep evolving.
If you like Game Editor, make a review!
makslane
Site Admin
 
Posts: 3947
Joined: Sat Apr 05, 2003 6:47 pm
Score: 182 Give a positive score

Re: Pocket-pc Phone First problem

Postby makslane » Sat Oct 24, 2009 5:48 pm

Sorry, I was wrong. The iPhone apps stay in background while there is a incoming call.
I will keep working on this issue.

Chai, can you tell me if the game works on the 800x480 device?
Game Editor is an open source game creator software that's wants to pay it's developers to keep evolving.
If you like Game Editor, make a review!
makslane
Site Admin
 
Posts: 3947
Joined: Sat Apr 05, 2003 6:47 pm
Score: 182 Give a positive score

Next

Return to General

Who is online

Users browsing this forum: No registered users and 1 guest

cron