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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 880 - 909 of 1568   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
880
I'm using slightly modified version of the keypad and keyboard pages found in the samples section. In those pages the string being edited is kept in internal...
dvarese
Offline Send Email
Aug 2, 2005
4:33 pm
881
Take a look at the keyboard example in the following Amulet directory: ..\Amulet\projects\Examples\Keyboard\ReadMe.htm You will be able to choose 1 of 6 button...
amulet_ed
Offline Send Email
Aug 3, 2005
3:58 pm
882
I have a stringfield widget that displays a string held in internalRAM. The internalRAM is populated by a external string via a UART call. By monitoring the...
dvarese
Offline Send Email
Aug 4, 2005
4:23 pm
883
dvarese, The URL function is not used on meta tags that initialize Internal RAM variables with a value returned from a timer-based function. To get your ...
Eduardo Sandoval
amulet_ed
Offline Send Email
Aug 4, 2005
4:54 pm
884
To whomever can help out. I'm developing an application where the Amulet Touchsreen is plugger trough UART to a Microcontroller. The problem is the unit is...
Carlos Luis Rodriguez
lokutas
Offline Send Email
Aug 9, 2005
5:30 am
885
Carlos, I don't have any example code, but up on our website, under Downloads > Field Update Utilities, there is a .zip file full of documentation needed to ...
Jim Weber
amulet_weber
Offline Send Email
Aug 9, 2005
5:10 pm
886
I have an LCD starter kit, i would like to connnect this directly to a processor for an RTU, but i know this cant be done. The RTU uses a protocol call which...
s3598689
Offline Send Email
Aug 13, 2005
6:25 am
887
While perusing the Amulet website, I found a link for a screen saver, which would be a useful addition to my project. However, the link is dead, and the...
mikejrossiter
Offline Send Email
Aug 23, 2005
7:23 pm
888
Mike, The Screensaver example should already be installed on your computer if you installed the Amulet software. Look for the Screensaver folder located in...
Eduardo Sandoval
amulet_ed
Offline Send Email
Aug 23, 2005
7:43 pm
889
That's the impression I was under as well. However, that directory isn't there. I'm looking for the CD (which seems to have grown legs), but I copied it in...
mikejrossiter
Offline Send Email
Aug 23, 2005
8:28 pm
890
Mike, I'll send you the Screensaver example offline. Ed...
Eduardo Sandoval
amulet_ed
Offline Send Email
Aug 23, 2005
9:35 pm
891
I have a different sort of question: where on the device is the unique serial number? I have to ship a unit our company purchased to a collaborator, and need...
mikejrossiter
Offline Send Email
Aug 25, 2005
6:43 pm
892
Has anyone found a great place to get gifs from. The link on the Amulet site is currently out of date. I specially would like to get hold of industrial gifs. ...
Graeme Peek
graemepeek44
Offline Send Email
Aug 27, 2005
6:46 pm
893
Hi all I have a project to control x-y stepper motors for precise cutting work. We want to try using amulet as an input tool, with freehand drawing facility...
jleung_emed
Offline Send Email
Aug 28, 2005
12:15 pm
894
Can try: http://www.ace-clipart.com/music-clipart-01.html http://www.animationfactory.com/animations/ John Leung...
jleung_emed
Offline Send Email
Aug 30, 2005
2:30 am
895
i am trying to get a simple bargraph to work and am having some issues. trying to use the amulet as a slave to retrieve information from the master to update...
slmfcarrier
Offline Send Email
Aug 30, 2005
2:48 pm
896
Try compiling and programming the existing bargraph example which you can find in the Amulet\projects\Examples\BarGraph\ directory (assuming you've already...
Eduardo Sandoval
amulet_ed
Offline Send Email
Aug 30, 2005
3:55 pm
897
thanks! i've done that and checked out the code involved. the problem is that i am not using the UART command. i am trying to use the...
slmfcarrier
Offline Send Email
Aug 30, 2005
4:42 pm
898
I'll email you offline and we can always update the forum once we get you up and running. Ed...
Eduardo Sandoval
amulet_ed
Offline Send Email
Aug 30, 2005
4:48 pm
899
One last thing, make sure the master device sends the message at 19,200 bps. Ed...
Eduardo Sandoval
amulet_ed
Offline Send Email
Aug 30, 2005
6:34 pm
900
thanks for all of your help, Ed. the issue has been solved. Turns out I had a blank pattern fill number (15) in the code so we weren't seeing anything happen...
slmfcarrier
Offline Send Email
Aug 31, 2005
2:37 pm
901
I'm trying to get a group of stringfields that have anchors around them to act as if they were radio buttons. After selecting a string, I need it to have the...
dvarese
Offline Send Email
Sep 1, 2005
5:12 pm
902
dvarese, I can think of 2 ways right off the bat. Option1: Lets assumes you have 2 stringFields with names "sf1" and "sf2". Add the anchor tag around the whole...
Eduardo Sandoval
amulet_ed
Offline Send Email
Sep 1, 2005
6:20 pm
903
Thanks!!!! I give it a try. ----- Original Message ----- From: Eduardo Sandoval To: Amulet@yahoogroups.com Sent: Thursday, September 01, 2005...
Don Varese
dvarese
Offline Send Email
Sep 1, 2005
6:28 pm
904
... Works like a champ. I was trying to do something very similiar but was having problems. First I was using InvertRegionColor instead of inverseRegionColor...
dvarese
Offline Send Email
Sep 1, 2005
7:18 pm
905
I'm using absolute positioning on a page that does have a background image. How do I make the whole screen a hotspot so that if the user touches anywhere on...
dvarese
Offline Send Email
Sep 9, 2005
3:32 pm
906
if you place the following before your image it should work <a href="jumptopage.html"> code to load image </a> ... ...
Robert Smith
elboco
Offline Send Email
Sep 9, 2005
3:40 pm
907
I tried that. The reference to the image is in a <div> tag. Here's the code: <body> <div...
Don Varese
dvarese
Offline Send Email
Sep 9, 2005
3:44 pm
908
After I posted my message I realized that you wer probably loading the image as you are. I have done something similar to what you want by creating "virtual" ...
Robert Smith
elboco
Offline Send Email
Sep 9, 2005
4:00 pm
909
Don, The main thing to note is that you cannot put an anchor on a background image. But, there are ways to get around this limitation. The only thing I can add...
Jim Weber
amulet_weber
Offline Send Email
Sep 9, 2005
4:38 pm
Messages 880 - 909 of 1568   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