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 1300 - 1329 of 1565   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1300
Ok, if I have a 16 bit number where 0x0000 - 0x7FFF are positive numbers and 0x8000 - 0xFFFF are negative numbers as they are represented in my...
p3dhd
Offline Send Email
Nov 15, 2007
10:30 pm
1301
Hi! I'm working on a project that uses a microcontroller acting as a Rs232 slave to update a total of 51 displayed parameters on the display. I'm having a...
cdarilek2000
Offline Send Email
Nov 16, 2007
6:51 pm
1302
You can display negative numbers by use of the minFld and maxFld parameters in your widget. If this is regular 2's compliment you need to modify the word...
amulet_deters
Offline Send Email
Nov 16, 2007
8:09 pm
1303
Chris, You are requesting so much information at one time you are filling up the UART buffer, so those extra byte requests just get thrown out. I put in a...
amulet_deters
Offline Send Email
Nov 17, 2007
12:12 am
1304
I have hit this waring condition: WARNING: Due to the size of at least one page, InternalRAM.string(0)-InternalRAMString(5) should not be used. I am not sure...
mccoy_web
Offline Send Email
Nov 21, 2007
8:15 am
1305
As a follow-up I have discovered that I have the 4Mbit flash by checking the Atmel part numbers on there website (45DB041B). What is the max size of a page ?...
mccoy_web
Offline Send Email
Nov 22, 2007
12:33 am
1306
Our customer has a request. They want the amulet to display an image of a label which is in raster format in our controller's memory. I have scanned through...
cyberlbar
Offline Send Email
Nov 26, 2007
2:33 pm
1307
Bob, As of version 3.3.5, the current max size for an individual page stored in the serial data flash is 7717 (0x1E25) bytes. If your page is larger than that,...
Jim Weber
amulet_weber
Offline Send Email
Nov 26, 2007
6:06 pm
1308
Excellent - that fixed it!...
cdarilek2000
Offline Send Email
Nov 27, 2007
9:18 pm
1309
What do I need to do about this warning? --> <Compiling OSCheck.html> <Compiling SW-0091.htm> WARNING: Page overflows 598 bytes into InternalRAM string area. ...
cdarilek2000
Offline Send Email
Nov 27, 2007
9:20 pm
1310
What is the easiest way to enable a user to toggle the backlight? I tried using a slider widget but it seemed the backlight would only toggle if I moved the...
cdarilek2000
Offline Send Email
Nov 27, 2007
10:34 pm
1311
Answered already, few threads back. (Should have looked around a bit before posting.) Thanks! Chris ... ...
cdarilek2000
Offline Send Email
Nov 28, 2007
2:23 pm
1312
I have a group of radio buttons to set resolution or what digit I will increment when I use the increment/decrament. The radio button sets an internal word...
mccoy_web
Offline Send Email
Nov 29, 2007
10:36 am
1313
Bob, You need to have 4 extra parameters in your radio buttons: internalNumber, initialCondition, initHref, and add a function to your HREF. Below I have...
amulet_deters
Offline Send Email
Nov 29, 2007
7:45 pm
1314
I have a page with function buttons that I have not imlemented pages to go to yet. I would like to have the buttons there but when pressed I would prefer they...
mccoy_web
Offline Send Email
Dec 3, 2007
5:35 pm
1315
I just can't figure out this stuff using the supplied examples. Can someone write me a simple single page with 3 buttons? Each button just sends out a...
steven_first_2001
steven_first...
Online Now Send Email
Dec 11, 2007
10:51 pm
1316
If you want to just send out some ascii over UART you can use the byteOut() function. Here is some code for a single button that sends out 0x30 when pressed....
amulet_deters
Offline Send Email
Dec 11, 2007
11:38 pm
1317
Thank you a lot dued,that was all I needed! I have 3 buttons all doing diffrenthings and I understand the basic layout now. I am even communicating with a...
steven_first_2001
steven_first...
Online Now Send Email
Dec 12, 2007
12:04 am
1318
I'm trying to set up a page with multiple imagebars in the same location, with only one visible at any given time. It's a thermometer display with selectable...
steven_r_wheeler
steven_r_whe...
Offline Send Email
Jan 8, 2008
6:31 pm
1319
The project we are working on requires 3 additional languages besides english. This will require all labels and buttons be depicted in those translated...
cyberlbar
Offline Send Email
Jan 10, 2008
2:35 pm
1320
I've encountered problems trying to disappear and reappear objects at on the same pixels at the same time. Try having two METAs, the first one calls disappear...
amulet_deters
Offline Send Email
Jan 10, 2008
11:32 pm
1321
The easiest way for you to handle the overlays disappearing (easiest meaning least code change, quick fix) is to use a dual action button and call reappear()...
amulet_deters
Offline Send Email
Jan 11, 2008
1:33 am
1322
My HTML page was coming along fine, but suddenly after I added a few buttons and a bunch of meta refresh tags to perform the actions the buttons require, my...
snews22
Offline Send Email
Jan 17, 2008
10:08 pm
1323
My first thoughts are that some stringfield widgets are overlapping, either the widget heights are too short, or maybe even too tall if you used absolute...
amulet_deters
Offline Send Email
Jan 18, 2008
12:23 am
1324
Further investigation shows that the problem arises when I start getting this kind of stuff: WARNING: Page overflows 741 bytes into InternalRAM string area. ...
snews22
Offline Send Email
Jan 18, 2008
12:49 am
1325
Resolved! For those out there reading this, Brian tried his version of Arial_6 and it worked fine, and he remarked that his was _really_ 24 point as opposed to...
snews22
Offline Send Email
Jan 18, 2008
3:04 am
1326
The whole reason why the glyphs weren't showing completely is a little more involved. If he wanted to actually use a size 31 font he'd be in trouble still, so...
amulet_deters
Offline Send Email
Jan 18, 2008
3:28 am
1327
I need to send pictures and/or completely reprogram the Amulet via a Pic18f6621 (16bit) uController. What or were can I find some 'C' code to do xmodem...
cyberlbar
Offline Send Email
Jan 21, 2008
5:43 pm
1328
If you go to the CCS compiler website and do a search for xmodem a couple of examples in C come up that may help. you can find the details of Amulet's...
amulet_deters
Offline Send Email
Jan 21, 2008
10:12 pm
1329
Thanks for the info on the xmodem protocol. Hope that part works, but at least I found it with help. Next I have an issue coming up with .bin files. I have...
cyberlbar
Offline Send Email
Jan 22, 2008
6:53 pm
Messages 1300 - 1329 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