I'm building a wireless hand paddle for a telescope. One feature that I put in is; sleep after 30 seconds of in activity, which dims the display to 0. However...
Jack, We have a similar application where we have a "hidden" button in the upper left corner of the screen that is used to access a screen with contrast and ...
Hadn't thought of an anchor, thanks. It also occurred to me this afternoon that all I needed was a sleep page with button (that filled the whole screen) that...
That would work also. The only difference would be, at least with the LCD display that we use, that with a backlight level of 0 in room light, the display...
In our environment the hand paddle will be used 99% of the time in the dark. _____ From: Robert Smith [mailto:elboco@...] Sent: Sunday, February 06, 2005...
Hello Everybody, This week I've been reading all the posts in this forum trying to clarify some doubts I had before deciding to adopt this technology, and I...
We are using the Amulet in several new products and are very happy with it. Our company has got a 'second source' policy for all critical components in new...
Hi Maria, Good question. My first question is once the application is out in the field, who is going to be doing the upgrading? You or your client? As of right...
Ed, Another programmer question. Since I assume the Progammer is written in Java, is their any way you guys can port it to Linux or Mac OS? Bob ... ...
Maria, Ed pretty much summarized how to update the Amulet. We have been using them for about 2 years and the update is pretty simple, as long as you have a PC...
Thanks to all, I understand now the possibilities I have, and I consider the best option for me is to install an output serial connector in the equipment and...
Jim, You can't turn off the border line around the standard Bargraph widget. But, you can create your own bargraph that doesn't have a border line. You would...
Bob, The programmer is written in Java. So theoretically, porting the programmer over to Linux and the Mac OS can be done since its only software, right? :) ...
I would recommend creating your own bargraph widget without the border line around it by using the imagebar widget and supplying your own images for the full...
OK, I have created two black and white .bmp files both are 143 by 10 pixels in dimentions, and saved both of them in the example/image/ directory. Here is a...
Jim, The first problem I see is that you are using .bmp images. The Amulet HTMLCompiler only accepts .jpg or .gif image formats. The other problem is that the...
Thanks! What is version 3? I have a screen split into three colums In the left column I have 17ea ImageBar.class images which fill from the right. In the...
Angelo, The amulet does not store the retrived byte in internalRAM; it just uses the byte for screen display, etc.. You can use a meta to get the amulet to...
I am using this code to save my string as a word on my keypad: <applet code="FunctionButton.class" width="45" height="25" align="BOTTOM" name="Save"> <param...
Tzvika, I thought I had the answer for you but, after checking my own application, I don't see anything wrong with the way you have your widget set up. The...
Oops, I hit the tab button which seemed to send the last message 2) Try using compiler 3.2, I know it works because that is what I am using now. 3) wait...
Hello everyone, Does somebody know about an LCD device 240x128 without controller (I ony found some with T6963C) because I want to interface it to Amulet ...
Tzvika, Your syntax is correct. The problem is the stringfield widget isn't tall enough to allow the Amulet to automatically wrap the message to the next line....
Jim, This is a users forum and now that we've got a decent number of members, Ed and I are wanting to step back a bit and let our users interact with each ...