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 901 - 930 of 1568   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
910
Thanks Bob and Jim. ----- Original Message ----- From: Jim Weber To: Amulet@yahoogroups.com Sent: Friday, September 09, 2005 11:33 AM Subject: Re:...
Don Varese
dvarese
Offline Send Email
Sep 9, 2005
4:41 pm
911
All, I am a novice in using an Amulett graphics processor. I am doing some contract engineering for a large medical device manufacturer. They are using a...
Robert Tighe
rbtighe
Offline Send Email
Sep 20, 2005
3:01 pm
912
Robert, Only the font style can be changed dynamically on stringField widgets. If you wish to change the font size dynamically, then I would recommend you go...
Eduardo Sandoval
amulet_ed
Offline Send Email
Sep 20, 2005
3:19 pm
913
Ed, Thank you for the quick response. I will give that a try. Robert...
Robert Tighe
rbtighe
Offline Send Email
Sep 20, 2005
4:05 pm
914
Ed, What I am attempting to do is display the oxygen concentration of an air/oxygen mixture. When the concentration is displayed I want to use a 48 point...
Robert Tighe
rbtighe
Offline Send Email
Sep 20, 2005
7:35 pm
915
Robert, I'll email you offline on how to get your example to work. Ed...
Eduardo Sandoval
amulet_ed
Offline Send Email
Sep 20, 2005
7:45 pm
916
I am developing a amulet interface on a scientific instrument. For my project, trying to add general error display page. My question is how do I go back to the...
barion00
Offline Send Email
Sep 27, 2005
3:26 pm
917
I have a similar error screen situation. Use Amulet:back(); to go back to the calling page. ... __________________________________ Yahoo! Mail - PC Magazine...
Robert Smith
elboco
Offline Send Email
Sep 27, 2005
3:48 pm
918
Thank you so much for your answer.. didn't know it was that simple.. I tried javascrip back function.. haha~ Robert Smith <elboco@...> wrote: I have a...
Hyun Park
barion00
Offline Send Email
Sep 27, 2005
4:57 pm
919
Hi Jim, I've reviewed the documentation and I have developed a program where I send the wake up message to the touchscreen (0xA0, 0x02, 0x00, 0x16, 0x48), the...
Carlos Luis Rodriguez
lokutas
Offline Send Email
Sep 28, 2005
7:24 am
920
Carlos, You're definitely sending the right message and there is no need to send additional characters before or after the wakeup message. The only thing I'm...
amulet_ed
Offline Send Email
Sep 28, 2005
2:52 pm
921
Thanks Ed! Last one, Does the Amulet Touchscreen use the RTS and CTS control signals of the serial port? or any other? Thanks, Carlos...
Carlos Luis Rodriguez
lokutas
Offline Send Email
Sep 28, 2005
5:15 pm
922
Carlos, Reference the following link to find out how the Amulet is wired to the DB9 connector: ...
Eduardo Sandoval
amulet_ed
Offline Send Email
Sep 28, 2005
8:11 pm
923
Thanks! It was a problem with my computer program... was outputting 16 bit unicode characters... saw this with the Docklight Analyzer... great tool! Carlos ......
Carlos Luis Rodriguez
lokutas
Offline Send Email
Sep 29, 2005
6:51 am
924
Hi, I have a quick question, probably a simple answer. If I was to request data from an external processor from the amulet and the datas external address was...
s3598689
Offline Send Email
Oct 4, 2005
9:48 am
925
Nick, I took the following snippet from our UART Protocol help documentation: The valid range for byte variable values returned from the slave (in response to...
Eduardo Sandoval
amulet_ed
Offline Send Email
Oct 4, 2005
4:31 pm
926
Nick, I just realized I gave you some incorrect information. The variable index itself, regardless if its a "Get Byte variable" or "Get Word variable" request,...
Eduardo Sandoval
amulet_ed
Offline Send Email
Oct 4, 2005
5:00 pm
927
Dear Sir Would some people help to tell me what is the usage of Amulet:UART.byte (x).setValue(y)? Does it tells an external mcu the present value of byte (x)...
jleung_emed
Offline Send Email
Oct 7, 2005
10:15 am
928
John, Amulet:UART.byte(x).setValue(y) allows the Amulet to send out a "Set byte variable" message, where x is the index of the external byte variable and y is...
Jim Weber
amulet_weber
Offline Send Email
Oct 7, 2005
4:56 pm
929
Somebody knows the difference between both Chips sold at mouser.com? Only PB Free? Thanks, Germán __________________________________ Yahoo! Mail - PC Magazine...
germuss
Offline Send Email
Oct 7, 2005
6:42 pm
930
Dear Sirs I am using the following to adjust the timer-based update rate of a certain function: <META HTTP-EQUIV="REFRESH" CONTENT="2; URL=function(s)"> It...
jleung_emed
Offline Send Email
Oct 8, 2005
6:21 am
Messages 901 - 930 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