Hi, I use Amulet for some time now and really like it. GUI is great and, what is very important, tech support is definitely above the average in the industry -...
Is it possible to use some kind of "updateRate" parameter for a slider? I have a slider sending out bytes on uart on change and it's very chaotic. To make it...
Gennady, We don't have anything like an updateRate for the slider currently. You do bring up a good point, though. I can see how that could be useful. I've got...
I see the following problem. I have 2 check boxes. Both set to be lone by omitting the groupName parameter. Still the compiler does not allow same values for...
Gennady, I agree, my solution is a little more streamlined, but yours will probably give you a more consistent response. Great use of the tools provided you. ...
Uri, I assume you are using an older version than the very latest. This is a problem that was present, I do believe, from Version 3.1xBuild2 and earlier. I...
Jim, i haven't tried to claim any priority or originality when asked about those features. I just think that it will simplify a lot of development and glad you...
Gennady, 1) Custom Buttons can only use static images. But, you can definitely control an animated image. If you look in Appendix C, you'll see there are a ...
To all, It appears that jlmoore2 downloaded the version without Java. Since he already had Sun's JVM version 1.4.1_02, he assumed that he didn't need the...
You can make your animated Gif look like a button by placing an <A href=" "> before the gif and follow the gif with the </a> tag. Of course, you will have to...
Jim, animated image control works great. Thanks a lot. I am also very glad to hear about "include meta". Looking forward to see all the improvements discussed...
Okay, I see now that the Amulet:uart.words(x).value() function is used with line graph widgets. I also tested the Amulet set word variable array command...
Hi, Is it possible to make some text on a page invisible when an internalRAM variable gets a certain value? I know how to make a line plot invisible, but I...
Hi Uri, Based on the information you've provided, I can see 2 ways of making text invisible when an internalRAM variable gets a certain value. Option 1) Use...
Bob, You bring up a great point. In fact, when I first read your post, I kind of wondered why it didn't work. After looking into it, I now understand, but I'm...
Hi, I too was scouring these postings looking for a way to externally set the state of a toggle button. Thanks, Ryan ... cell's ... button. ... can ... up ... ...
Jim, I had actually implemented something similar to what you suggested. <META HTTP-EQUIV="Refresh" CONTENT="0.4;URL=Amulet:InvokeRPC(100)"> Using your...
Bob, I just checked and there shouldn't be any problem with sending the 0xF0 after your message. Using Docklight, it looked to work perfectly every time I...
Hello, I am not able to send data to an InternalRam string from a basic stamp. Is the only way to do this is with the Amulet uart get string command? What I'm...
I have no experience with Basic Stamps, but from what I can tell, it looks like you forgot to terminate your string use 0x00 or NULL. Maybe this will work? ...
Alex, Caleb brings up a very good point regarding the null charater. You must null terminate the Amulet set string command. Also, you don't need to format the...
Jim, I tried this with the target sending 6 internal ram array words followed by the 0xF0. The Amulet seems to time out and resend the orignal InvokeRPC...
Bob, Did you change the default timeout of 200ms on this page? Assuming you are talking at 19200 baud, and have little to no delay in your response (which ...
Hi Jim, are you guys any closer to coming out with a display controller that would work with color? Would it be possible to use the current stuff on an lcd...
Bob, We're really not any closer to color. As far as the grayscale LCD, which one are you thinking of? As far as I know, all monochrome displays can be...
I have an application with a checkbox which is initially invisible. The checkbox gets it's initial value from initHREF. I had originally setup this page under...
Hi all, I'm really just getting started here. I've managed to make my micro update a string field with the Amulet being the master. My data changes rather...
Appearently my update to this post did not get sent correctly. Additional information : The problem with the checkbox firing during initial state setup with...
Is there any danger if an application does not use Amulet:back() to return to pages ? Are there any lists/queues etc which will overflow if all navigation is...