|
||||
Re: Go straight to reply when pull out keyboard
hmmmm... If someone can make a program that makes a noise when you slide the keyboard, then they should be able to make something that is basically a bunch of if then statements that checks to see if you are in the message viewer, and then loads up the reply screen.
It's a doable app imo |
|
||||
Re: Go straight to reply when pull out keyboard
hm lol can't believe no one else thought of this or wanted something like this. Okay so who's up for the challenge
![]() |
|
||||
Re: Go straight to reply when pull out keyboard
damn they already made a reply button from the TF3d screen. But i admit, that would be nice if it could go to reply ONLY if you're at the text message tab. That's asking a lot though. More stuff to process, the slower the PPC and the more battery it drains.
|
|
||||
Re: Go straight to reply when pull out keyboard
Maybe I really don't understand this stuff. Seems pretty simple to do. few lines of code
WhenSliderOpened{ if(inTextMessageTab){ goToReplyScreen(); }else{ goToMenu())} |
![]() |
|
|
|