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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 661 - 690 of 1564   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
661
I want to sent an external byte to the value of the current page when the page is entered based on the file number that is listed in the link map. I can't get...
dvarese
Offline Send Email
Sep 10, 2004
4:45 pm
662
Hi, Below are 2 meta tags which will accomplish what you are wanting to do with the internal flash indexes. <META HTTP-EQUIV="Refresh"...
Eduardo Sandoval
amulet_ed
Offline Send Email
Sep 10, 2004
6:08 pm
663
Thanks a bunch....
dvarese
Offline Send Email
Sep 13, 2004
5:43 pm
664
I am writing with regards to the new 5.7" LCD screens. The old part No. is Sharp LM 32019P1 while the new one is Sharp LM 32019T (blue hue). The resist/line of...
m5art
Offline Send Email
Sep 15, 2004
2:56 am
665
Philip, Our supplier of the Sharp LM 32019P1 ran out. Unfortunately, Sharp has discontinued this display. Luckily, we were able to find the blue hued Sharp LM...
Jim Weber
amulet_weber
Offline Send Email
Sep 16, 2004
6:24 pm
666
Do CAD files exist for the Easy GUI 5.7" LCD Starter Kit? I figured I'd ask before I create my own. Thanks, Tony...
Tony Nowakowski
tonynoy2k
Offline Send Email
Sep 16, 2004
7:15 pm
667
Tony, We don't have CAD files, but we do have a mechanical drawing that might be adequate. It is in .pdf format and is included in the 5.7" module ...
Jim Weber
amulet_weber
Offline Send Email
Sep 16, 2004
11:42 pm
668
Hopefully someone has seen a problem similar to this and can help me out this weekend. I have a project that compiles fine on two of my computers but ...
Robert Smith
elboco
Offline Send Email
Sep 18, 2004
4:16 pm
669
Bob, I have seen something similar to this. It has to do with the .uht file containing a file from a drive that doesn't exist on the other machine. I...
Jim Weber
amulet_weber
Offline Send Email
Sep 20, 2004
6:39 pm
670
Is byte/word variable arrays what I need for moving floating point values (6 bytes each) back and forth between my system and the Amulet? Thanks, Tony...
Tony Nowakowski
tonynoy2k
Offline Send Email
Sep 21, 2004
3:56 pm
671
Tony, How do you plan on using the floating point numbers? None of the Amulet widgets are able to use floating point numbers. But, although the numeric field...
Jim Weber
amulet_weber
Offline Send Email
Sep 21, 2004
4:48 pm
672
The floats would be for variables in my system software. This is essentially a motion-control app where distances (Imperial and metric) and need to be entered...
Tony Nowakowski
tonynoy2k
Offline Send Email
Sep 21, 2004
4:52 pm
673
Maybe you considered this already... but you could use strings on your Amulet to represent floats, and then just retreive those strings from the Amulet. Tomasz...
Tomek
tomek_wr
Offline Send Email
Sep 21, 2004
6:00 pm
674
Hello, I am having trouble with the field update utility. I am trying to program the Amulet with my program and the Amulet 3.2 OS using CustomOS. About a...
phil_kloc
Offline Send Email
Sep 27, 2004
6:42 pm
675
Phil, Jim from Amulet will probably give you the official answer. In the meantime, on the older Amulet's, flip the BOOT-M switch to program mode; on the newer...
Robert Smith
elboco
Offline Send Email
Sep 27, 2004
7:08 pm
676
Philip, Do you happen to know when you first downloaded the Palm utility? Before January 1st 2004, the Palm utility actually had a bug in it. This bug exhibits...
Jim Weber
amulet_weber
Offline Send Email
Sep 27, 2004
10:02 pm
677
Is it possible to change the label on a function button when it's pressed? If so, how would I do it? If not, is there an alternative way of doing this using...
dvarese
Offline Send Email
Sep 30, 2004
12:13 pm
678
dvarese, There are numerous ways to change the label on a function button when it's pressed or from other widgets. It's difficult for me to recommend a...
amulet_ed
Offline Send Email
Sep 30, 2004
3:42 pm
679
The functionality I'm seeking is as follows: The button initially says "High" on it. After the button is pressed and released, it now needs to say "Low". If...
Don Varese
dvarese
Offline Send Email
Sep 30, 2004
4:03 pm
680
Hi Don, Thanks for the information. Based on the information you have provided, I would probably go with the following function button: <APPLET...
amulet_ed
Offline Send Email
Sep 30, 2004
4:44 pm
681
Would there be any problem putting "Amulet:UART.InvokeRPC(x)" before forceUpdate(). The RPC would notify the processor that the button was pressed and would...
Don Varese
dvarese
Offline Send Email
Sep 30, 2004
4:49 pm
682
Don, Adding an additional function to the href param name is not a problem as long as you separate the functions by a comma. For example, your new "href" param...
Eduardo Sandoval
amulet_ed
Offline Send Email
Sep 30, 2004
5:01 pm
683
I saw that it is mentioned that the UART.bytes is only used in the line graph widget. Is there a way to request an array of data over the UART and place these...
davidmittmann
Offline Send Email
Oct 1, 2004
1:02 pm
684
David, You first need to figure out how to notify your microcontroller to send an array of bytes. Maybe its as easy as sending an RPC command over to your...
amulet_ed
Offline Send Email
Oct 2, 2004
12:26 am
685
I'm looking to put an Amulet project together for my car. I'm wondering how much memory is available to store the html interface? Is this memory...
Elliot
lookinnlife
Offline Send Email
Oct 5, 2004
11:03 am
686
... The memory that comes with my screen (3.8" blue LED backlight) is: AT45DB041B and holds 4 Mbit. The printout on the chip is "ATMEL0217 45DB041B". Check it...
Ricardo Guevara
ric_dev
Offline Send Email
Oct 5, 2004
1:52 pm
687
Hello, 1) I am trying to make a customOS without for a board without the touchscreen controller chip installed. It seems to work but is it proper to just use...
shizzleshot
Offline Send Email
Oct 5, 2004
7:11 pm
688
Welcome to the Amulet Users Forum, 1) Yes, it is appropriate to use the _RAW file. If you haven't already, you should take a look at the CustomOS example in...
Jim Weber
amulet_weber
Offline Send Email
Oct 5, 2004
7:47 pm
689
How feasible is it to program a button to display a drop down custom scroll list? I sort of understand how the custom scroll list example described back in...
Johnny Lam
novxjl
Offline Send Email
Oct 6, 2004
6:39 pm
690
On the memory size topic; Amulet now has the 4Mbit FLASH, so that helps. But you may need more RAM. Does anyone know if there is a larger RAM version? ... ...
davidmittmann
Offline Send Email
Oct 7, 2004
12:34 am
Messages 661 - 690 of 1564   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