I am in the intial stages of working on a program where the Amulet will be the slave. I intend to use the Function Button widget to display varying messages. I...
I changed the metas as you recommended and am now able to change the labels. I also created the flashing button as I mentioned. It works fundamentally. It...
Hello, I decided to integrate my Amulet project into the build script (Ant) used to build the other parts of my application. As a consequence, I am using the...
I would like to have a degrees symbol appear in a numeric field and have yet to get one to appear. I am using Dreamweaver to create my display. I have tried...
Hi, One thing I think you need to do is to include that character in the character set used by the display. By default only characters from 0x21 to 0x7f are...
Ross, The HTMLCompiler does have a bug in the following scenario: 1) You save your compiled project with the "Always Program Settings" checkbox selected. 2)...
Thanks Jim, I'm not sure that the CL compiler is actually checking the 'always program' setting at all though. I checked the current setting in the GUI and it...
Ross, Which version of the HTMLCompiler are you using? I tested this on version 3.3.3 and when AlwaysProgram=false in my Amulet.ini, I don't get the LCD.ini in...
I was reading through the META Refresh Object and it states that "refresh" must be all uppercase. Why is this? I have a meta tag where i use the meta refresh...
I am continuing to work on a program where the Amulet will be the slave. I am currently working on Function Button widget where I append a character to a...
Ed, Thank you, this does appear to work when I set the memory value internally perfectly! However, if I set the value using the simulator or via my processor ...
Hi Brandon, Yes, you need to set the string differently from your processor by sending a 0x0A in the dynamic text, at the spot you would like the wrap to...
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...