I am not sure if that is doable, although when I last looked at it, ROSK was just being made available. At that time I designed my own keyboard and worked pretty well except when you tried to insert text in the middle of the string, if I recall correctly. FWIW, when the shift key is pressed, the keys turn red…
Javier, Javier Valencia, PE O: 913-829-0888 H: 913-397-9605 C: 913-915-3137 From: [email protected] [mailto:[email protected]] On Behalf Of Dan Goldberg Sent: Wednesday, January 04, 2017 11:02 AM To: karentellef via RBASE-L Subject: RE: [RBASE-L] - Designing and Deploying an R:BASE Keyboard for Touch-Screen Tablet PCs Thx. I will put a feature request for a property to turn off certain keys like * / enter key etc Dan Goldberg Lance Camper On Wed, Jan 4, 2017 at 8:53 AM -0800, "A. Razzak Memon" <[email protected]> wrote: Basically, you have two options, at least the ones that are documented ... -- To only display the Number Pad (See attached image CLPMS_NumPad.JPG) PROPERTY ROSK SHOW 'TRUE' PROPERTY ROSK TYPE 'NUMPAD' PROPERTY ROSK_Container ATTACH_ROSK 'TRUE' RETURN -- To only display the Keyboard (See attached image CLPMS_Keyboard.JPG) PROPERTY ROSK SHOW 'TRUE' PROPERTY ROSK TYPE 'NUMPAD' PROPERTY ROSK_Container ATTACH_ROSK 'TRUE' RETURN Have fun! Razzak At 11:33 AM 1/4/2017, Dan Goldberg wrote: >That is cool. Just embedded the numeric rosk in my inventory input form. > >Just one question, is there a way to turn off the keys so when the >users run the compiled version they do not see them? I did not see a >property to do that. I can do it in rbase via settings but it does >not work in compiler. > >TIA > >Dan Goldberg > >-----Original Message----- >From: [email protected] [mailto:[email protected]] On >Behalf Of A. Razzak Memon >Sent: Tuesday, January 3, 2017 5:33 PM >To: [email protected] >Subject: [RBASE-L] - Designing and Deploying an R:BASE Keyboard for >Touch-Screen Tablet PCs > >Tuesday, January 3, 2017 > >Topic..: Designing and Deploying an R:BASE Keyboard for Touch-Screen >Tablet PCs >Version: R:BASE X Enterprise (Version 10) > >Did you know that you can custom design and deploy an R:BASE >Keyboard for Touch-Screen Tablet PCs? > >Here is a totally customized and dynamically configurable approach >using R:BASE X Enterprise ROSK. > >Notice the customized R:BASE On-Screen NumPad and Alpha Keyboard. > >For your viewing pleasure ... > >http://www.razzak.com/tips/RBGXE_TouchScreenApp_01.png >http://www.razzak.com/tips/RBGXE_TouchScreenApp_02.png >http://www.razzak.com/tips/RBGXE_TouchScreenApp_03.png >http://www.razzak.com/tips/RBGXE_TouchScreenApp_04.png >http://www.razzak.com/tips/RBGXE_TouchScreenApp_05.png >http://www.razzak.com/tips/RBGXE_TouchScreenApp_06.png >http://www.razzak.com/tips/RBGXE_TouchScreenApp_07.png >http://www.razzak.com/tips/RBGXE_TouchScreenApp_08.png >http://www.razzak.com/tips/RBGXE_TouchScreenApp_09.png > >Enjoy the presentation! > >Very Best R:egards, > >Razzak -- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

