Steve, It sounds like a simple hardware issue. Now that you've effectively rotated the display, the touchpanel wires are not matching anymore. For example (Im...
Hello, The LCDs as received from our manufacturer are strapped for Portrait mode. Now, by unsoldering all those little solder-bridge dots for Portrait mode,...
Thanks Ray, I was hoping their was a more efficient way to do the scrolling besides this solution. It would be nice to have a textbox widget as part of the...
... This is similar to a scrolling list which has been described here. Search for "CustomScrollingList". Basically you have to have a stringfield widget for...
Is there any possible way to display a scrolling text box to display text strings? I'm looking to be able to display numerous lines of text with the option of...
I accidentally have two metas on a page with the same name; when I call forceupdate on this name both of them get called so my page unexpectedly works...
Dear all, I m using LineGraph control to show three graphs in 1 plot. Following is the code. <APPLET CODE="LineGraph.class" WIDTH="273" HEIGHT="122"...
I've noticed the Amulet:back() function is implemented using a stack. It would be useful to be able to go back 2 steps, perhaps back(n)? I could do this with...
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 ...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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'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...
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 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, 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...
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...
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...
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...