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...
All, I am a novice in using an Amulett graphics processor. I am doing some contract engineering for a large medical device manufacturer. They are using a...
Robert, Only the font style can be changed dynamically on stringField widgets. If you wish to change the font size dynamically, then I would recommend you go...
Ed, What I am attempting to do is display the oxygen concentration of an air/oxygen mixture. When the concentration is displayed I want to use a 48 point...
I am developing a amulet interface on a scientific instrument. For my project, trying to add general error display page. My question is how do I go back to the...
I have a similar error screen situation. Use Amulet:back(); to go back to the calling page. ... __________________________________ Yahoo! Mail - PC Magazine...
Thank you so much for your answer.. didn't know it was that simple.. I tried javascrip back function.. haha~ Robert Smith <elboco@...> wrote: I have a...
Hi Jim, I've reviewed the documentation and I have developed a program where I send the wake up message to the touchscreen (0xA0, 0x02, 0x00, 0x16, 0x48), the...
Carlos, You're definitely sending the right message and there is no need to send additional characters before or after the wakeup message. The only thing I'm...
Thanks! It was a problem with my computer program... was outputting 16 bit unicode characters... saw this with the Docklight Analyzer... great tool! Carlos ......
Hi, I have a quick question, probably a simple answer. If I was to request data from an external processor from the amulet and the datas external address was...
Nick, I took the following snippet from our UART Protocol help documentation: The valid range for byte variable values returned from the slave (in response to...
Nick, I just realized I gave you some incorrect information. The variable index itself, regardless if its a "Get Byte variable" or "Get Word variable" request,...
Dear Sir Would some people help to tell me what is the usage of Amulet:UART.byte (x).setValue(y)? Does it tells an external mcu the present value of byte (x)...
John, Amulet:UART.byte(x).setValue(y) allows the Amulet to send out a "Set byte variable" message, where x is the index of the external byte variable and y is...
Somebody knows the difference between both Chips sold at mouser.com? Only PB Free? Thanks, Germán __________________________________ Yahoo! Mail - PC Magazine...
Dear Sirs I am using the following to adjust the timer-based update rate of a certain function: <META HTTP-EQUIV="REFRESH" CONTENT="2; URL=function(s)"> It...