Re: C++ and PilRC question

2002-10-06 Thread Markus Dresch
how would you change the font using pilrc? pilrc is a resource compiler and you can add custom fonts to it. you use the same api in c and cpp, look at FntSetFont markus dresch (www.palmside.com) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.p

Re: fldChangedEvent: Stupid Me needs some help

2002-10-06 Thread James Barwick
Henk, Thanks. Saw this in the addressbook example (FldHandleEvent), but didn't understand it. Thanks for the direction! James Henk Jonas wrote: > [ SNIP ] > > else if (FldHandleEvent(GetObjectPtr(form, fieldID_input), event)) > { > ListViewHandleKeys(form); > handle

RE: Scaling resources for a Clie

2002-10-06 Thread Ben Combee
At 07:03 2002-10-7 +0200, you wrote: >I own a Clié but am still developing my app using the Pose and plain old >160x160 resources. The Clié automatically resizes them to fit the >screen. The only thing it changes is it usually uses hi-res fonts with >four times the pixels. Not all applications

Re: looking for the english steps generated "Gremlins>minimize..."

2002-10-06 Thread Craig Belson
--- Richard Coutts <[EMAIL PROTECTED]> wrote: > > found > > the resulting file in the same directory as the > pev > > file... did you check there? :-) > > That was the first place I looked. The only text > file in the folder looked > like this: > > 0.000 (0): > *

RE: Scaling resources for a Clie

2002-10-06 Thread Jacob King
I own a Clié but am still developing my app using the Pose and plain old 160x160 resources. The Clié automatically resizes them to fit the screen. The only thing it changes is it usually uses hi-res fonts with four times the pixels. Not all applications work properly when they get scaled up, an

Re: Scaling resources for a Clie

2002-10-06 Thread Ben Combee
At 00:19 2002-10-7 -0400, you wrote: >Hi, > >In PiLRC, I specify the size of my resources etc for a standard Palm device >with 160x160 screen. What happens when my app is run on a Clie. Does Sony >re-scale my resources for the 320x320 screen, or does my app run in the >upper left quadrant? The Hi

Scaling resources for a Clie

2002-10-06 Thread Dominique
Hi, In PiLRC, I specify the size of my resources etc for a standard Palm device with 160x160 screen. What happens when my app is run on a Clie. Does Sony re-scale my resources for the 320x320 screen, or does my app run in the upper left quadrant? -- For information on using the Palm Developer

Triggers, global strings, and libraries

2002-10-06 Thread Grosch, Scott
When I have popup triggers with dynamic lists, I normally create a global Char * to hold the current value of the trigger, and then do a CtlSetLabel(trigger, globalChar) so that it's always valid if something has to be redrawn. Now that I'm moving many things into my library, I'm wondering if tha

Re: Keep POSE in my app

2002-10-06 Thread Ben Combee
At 12:53 2002-10-6 -0700, you wrote: >When gremlins is running, the thing seems to spend a large chunk >of it's time outside my app, specifically running finds. Is there >a way to tell gremlins that it can't click outside of the screen >area? I want it to give my app a workout, not the find rout

Re: looking for the english steps generated "Gremlins>minimize..."

2002-10-06 Thread Richard Coutts
> found > the resulting file in the same directory as the pev > file... did you check there? :-) That was the first place I looked. The only text file in the folder looked like this: 0.000 (0): *** 0.000 (0): * Gremlin Hordes sta

Keep POSE in my app

2002-10-06 Thread Grosch, Scott
When gremlins is running, the thing seems to spend a large chunk of it's time outside my app, specifically running finds. Is there a way to tell gremlins that it can't click outside of the screen area? I want it to give my app a workout, not the find routines. -- For information on using the

Exiting Application and Saving State

2002-10-06 Thread Jacob King
I'd like to save the open forms when I leave my app and then reopen them in the proper order. I'm developing an application where the user can go about 4 forms deep into the application, and the order in which they are open is important. I don't know how to save the state on appStopEvent. I tri

Re: looking for the english steps generated "Gremlins>minimize..."

2002-10-06 Thread Craig Belson
Well, I actually determined what my problem was last nite - I'm not sure if it was one of the logging options I had to turn on, or that I hadn't reset before I went to look for the pev file, but either way, I got through minimization successfully and found the resulting file in the same directory

Re: an StrCompare() oddity

2002-10-06 Thread Ken Krugler
>Can someone explain to me why StrCompare() puts SPACE ahead of TAB, etc, even >though ASCIIwise it is coming later? Got me - the programmer who created the original sort table no longer works at PalmSource. But in his defense, StrCompare() is most commonly used to compare text that consists o

looking for the english steps generated "Gremlins>minimize..."

2002-10-06 Thread Richard Coutts
I recently started using Gremlins -- definitely one of the coolest tools I've used in a while, esp. the minimize/replay feature. I'm loading my "*.pev" files okay and getting my "*_Min.pev" files, but I can't find the file with the English steps to replicate the crash manually. Apparantently the

Re: Field Object Overlocked

2002-10-06 Thread Philip Sheard
> A gremlin is creating an error that I'm not able to replicate. I have a > popup with a field in it. It's entering text that strarts with "NTo a > nunnery, " and then the text goes off the screen. Field.c is returning the > error "Field Object Overlocked" during the handling of a KeyDown event