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 495 - 526 of 1569   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
495
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 -...
Gennady Palitsky
yagenrom
Offline Send Email
Feb 2, 2004
2:23 pm
496
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 Palitsky
yagenrom
Offline Send Email
Feb 3, 2004
1:48 pm
497
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...
Jim Weber
amulet_weber
Offline Send Email
Feb 3, 2004
11:17 pm
498
Jim, this is how I am doing it (for simplicity I keep the same ram byte reference): href for a slider: <PARAM NAME="href"...
Gennady Palitsky
yagenrom
Offline Send Email
Feb 4, 2004
12:07 am
499
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...
sabadosh
Offline Send Email
Feb 4, 2004
7:54 pm
500
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. ...
Jim Weber
amulet_weber
Offline Send Email
Feb 4, 2004
8:00 pm
501
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 Weber
amulet_weber
Offline Send Email
Feb 5, 2004
3:53 am
502
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 Palitsky
yagenrom
Offline Send Email
Feb 5, 2004
3:23 pm
503
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 ...
Jim Weber
amulet_weber
Offline Send Email
Feb 5, 2004
7:10 pm
504
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...
Jim Weber
amulet_weber
Offline Send Email
Feb 6, 2004
1:44 am
505
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...
Robert Smith
elboco
Offline Send Email
Feb 6, 2004
3:23 pm
506
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...
yagenrom
Offline Send Email
Feb 6, 2004
4:20 pm
507
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...
Robert Smith
elboco
Offline Send Email
Feb 6, 2004
10:31 pm
508
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...
sabadosh
Offline Send Email
Feb 11, 2004
6:33 pm
509
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...
amulet_ed
Offline Send Email
Feb 11, 2004
8:11 pm
510
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...
Jim Weber
amulet_weber
Offline Send Email
Feb 12, 2004
1:42 am
511
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 ... ...
ryangarner20022000
ryangarner20...
Offline Send Email
Feb 17, 2004
11:22 pm
512
Jim, I had actually implemented something similar to what you suggested. <META HTTP-EQUIV="Refresh" CONTENT="0.4;URL=Amulet:InvokeRPC(100)"> Using your...
Robert Smith
elboco
Offline Send Email
Feb 18, 2004
5:53 pm
513
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...
Jim Weber
amulet_weber
Offline Send Email
Feb 18, 2004
8:14 pm
514
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...
cn00728
Offline Send Email
Feb 19, 2004
6:03 pm
515
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? ...
calebrs
Offline Send Email
Feb 19, 2004
6:33 pm
516
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...
amulet_ed
Offline Send Email
Feb 19, 2004
9:17 pm
517
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...
Robert Smith
elboco
Offline Send Email
Feb 26, 2004
8:46 am
518
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 ...
Jim Weber
amulet_weber
Offline Send Email
Feb 26, 2004
5:56 pm
519
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 Japundza
bjapundza
Offline Send Email
Feb 26, 2004
6:01 pm
520
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...
Jim Weber
amulet_weber
Offline Send Email
Feb 26, 2004
8:29 pm
521
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...
jtvolpe
Offline Send Email
Mar 7, 2004
7:50 pm
522
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...
ltbeck1
Offline Send Email
Mar 7, 2004
10:03 pm
525
Appearently my update to this post did not get sent correctly. Additional information : The problem with the checkbox firing during initial state setup with...
jtvolpe
Offline Send Email
Mar 8, 2004
3:13 pm
526
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...
jtvolpe
Offline Send Email
Mar 8, 2004
4:33 pm
Messages 495 - 526 of 1569   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