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 your group to be featured on the Yahoo! Groups website? 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 979 - 1010 of 1569   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
979
I WOULD LIKE TO START WITH AMULET SOFTWARE.I WONT TO ASK WHAT LCD SCREENS SUPPORT THE CHIP AND WHICH CONTROLLERS LCD CAN SUPPORT.ALSO THE DIAGRAM IN DATASHEET...
vag1500
Offline Send Email
Nov 1, 2005
8:33 pm
980
I am using Namo WebEditor instead of Adobe GoLive. I am able to set up a layout grid using Webeditor and the vertical (Y) alignment of the resulting page is...
Robert Smith
elboco
Offline Send Email
Nov 2, 2005
2:01 pm
981
Bob, That syntax looks correct to me. My guess is that there is something else in your page that is causing the problem. Can you zip up the page and send it to...
Jim Weber
amulet_weber
Offline Send Email
Nov 2, 2005
5:46 pm
982
Dear All I am working on a portable product using Amulet. To save power, I've came up with an idea by using a timer on Amulet to count 0-6min in a discrete...
jleung_emed
Offline Send Email
Nov 8, 2005
6:04 am
983
I think I already know the answer to my question but I figured I'd throw it out there anyway in case someone's working on something. Does anyone out there...
jlmoore2
Offline Send Email
Nov 15, 2005
4:11 pm
984
Try looking at "Polycase" or "OKW". ... From: jlmoore2 To: Amulet@yahoogroups.com Sent: Tuesday, November 15, 2005 10:10 AM Subject: Amulet Users Group Amulet...
Don Varese
dvarese
Offline Send Email
Nov 15, 2005
4:18 pm
985
I have a lone checkbox with the following html: <applet code="CheckBox.class" width="72" height="32" align="BOTTOM"> <param name="href"...
dvarese
Offline Send Email
Nov 16, 2005
3:38 pm
986
Don, When the lame named "hrefOnHitOnly" was introduced, it was primarily targeted for checkboxes and radioButtons that used the "initialCondition" of ...
Jim Weber
amulet_weber
Offline Send Email
Nov 16, 2005
7:13 pm
987
Jim, I implemented the change and it is still launching the href upon loading the page. Have I missed something else? Don ... From: Jim Weber To:...
Don Varese
dvarese
Offline Send Email
Nov 16, 2005
7:45 pm
988
Don, I tested the change prior to posting and it worked correctly. Let's take this offline now and send me your page directly so I can test this out. I tested...
Jim Weber
amulet_weber
Offline Send Email
Nov 16, 2005
8:06 pm
990
Jim, Here's the page. Don ... From: Jim Weber To: Amulet@yahoogroups.com Sent: Wednesday, November 16, 2005 2:05 PM Subject: Re: Amulet Users Group Checkbox...
Don Varese
dvarese
Offline Send Email
Nov 17, 2005
1:06 pm
991
Hi, I needed something similarly recently and the list widget can't be dynamically loaded. Amulet does have a project posted, CustomScrollingList.zip, which...
Robert Smith
elboco
Offline Send Email
Nov 17, 2005
3:34 pm
992
That would be great. Especially if it had various depths to contain different controller boards. I've been using pre-made boxes with panel fronts....
Ryan Garner
ryangarner20...
Offline Send Email
Nov 17, 2005
4:41 pm
993
Don, What version of the HTMLCompiler are you using? Using 3.3.2, if I compile your page with your lone checkbox, I get a warning saying "IGNORING TAG: <<param...
Jim Weber
amulet_weber
Offline Send Email
Nov 17, 2005
6:04 pm
994
Thanks Jim! That was the problem. Didn't catch the warning because when I compilied the project, I didn't scroll up in the compilier window. The fact that...
Don Varese
dvarese
Offline Send Email
Nov 18, 2005
3:11 pm
995
Dear sir i am interfacing pic to amulet using rs232 levels i am using LINEPLOT class for continously updating for drawing dynamic line that will be updated...
engineer_bansal
Offline Send Email
Dec 10, 2005
6:31 am
996
Bansal, The Lineplot widget does not accept an array of bytes, it only takes a single data point at a time. If you are wanting to display an entire array of...
Jim Weber
amulet_weber
Offline Send Email
Dec 12, 2005
6:56 pm
998
Hello all, I've got an internalRAMByte that stores a number from 0 to 20. I have a numericField that I want to have display that value as a percentage - so...
andersondylan
Offline Send Email
Dec 17, 2005
2:16 am
999
This functionality is built into the numeric field widget In your case: <PARAM NAME="min" VALUE="0">> <PARAM NAME="max" VALUE="0x20"> <PARAM NAME="minFld"...
Robert Smith
elboco
Offline Send Email
Dec 17, 2005
7:24 pm
1000
Hi Bob, Thanks for pointing me in the right direction. For posterities sake, however, '0x20' didn't work as it's hex for 32. '0x14' and '20' both work...
andersondylan
Offline Send Email
Dec 19, 2005
3:53 pm
1001
I'm using the 5.7" touchscreen kit, and I'm having trouble getting the intial value for my string field to display on start-up. Any suggestions? Phillip Marks...
whodat67
Offline Send Email
Dec 19, 2005
4:05 pm
1002
Oops, Sorry about the typo. I copied and modified the lines out of one of my pages and forgot to remove the hex notation. Bob ... ...
Robert Smith
elboco
Offline Send Email
Dec 19, 2005
4:37 pm
1003
If you want to set it to a static value, use the 'initialCondition' parameter: <param name = 'initialCondition' value = 'Foo'> I won't comment on how to put a...
andersondylan
Offline Send Email
Dec 19, 2005
4:42 pm
1004
hi, can i use more than one widget both using uart function such that string feild widget and linegraph,in a single html program this is easliy programmed in...
engineer_bansal
Offline Send Email
Dec 20, 2005
10:46 am
1005
Can you elaborate a little more on what you are trying to do. It sounds like you want a string field and a linegraph each updated independently, and possibly...
Robert Smith
elboco
Offline Send Email
Dec 21, 2005
2:27 am
1006
... hi when we are using two widget than both of them will send there request on same uart than how controller will come to know that this request is belong to...
engineer_bansal
Offline Send Email
Dec 21, 2005
4:29 am
1007
hi Docklight analyzer is a great s/w for serial communication that has solved many problems it is a stupid question i know but pls tell me how we can use namo...
engineer_bansal
Offline Send Email
Dec 21, 2005
4:38 am
1008
I am building a simpler hardware interface to the Amulet board and am wondering if I need to control pin 10 at all to control if the Amulet is booted into...
Blaine Hilton
blainehilton
Offline Send Email
Dec 22, 2005
11:35 pm
1009
Blaine, Pin 10 of the AOB module should be connected to an open collector output if connecting to another micro. You will need to tri-state pin 10 and then...
Eduardo Sandoval
amulet_ed
Offline Send Email
Dec 23, 2005
12:48 am
1010
Hi there, My Programming Interface Board (PIB) is a Rev-A board. The board does not have a voltage regulator and is powered by +5V so the onboard 3221 level...
Patrick Felstead
patrickfelstead
Offline Send Email
Jan 2, 2006
2:50 am
Messages 979 - 1010 of 1569   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