globelblade / mobileterminal

Automatically exported from code.google.com/p/mobileterminal
1 stars 3 forks source link

Keyboard Hiding #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Does not work (for me) in 198.

Original issue reported on code.google.com by palo_cl...@hotmail.com on 6 Oct 2007 at 7:14

GoogleCodeExporter commented 9 years ago
Support was removed when vt100 was added, but we should add it back. Marking as 
high
priority.

Original comment by allen.po...@gmail.com on 6 Oct 2007 at 8:04

GoogleCodeExporter commented 9 years ago
Appreciate it, it is extremely useful when tailing log files.

Original comment by palo_cl...@hotmail.com on 6 Oct 2007 at 8:07

GoogleCodeExporter commented 9 years ago
I have added keyboard hiding in revision 203 in the unstable branch.  Feedback 
welcome!

Keyboard now works by double-tapping the screen. If I don't hear any bug 
reports for
a bit i'll integrate it into the trunk.

Original comment by allen.po...@gmail.com on 8 Oct 2007 at 5:02

GoogleCodeExporter commented 9 years ago
Allen,

I am trying to build this so I can test it, I am quite clueless how to go about 
it
but I have read everything I can find and I am gettig the following error, if 
you
could point me in the right direction it would be much appreciated.

/usr/local/arm-apple-darwin/bin/gcc -c -Wall -Werror -O7  main.m -o main.o
/usr/local/arm-apple-darwin/bin/gcc -c -Wall -Werror -O7  MobileTerminal.m -o
MobileTerminal.o
cc1obj: warnings being treated as errors
MobileTerminal.m: In function '-[MobileTerminal toggleKeyboard]':
MobileTerminal.m:196: warning: 'PTYTextView' may not respond to '-setFrame:'
MobileTerminal.m:196: warning: (Messages without a matching method signature
MobileTerminal.m:196: warning: will be assumed to return 'id' and accept
MobileTerminal.m:196: warning: '...' as arguments.)
MobileTerminal.m:197: warning: 'GestureView' may not respond to '-setFrame:'
make: *** [MobileTerminal.o] Error 1

Original comment by palo_cl...@hotmail.com on 16 Oct 2007 at 12:10

GoogleCodeExporter commented 9 years ago
Try adding:
#import <UIKit/UIView-Geometry.h>
To your UIKit/UIKit.h header in your toolchain include directory (or get the 
latest
headers from http://code.google.com/p/iphone-dev/)

Original comment by allen.po...@gmail.com on 16 Oct 2007 at 3:34

GoogleCodeExporter commented 9 years ago
Thanks Allen,

I almost made it through the compilation, I think my toolchain is correct, 
can't seem
to track this down now.

/usr/local/arm-apple-darwin/bin/gcc -c -fsigned-char  main.m -o main.o
/usr/local/arm-apple-darwin/bin/gcc -c -fsigned-char  MobileTerminal.m -o
MobileTerminal.o
/usr/local/arm-apple-darwin/bin/gcc -c -fsigned-char  ShellKeyboard.m -o 
ShellKeyboard.o
/usr/local/arm-apple-darwin/bin/gcc -c -fsigned-char  SubProcess.m -o 
SubProcess.o
/usr/local/arm-apple-darwin/bin/gcc -c -fsigned-char  VT100Screen.m -o 
VT100Screen.o
/usr/local/arm-apple-darwin/bin/gcc -c -fsigned-char  VT100Terminal.m -o 
VT100Terminal.o
/usr/local/arm-apple-darwin/bin/gcc -c -fsigned-char  PTYTextView.m -o 
PTYTextView.o
/usr/local/arm-apple-darwin/bin/gcc -c -fsigned-char  ColorMap.m -o ColorMap.o
/usr/local/arm-apple-darwin/bin/gcc -c -fsigned-char  PTYTile.m -o PTYTile.o
/usr/local/arm-apple-darwin/bin/gcc -c -fsigned-char  Settings.m -o Settings.o
/usr/local/arm-apple-darwin/bin/gcc -c -fsigned-char  GestureView.m -o 
GestureView.o
GestureView.m: In function '-[GestureView mouseDown:]':
GestureView.m:22: error: incompatible types in assignment
GestureView.m: In function '-[GestureView mouseUp:]':
GestureView.m:32: error: invalid initializer
make: *** [GestureView.o] Error 1

Original comment by palo_cl...@hotmail.com on 16 Oct 2007 at 12:46

GoogleCodeExporter commented 9 years ago
Sorry about that, looks like unstable is more out of sync with the trunk than I
thought.  I submitted a change to try to help, so 'svn up' for the latest.

Original comment by allen.po...@gmail.com on 16 Oct 2007 at 4:30

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Allen

Was able to get this build and deployed it on the phone.

However I am getting the following error upon launch.

zsh: command not found: --launchedFromSB [Process complete]

Any thoughts?

Original comment by palo_cl...@hotmail.com on 18 Oct 2007 at 7:01