VM Maker: Android-Base-golubovsky.24.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

VM Maker: Android-Base-golubovsky.24.mcz

commits-2
 
Dmitry Golubovsky uploaded a new version of Android-Base to project VM Maker:
http://source.squeak.org/VMMaker/Android-Base-golubovsky.24.mcz

==================== Summary ====================

Name: Android-Base-golubovsky.24
Author: golubovsky
Time: 12 May 2012, 8:51:20 am
UUID: 23a9a082-6343-46b0-ba4a-6573a4377464
Ancestors: Android-Base-golubovsky.23

Added primitive onScreenKbd: anInteger. When called with 1, onscreen keyboard appears on screen, with 0 it disappears.

=============== Diff against Android-Base-golubovsky.23 ===============

Item was added:
+ ----- Method: Android class>>onScreenKbd: (in category 'system primitives') -----
+ onScreenKbd: anInteger
+ "show/hide the onscreen keyboard"
+ <primitive: 'primOnScreenKbd' module: 'AndroidPlugin'>
+ self primitiveFailed.!