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 1252 - 1284 of 1569   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1252
Hi everyone, I'm working on reading a .PDB file (from Amulet HTML Compiler 3.3.2) into C# and I'm fairly sure the code I've got is correct, just want to ...
fairy_dave
Offline Send Email
Jun 15, 2007
11:51 pm
1253
Dave, Yes, the 2 extra files are used by the OS, so they are perfectly normal. There are no rules as far as filler bytes, but the HTMLCompiler uses 0xFF. If...
Jim Weber
amulet_weber
Offline Send Email
Jun 16, 2007
1:18 am
1254
Thanks for that Jim. I've got my code up and running, but not functioning. I'm reading the data from the .PDB file correctly I think (not much can go wrong...
fairy_dave
Offline Send Email
Jun 16, 2007
7:44 am
1255
Okay, I've found a program which lets me capture comms on my computer so I'm going over the captured data transfer from the HMTL Compiler compared against my...
fairy_dave
Offline Send Email
Jun 17, 2007
5:34 am
1256
Please excuse me if a similar post exists, I am new to Amulet and Yahoo. I have designed into a new product for our company using the 3.8" blue LCD. My boss...
ken.taschner
Offline Send Email
Jun 19, 2007
8:34 pm
1257
Rightyo, things are working fine now. Turns out I had the CRC backwards and had an extra byte of data in there. Thanks for the help everyone! ... computer ... ...
fairy_dave
Offline Send Email
Jun 20, 2007
1:30 am
1258
Hello, I am currently using the linegraph widget to draw a curve on the amulet. It seems to work by deviding up the x - axis into the number of xSamples...
Conor O'C
conmanxx
Offline Send Email
Jun 20, 2007
5:23 pm
1259
Hi, I'm new to the Amulet and have tons of questions but will limit myself to only this one. Is it possible to use an internal byte variable to index into a...
dongware
Offline Send Email
Jun 22, 2007
7:00 pm
1260
It always happens. I post a question and then find the answer. For those looking for an answer, it starts in the "RAM" section of the help file. Look under,...
dongware
Offline Send Email
Jun 22, 2007
7:16 pm
1261
Hi, I've received first batch of boards populated with new AGB64LV01. None of them can be programmed. Same board with old version works fine. Reset is...
marksmialek
Offline Send Email
Jun 26, 2007
2:51 pm
1262
Hi, I was wondering if anybody could tell me how to show/hide a function button on a screen at the time the screen loads - based on an external byte value ? ...
dongware
Offline Send Email
Jun 26, 2007
5:58 pm
1263
Hello, I was wondering is it possible to drawn a vertical line using the line graph?? It doesn't seem to be possible to have one x point with mutiple y...
Conor O'C
conmanxx
Offline Send Email
Jun 28, 2007
11:31 am
1264
Conor, It is possible to have a vertical line when using the LineGraph widget. You'll need to use the "enableVertical" optional attribute and each data point...
Jim Weber
amulet_weber
Offline Send Email
Jun 28, 2007
4:45 pm
1265
Don, You can show/hide objects on a page by using a META Refresh tag that gets checked immediately upon loading the page. Any object that you are using a META...
Jim Weber
amulet_weber
Offline Send Email
Jun 28, 2007
4:55 pm
1266
Jim, Thanks for getting back to me Jim, that information was usefull. Now my next question is, is it possibble to draw non connecting y cordinates with the...
Conor O'C
conmanxx
Offline Send Email
Jun 29, 2007
8:41 am
1267
Instead of unjumpering the t_cal pin on the controller board, is it possible to use a jump to page command to send it the first calibration page? Much like how...
grasspuddle
Offline Send Email
Jun 29, 2007
3:13 pm
1268
grasspuddle, Instead of using the jump to page command, try using the IWC method "Amulet:calibrate()". Here is what the method does: Runs touchscreen...
gui_garlic
Offline Send Email
Jun 29, 2007
5:49 pm
1269
Conor, No, the LineGraph and LinePlot widgets are not setup to handle those kinds of graphs. But, if you really need that functionality, you can always use...
Jim Weber
amulet_weber
Offline Send Email
Jun 29, 2007
7:01 pm
1271
We are presently using Ver 3.3.2 amulet OS software. The latest modules (complete with touch screen) coming from distribution are still Ver. 3.3.2. When will...
cyberlbar
Offline Send Email
Jul 3, 2007
8:42 pm
1272
You should always download your specific OS into any new modules first. The cleanest approach is to combine your project with the version of the OS you are...
Jim Weber
amulet_weber
Offline Send Email
Jul 3, 2007
9:23 pm
1275
Hi, I'm using a PIC processor with the CCS C compiler. I'm starting to write tx/rx interrupt routines. The RX code is working fine. The TX code is taken from a...
dongware
Offline Send Email
Jul 18, 2007
9:29 pm
1276
Don, I haven't played with the CCS C compiler, so I can't say whether fputc or putc will work, but I can say for certain that 0xA0,0x02,0xff,0xff,0x60 will...
Jim Weber
amulet_weber
Offline Send Email
Jul 19, 2007
12:56 am
1277
We have a rev. C 3.8" LCD and a rev. D LCD for our project. When comparing the rev. D LCD in an updated pcb board to an older version of our pcb board, the mA...
grasspuddle
Offline Send Email
Jul 19, 2007
1:09 pm
1278
Don, This is how I send a command to my LCD screen with CCS compiler: fprintf(LCD_UART,"%C%C%C%C% C",0xA0,0x02,0x00,0x26,0x38); //goto 'index.html' Its the...
grasspuddle
Offline Send Email
Jul 20, 2007
4:42 pm
1279
Thanks for the info. I got it working fine. I was using old code to write bytes individually and it was stopping on the NULL in the middle of the 'jump to'...
dongware
Offline Send Email
Jul 20, 2007
7:48 pm
1280
Hi, I can not find any graphic primitive that draws a circle on the display, are there any plans on including such a primitive ? Or is there any other way ?...
tilde45
Offline Send Email
Jul 23, 2007
10:17 am
1281
Thomas, No, we don't have a circle graphic primitive. How are you planning on using it? Can you use a circle graphic that was created at compile time? By using...
Jim Weber
amulet_weber
Offline Send Email
Jul 23, 2007
5:56 pm
1282
Hi Jim, That is a much better idea ! I wanted a symbol that depicts the Sun on its trajectory across the sky during different parts of the year, in different...
tilde45
Offline Send Email
Jul 23, 2007
11:17 pm
1283
Thomas, SetX and SetY can move the ImageSequence widget - for that matter, any object - anywhere on the screen. One of my screens has a contrast adjust slider...
Robert Smith
elboco
Offline Send Email
Jul 24, 2007
3:55 pm
1284
Thomas, The documentation has been updated since 2005, but only minimally. It's probably not worth re-printing it all out. One quick thing you can do is the...
Jim Weber
amulet_weber
Offline Send Email
Jul 24, 2007
5:52 pm
Messages 1252 - 1284 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