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 1162 - 1191 of 1568   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1162
I don't think the following is supported but I figured I would ask. Over the last 3 years, my client has shipped systems with an Amulet touchpanel with three...
elboco
Offline Send Email
Nov 9, 2006
2:08 am
1163
Bob, Well, by default, the .uht files all reside in the same flash space, so you can't really program multiple .uhts in your Amulet. You could possibly...
Jim Weber
amulet_weber
Offline Send Email
Nov 9, 2006
6:01 pm
1164
Jim, The primary problem is that we have primarily three versions of the target and newer versions of the Amulet application don't support the older targets....
Robert Smith
elboco
Offline Send Email
Nov 9, 2006
6:29 pm
1165
Is there any way to put function buttons into a group like radiobuttons so only one can be toggled on? So when a button is toggled on only that button is...
grasspuddle
Offline Send Email
Nov 10, 2006
6:00 pm
1166
I can think of 2 options right off the bat: 1) Use radiobuttons and supply your own images that look like regular function buttons. 2) Use function buttons and...
Eduardo Sandoval
amulet_ed
Offline Send Email
Nov 10, 2006
6:26 pm
1167
Hi all, We just received our first starter kit and started to get to know the programming aspect of the module so excuse us if this question already answered...
dev_robb
Offline Send Email
Nov 17, 2006
8:57 pm
1168
Is it possible to change a stringfield widget from plain fontstyle to bold based on a variable? I.E. Put in a meta tag which changes a stringfield named...
grasspuddle
Offline Send Email
Dec 7, 2006
1:18 pm
1169
Jason, The fontStyle attribute is not one you can change dynamically at runtime. I can think of one way you can still achieve this using 2 stringFields though....
Eduardo Sandoval
amulet_ed
Offline Send Email
Dec 7, 2006
5:18 pm
1170
This Amulet Starter Kit (GT570) was bought for a project development and is now sitting on the shelf gathering dust. So if it is of any use to you then please...
john.pote
Offline Send Email
Dec 8, 2006
11:06 am
1171
Hi, it seems to be the case that multiple functions don't work like I expect. For example if I increment, or xor an InternalRAM variable and then report its...
Bruce Boyes
bruceaboyes
Offline Send Email
Dec 8, 2006
11:17 pm
1172
Hi Bruce, Please reference message #'s 300 and 313 in the Amulet Users Group as Jim Weber did a really good job of explaining what happens when using multiple...
Eduardo Sandoval
amulet_ed
Offline Send Email
Dec 8, 2006
11:52 pm
1173
So I put in two inc() functions, on an InternalRAM variable set to 5 in a META tag when this page is initialized. Here's the code: ...
Bruce Boyes
bruceaboyes
Offline Send Email
Dec 8, 2006
11:58 pm
1174
Hello, I basically want to execute a command once after 1 second delay such as this one: <meta http-equiv="refresh" content="0,1;URL=Amulet:UART.invokeRPC(1)">...
vrspace4
Offline Send Email
Dec 20, 2006
8:55 am
1175
Hi! I don't think that the command executes 11 times, but the RPC call being sent 11 times because Amulet doesn't get a response (read the UART Protocol...
mesalex_muroi
Offline Send Email
Dec 20, 2006
12:21 pm
1176
When you send the RPC command over UART it needs a reply. Check the 'UART Protocol' section in the help file for details. Since there is no reply sent back...
grasspuddle
Offline Send Email
Dec 21, 2006
2:39 pm
1177
Thanks Ed, got it working with these hints. Bruce...
Bruce Boyes
bruceaboyes
Offline Send Email
Dec 21, 2006
6:32 pm
1178
Hi all I'm using a custom button with both upImage and downImage to show a device being ON or OFF. It's a strobe light so it's blank/white when OFF and...
Bruce Boyes
bruceaboyes
Offline Send Email
Dec 21, 2006
7:06 pm
1179
Hi, I've done it that way several times. If there is a better way, I'd like to know too! Thanks, Ryan Garner...
Ryan Garner
ryangarner20...
Offline Send Email
Dec 21, 2006
11:56 pm
1180
ONVAR calling a disappear() method doesn't seem to actually have an intrinsic value. Example: <META HTTP-EQUIV="REFRESH" ...
Bruce Boyes
bruceaboyes
Offline Send Email
Dec 22, 2006
5:52 pm
1181
Bruce, I mocked up a custom button example which I think will help. I essentially have a custom button with 3 states: state 1 = OFF state (button outline only...
Eduardo Sandoval
amulet_ed
Offline Send Email
Dec 22, 2006
10:38 pm
1182
Hello to all.... Anyone know who has stock for this piece: AOB-IBRS232? Thanks! -Bruce...
dough no
tallguy100
Offline Send Email
Dec 28, 2006
10:29 pm
1183
I was approached with a project that necessitates a color controller and lcd. Do you have anything coming out within the next 3 months? Thanks, Mark Abildgaard...
Mark Abildgaard
markabildgaard
Offline Send Email
Jan 9, 2007
3:12 pm
1184
Mark, We're currently in the process of creating our new color chip and supporting OS. It is not likely we'll have them ready within the next 3 months, but...
Jim Weber
amulet_weber
Offline Send Email
Jan 9, 2007
7:12 pm
1185
Hello, My company purchased an Amulet onboard 5.7" module kit with a view to integrate this product into our new system that we are currenly developing. My...
Conor O'C
conmanxx
Offline Send Email
Jan 10, 2007
9:25 am
1186
Conor, If you are having troubles getting things to line up on your HTML page, I would suggest you look at our documentation on Absolute Positioning. This will...
Jim Weber
amulet_weber
Offline Send Email
Jan 10, 2007
7:55 pm
1187
Hello Jim, Yes that sounds like what I need to do, I'll give it a go. Thanks for your help. Conor Jim Weber <JimWeber@...> wrote: Conor, If...
Conor O'C
conmanxx
Offline Send Email
Jan 11, 2007
9:08 am
1188
Hello, Is there a minimum width that the widgit has to be ?? For example as below, my widgit displays 0 instead of 0 C and if I decrease the width below 50 I...
Conor O'C
conmanxx
Offline Send Email
Jan 11, 2007
3:22 pm
1189
Conor, The widget must be wide enough to hold all characters to be displayed. Your example is not wide enough at 50 pixels. Although, if you were to setup your...
Jim Weber
amulet_weber
Offline Send Email
Jan 11, 2007
6:48 pm
1190
I currently am working with the 5.7" Transflective LCD. The potential users are unhappy with the contrast the LCD provides. They want to be able to clearly...
Mark Abildgaard
markabildgaard
Offline Send Email
Jan 12, 2007
5:05 pm
1191
Hello, I need to make an alarm image flash on and off when a bit is set in a byte I read off the serial port. Would anyone have any pointers on how to achieve...
Conor O'C
conmanxx
Offline Send Email
Jan 16, 2007
9:17 am
Messages 1162 - 1191 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