Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

Amulet · Amulet Easy GUI Users Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 433
  • Category: Hardware
  • Founded: Aug 24, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 719 - 748 of 1795   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
719 phil_kloc Send Email Nov 15, 2004
10:11 pm
Hello, I'm just wondering if there is any difference between the following two statements: Amulet:InternalRAM.string(190).copyToRamString(40) and ...
720 Jim Weber
amulet_weber Send Email
Nov 15, 2004
11:48 pm
Philip, You are correct in your assumption. They are equivalent statements. There was a time when InternalRAM byte variables could not be used as InternalRAM ...
721 Jim Weber
amulet_weber Send Email
Nov 16, 2004
12:21 am
Oops, I need to correct myself. The copyToRamString() was created because there was a time when InternalRAM variables could not be used as function arguments. ...
722 Jason
sinc_squared Send Email
Nov 18, 2004
9:55 am
Hi, I'm looking for a way to dynamically set the yMin/yMax values of the line plot widget so I can implement autoscaling on my graphs. I tried to set the...
723 christopher_gadd
christopher_... Send Email
Nov 24, 2004
9:04 am
The CopyToRam instruction is still useful for assigning memory to indexed arguments—something that apparently can't be done using the SetValue instruction. ...
724 Jim Weber
amulet_weber Send Email
Nov 24, 2004
5:19 pm
Christopher, That's a great point. Thanks for bringing that up. I guess I better not remove these from the documentation. Jim Weber Lead Firmware Engineer ...
725 christopher_gadd
christopher_... Send Email
Nov 29, 2004
10:35 am
I took a stab at your problem, and came up with a solution that uses multiple lineplot widgets—each with a different scale and all but one having the...
726 jonsquire2000 Send Email Nov 30, 2004
4:48 pm
We disconnected the Backlight connector on a 5.7" (White/Pink wires) starterkit. I don't find any documentation on how to connect this connector again to the...
727 Eduardo Sandoval
amulet_ed Send Email
Nov 30, 2004
4:56 pm
Stijn, Either configuration will work because its AC voltage. Regards, Ed...
728 jonsquire2000 Send Email Dec 2, 2004
3:34 pm
I noticed that when running the examples, and clicking on the path, a dialog box apears. (With some info about the path..) Is there a similar widged availeble...
729 kar8942_sk Send Email Dec 2, 2004
5:22 pm
Hello, Does anyone know of a good handheld enclosure for the 5.7" module? Thanks, Scott...
730 Jim Weber
amulet_weber Send Email
Dec 2, 2004
6:13 pm
Stijn, The graying of the LCD you are seeing is a function of a META attribute. If you look at the link to the dialog box, you will see it is actually ...
731 jessica_chai_my Send Email Dec 10, 2004
1:44 am
I would like to send a message to my microprocessor (PIC16F877) when a button is pressed on the touch panel. What do I need to add to my html code to do so?...
732 amulet_ed Send Email Dec 10, 2004
2:25 am
Jessica, You need to implement the Amulet protocol on the PIC16F877 in order to communicate back and forth with an Amulet module. The Amulet protocol is...
733 jonsquire2000 Send Email Dec 10, 2004
12:19 pm
Hi All, I have 3 function buttons on my page. (a Play, Stop and Record button) The 3 buttoms are set up as following : <applet code="FunctionButton.class&quot;...
734 jessica_chai_my Send Email Dec 13, 2004
3:45 am
I want to set the baud rate to 19200 bps so i turn on switch 2 of the DIP switch and set the meta attribute to baud=19200. i also set the flash rate and uP...
735 Ricardo Guevara
ric_dev Send Email
Dec 13, 2004
4:00 pm
... Note: I'm using only the new touch screens (BLUE LEDs backlight) and they do not have DIP switches. So the following comment may not apply to your problem....
736 Jason
sinc_squared Send Email
Dec 15, 2004
12:16 am
Thank you for your help! I'm sorry I havent been back to this forum for quite a while, i didn't think anyone would be able to reply. Thanks again! -Jason...
737 jmarkwolf Send Email Dec 16, 2004
7:20 pm
I'm considering the new Amulet 3.8" display for an experimental aviation application, and am confused how the system would work if it can only be the master. ...
738 Tomek
tomek_wr Send Email
Dec 16, 2004
7:48 pm
The Amulet can be both Master and Slave. The daytime visibility is very good and its very easy to adjust. Tomas ... __________________________________ Do you...
739 Jim Weber
amulet_weber Send Email
Dec 16, 2004
8:26 pm
I'm not sure how deep into the documentation you went, but let me suggest a good starting point for you. Go to Welcome > Overview. That is definitely a 500...
740 ddenu@...
sphinxo2003 Send Email
Dec 16, 2004
9:15 pm
<clap><clap> well said Jim !! Dave Denu ddenu@... "Jim Weber" <JimWeber@...> 12/16/2004 03:26 PM Please respond to ...
741 jmarkwolf Send Email Dec 17, 2004
1:46 am
Thanks for the clarification Jim. Immediately after hitting the 'send' button I realized my comments could have been interpreted differently than intended. I...
742 jessica_chai_my Send Email Jan 6, 2005
2:05 am
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...
743 Robert Smith
elboco Send Email
Jan 6, 2005
5:34 am
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...
744 Eduardo Sandoval
amulet_ed Send Email
Jan 6, 2005
7:28 am
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...
745 jessica_chai_my Send Email Jan 10, 2005
10:29 am
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...
746 elboco Send Email Jan 11, 2005
3:48 pm
Jessica, Getting the "labelButton&quot; to disappear and reappear is pretty straightforward. Disabling or greying out the "shutter1"; button is a little more...
747 jessica_chai_my Send Email Jan 11, 2005
8:21 pm
Bob, I do like to greyed out shutter1 when it is disabled. Thanks for your help. Jessica ... a ... button ... add ... also ... corresponding ... in ... the ......
748 Robert Smith
elboco Send Email
Jan 14, 2005
4:10 pm
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...
Messages 719 - 748 of 1795   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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