SofToGo Products Forum Index SofToGo Products
Forum About SofToGo Products
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Modify touch screen buttons (EN / FR / ES)

 
Post new topic   Reply to topic    SofToGo Products Forum Index -> Programming WireLess Studio
View previous topic :: View next topic  
Author Message
MesQuestions



Joined: 31 Oct 2007
Posts: 176

PostPosted: Thu Jun 04, 2009 2:54 pm    Post subject: Modify touch screen buttons (EN / FR / ES) Reply with quote

EN
I wish to change the RFButtons that appears in the touche screen.
By default in a input they are [OK] [ESC] / [F1] [F2].

FR
Je veux changer les RFButtons qui apparaissent dans l'écran tactile.
Par défaut dans un champ de saisie ils sont [OK] [ESC] / [F1] [F2].

ES
Quiero cambiar los RFButtons qui aparecen en la pantalla tactil.
Por defecto en un campo de ingreso de datos son [OK] [ESC] / [F1] [F2].
Back to top
View user's profile Send private message
cesarz
Site Admin


Joined: 04 Apr 2007
Posts: 294
Location: Buenos Aires, Argentina

PostPosted: Thu Jun 04, 2009 3:27 pm    Post subject: Reply with quote

There is an object to manage touch screen buttons (see WSDG):
http://www.sof2go.net/man/wst/en/wsdg/RFBUTTON.htm
There is a VB sample applicaiton that manage buttons
C:\Program Files\WireLessStudio\Samples\Button

It is very easy.
Code:
    '-------------------------------------------
    ' 3.1) create the button pad
    ' 3 Columns, 2 rows (top to 6 buttons in the pad ), 1 pixel border
    wsRfButton.PadCreate 3, 2, 1
    wsRfButton.AddButton 0, 0, "013", "ENTER", WBTN_DBLH
    wsRfButton.AddButton 1, 0, "027", "CLR", WBTN_DBLH
    wsRfButton.AddButton 2, 0, "_UP", "^", 0
    wsRfButton.AddButton 2, 1, "_DN", "V", 0
    wsRfButton.PadStore "MyMen"


Some examples from RfButton demo.



If You want to do that without modify the program (not recommended procedure), see this post:
http://foro.sof2go.com/viewtopic.php?t=237
_________________
CesarZ-SofToGo.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    SofToGo Products Forum Index -> Programming WireLess Studio All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group - Hosting by Towebs