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...
Scott, Looking briefly, I can't see anything wrong with your code snippet for handling the word requests. But, what I can tell you is that you should use a...
Hi all I am configuring out how to generate an audible alert like a touch tone upon a physical touch panel action. Have thought of several ways to do it: 1....
dear sir.. i am siva balan from india. am a software developer in a company. i am new one to this group. we start a new project. an embedded device which can...
I think images in jpg / gif, animated jpg files are always possible with Amulet. I have tried all three formats and all work fine. However, there may some...
dear sir... thanking you for reply..my doubt is can we load a image into Amulet widget in run time.. that is can amulet read a image from serial flash memory...
dear sir .. thanking you for your reply.. one more doubt is... can i upload image(with flash header) to serial flash memory(in the index of 25) through our...
Hi I have tried <PARAM NAME="canvas" VALUE=Amulet:fileNumber(0x25)> with a Dynamic Widget myself. It did't work, unfortunately. However, I could create an...
hi thanking you for your reply... yeah,.. u r correct... however we indicate the flash index as found in the .map file, it may not work.. coz the flash index...
Just to clear up a few questions: 1) Yes, the .map file will change while the project is changing, but once you are done adding files to the project, the index...
Hi all, I bought an Amulet Starter Kit (#STK-GT570-B) two years ago. Anyone know if my hardware still firmware upgradable? I believe so, as browsing the Amulet...
Patrick. Your hardware is definitely still firmware upgradable. The only thing to note is that our modules now come with 4Mbit serial data flash and the older ...
Hi Jim, thanks for the information. I don't need a lot of space for my application, so perhaps the 1Mb flash will be enough. -- Best regards, Patrick Murphy...
Hi, I'm trying to transmit data from my Amulet display through a PIC 18F series micro, and read it in docklight. I have been able to send strings from the...
Kel, There are a lot of unknown factors here, so let's take this off-line and get you up and running. We can always come back to the forum afterwards and...
I'm using slightly modified version of the keypad and keyboard pages found in the samples section. In those pages the string being edited is kept in internal...
Take a look at the keyboard example in the following Amulet directory: ..\Amulet\projects\Examples\Keyboard\ReadMe.htm You will be able to choose 1 of 6 button...
I have a stringfield widget that displays a string held in internalRAM. The internalRAM is populated by a external string via a UART call. By monitoring the...
dvarese, The URL function is not used on meta tags that initialize Internal RAM variables with a value returned from a timer-based function. To get your ...
To whomever can help out. I'm developing an application where the Amulet Touchsreen is plugger trough UART to a Microcontroller. The problem is the unit is...