I don't think the following is supported but I figured I would ask. Over the last 3 years, my client has shipped systems with an Amulet touchpanel with three...
Bob, Well, by default, the .uht files all reside in the same flash space, so you can't really program multiple .uhts in your Amulet. You could possibly...
Jim, The primary problem is that we have primarily three versions of the target and newer versions of the Amulet application don't support the older targets....
Is there any way to put function buttons into a group like radiobuttons so only one can be toggled on? So when a button is toggled on only that button is...
I can think of 2 options right off the bat: 1) Use radiobuttons and supply your own images that look like regular function buttons. 2) Use function buttons and...
Hi all, We just received our first starter kit and started to get to know the programming aspect of the module so excuse us if this question already answered...
Is it possible to change a stringfield widget from plain fontstyle to bold based on a variable? I.E. Put in a meta tag which changes a stringfield named...
Jason, The fontStyle attribute is not one you can change dynamically at runtime. I can think of one way you can still achieve this using 2 stringFields though....
This Amulet Starter Kit (GT570) was bought for a project development and is now sitting on the shelf gathering dust. So if it is of any use to you then please...
Hi, it seems to be the case that multiple functions don't work like I expect. For example if I increment, or xor an InternalRAM variable and then report its...
Hi Bruce, Please reference message #'s 300 and 313 in the Amulet Users Group as Jim Weber did a really good job of explaining what happens when using multiple...
Hello, I basically want to execute a command once after 1 second delay such as this one: <meta http-equiv="refresh" content="0,1;URL=Amulet:UART.invokeRPC(1)">...
Hi! I don't think that the command executes 11 times, but the RPC call being sent 11 times because Amulet doesn't get a response (read the UART Protocol...
When you send the RPC command over UART it needs a reply. Check the 'UART Protocol' section in the help file for details. Since there is no reply sent back...
Hi all I'm using a custom button with both upImage and downImage to show a device being ON or OFF. It's a strobe light so it's blank/white when OFF and...
Bruce, I mocked up a custom button example which I think will help. I essentially have a custom button with 3 states: state 1 = OFF state (button outline only...
I was approached with a project that necessitates a color controller and lcd. Do you have anything coming out within the next 3 months? Thanks, Mark Abildgaard...
Mark, We're currently in the process of creating our new color chip and supporting OS. It is not likely we'll have them ready within the next 3 months, but...
Hello, My company purchased an Amulet onboard 5.7" module kit with a view to integrate this product into our new system that we are currenly developing. My...
Conor, If you are having troubles getting things to line up on your HTML page, I would suggest you look at our documentation on Absolute Positioning. This will...
Hello, Is there a minimum width that the widgit has to be ?? For example as below, my widgit displays 0 instead of 0 C and if I decrease the width below 50 I...
Conor, The widget must be wide enough to hold all characters to be displayed. Your example is not wide enough at 50 pixels. Although, if you were to setup your...
I currently am working with the 5.7" Transflective LCD. The potential users are unhappy with the contrast the LCD provides. They want to be able to clearly...
Hello, I need to make an alarm image flash on and off when a bit is set in a byte I read off the serial port. Would anyone have any pointers on how to achieve...