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 1335 - 1364 of 1565   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1335
Could someone please explain how to work with floating point numbers on Amulet. Could they be stored in internal ram? How to use them in further calculations?...
Alexander Bronshtein
brightimageit
Offline Send Email
Feb 1, 2008
6:29 pm
1336
The floating point capability of the printf parameter is usually for display purposes only. Any math you do on InternalRAM variables is treated as integers. If...
amulet_deters
Offline Send Email
Feb 1, 2008
8:08 pm
1337
I'm trying to make one of my pages a status / kill page. i.e. Lots of data is being updated on this page -- mostly active output-only numerical fields and...
wilderengineering
wilderengine...
Offline Send Email
Feb 9, 2008
6:43 am
1338
Ron, You can use a single white pixel and stretch it out to the size of the display, and then an area map as your button. Something like: <div id="layer1"...
amulet_deters
Offline Send Email
Feb 11, 2008
7:51 pm
1339
I apologize in advance if this question has been asked before, but my quick review of the past messages didn't find it. I'm a newbie user of the Amulet...
paulwhite1957
Offline Send Email
Feb 12, 2008
12:04 am
1340
You can call the method reappear() on the widget, even though it is not disappeared it should still redraw it because the name changed. I've never tried this...
amulet_deters
Offline Send Email
Feb 12, 2008
3:03 am
1341
Brian, Thanks for the reply, but I'm still not having any success with this. Here's the button code: <applet code="FunctionButton.class" width="80" height="25"...
paulwhite1957
Offline Send Email
Feb 12, 2008
1:45 pm
1342
Hey Paul, Have you tried using two different metas? i.e. one for the disappear along with setting a flag somewhere that the other meta triggers on to...
wilderengineering
wilderengine...
Offline Send Email
Feb 12, 2008
3:04 pm
1343
I do this all the time in a similar manner. In your meta, instead of doing a disappear(), reappear(), try a forceupdate(). This may seem obvious but you...
Robert Smith
elboco
Offline Send Email
Feb 12, 2008
3:49 pm
1344
Thanks, Bob ... forceUpdate() in the meta works! Seems like I tried that earlier (without success), but ... you know how it is ... all it takes is the right...
paulwhite1957
Offline Send Email
Feb 12, 2008
5:01 pm
1345
I am displaying real-time data using a stringfield widget. Although it's numeric data, it's too complicated for the existing numericfield widget, so I am...
snews22
Offline Send Email
Feb 20, 2008
4:06 am
1346
Is there any reason to control the Boot Mode, TPC, or Baud inputs from the processor? On the demo board they are DIP switches which seems to be fine; but I...
allsoft01a
Offline Send Email
Feb 21, 2008
6:31 am
1347
Has anybody used the new Atmel DataFlash AT45DB041D-SU on thier board yet? If you have, and it worked, did you have to make any changes? I havne't had any...
Garry
garrybarton
Offline Send Email
Feb 21, 2008
6:08 pm
1348
... from ... to ... put ... In my first rev of my product, I used the CPU to control all of the lines. The second version only uses the TxD and RxD lines...
wilderengineering
wilderengine...
Offline Send Email
Feb 21, 2008
6:31 pm
1349
... seems ... to ... with ... of ... Oh yeah, I forgot to mention that you need to put the appropriate "uncontrolled" lines at your desired default signal ...
wilderengineering
wilderengine...
Offline Send Email
Feb 21, 2008
6:46 pm
1350
Thanks for the help; I really appreciate it. One more question. Do you do anything with the Reset line. The data sheet says it needs to be held low for 100mS...
allsoft01a
Offline Send Email
Feb 22, 2008
2:37 am
1351
Nope. Just let it float since there are already pullups on the Amulet. I'm sure it already has a power cycle reset on the Amulet board. Like I said, I only...
wilderengineering
wilderengine...
Offline Send Email
Feb 22, 2008
4:50 am
1352
I am having problems programming the 5.7" touch display, I have currently purchased. It doesn't matter what I try to program to the display. I keep getting...
fujiknight14
Offline Send Email
Feb 26, 2008
3:02 am
1353
Hi all, I'm using an Amulet display set up as a slave, with a PIC 18F2523 micro as its master. Every 250ms, the PIC sends a "Get Byte" command to the Amulet...
Bob B
orangeshasta
Offline Send Email
Feb 26, 2008
4:30 pm
1354
The first step here is to confirm the chip is functioning properly. Put the dip switches in the following order: 1-3 off, 4 on. Open up hyperterminal (in...
amulet_deters
Offline Send Email
Feb 26, 2008
4:58 pm
1355
So after trying the steps below, the desired output was not gained. No ascii 'C' was output to the display. Is there some more tests that can be done, or does...
fujiknight14
Offline Send Email
Feb 27, 2008
1:50 am
1356
Hi, I am using Keyboard example project. Readme file says, that when user types text and hits `Enter' button the string is stored in InternalRAM.String(n). The...
sadnomad
Offline Send Email
Mar 12, 2008
12:17 pm
1357
You can read the string serially by sending out a getString command over UART using the simulator or if you want more control over the port I recomment...
amulet_deters
Offline Send Email
Mar 12, 2008
9:51 pm
1358
Brian thanks a lot! I plan to use Amulet touchscreen for users to input pin code. I have application running on windows PC. Scenario is following: -...
sadnomad
Offline Send Email
Mar 13, 2008
1:53 am
1359
There is an example under C:\Program Files\Amulet\projects\Examples\Password which demonstrates how to do this using a hard coded password. Basically the only...
amulet_deters
Offline Send Email
Mar 13, 2008
8:42 pm
1360
Hi There, I am hoping to be able to use a list of check box widgets to represent bits of a byte in the Amulet internal RAM. Each check box would represent the...
a_stickel
Offline Send Email
Apr 3, 2008
3:25 pm
1361
A, ' This is already done for you implemented in a checkbox "group". In the PARAM NAME="checkedValue" VALUE="number" — number specifies the checked box...
amulet_deters
Offline Send Email
Apr 3, 2008
9:07 pm
1362
Hi Brian; Thanks for responding. I guess more specifically what should I use for the unchecked value? param name="unCheckedValue" value="0" If I use zero like...
a_stickel
Offline Send Email
Apr 3, 2008
9:32 pm
1363
Alex, You don't need to put an unchecked value in a checkbox that is part of a checkbox group (see documentation for checkbox widget). Since each checkbox can...
amulet_deters
Offline Send Email
Apr 3, 2008
11:46 pm
1364
The following is with regard to the STK-AOB3202405 product. I'm using the following code to create three sliders with the amulet panel as master and a micro...
lon.westfall
Offline Send Email
Apr 8, 2008
8:37 pm
Messages 1335 - 1364 of 1565   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