Also another question, is forceHit() or forceUpdate() correct when calling a meta? ... From: dvarese To: Amulet@yahoogroups.com Sent: Thursday, June 02, 2005...
Don, forceHit() will launch the URL function, while forceUpdate() will launch the ONVAR function. Regarding your first posting, I think you're asking for...
Is there a way to draw a small symbol where the user touches the display? I also need to move the symbol if the user touches a different location to the new...
Thanks Jim! ... From: Jim Weber To: Amulet@yahoogroups.com Sent: Thursday, June 02, 2005 1:26 PM Subject: Re: Amulet Users Group Function Button calling Meta's...
I'm using the Xmodem protocal to update the Amulet through my uP. I'm pretty sure it is mostly working, because I seem to be getting ACKs for every packet of...
Kevin, Just based on what you've told us, my guess is that the CRC isn't matching up. Have you verified that it is correct? Does this mean if you have a one...
Jim, Yes, it looks like a file of only one packet is only getting NACKs as well. I'll keep plugging away at it. Not sure how to "verify" the CRC; I'm more...
Kevin, The HTMLCompiler uses 0x00 as packet filler. The CRC is calculated based on the entire 128-byte packet. The reason I wanted you to use Docklight to look...
Jim, You're first guess was correct; the CRC was being calculated incorrectly for the last non full packet. Coding mistake on my part. Now on to other issues....
Jim or Anyone, Okay, I'm using the Xmodem protocal to send data to the Amulet to reprogram it through my uP. I've successfully sent 97 of 99 files through....
Kevin, Those last two files are the fontHdr and the InternalRAM.ini. The InternalRAM.ini is a pretty large file. The fontHdr file should be pretty small,...
Jim, Thanks, that seems to be it. I was incorrectly calculating the size of the second to last file. As far as I can tell, all of the amulet stuff is...
I'm trying to use the layout grid object with Adobe GoLive CS2 per the tip on the Amulet website because using tables can be a real chore for pages that are a...
Don, I'm using Adobe GoLive 5.0 for HTML development. I'm a big fan of Adobe's layout grid because its makes life easier as far as moving objects around on a...
That seems to work. According to the tip on the Amulet website, you're suppose to grab the layout grid object and drop it on your page. There's nothing...
Welcome to Adobe GoLive 5Don, Not to muddy the waters, but I'm a big fan of the new Absolute Positioning that is supported by version 3.3.2. It allows you to...
Welcome to Adobe GoLive 5Basically, I'm trying to find the easiest way to create the pages. The layout grid seems to work great. Is there an editor that...
Welcome to Adobe GoLive 5Don, I think all of the newer WYSIWYG HTML editors support absolute positioning. It's taking advantage of CSS and the <DIV> tag. I've...
Don, I downloaded and installed Adobe GoLive CS2 and I was able to duplicate the problem with the latest Amulet HTMLCompiler (3.3.2). Temporarily, you can...
I'm using a string field widget with the following params: <applet code="StringField.class" name="D1OutputStr" width="112" height="32" align="middle"> <param...
dvarese, Files with the *.amf extension are in an Amulet proprietary format, so there is no off the shelf utility for viewing which characters are included in...
OK. Do you know which font was used to create the Amulet Sans Serif FW fonts? ... From: amulet_ed To: Amulet@yahoogroups.com Sent: Friday, July 08, 2005 9:15...
Don, When we first created our Amulet Sans Serif font, we didn't have the Amulet Font Converter at our disposal. We created a bitmap font using a bitmap font...
Is there a function that will give me some kind of indication that the screen has been touched? I don't care really where, but just somewhere whether a widget,...
Angelo, How do you want to be notified that the screen has been touched? Do you want the Amulet to send you a specific command? Do you want this to happen on...
Alex, You're right, according to the documentation: To be considered an exact match, the macro name must be found in the scanned string and must be surrounded...
Hello, I haven't been using the Amulet LCD for a very long time. I am in the process of learning the in's and out's of the LCD. Recently I created a simple...