Hi We are trying to wrap up our portable touchscreen design and are grappling with power management. We would prefer to not have an external power button, and...
Reinstall of 0.0.9 didn't fix this. Looks like the problem starts with WinLauncher, whatever that is. I had recently installed some other Java tools but not a...
Woops - Yahoo deleted the screen capture at the start of that post. A reboot seems to have "fixed" this issue... any advice on what caused it? Thanks Bruce...
Sorry about the gap. I tried this approach but it seems to behave wrongly. I do not see any of the graph now. I am requesting a line plot sample at fixed...
Hi, For my application I am using line plot. The line plot is linked to UART call (href). The graph request is responded with data immediately for the first...
Hi, As I move forward in my work with the GEM chip I've reached the point where I would need to support field updates of my application code and possibly the...
Hemal, Does the plot draw the first two samples as zeros, does it draw random data, or does it just start drawing a few pixels from where you expect it to? ...
I would like to accomplish this operation..., <param name="href" value="Amulet:internalRAM.byte(0).maskedValue(255)"> but with a byte array, like this... ...
Brian, The graph starts from third pixel but it seems to be drawing all three together rather than plotting first then second and then third at regular...
While trying to solve the issue 1544 I got the solution for this issue. Not sure why this is working. I added LineP1.SetX() with same X position before calling...
Hi all, I'm trying to set up a page with dynamic text buttons on it. I figured I'll have a string which contains the string updated by the controller, and a...
Dave, You're right, it looks like what you're doing should work. Unfortunately, I was just looking into this and although the GEM Compiler can support the...
I don't have any firm dates, but we're shooting for a limited alpha release next week, and a full release available around Dec 1. What a stocking stuffer!...
Dave, Have you tried to use an InternalRam byte as a flag for the comparison? Have the controller change the button string variable and then set the byte flag...
I'm keeping the communications minimal so I decided to keep the buttons always updating. The flicker isn't visible unless you're at an angle to the screen so...
Greetings all, I'm trying to send some long(er than my usual length) strings to the Amulet. I can send them and read them back no worries. When I try to...
I forgot to mention... If I set the next string along in memory and read back the origional string then I'll wind up reading the first 26 characters from the...
hi; if your using a string widget to display the string, their default character length is 25 characters. Use the printf parameter to change the length of the...
Finally, a question that is not related to the Gem compiler (I think). I am not sure which compiler you are using; if you are using compilers 3.x, read the...
Hmm that's quite a limitation. Had been hoping I could provide dunamic popup screens with text from the controller but now I'll need to reduce the length of...
Dave, How long were the strings you were wanting to send? How many InternalRAM string variables are you going to be using? We use dynamic popup screens with...
That will probably do the trick. I think it just means I need to rethink my approach to this concept. These screens were going to be less of a pop-up and more...
I'm a little confused with the internal ram string variables. Part of the documentation indicates that there are 256 different 26-character string variables...
In the Amulet Color Chip there are 256 different 26-character string variables. In the older monochrome chip there are 199 18-character string variables. The...
Jim, First of all I am using the new GEM Color Starter Kit, just to make sure we're clear on this. You're online document dated 10/01/2009 under the Amulet...
Yes, that is obviously a bug that needs to be fixed in the next release. Thanks for letting me know. Jim Weber Lead Firmware Engineer Amulet Technologies ...