Hello, I am trying to run the AmuletProgrammer software on my desktop computer under Windows XP. The motivation is that I want to simulate a touchscreen...
Kaufman, Seth
skaufman@...
Oct 9, 2007 5:49 pm
1298
Seth, My guess is that you just need the JVM installed. Unfortunately, I had left some of the old security features in the installation program that shouldn't...
Hi! I'm working on a project that uses a microcontroller acting as a Rs232 slave to update a total of 51 displayed parameters on the display. I'm having a...
You can display negative numbers by use of the minFld and maxFld parameters in your widget. If this is regular 2's compliment you need to modify the word...
Chris, You are requesting so much information at one time you are filling up the UART buffer, so those extra byte requests just get thrown out. I put in a...
I have hit this waring condition: WARNING: Due to the size of at least one page, InternalRAM.string(0)-InternalRAMString(5) should not be used. I am not sure...
As a follow-up I have discovered that I have the 4Mbit flash by checking the Atmel part numbers on there website (45DB041B). What is the max size of a page ?...
Our customer has a request. They want the amulet to display an image of a label which is in raster format in our controller's memory. I have scanned through...
Bob, As of version 3.3.5, the current max size for an individual page stored in the serial data flash is 7717 (0x1E25) bytes. If your page is larger than that,...
What do I need to do about this warning? --> <Compiling OSCheck.html> <Compiling SW-0091.htm> WARNING: Page overflows 598 bytes into InternalRAM string area. ...
What is the easiest way to enable a user to toggle the backlight? I tried using a slider widget but it seemed the backlight would only toggle if I moved the...
I have a group of radio buttons to set resolution or what digit I will increment when I use the increment/decrament. The radio button sets an internal word...
Bob, You need to have 4 extra parameters in your radio buttons: internalNumber, initialCondition, initHref, and add a function to your HREF. Below I have...
I have a page with function buttons that I have not imlemented pages to go to yet. I would like to have the buttons there but when pressed I would prefer they...
I just can't figure out this stuff using the supplied examples. Can someone write me a simple single page with 3 buttons? Each button just sends out a...
If you want to just send out some ascii over UART you can use the byteOut() function. Here is some code for a single button that sends out 0x30 when pressed....
Thank you a lot dued,that was all I needed! I have 3 buttons all doing diffrenthings and I understand the basic layout now. I am even communicating with a...
I'm trying to set up a page with multiple imagebars in the same location, with only one visible at any given time. It's a thermometer display with selectable...
The project we are working on requires 3 additional languages besides english. This will require all labels and buttons be depicted in those translated...
I've encountered problems trying to disappear and reappear objects at on the same pixels at the same time. Try having two METAs, the first one calls disappear...
The easiest way for you to handle the overlays disappearing (easiest meaning least code change, quick fix) is to use a dual action button and call reappear()...
My HTML page was coming along fine, but suddenly after I added a few buttons and a bunch of meta refresh tags to perform the actions the buttons require, my...
My first thoughts are that some stringfield widgets are overlapping, either the widget heights are too short, or maybe even too tall if you used absolute...
Further investigation shows that the problem arises when I start getting this kind of stuff: WARNING: Page overflows 741 bytes into InternalRAM string area. ...
Resolved! For those out there reading this, Brian tried his version of Arial_6 and it worked fine, and he remarked that his was _really_ 24 point as opposed to...
The whole reason why the glyphs weren't showing completely is a little more involved. If he wanted to actually use a size 31 font he'd be in trouble still, so...