Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Custom Keyboard Templates (Read 2512 times)
MFusion Swing KBoard
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 13
Joined: Apr 22nd, 2019
Custom Keyboard Templates
Apr 24th, 2019 at 1:18pm
Print Post  
I cannot load a custom template, and I see no error during my attempt. 

Is it necessary to purchase a license before I can kick the tires on the custom templates feature?
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Online


tech.support

Posts: 3152
Joined: Oct 19th, 2005
Re: Custom Keyboard Templates
Reply #1 - Apr 24th, 2019 at 2:04pm
Print Post  
Please attach the template file.
  
Back to top
 
IP Logged
 
MFusion Swing KBoard
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 13
Joined: Apr 22nd, 2019
Re: Custom Keyboard Templates
Reply #2 - Apr 24th, 2019 at 2:13pm
Print Post  
XML file attached (renamed for upload)
  

BrowserKeyboard.txt ( 17 KB | 215 Downloads )
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Online


tech.support

Posts: 3152
Joined: Oct 19th, 2005
Re: Custom Keyboard Templates
Reply #3 - Apr 24th, 2019 at 4:38pm
Print Post  
Try loading like this -
Code
Select All
KeyboardLayout kl = KeyboardLayout.create("D:\\BrowserKeyboard.txt");
vkb.setTemplateLayout(kl);
vkb.setMode(KeyboardMode.Custom); 



Usually setTemplateLayout should be enough, but we are missing some mode update calls from our ported .NET code.

Regards,
Slavcho
  
Back to top
 
IP Logged
 
MFusion Swing KBoard
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 13
Joined: Apr 22nd, 2019
Re: Custom Keyboard Templates
Reply #4 - Apr 24th, 2019 at 7:20pm
Print Post  
setMode solved my problem.  Thank you!
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint