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 to share photos of your group with the world? 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 771 - 800 of 1568   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
771
Hi, I found a 7" touch screen online that I'm wondering will interface correctly with the Amulet controller ...
Elliot
lookinnlife
Offline Send Email
Feb 4, 2005
10:49 am
772
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 Hudler
crunchy_eyeb...
Offline Send Email
Feb 5, 2005
7:45 am
773
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 ...
Robert Smith
elboco
Offline Send Email
Feb 5, 2005
7:46 pm
774
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...
Jack Hudler
crunchy_eyeb...
Offline Send Email
Feb 6, 2005
5:44 am
775
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...
Robert Smith
elboco
Offline Send Email
Feb 6, 2005
3:57 pm
776
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...
Jack Hudler
crunchy_eyeb...
Offline Send Email
Feb 6, 2005
5:10 pm
777
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...
penaso_maria
Offline Send Email
Feb 12, 2005
6:46 pm
778
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...
jonsquire2000
Offline Send Email
Feb 14, 2005
8:50 am
779
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...
amulet_ed
Offline Send Email
Feb 14, 2005
6:04 pm
780
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 ... ...
Robert Smith
elboco
Offline Send Email
Feb 15, 2005
2:39 pm
781
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...
Robert Smith
elboco
Offline Send Email
Feb 15, 2005
2:51 pm
782
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...
penaso_maria
Offline Send Email
Feb 15, 2005
6:36 pm
783
I need to turn off the border line around the Bargraph. What code should I use?...
jimcashby
Offline Send Email
Feb 17, 2005
5:45 pm
784
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...
Jim Weber
amulet_weber
Offline Send Email
Feb 17, 2005
5:59 pm
785
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? :) ...
Eduardo Sandoval
amulet_ed
Offline Send Email
Feb 17, 2005
6:30 pm
786
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...
Eduardo Sandoval
amulet_ed
Offline Send Email
Feb 17, 2005
6:53 pm
787
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...
jimcashby
Offline Send Email
Feb 17, 2005
11:51 pm
788
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...
Jim Weber
amulet_weber
Offline Send Email
Feb 18, 2005
1:10 am
789
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...
jimcashby
Offline Send Email
Feb 18, 2005
1:49 am
790
This probably would be solved if I tested it myself, but here we go: When a request is made using a byte at address, let's say 0x45: ...
arkalonian
Offline Send Email
Feb 22, 2005
10:30 pm
791
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...
Robert Smith
elboco
Offline Send Email
Feb 22, 2005
10:59 pm
792
I'm currently using a a0b3202405t, how can I flip the orientation of the screen to make it upside down? Angelo...
arkalonian
Offline Send Email
Feb 23, 2005
5:38 pm
793
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...
arkalonian
Offline Send Email
Mar 1, 2005
4:20 pm
794 Tzvika Engelman
tzvika_e
Offline Send Email
Mar 6, 2005
9:13 am
795
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...
Robert Smith
elboco
Offline Send Email
Mar 6, 2005
2:33 pm
796
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...
Robert Smith
elboco
Offline Send Email
Mar 6, 2005
2:35 pm
797
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 ...
raimond712002
Offline Send Email
Mar 7, 2005
8:14 am
798
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....
Eduardo Sandoval
amulet_ed
Offline Send Email
Mar 7, 2005
9:23 pm
799
Are you there, are you ignoring my request for help? Do I count any more?...
jimcashby
Offline Send Email
Mar 9, 2005
2:16 am
800
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 ...
Jim Weber
amulet_weber
Offline Send Email
Mar 9, 2005
7:17 pm
Messages 771 - 800 of 1568   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