Indigo Rose Software

Go Back   Indigo Rose Software Forums > Old Versions > AutoPlay Media Studio 5.0

Reply
 
Thread Tools Display Modes
  #1  
Old 11-09-2003
sferguson sferguson is offline
Indigo Rose Customer
 
Join Date: Oct 2003
Posts: 164
Grin On-screen keyboard for touch-screen kiosk...

Hi All,

I'm working on a prototype interface for a touch-screen kiosk and need to create a couple of pages that offer the end-user an on-screen keyboard for inputing info.

What's the best way (e.g. simple / straightforward) way to create the keyboard keys, presumably using the button objects available in AMS 5?

Thanks,
-Scott

P.S. If there are a couple different ways that would easily work (...as there's usually more than one way to skin the cat), which method might best lend itself to being "re-purposeable" or importable/exportable from one project to another?
Reply With Quote
  #2  
Old 11-09-2003
sferguson sferguson is offline
Indigo Rose Customer
 
Join Date: Oct 2003
Posts: 164
wooops - AMS 4 / AMS 5 identity crisis

Sorry folks, I wasn't watching where I was driving... I meant to post this question in the AMS 5 forum.

Should I re-post it, or is a forum admin likely to relocate it?
Reply With Quote
  #3  
Old 11-10-2003
MadNav's Avatar
MadNav MadNav is offline
Indigo Rose Customer
 
Join Date: Feb 2003
Location: Alaska
Posts: 10
sferguson

go to the plug-in section ... the IRLuaCOM Action plug-in sounds like that might be what your seeking to get a handle on your project using AMS 5

Hope that helps
__________________
. .
---------
--- Work or Die ---
---------
. .
Reply With Quote
  #4  
Old 11-10-2003
sferguson sferguson is offline
Indigo Rose Customer
 
Join Date: Oct 2003
Posts: 164
Thanks for the tip, I'll check it out.
Reply With Quote
  #5  
Old 11-10-2003
Corey's Avatar
Corey Corey is offline
Registered User
 
Join Date: Aug 2002
Posts: 9,746
No plug-in is needed if I am understanding this. just use button images, i.e. snip up your keyboard image into clickable pieces. With the new alpha hit test area feature in 5.0 the buttons don't even have to be rectangular either.

The eaiest way to do this BTW for my workflow is in Photoshop. If all the keys are rectangular or square I would just use the slice tool to graphically slice it up and then export, voila done. If the keys and stuff are irregular then you need to create slice sets, i.e. lets say you have 3 rows of parralelogram shaped buttons, simplt create three copies of your file and snip one row into slices in each, i.e. row 1, row 2, row 3. As long as you export as PNG24 the hit areas will be accurately represented in AMS 5.0, even if the images overlap... Don't forget, in 5.0 you can overlap buttons freely and the hit test will accurately translate the correct hit areas.

It's amazing, this is one feature of 5.0 which blows me away. Makes it super easy to create stuff just like this, clickable keyboards, maps, etc.

BTW if you need cool looking keyboard keys check out the ones which come included in the Flash MX button gallery, awesome looking...

Corey Milner
Creative Director, Indigo Rose Software
Reply With Quote
  #6  
Old 11-10-2003
TJ_Tigger's Avatar
TJ_Tigger TJ_Tigger is offline
Indigo Rose Customer
 
Join Date: Sep 2002
Location: Sol 3
Posts: 3,188
What about those without Photoshop. I use Paint Shop Pro and it will work with .png images and it will create alpha selections, but the alpha selections wont save when I save the image I am working with.

I think I have figured it out. Not a graphics person.

And couldn't you do the samething with a single image and multiple hotspots?

Last edited by TJ_Tigger; 11-10-2003 at 03:22 PM.
Reply With Quote
  #7  
Old 11-10-2003
Corey's Avatar
Corey Corey is offline
Registered User
 
Join Date: Aug 2002
Posts: 9,746
Yes you could and, of course, whatever works is best. But I believe the button method would give you more control over the user experience. I know I sound like a broken record but I think that's the hallmark of a solid app, the ability to achieve a given result via several different methods.

Corey Milner
Creative Director, Indigo Rose Software
Reply With Quote
  #8  
Old 01-07-2004
yoyo yoyo is offline
Forum Member
 
Join Date: Jul 2002
Posts: 32
would this just work for inputs on an AMS5 project, or can u send keys to another active Windows app?
Reply With Quote
  #9  
Old 01-08-2004
Corey's Avatar
Corey Corey is offline
Registered User
 
Join Date: Aug 2002
Posts: 9,746
You can easily send any data to any app as long as you know how to receive that data on the other end. For example using the obscure Flash shared local object I once created a demo app (search the forum, it's in here somewhere) which allows any AMS app to speak freely back and forth with any other AMS app, ergo you could create seperate .exes and then have them interact at runtime, such as remote control style app windows, etc.

Corey Milner
Creative Director, Indigo Rose Software
Reply With Quote
  #10  
Old 01-08-2004
Martin_SBT's Avatar
Martin_SBT Martin_SBT is offline
Forum Member
 
Join Date: Jun 2002
Location: Montreal, Canada
Posts: 173
Here is something for you! I didnt have time to setup the best demo in the world but it work perfectly. It is a keyboard i did with flash MX, and the keystroke can be sent to your AMS5 project, everything is functional EVEN a CAPS lock button!

Give it a try and let me know.
Attached Files
File Type: apz keyboard.apz (39.5 KB, 118 views)
Reply With Quote
  #11  
Old 01-08-2004
yoyo yoyo is offline
Forum Member
 
Join Date: Jul 2002
Posts: 32
thats cool, but I am looking to be able to send keystrokes to another windows app.
Reply With Quote
  #12  
Old 01-08-2004
Martin_SBT's Avatar
Martin_SBT Martin_SBT is offline
Forum Member
 
Join Date: Jun 2002
Location: Montreal, Canada
Posts: 173
What is the windows app you want to send keystrokes to it? Does it support flash FSCommands and gather flash variables? If so, then you can use my flash movie (keyboard.swf) and look into the action code of the AMS5 demo i just posted to know what FScommands to look for... Also, you should check Corey's post that is mentionned aboved, it demonstrate you how to send data back anf forth between AMS files etc... That is very cool!
Reply With Quote
  #13  
Old 01-08-2004
yoyo yoyo is offline
Forum Member
 
Join Date: Jul 2002
Posts: 32
It's MS streets & Trips, I highly doubt it supports. I basically want the on-screen keyboard that comes with XP, but it is way too small for touchscreen.
Reply With Quote
  #14  
Old 01-08-2004
Martin_SBT's Avatar
Martin_SBT Martin_SBT is offline
Forum Member
 
Join Date: Jun 2002
Location: Montreal, Canada
Posts: 173
One thing that you could do is use what i posted along with the DLL that Worm posted some time ago called "Keystrokes.DLL". You could build an AMS5 project that use both of the above and send the keystrokes to your windows app. That should work...

search the forums for "keystrokes.dll" or keystrokes"
Reply With Quote
  #15  
Old 01-08-2004
yoyo yoyo is offline
Forum Member
 
Join Date: Jul 2002
Posts: 32
I will check it out. Thanks!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -6. The time now is 04:27 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software