TouchPad users, need help

Previous topic - Next topic

ampos

My app THE LAST ANGEL is having some troubles in HP TouchPads

First you need to click "download pages" and "download vignettes"

Here it is the latest version. I need to know:

-It is screen 180º rotated?

-Are the "clickable" zones (buttons) rotated also? (so you can touch the buttons where they are seen, not opposite)

-While downloading, are there graphics glitches?

-Is the app usable if you turn off "autorotate" in options?

I will be updating the ipk based on your feedback
check my web and/or my blog :D
http://diniplay.blogspot.com (devblog)
http://www.ampostata.org
http://ampostata.blogspot.com
I own PC-Win, MacBook 13", iPhone 3G/3GS/4G and iPAC-WinCE

Ian Price

#1
Hi ampos.

It starts in full screen mode with the correct orientation (all in Portrait mode, HOME at bottom).

When I click on "Download Pages" I hear a click and then it shows the screen (and three other duplicates) rotated 90 anti-clockwise - although this is brief. Same goes for when you click "Load Vign" - the screen is fecked and rotated while downloading.

Once you click "See Chapters" it all seems fine (until you turn the TP then it buggers up the orientation)
I came. I saw. I played.

ampos

#2
Strange... my loading routine is basically:

Code (glbasic) Select
useasbmp  //to keep the drawn background

for files=1 to end
   print "downloading file..."
   showscreen
   n=NETWEBGET("www.diniplay.com",f$+fi$,80,dpat$+"temp.ini",5000)
next

loadbmp "back.png"


In this new version I removed the useasbmp/loadbmp.

-Is the loading routine fine? no strange things while loading?

-Once loaded the pages, and viewing a page... is the TP orientation working fine? If not, where is pointing when you turn the device?

-Does "autorotate off" in app options fixing it?

-On the main menu, on top left corner a text should display "TP:1" if a TouchPad. Is this correct?

Thank you. I really need your help; I dont know why HP approved it with so big bugs... bad reviews are killing it.
check my web and/or my blog :D
http://diniplay.blogspot.com (devblog)
http://www.ampostata.org
http://ampostata.blogspot.com
I own PC-Win, MacBook 13", iPhone 3G/3GS/4G and iPAC-WinCE

Ian Price

Hi ampos - I can't test until tomorrow afternoon now, due to work commitments, but I will give more feedback then.
I came. I saw. I played.

Ian Price

Hi ampos

I've tested (the second beta) now and there doesn't appear to be any screen glitches while loading now. :)

The orientation is still iffy though (if screen rotate isn't locked - I'm not going to faff about turning it on and off all the time; no user should have to). It starts out OK in portrait mode, but if you tilt the TP and tilt it back to original orientation, the screen doesn't return to how it should. It's very nearly there though :)
I came. I saw. I played.

ampos

Is TP:1 shown on top left?

So, if autorotate is off, there is "no problems"?
check my web and/or my blog :D
http://diniplay.blogspot.com (devblog)
http://www.ampostata.org
http://ampostata.blogspot.com
I own PC-Win, MacBook 13", iPhone 3G/3GS/4G and iPAC-WinCE

Ian Price

Errr... (drops everything to go and check). Yes. "TP:1" is displayed in the top left hand corner.

My TP has "Rotation Lock" on. I like it like that or apps change direction while running etc. Yours still does, even though it shouldn't.

I came. I saw. I played.

ampos

#7
Autorotate was not correctly working (damm)

This is "release candidate 1.22" :)

Try it, please.

Autorotate should be off always in TP. You can install it on your Pre if you want.
check my web and/or my blog :D
http://diniplay.blogspot.com (devblog)
http://www.ampostata.org
http://ampostata.blogspot.com
I own PC-Win, MacBook 13", iPhone 3G/3GS/4G and iPAC-WinCE

BdR

At the moment, I'm having similar problems with my game on the TouchPad. So I would like to know how did you solve this? I've looked in the help-file and found this command: SETROTATION 0 // default, top

I haven't tried it yet, but maybe that will help and lock the rotation, i.e. don't automatically tilt the display when the device is tilted. Btw do you have to do this for every frame?

AlienMenace

#9
Orientation in TP is bugged.

In my TP game I had the same issues, upside down in portrait mode on startup. Use this:

SETORIENTATION 3

Just using this is a pain for testing purposes on the PC because the orientation will be off there so I use this:

device$=PLATFORMINFO$("")
IF device$<>"WIN32" THEN SETORIENTATION 3

You can find rotation code in the forum that will track changes to the orientation of the device and respond accordingly:

http://www.glbasic.com/forum/index.php?topic=6419.msg51502#msg51502

All of this works perfectly for me.
Apps published: 3

Crivens

I have no issues on the TP. Look in the bonus board for promo codes on my game Snake Revolutions. Works fine and no orientation changes.

Do you have the latest WebOS and GLB?

Cheers
Current fave quote: Cause you like musicians and I like people with boobs.