How many updates can you have at a time over the uart. I have 3 refreshing every 0.25 and when I try to send out one with a button it doesn't work. I need to...
Chris, There are some unknown variables here. First, what baud rate are you using? Second, how fast is your processor responding to the Amulet command? Third,...
I am using 115200. I was able to make the communication better by changing the first update rate for each widget to stagger .03 from each other. The...
Chris, There is one more variable I forgot to mention. Do you have any animated images on your page? Depending upon the size and updateRate, animated images...
I have the 5.7" Starter kit, and I would like to try driving a 648 x 480 display. I tried changing the LCD characteristics, with the factory 5.7" LCD still...
Hi Mark, You can reprogram the Amulet hardware to drive a full VGA (640x480) display via the LCD Characteristics screen of the HTMLCompiler. In the LCD...
Mark, What you are seeing is perfectly acceptable. If you put in a larger width than the actual width, the Amulet chip will send out more info per line than...
I define a 320x240 GIF to use as a background image in my application. I have found that when I do a "disappear()" on a numeric field, the background GIF in...
Ron, Okay, you've found another limitation with the Amulet system. That being, we don't handle layers very well. At least, not inherently. But, I was able to...
Ohhhhhh...... Actually I had considered a similar solution at one point. But for some reason I thought that I was going to have to store my 'background...
When I start and stop updating, the widget appears to still update but to not show the changes(using UART and seeing the request for data all the time.) Is...
Chris, You are correct. StopUpdating() merely stops the visual updating of the widget. The communication will still be going on at the same updateRate. If you...
Jim, Does that size of the names in the META tag affect the amount of memory the meta commands require? For example, would a meta with a name of "e1" take...
Ryan, No, the names of objects within the HTML do not affect the amount of memory required. Internally, all the objects are just treated as numbers. Jim Weber ...
Hi Jim, My program is currently using up the following amount of memory: <Successfully Flashed 40233 bytes, occupying 42048 bytes in flash.> From what I...
Jim, Thanks for the information. I will need to upgrade my AMULET very soon, as I am running out of memory and I still have a lot more work to do. Is it...
Is it possible to manipulate a character within a string field? For instance, can an individual character be highlighted or underlined by itself to show an...
Hi Jim, I bought my starter kit back in August of last year. How can i utilize the 448k? I've gone over the 64k many times and am struggling to squeeze...
Ian, We do have the ability to add a font style to individual characters within a stringField with our latest software, but I just checked our documentation in...
Tomasz, 4Meg Flash upgrade is $40, includes parts & labor. Shipping & tax (if shipping within CA) is extra. We accept only Visa and Mastercard. You can supply...
I am using the field.class to display a random number, and when I try to display the random number at a font greater than 5, the number doesn't refresh, it...
Hi Steven, By default, the Amulet will use the Amulet Sans Serif FW font when you don't specify the font to be used for the dynamic numeric field. The only...
Hi Jim, How can we tell if we have the 4mb module? I did by mine less that 1 year ago. Actually, it was in september 03. I tried to set the loader to 4 meg...
Ryan, It is possible that the module you bought in Sept. '03 was older stock with a 1Meg flash. Our distributors didn't all have the new 4Meg modules...
I am wanting to use function buttons as indicators, specifically the toggle and invert options. The buttons are going to represent valves and when the valves...
Ian, In the new version 3.2 (which will be posted up on our website this week), there are a couple of methods which can be applied to function buttons, called...
On the web site the it says the Dreamweaver configs were last updated July 2002. I have a file from March of 2003. I'm reinstalling everything on my new...
Jon-Paul, Thank you for bringing this to our attention. It looks like our webmaster forgot to update the date when the Dreamweaver config file was last...
Jim, My screen doesn't have a touchpad so none of the function widgets really apply. I liked the function buttons because they can both toggle and show an...