I have used several Lists on many screens. In one particular screen I need for the list to be clear (non selected) when I power up the system. I have tried...
If you leave off the "initialCondition" and "initHref" parameters, the list will start out with nothing selected. If you want to keep using the "initHref"...
Thanks, but here's another quirk. The screen which contains the 'list' has function buttons that call up keyboard screens, which when complete return to the...
Lloyd, Okay, this can be done, but you'll need to make use of an undocumented trick. You'll need to use "fromInitHref" for your "initialCondition" and you'll...
Jim - that would be a good idea, since I work best from examples. Thanks. ... undocumented trick. You'll need to use "fromInitHref" for your "initialCondition"...
Greetings once again, I have question regarding calibration of the screen. I want to include the ability to calibrate the screen within my program. I ...
Amulet Technologies would like to update all current and future customers that a new version of the Docklight software, specifically designed for Amulet...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the Amulet group. File :...
Amulet@yahoogroups.com
Oct 11, 2006 3:09 pm
1160
Hi Brandon, Go to the Programmer's Guide and follow the link in the menu (left hand column) to the Amulet HTML Compiler section (under development tools). Then...
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...