Palm m505 contrast?

2001-12-05 Thread Andrew Perron
Hi all, I was recently playing with (software) overclocking an m505 and noticed that it was significantly reducing the brightness. This got me thinking of NoStreak Hack and how it modifies the bus bandwidth available to the display. Would it be possible and feasible to increase the contrast

Re: Dynamic List Content?

2001-06-21 Thread Andrew Perron
I'm open to suggestions... I'm using it for a popup list, is there a good way to make a popup table? Thanks, Andrew Stringer wrote: From: Andrew Perron [EMAIL PROTECTED] Date: Wed, 20 Jun 2001 22:46:33 -0400 Well, here I am with some more list problems/questions. . Here's

List Draw Function (was Re: Dynamic List Content?)

2001-06-21 Thread Andrew Perron
, both of which are annoying factors for managing the memory associated with the list. I would still strongly encourage you to just go ahead with a list draw function. DeAnna -Original Message- From: Andrew Perron [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 10:54 AM

Dynamic List Content?

2001-06-20 Thread Andrew Perron
Well, here I am with some more list problems/questions. I've gone through and read the 30k messages of this archive paying special attention to those on lists, but I daresay I am more confused than before :-( Here's the scenario, I have a database on the palm that contains some information like

Pop-Up List -- What Am I Missing?

2001-06-19 Thread Andrew Perron
Hi all, I'm relatively new to Palm development and am having a little difficulty with popuplists. In GCC/PilRC I'm trying to create a static (at this time, but eventually I hope to make it dynamic from a database, but first things first). I get the trigger fine and I set the selected item

Re: Pop-Up List -- What Am I Missing?

2001-06-19 Thread Andrew Perron
I'm not getting an error... What's happening is that everything is working with one exception (which is what I'm trying to remedy). The code compiles, is installed and works almost as anticipated. The trigger is drawn and the correct initial list item is displayed as its label/text, however

Re: Pop-Up List -- What Am I Missing?

2001-06-19 Thread Andrew Perron
ID property of the Trigger to the ID of your list? Steve Andrew Perron [EMAIL PROTECTED] wrote in message news:53494@palm-dev-forum... I'm not getting an error... What's happening is that everything is working with one exception (which is what I'm trying to remedy). The code

Re: Pop-Up List -- What Am I Missing?

2001-06-19 Thread Andrew Perron
OK, the popSelecEvent is false, MyPop and MyList are indeed declared first, so far so good. Anyone have any other ideas on the other bugs in my code? I'm truly confused, I've even had a look at the program resources in OnBoard Resource Edit and everything looks fine in the preview (it even

Re: Pop-Up List -- What Am I Missing?

2001-06-19 Thread Andrew Perron
of at least the same size of your biggest List Item 1. Marcelo -Original Message- From: Andrew Perron [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 4:44 PM To: Palm Developer Forum Subject: Re: Pop-Up List -- What Am I Missing? OK, the popSelecEvent is false, MyPop and MyList

Re: Pop-Up List -- What Am I Missing?

2001-06-19 Thread Andrew Perron
Um (he says blushing a little), that's a search and replace gone awry and I was too stupid/frustrated to notice. That'll teach me to try and reuse old code in a too automated fashion :-( Thanks for noticing for me... Andrew Aaron Ardiri wrote: Well, as it turns out, the problem was