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...
Hello, Has any one got any ideas on how to convert a string to a numeric number that I can store and display on screen? I have a numeric pad created which will...
This is just a simple function call. Look at the help file: Amulet InternalRAM link Amulet:InternalRAM.string(z).stringToByte(x) Converts the ASCII string of a...
Conor, The Amulet has a built in function to convert a string to either a byte or a word, but it can't support a floating point number. This means you will...
At 04:13 AM 1/16/2007, Amulet@yahoogroups.com wrote: 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...
Hello, Is there any easy/ straight forward way of detecting whether there has been activity on a touchscreen?? In my application I need the amulet device to...
Conor, Have you checked out the Screensaver example in the Amulet\Projects\Examples\Screensaver directory? I think that will help you accomplish what you're...