Digital Workshop

Welcome to the Digital Workshop Message Boards
It is currently December 22nd, 2024, 10:44 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Virtual Keyboard
PostPosted: April 27th, 2011, 10:30 am 
Offline

Joined: June 9th, 2007, 10:53 am
Posts: 34
Location: UK
Opus: Opus Pro 8.0
OS: Windows XP Pro SP3
System: Acer Intel Core 2 Quad, 2.4GHz, 3 MB RAM
Hi can anyone help with a working virtual keyboard in Opus Pro 7.05. I have managed to find and download past versions of virtual keyboards from the forum but cannot get them to work properly in version 7.05. The backspace does not work and cannot reduce the text by one character at a time - it just clears all the stored text. I have made a simple virtual keyboard and wonder if anyone can help as I don't know the opus script to work out how to remove the last character from the string. I have attached my simple virtual keyboard and would really appreciate help from the experienced Opus developers in the forum. Many thanks for any help anyone can offer to show me how to work out the BackSpace on my keyboard. Regards Anthony.


You do not have the required permissions to view the files attached to this post.


For this message ajhunt has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: Virtual Keyboard
PostPosted: April 27th, 2011, 10:20 pm 
Offline

Joined: November 11th, 2004, 4:05 am
Posts: 636
Location: Christchurch, NZ
See attached example.
I've added this to the backspace button::

FEEDBACK = FEEDBACK.substring(0, FEEDBACK.length-1);

Paul


You do not have the required permissions to view the files attached to this post.


For this message Paul has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: Virtual Keyboard
PostPosted: April 28th, 2011, 5:46 am 
Offline

Joined: June 9th, 2007, 10:53 am
Posts: 34
Location: UK
Opus: Opus Pro 8.0
OS: Windows XP Pro SP3
System: Acer Intel Core 2 Quad, 2.4GHz, 3 MB RAM
Hi Paul, many many thanks for your help. It works just as I wanted and I never would have worked out that code as just a started with opus script. Really grateful for your help and many thanks for your time and help - appreciated. Regards Anthony


For this message ajhunt has been thanked by : mackavi


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 25 guests


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 post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group