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 1100 - 1129 of 1564   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1100
Hello, What is the most appropriate way to connect the reset pin of an Amulet module (MK-AOB3202405x)? The datasheet states that a minimum 100ms low should be...
Ross Johnson
ross_l_johnson
Offline Send Email
Jun 2, 2006
4:38 am
1101
Hi, There doesn't appear to be such a function. The way this is dealt with in the examples (e.g. the keyboard) is to use a byte variable as a character...
Ross Johnson
ross_l_johnson
Offline Send Email
Jun 2, 2006
8:50 am
1102
Ross, You are correct in your assumption that the AOB module has on board power up reset circuitry. If you are wanting the ability to actually reset the Amulet...
Jim Weber
amulet_weber
Offline Send Email
Jun 2, 2006
6:20 pm
1103
I have created a field with both min=5 and both max=10. I have then set next to it 2 buttons. One increments the numfield, one decrements, both forceupdate...
grasspuddle
Offline Send Email
Jun 7, 2006
6:57 pm
1104
Jason, Have the buttons forceUpdate some limit checking meta's before doing the actual increment/decrement of an internalRAM variable. For example, let's...
Eduardo Sandoval
amulet_ed
Offline Send Email
Jun 7, 2006
8:39 pm
1105
Hi Ed, Thanks for your quick response. I'm new at using your device (as well as programming in HTML, for that matter)...so i have a couple more questions to...
Farah Tahmasbi
ftahmasbi
Offline Send Email
Jun 22, 2006
7:47 pm
1106
Hi Farah, ... This is possible using meta tags. Do you any sort of mockup of what you want the page to look like that I can reference? If so, I'd be more than ...
Eduardo Sandoval
amulet_ed
Offline Send Email
Jun 22, 2006
8:02 pm
1107
Farah, We already have the custom scrolling list example in the Files section of this Users Group. Download and program the following example: ...
amulet_ed
Offline Send Email
Jun 22, 2006
8:24 pm
1108
Hi, I notice in message 874, Jim indicated that when fileNumber() is called with an invalid flash index, the Amulet does a soft reset (as of 3.3.2). In 3.3.3,...
Ross Johnson
ross_l_johnson
Offline Send Email
Jun 23, 2006
10:17 am
1109
Hi Farah, You asked about a tabbed interface. The Amulet doesn't have a dedicated 'tabbed pages' widget, but it certainly has the necessary pieces to build...
Ross Johnson
ross_l_johnson
Offline Send Email
Jun 23, 2006
10:29 am
1110
Hi Farah, I have attached a bitmap file showing a listbox with other buttons. Is this similar to what you want with a combobox? This is a modification of the...
Robert Smith
elboco
Offline Send Email
Jun 23, 2006
11:37 am
1111
I would like to use a bargraph to show progress in loading. The problem I come to is that I get compile errors when trying to use an internalram word as the...
grasspuddle
Offline Send Email
Jun 26, 2006
8:24 pm
1112
You cannot use InternalRAM variables for the min and max values. I would use an InternalRAM byte or word variable for the bargraphs input and then write to the...
Eduardo Sandoval
amulet_ed
Offline Send Email
Jun 27, 2006
1:49 am
1113
I'm switching a customer's line of equipment from an STW-Technik type system over to an Amulet-based system. I have four buttons wired as inputs to my radio...
Hassan
hkartech
Offline Send Email
Jul 5, 2006
7:35 pm
1114
Hassan, How many states does each toggle switch need to have? I read your post a few times and I came up with 4 states: - pressed - unpressed - highlighted and...
amulet_ed
Offline Send Email
Jul 6, 2006
2:08 pm
1115
You've nailed it. As I select each switch by pressing a left or right cursor button, I want it to come up in the highligted state that it was last in. If...
Hassan
hkartech
Offline Send Email
Jul 6, 2006
3:03 pm
1116
Hassan, I uploaded a button navigation example titiled "buttonNavigation.zip" to the files section of this users forum to try and help with your application. I...
Eduardo Sandoval
amulet_ed
Offline Send Email
Jul 6, 2006
6:27 pm
1117
I have an application has a section of the screen reserved for displaying messages that an machine operator needs to read in order to take some corrective...
Robert Smith
elboco
Offline Send Email
Jul 7, 2006
2:39 am
1118
Greetings, I am using string variables for my button labels and I am wondering if there is a way to add a user defined carriage return to my string. I tried...
fly232323
Offline Send Email
Jul 7, 2006
5:21 pm
1119
Brandon, You can specify a user defined carriage return in strings. Why don't you post the function button applet code source (HTML), so we can see what you're...
Eduardo Sandoval
amulet_ed
Offline Send Email
Jul 7, 2006
6:18 pm
1120
Thanks for your quick response. This is my source from the Amulet Function Button widget - <applet code="FunctionButton.class" width="53" height="36"...
fly232323
Offline Send Email
Jul 7, 2006
6:53 pm
1121
Brandon, The value for the param name "label" should read "fromInitHref". The function button label is supposed to come from ...
Eduardo Sandoval
amulet_ed
Offline Send Email
Jul 7, 2006
9:40 pm
1122
Bob, The Chinese fonts that I have looked at are all Unicode fonts and the first Asian characters don't show up until after 0xFF. The Amulet Font Converter can...
Jim Weber
amulet_weber
Offline Send Email
Jul 8, 2006
12:55 am
1123
Is there a limit to the number of meta tags? I wanted to add one more, but the compilers cannot find its name when I reference it. I have around 30 meta tags...
grasspuddle
Offline Send Email
Jul 21, 2006
12:52 pm
1124
There is a limit, and I believe it is related to the total number of objects but I can't remember what the limit is. I have a page with 46 Metas. The problem...
Robert Smith
elboco
Offline Send Email
Jul 21, 2006
1:56 pm
1125
Put the letter A in single quotes instead of double quotes in the double meta. Double should now read as follows: <Meta http-equiv="Refresh" content="0,0; ...
Eduardo Sandoval
amulet_ed
Offline Send Email
Jul 21, 2006
1:58 pm
1126
Hi, I have a question about how to get an unprogrammed Amulet processor programmed without using the PC serial port. For the project I'm working on, the final...
martinjpla
Offline Send Email
Jul 22, 2006
1:58 am
1127
Hi, The short answer is yes, you can simply save the Amulet OS as a PDB file and upload it like any other program. Before uploading the file, make sure the...
amulet_ed
Offline Send Email
Jul 24, 2006
11:47 pm
1128
Whenever I load a page, I have a meta tag that checks if a widget should be visible or not and invokes reappear/disappear where appropriate. When a widget...
grasspuddle
Offline Send Email
Jul 27, 2006
6:54 pm
1129
GP, Yes, the parameter you are looking for is "invisible". Pretty much all the objects that can be made to disappear can start out invisible by setting the...
JimWeber@...
amulet_weber
Offline Send Email
Jul 27, 2006
9:05 pm
Messages 1100 - 1129 of 1564   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