I'm using slightly modified version of the keypad and keyboard pages found in the samples section. In those pages the string being edited is kept in internal...
Take a look at the keyboard example in the following Amulet directory: ..\Amulet\projects\Examples\Keyboard\ReadMe.htm You will be able to choose 1 of 6 button...
I have a stringfield widget that displays a string held in internalRAM. The internalRAM is populated by a external string via a UART call. By monitoring the...
dvarese, The URL function is not used on meta tags that initialize Internal RAM variables with a value returned from a timer-based function. To get your ...
To whomever can help out. I'm developing an application where the Amulet Touchsreen is plugger trough UART to a Microcontroller. The problem is the unit is...
Carlos, I don't have any example code, but up on our website, under Downloads > Field Update Utilities, there is a .zip file full of documentation needed to ...
I have an LCD starter kit, i would like to connnect this directly to a processor for an RTU, but i know this cant be done. The RTU uses a protocol call which...
While perusing the Amulet website, I found a link for a screen saver, which would be a useful addition to my project. However, the link is dead, and the...
Mike, The Screensaver example should already be installed on your computer if you installed the Amulet software. Look for the Screensaver folder located in...
That's the impression I was under as well. However, that directory isn't there. I'm looking for the CD (which seems to have grown legs), but I copied it in...
I have a different sort of question: where on the device is the unique serial number? I have to ship a unit our company purchased to a collaborator, and need...
Has anyone found a great place to get gifs from. The link on the Amulet site is currently out of date. I specially would like to get hold of industrial gifs. ...
Hi all I have a project to control x-y stepper motors for precise cutting work. We want to try using amulet as an input tool, with freehand drawing facility...
i am trying to get a simple bargraph to work and am having some issues. trying to use the amulet as a slave to retrieve information from the master to update...
Try compiling and programming the existing bargraph example which you can find in the Amulet\projects\Examples\BarGraph\ directory (assuming you've already...
thanks for all of your help, Ed. the issue has been solved. Turns out I had a blank pattern fill number (15) in the code so we weren't seeing anything happen...
I'm trying to get a group of stringfields that have anchors around them to act as if they were radio buttons. After selecting a string, I need it to have the...
dvarese, I can think of 2 ways right off the bat. Option1: Lets assumes you have 2 stringFields with names "sf1" and "sf2". Add the anchor tag around the whole...
... Works like a champ. I was trying to do something very similiar but was having problems. First I was using InvertRegionColor instead of inverseRegionColor...
I'm using absolute positioning on a page that does have a background image. How do I make the whole screen a hotspot so that if the user touches anywhere on...
After I posted my message I realized that you wer probably loading the image as you are. I have done something similar to what you want by creating "virtual" ...
Don, The main thing to note is that you cannot put an anchor on a background image. But, there are ways to get around this limitation. The only thing I can add...