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 1356 - 1385 of 1568   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1365
If you replace the semicolon in your HREF with a comma, the slider should send out the entire HREF function on page load. semicolons create sequenced function...
Brian Deters
amulet_deters
Offline Send Email
Apr 8, 2008
9:03 pm
1366
Thanks Brian! That was a simple fix that makes everything work well on my first use of the LDC panel. I'm very pleased with the product and how quickly things...
lon.westfall
Offline Send Email
Apr 8, 2008
11:34 pm
1367
My project requires a label image to appear on a view screen. The image screen is invoked from another screen. Once in the image screen I used: ...
cyberlbar
Offline Send Email
Apr 18, 2008
6:38 pm
1368
You can use a META refresh tag that launches 10ms upon loading the page and never again. It would look like this: <meta http-equiv="refresh" content=" ...
Jim Weber
amulet_weber
Offline Send Email
Apr 21, 2008
5:19 pm
1369
Jim: Thanks! Now for the next small hitch. We need to send character out the uart before we launch into the download. On our 'View Label' screen there will be ...
Lloyd Barnett
cyberlbar
Offline Send Email
Apr 21, 2008
6:25 pm
1370
Has anyone worked with the 3.8" screen and Labview ? I have been unable to send any data to my Amulet LCD from Labview (v7) and would like to talk with anyone...
mccoy_web
Offline Send Email
Apr 21, 2008
8:19 pm
1371
I have an application in which my embedded computer receives command strings that contain one or two ascii characters for a command code followed by one or...
Joel Katz
joelmkatz
Offline Send Email
Apr 22, 2008
4:39 pm
1372
One way to go from byte -> string, if you want it all on the Amulet side, is to get single digits of the number and then append each digit one at a time. We...
Brian Deters
amulet_deters
Offline Send Email
Apr 22, 2008
9:28 pm
1373
Hi; I have a main page and a series of pages that I am attempting to download to the Amulet. I control which page is selected by a button widget on the main...
paul abel
palmdetective
Offline Send Email
Apr 29, 2008
6:52 pm
1374
Paul, To include pages that you do not specifically jump to in the HTML simply add a static META tag on the main page that will never execute: <META...
Brian Deters
amulet_deters
Offline Send Email
Apr 29, 2008
9:17 pm
1375
Our customer has a number of units in the field in the USA and Europe which are using V3.3.2. When we update our software we normally send them a file to use...
cyberlbar
Offline Send Email
May 9, 2008
8:10 pm
1376
When you say half way through, does that mean half way through the entire process including opening your file and compiling it, or just the programming itself?...
Brian Deters
amulet_deters
Offline Send Email
May 13, 2008
1:54 am
1377
hi; I would like to store a product serial number in flash memory somewhere so it is not disturbed by the normal os and program flashing. The flash memory we...
paul abel
palmdetective
Offline Send Email
May 30, 2008
3:20 pm
1378
Paul, It is possible for you to create your own flash header that you see in the map files, and then essentially program a 4-byte file into the flash, but the...
Jim Weber
amulet_weber
Offline Send Email
May 30, 2008
4:36 pm
1379
hi; Thank you for your suggestions. Can I create an OS with my serial number data programmed into specific Amulet RAM locations? We dont know what application...
paul abel
palmdetective
Offline Send Email
Jun 2, 2008
3:56 pm
1380
Paul, If you are using InternalRAM variables to hold your serial number, you can use the initInternalRAM meta to initialize the InternalRAM, so that means you...
Jim Weber
amulet_weber
Offline Send Email
Jun 2, 2008
5:46 pm
1381
Paul, Check out this example in your amulet directory to initialize InternalRAM variable at compile time. Amulet\projects\Examples\InitInternalRAM\ReadMe.htm ...
Brian Deters
amulet_deters
Offline Send Email
Jun 2, 2008
6:04 pm
1382
Is it possible to a string variable within a "List" widget? This is desired because the list selection on my page will vary because of a foreign language...
cyberlbar
Offline Send Email
Jun 5, 2008
6:46 pm
1383
Check out the files section on the forum for "CustomScrollingList" It is an implementation simulating a dynamic list widget using string fields, buttons, and...
Brian Deters
amulet_deters
Offline Send Email
Jun 5, 2008
11:42 pm
1384
hi; Somehow I broke flash programming, using the custom OS program. When I reset the Amulet after I've put the BOOTM jumper back, I get through the touch...
paul abel
palmdetective
Offline Send Email
Jun 6, 2008
2:43 pm
1385
Paul, Just to ensure I understand what you're seeing, are you saying that when you use your Custom OS, everything works fine until you try to reprogram your...
Jim Weber
amulet_weber
Offline Send Email
Jun 6, 2008
4:10 pm
Messages 1356 - 1385 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