I WOULD LIKE TO START WITH AMULET SOFTWARE.I WONT TO ASK WHAT LCD SCREENS SUPPORT THE CHIP AND WHICH CONTROLLERS LCD CAN SUPPORT.ALSO THE DIAGRAM IN DATASHEET...
I am using Namo WebEditor instead of Adobe GoLive. I am able to set up a layout grid using Webeditor and the vertical (Y) alignment of the resulting page is...
Bob, That syntax looks correct to me. My guess is that there is something else in your page that is causing the problem. Can you zip up the page and send it to...
Dear All I am working on a portable product using Amulet. To save power, I've came up with an idea by using a timer on Amulet to count 0-6min in a discrete...
I think I already know the answer to my question but I figured I'd throw it out there anyway in case someone's working on something. Does anyone out there...
Try looking at "Polycase" or "OKW". ... From: jlmoore2 To: Amulet@yahoogroups.com Sent: Tuesday, November 15, 2005 10:10 AM Subject: Amulet Users Group Amulet...
Don, When the lame named "hrefOnHitOnly" was introduced, it was primarily targeted for checkboxes and radioButtons that used the "initialCondition" of ...
Don, I tested the change prior to posting and it worked correctly. Let's take this offline now and send me your page directly so I can test this out. I tested...
Jim, Here's the page. Don ... From: Jim Weber To: Amulet@yahoogroups.com Sent: Wednesday, November 16, 2005 2:05 PM Subject: Re: Amulet Users Group Checkbox...
Hi, I needed something similarly recently and the list widget can't be dynamically loaded. Amulet does have a project posted, CustomScrollingList.zip, which...
Don, What version of the HTMLCompiler are you using? Using 3.3.2, if I compile your page with your lone checkbox, I get a warning saying "IGNORING TAG: <<param...
Thanks Jim! That was the problem. Didn't catch the warning because when I compilied the project, I didn't scroll up in the compilier window. The fact that...
Dear sir i am interfacing pic to amulet using rs232 levels i am using LINEPLOT class for continously updating for drawing dynamic line that will be updated...
Bansal, The Lineplot widget does not accept an array of bytes, it only takes a single data point at a time. If you are wanting to display an entire array of...
Hello all, I've got an internalRAMByte that stores a number from 0 to 20. I have a numericField that I want to have display that value as a percentage - so...
This functionality is built into the numeric field widget In your case: <PARAM NAME="min" VALUE="0">> <PARAM NAME="max" VALUE="0x20"> <PARAM NAME="minFld"...
Hi Bob, Thanks for pointing me in the right direction. For posterities sake, however, '0x20' didn't work as it's hex for 32. '0x14' and '20' both work...
I'm using the 5.7" touchscreen kit, and I'm having trouble getting the intial value for my string field to display on start-up. Any suggestions? Phillip Marks...
If you want to set it to a static value, use the 'initialCondition' parameter: <param name = 'initialCondition' value = 'Foo'> I won't comment on how to put a...
hi, can i use more than one widget both using uart function such that string feild widget and linegraph,in a single html program this is easliy programmed in...
Can you elaborate a little more on what you are trying to do. It sounds like you want a string field and a linegraph each updated independently, and possibly...
... hi when we are using two widget than both of them will send there request on same uart than how controller will come to know that this request is belong to...
hi Docklight analyzer is a great s/w for serial communication that has solved many problems it is a stupid question i know but pls tell me how we can use namo...
I am building a simpler hardware interface to the Amulet board and am wondering if I need to control pin 10 at all to control if the Amulet is booted into...
Blaine, Pin 10 of the AOB module should be connected to an open collector output if connecting to another micro. You will need to tri-state pin 10 and then...
Hi there, My Programming Interface Board (PIB) is a Rev-A board. The board does not have a voltage regulator and is powered by +5V so the onboard 3221 level...