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 1152 - 1181 of 1571   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1152
I have used several Lists on many screens. In one particular screen I need for the list to be clear (non selected) when I power up the system. I have tried...
cyberlbar
Offline Send Email
Oct 5, 2006
5:20 pm
1153
If you leave off the "initialCondition" and "initHref" parameters, the list will start out with nothing selected. If you want to keep using the "initHref"...
Jim Weber
amulet_weber
Offline Send Email
Oct 5, 2006
5:50 pm
1154
Thanks, but here's another quirk. The screen which contains the 'list' has function buttons that call up keyboard screens, which when complete return to the...
cyberlbar
Offline Send Email
Oct 5, 2006
7:18 pm
1155
Lloyd, Okay, this can be done, but you'll need to make use of an undocumented trick. You'll need to use "fromInitHref" for your "initialCondition" and you'll...
Jim Weber
amulet_weber
Offline Send Email
Oct 5, 2006
8:54 pm
1156
Jim - that would be a good idea, since I work best from examples. Thanks. ... undocumented trick. You'll need to use "fromInitHref" for your "initialCondition"...
cyberlbar
Offline Send Email
Oct 5, 2006
9:42 pm
1157
Greetings once again, I have question regarding calibration of the screen. I want to include the ability to calibrate the screen within my program. I ...
fly232323
Offline Send Email
Oct 10, 2006
3:38 pm
1158
Amulet Technologies would like to update all current and future customers that a new version of the Docklight software, specifically designed for Amulet...
amulet_ed
Offline Send Email
Oct 11, 2006
3:00 pm
1159
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the Amulet group. File :...
Amulet@yahoogroups.com
Send Email
Oct 11, 2006
3:09 pm
1160
Hi Brandon, Go to the Programmer's Guide and follow the link in the menu (left hand column) to the Amulet HTML Compiler section (under development tools). Then...
Ross Johnson
ross_l_johnson
Offline Send Email
Oct 12, 2006
6:46 am
1161
Note: forwarded message attached....
rossj
ross_l_johnson
Offline Send Email
Oct 18, 2006
6:20 am
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
Messages 1152 - 1181 of 1571   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