Hi It seems to be possible to use the color screen Gem tools and the monochrome Amulet tools at the same time. Is there a recommended way to use both a really...
You should be able to load different versions onto a PC; simply use a different directory name when installing.  I have directories with Amulet2.1.9,...
What we have done is to make normal-looking areas of text on the screen (e.g. fields displaying battery voltage and system temperature) clickable for one...
I want to draw a "Fill rectangle" using 0xDB command from external processor. Considering Start position as (X1,Y1) X1=0; Y1=0; delta X=480 delata Y=272 This...
Amulet refers to the widget jar file with a System environ classpath variable. This will refer to the most recent install, wherever that was. I don't know how...
Well, it looks like Widgets.jar has not changed since 2001. I just did an install of 2.0 full version, then 3.0.4u update then 3.3.5u and it actually has an...
OK, the approach described in my previous post works. I have old syntax screens and new syntax screens which will only compile with the old or new compilers,...
I think you have just been lucky that your screens are compatible with all compiler versions. You have actually been using the most recently installed version,...
Hi Thanks for leaving the data sheet unlocked so I can highlight things and add comments. Some vendors "protect" their PDF data sheets which makes them much...
Hi After looking in the data sheet and compiler help I still wonder: What can we do with the USB interface? Is it possible to 1) power the device via USB? The...
The AGB75LC04 data sheet tantalizes with this: 8.6 Power Consumption The advanced power management controller has a very slow clock operating mode and software...
Bruce, Answers below Brian @ Amulet ... Yes, you can power via USB. We have some demos in house that are. This controller board is used for many different...
Bruce, The Starter Kit Demo with the blue flames takes a few seconds to load because I am caching a lot of images in the very beginning. These images are used...
OK, maybe I need another cup of coffee. It is Monday, after all. The color docs show: However the switches shown are both ON but the text says "as follows:...
Hi I'm using Win XP SP3 after a recent reboot. About half the time at most I can program flash on the first attempt after starting the GEM compiler. After one...
Hi I'm trying to get a CustomButton in a div with z-index of 3 to display over the top of another <div> which has a z-index of 1 and appears prior to the...
OK, so I took your smokestream page, and made the background 480x272 the enclosing div with z-index:0, and re-ordered the upper and lower text logos, and the...
Since z-index was used in the flowing smoke example I assumed it was supported. Apparently not: The HTMLCompiler ignores the z-index: property, so layering is...
Bruce, Wow, you've been busy! :) We've had USB issues from the start, which is why we had to kludge around with making the modules be in programming mode in...
Bruce, Just a quick note on z-indexes. That attribute is not supported in the Amulet, but the idea of layering is supported. Instead of using the z-index...
Well, I must be doing something wrong. The custom button is the last item on the page and it gets clipped off by the animated GIF of the smoke. Bruce...
Bruce, This issue is why we said it was minimally supported, I guess. The initial layout handles the "layering", but any visual changes that take place at...
Hi, My application requires variable row table creation where in user can add or remove a row from the table through touch screen interface. Also the text in...
How many bargraphs can there be? Can they all be forced to update at the same time with the module as slave? Can it be done with one internal RAM variable as a...
Hemal, In your "dynamic table" the max possible rows and columns will need to be laid out beforehand, then when the user initially goes to the page, most of...
Brian, Ok, I can define the max possible rows and columns beforehand. The scheme you mentioned would work well if all rows have fixed columns and user only...
Hemal, Though it could probably be done, this might be a little tricky to do with individual numeric and stringFields in each row. If you use a mono-spaced...
Hi I need to quickly build a prototype for an important customer demo. The enclosure we have chose has about 0.5" total for board thickness. And we will use...
So in my demo (and the real product if the customer buys off on the demo) we want to sleep if nothing is going on. This would dim the backlight after X...
Is this in the help somewhere? Things like: <meta name="Amulet" content="DualFrameBuffer.page;"> <meta name="CachedImg" src="Images/Background.jpg"> and so...