Search the web
Sign In
New User? Sign Up
Amulet · Amulet Easy GUI Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 742 - 771 of 1569   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
742
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_chai_my
Offline Send Email
Jan 6, 2005
2:05 am
743
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...
Robert Smith
elboco
Offline Send Email
Jan 6, 2005
5:34 am
744
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...
Eduardo Sandoval
amulet_ed
Offline Send Email
Jan 6, 2005
7:28 am
745
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_chai_my
Offline Send Email
Jan 10, 2005
10:29 am
746
Jessica, Getting the "labelButton" to disappear and reappear is pretty straightforward. Disabling or greying out the "shutter1" button is a little more...
elboco
Offline Send Email
Jan 11, 2005
3:48 pm
747
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_chai_my
Offline Send Email
Jan 11, 2005
8:21 pm
748
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 Smith
elboco
Offline Send Email
Jan 14, 2005
4:10 pm
749
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 ...
Jim Weber
amulet_weber
Offline Send Email
Jan 14, 2005
6:44 pm
750
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 ...
qfingers2001
Offline Send Email
Jan 14, 2005
7:38 pm
751
Jim, I noticed that that is one of several nice feature in 3.3, although I haven't started using 3.3 yet. Bob ... === message truncated === ...
Robert Smith
elboco
Offline Send Email
Jan 14, 2005
8:21 pm
752
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...
Jim Weber
amulet_weber
Offline Send Email
Jan 14, 2005
8:36 pm
753
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_chai_my
Offline Send Email
Jan 17, 2005
8:33 am
754
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 Weber
amulet_weber
Offline Send Email
Jan 17, 2005
8:13 pm
755
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...
jessica_chai_my
Offline Send Email
Jan 17, 2005
9:00 pm
756
I have a simple 3 menu project for an Amulet GT570, but no time. I'm looking for someone to do it as a consultant. Here's the specification. ...
Bruce Greenwood
tallguy100
Offline Send Email
Jan 25, 2005
4:56 am
757
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...
crunchy_eyeballs
crunchy_eyeb...
Offline Send Email
Jan 26, 2005
1:04 am
758
Jack, If I understand correctly, you're saying that you're never seeing the ONVAR functions getting called. Specifically, you're not seeing the ...
Jim Weber
amulet_weber
Offline Send Email
Jan 26, 2005
2:30 am
759
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 Hudler
crunchy_eyeb...
Offline Send Email
Jan 26, 2005
2:47 am
760
Jim, I fell for the oldest HTML bug.. Embedded double quotes. Also I changed the meta-refreshes to; <META HTTP-EQUIV="REFRESH" ...
Jack Hudler
crunchy_eyeb...
Offline Send Email
Jan 26, 2005
4:14 am
761
Actually the more I look at this the more I don't like it. What I need to do is have one refresh get the speed byte and stuff it in RAM. Is...
Jack Hudler
crunchy_eyeb...
Offline Send Email
Jan 26, 2005
4:20 am
762
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);">...
Robert Smith
elboco
Offline Send Email
Jan 26, 2005
11:42 am
763
Thanks Robert, my last message came in out of sequence. I had already changed it to what you suggested below. _____ From: Robert Smith...
Jack
crunchy_eyeb...
Offline Send Email
Jan 26, 2005
3:49 pm
764
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...
Jim Weber
amulet_weber
Offline Send Email
Jan 26, 2005
9:05 pm
765
Sweet! And Done! I like this one even better! Thanks Jim Jack _____ From: Jim Weber [mailto:JimWeber@...] Sent: Wednesday, January 26, 2005...
Jack Hudler
crunchy_eyeb...
Offline Send Email
Jan 26, 2005
9:12 pm
766
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...
crunchy_eyeballs
crunchy_eyeb...
Offline Send Email
Jan 27, 2005
5:24 am
767
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...
Eduardo Sandoval
amulet_ed
Offline Send Email
Jan 27, 2005
7:03 am
768
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 Hudler
crunchy_eyeb...
Offline Send Email
Jan 27, 2005
7:58 am
769
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...
Eduardo Sandoval
amulet_ed
Offline Send Email
Jan 27, 2005
8:49 am
770
Ed, In my situation I can't use Docklight because the Amulet is controlled by a Javelin Stamp. However, I do see the ED (changed to ...
Jack Hudler
crunchy_eyeb...
Offline Send Email
Jan 27, 2005
6:10 pm
771
Hi, I found a 7" touch screen online that I'm wondering will interface correctly with the Amulet controller ...
Elliot
lookinnlife
Offline Send Email
Feb 4, 2005
10:49 am
Messages 742 - 771 of 1569   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help