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 1077 - 1106 of 1571   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1077
We are using the Amulet 3.8" kit and wish to power and communicate through the 14 pin connector on the back. However, when we attempted to configure the board...
Codeman
codelaser
Online Now Send Email
Apr 11, 2006
8:27 pm
1078
Cody, You need to cut the traces between the JTXD and JRXD pads. Doing so will bring out the Amulet UART lines to pins 8 and 10 of the 14 pin connector. You...
Eduardo Sandoval
amulet_ed
Offline Send Email
Apr 11, 2006
9:03 pm
1079
Ed, Thank you for your quick response. I was afraid we would have to cut the traces. Was there some reason the jumpers were removed from this board and...
Codeman
codelaser
Online Now Send Email
Apr 11, 2006
9:50 pm
1080
Cody, I'm going to email you offline, so we can find out what is going on and we can always update the forum afterwards. Ed...
Eduardo Sandoval
amulet_ed
Offline Send Email
Apr 11, 2006
9:59 pm
1081
Hi, I use a LineGraph to plot weather data, and I usually have 96 data points that fills the whole width of the graph. Sometimes some of the leftmost data in...
tilde45
Offline Send Email
Apr 15, 2006
7:22 pm
1082
I have an application where the user enters numerical data into two seperate string fields. After the user enters the data into the string fields, he/she...
kar8942_sk
Offline Send Email
Apr 27, 2006
12:49 pm
1083
Scott, One thing you can do is keep track of 2 separate character counters, one for each string field. Increment or decrement the appropriate character counter...
Eduardo Sandoval
amulet_ed
Offline Send Email
Apr 27, 2006
5:26 pm
1084
How would I check the character count? Do you have any sample code? Thanks, Scott ... one ... made...
kar8942_sk
Offline Send Email
Apr 28, 2006
8:03 pm
1085
Scott, I'll send you some sample html source code offline. Ed...
Eduardo Sandoval
amulet_ed
Offline Send Email
Apr 28, 2006
8:08 pm
1086
Ed, Can you send the code to: karstetter(AT)gmail.com. Thanks, Scott ... character ... "Save" ... information ... pop-up...
kar8942_sk
Offline Send Email
May 1, 2006
5:32 pm
1087
Hello, I am attempting to display a numeric value as '1.', such as might appear as indexes of items in a list (i.e. numbered bullet items). Index values must...
Ross Johnson
ross_l_johnson
Offline Send Email
May 9, 2006
2:25 pm
1088
Hi Ross, The following: <PARAM NAME="printf" VALUE="%-2i."> will left justify the numeric field and since you're budgeting to display 2 characters (1-20), the...
Eduardo Sandoval
amulet_ed
Offline Send Email
May 9, 2006
3:55 pm
1089
Hi Ed, Thanks for the response. These are two formats which I have tried. Given that I am essentially creating bullet items, it would be far from conventional...
Ross Johnson
ross_l_johnson
Offline Send Email
May 10, 2006
1:02 am
1090
Hope this is a simple one. I have a couple of custom buttons on a screen, using up and down images in a toggle mode. When I switch to another screen to perform...
cyberlbar
Offline Send Email
May 12, 2006
7:47 pm
1091
1) Many ways. Just one of the easiest: return to another page with default 'down' image. You don't have to rewrite the code for whole page, just use <embed>...
Makarov, Alexander
alexmstoelco
Offline Send Email
May 12, 2006
8:27 pm
1092
Whenever possible, I like to use lone checkboxes with custom images. They allow you to have separate states unlike the custom buttons. You can use the...
s_bitdorf
Offline Send Email
May 12, 2006
10:33 pm
1093
Assuming that you are saving the button state in internal ram variable 1 bit 0, and that a value of 1 causes the button to be down and a value of 0 causes the ...
Robert Smith
elboco
Offline Send Email
May 15, 2006
2:41 pm
1094
What I want to do is place 3 buttons in the same place and have each one assert itself and not the others based on the value of an internal ram variable, but...
whodat67
Offline Send Email
May 18, 2006
12:51 pm
1095
Here are some suggestions and observations. I have not tested these, so I cannot vouch for the accuracy of the explanations. 1. Within each meta element, try...
Van Thomas Kurtz, PhD
zimmerman76blvd
Offline Send Email
May 18, 2006
1:49 pm
1096
Excellent! It worked! Thanks for your help -Phillip Marks ... so I ... browser were ... that the ... last ... makes ... they ... delay ... numbers ... delay of...
whodat67
Offline Send Email
May 18, 2006
4:29 pm
1097
Is there a method to save the entire InternalRAM, or at least a few of the variables, so that when I unplug or reset the LCD it will still remember the values?...
vrspace4
Offline Send Email
May 18, 2006
8:50 pm
1098
There is a method called Amulet:InternalRAM.saveToFlash() which will save all the InternalRAM variables to the flash. I do need to caution you in the use of...
Jim Weber
amulet_weber
Offline Send Email
May 18, 2006
10:20 pm
1099
Hello. Is there a function or a method to count the number of characters in a string from the internal RAM. Thanks...
vrspace4
Offline Send Email
Jun 1, 2006
12:53 am
1100
Hello, What is the most appropriate way to connect the reset pin of an Amulet module (MK-AOB3202405x)? The datasheet states that a minimum 100ms low should be...
Ross Johnson
ross_l_johnson
Offline Send Email
Jun 2, 2006
4:38 am
1101
Hi, There doesn't appear to be such a function. The way this is dealt with in the examples (e.g. the keyboard) is to use a byte variable as a character...
Ross Johnson
ross_l_johnson
Offline Send Email
Jun 2, 2006
8:50 am
1102
Ross, You are correct in your assumption that the AOB module has on board power up reset circuitry. If you are wanting the ability to actually reset the Amulet...
Jim Weber
amulet_weber
Offline Send Email
Jun 2, 2006
6:20 pm
1103
I have created a field with both min=5 and both max=10. I have then set next to it 2 buttons. One increments the numfield, one decrements, both forceupdate...
grasspuddle
Offline Send Email
Jun 7, 2006
6:57 pm
1104
Jason, Have the buttons forceUpdate some limit checking meta's before doing the actual increment/decrement of an internalRAM variable. For example, let's...
Eduardo Sandoval
amulet_ed
Offline Send Email
Jun 7, 2006
8:39 pm
1105
Hi Ed, Thanks for your quick response. I'm new at using your device (as well as programming in HTML, for that matter)...so i have a couple more questions to...
Farah Tahmasbi
ftahmasbi
Offline Send Email
Jun 22, 2006
7:47 pm
1106
Hi Farah, ... This is possible using meta tags. Do you any sort of mockup of what you want the page to look like that I can reference? If so, I'd be more than ...
Eduardo Sandoval
amulet_ed
Offline Send Email
Jun 22, 2006
8:02 pm
Messages 1077 - 1106 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