I would like to have buttons which toggle between 2 labels (since it will informed the micro to perform 2 different actions) when pressed. Hence I'm using the...
Jessica, I think you have 2 different options. It would appear that you have the button labels as images in closedButton.gif and openButton.gif. Using this...
Jessica, Bob had a couple of really good suggestions and here is one way of approaching Bob's first suggestion. Add an extra href function to the custom button...
I would like for my buttons to appear and disappear, while on the same page, when a particular button is in a certain state. For example, I would like the...
Jessica, Getting the "labelButton" to disappear and reappear is pretty straightforward. Disabling or greying out the "shutter1" button is a little more...
Bob, I do like to greyed out shutter1 when it is disabled. Thanks for your help. Jessica ... a ... button ... add ... also ... corresponding ... in ... the ......
Jessica, In order to get the "shutter1" button to appear greyed, you have to generate an image of the desired greyed shutter1 button and insert it in some...
Robert, Good post. I just wanted to add that with version 3.3 and above, you can actually encapsulate GreyedShutter1 in a <DIV>...</DIV> tag and absolutely ...
Hey, I'm having a problem getting all my objects to refresh. I have18 byte variable NumericValue widgets (updating every 2 seconds), 8 byte variable ...
qfingers, In your heading you list Slave Mode. So, does that mean that the Amulet is in slave mode and your linux processor is sending out the master messages...
I would like to execute 2 META tags only when 2 conditions are satisfied. 1) if InternalRAM.byte(22)=0 and InternalRAM.byte(34)=1, execute "ManualSequence" 2)...
Jessica, I have a number of questions for you, and possibly an answer for you depending upon how you answer my questions. 1) Both ManualSequence and...
Jim, In reply the the points you raised: 1) What I wanted was to execute either ManualSequence or PresetSequence and not both at the same time. 2) I do want...
In the HTML below the first refresh works however; the others do not. I know this because they do not call the Amulet:UART.byteValue(1). The button initializes...
Jim, I'm using the debug output from my Javelin stamp to see the decoded protocol. I removed the second time value and that seems to cause the ONVAR to query...
Jack, the format would be: <META HTTP-EQUIV="REFRESH" CONTENT="0.1,.1; URL=Amulet:NOP(); ONVAR=AmUartByte(XXXX).value(); value=amulet:internalram.byte(XXXX);">...
Jack, You're right, I should have noticed the embedded double quotes. Sorry about that. I see you are loading an InternalRAM byte with a UART variable. Your...
I'm dynamically changing the brightness of the screen and it doesn't take effect until the page is reloaded. Question: other than Amulet:back() which works on...
Jack, Hmm... How are you dynamically changing the brightness of the screen? Are you immediately sending out the brightness value to the appropriate digital pot...
It's a variation of what Jim helped me out with on dynamic buttons. It works as expected however; the Amulet:back() part is what I need to change. Jack #define...
Jack, Try using the META's below and let me know whether or not you get the byteOut(0xED) when you dynamically change the backlight. Try using Docklight (I'm...