Re: Internationalization not working

2001-11-22 Thread Palm Developer
r advice. Thank you, Kevin. Best regards, Ivan. - Original Message - From: "Kevin OKeefe" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, November 21, 2001 9:57 AM Subject: RE: Internationalization not working >

Re: PilRC, prc-tools and Overlay

2001-11-27 Thread Palm Developer
prc2ovl.exe EnOvl.prc -p GerApp.prc -o EnOvlFixed.prc Now 'GerApp.prc' has its own working English overlay - 'EnOvlFixed.prc' I hope this will help you. Bye. - Original Message - From: "Chalain Marc" <[EMAIL PROTECTED]> To: "Palm Developer Foru

What are ROM address ranges?

2001-11-27 Thread Palm Developer
Hello. Can you help me learn what are the address ranges of the ROM memory? 0x-0x and 0x10c0-0x10cf ? Thank you. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

ROM ranges

2001-11-27 Thread Palm Developer
Hi. Do you know how to retrieve ROM ranges? Not ROM size, but ROM ranges. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

How can I get ROM ranges?

2001-11-28 Thread Palm Developer
Hello. Is there a function giving me the ROM ranges? Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Resource cannot be opened.

2001-11-29 Thread Palm Developer
alm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, November 28, 2001 8:31 AM Subject: Resource cannot be opened. > The upgrade saga continues. > > I upgraded my CW6 to CW7 recently and when working in the constructor, which > is 1.5b7, I went to s

Error in Pose loading .prc

2002-10-30 Thread Palm Developer
for m68k compiler chain, from prc-tools-2.2.1 RPM pilrc 2.9 Pose 3.5 w/ ROM uploaded from Palm V (OS v3.1) Si. P.S. Sorry if this is a common problem; I googled for the phrase but didn't turn anything up. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Error in Pose loading .prc

2002-10-30 Thread Palm Developer
On Wed, 30 Oct 2002, Keith Rollin wrote: > Dear Anonymous Palm Developer (Simon Drabble?), yes! hello! (not intended to be anonymous, just trying to filter my email ;) ) > > While I laud your efforts to track down the error by grovelling over the source code >and using Go

Re: Error in Pose loading .prc

2002-10-30 Thread Palm Developer
On Wed, 30 Oct 2002, Keith Rollin wrote: > > It looks like a particular resource has a zero (or negative) size. Yup, twas indeed the case - an icon resource had got lost in the shuffle. Thanks once again. Si. -- For information on using the Palm Developer Forums, or to unsub

Re: OT : Graphics tool for 16-bit bitmaps

2002-11-14 Thread Palm Developer
it depth, and is available for most platforms. HTH, Si. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: OT : Graphics tool for 16-bit bitmaps

2002-11-14 Thread Palm Developer
; > Or there. > > > ImageMagick will convert to any bit depth, and is available for most > > platforms. > > I'll look for this one. > > Cheers, > Jim Cooper -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Database records are all deleted records

2002-11-16 Thread Palm Developer
ean you've created records in the 'unfiled' category - number in category == number of records ? I see no mention of any 'deleted flag'. Si. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: C or C++

2002-12-09 Thread Palm Developer
ate your CW settings for something similar. Si. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

[OT] Re: C Question

2002-12-16 Thread Palm Developer
s, sizeof d) :) Now if only it could figure out at compile time which variables were pointers, we could do away with the duplicate macros. Si. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

FrmDoDialog

2002-12-17 Thread Palm Developer
t seem to be any corresponding FrmIsObjectVisible() or FldIsVisible() functions - or does FrmGetObjectIndex() only return a good value if the object is visible? Thanks, Si. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: FrmDoDialog

2002-12-17 Thread Palm Developer
t; ... > > -bob mckenzie, palmsource pdx Ah! I'll give that a try, thanks. Si. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: FrmDoDialog continued problems (fwd)

2002-12-17 Thread Palm Developer
, palmsource pdx That solved the problem of drawing the fields before the form is ready. Now, however, the fields are not re-drawn when the values in them are updated. Is there any way to correct this without expicitly re-drawing fields? Si. -- For information on using the Palm Developer

Re: FrmDoDialog

2002-12-17 Thread Palm Developer
st fine. It will still be > erased at the conclusion of FrmDoDialog. > > -- > Ben Combee <[EMAIL PROTECTED]> Ben and Robert, Thanks for your help. By calling FrmDrawForm() before any fields get modified and before FrmDoDialog() is called, the Dialogs work correctly. Si. --

Re: [OT] Re: C Question

2002-12-17 Thread Palm Developer
On Tue, 17 Dec 2002, Matt Graham wrote: > Palm Developer wrote: > > On Tue, 17 Dec 2002, Chris Tutty wrote: > > > > #define MEMMOVE(d, s) MemMove(d, s, sizeof d) > > #define MEMMOVE(d,s) MemMove( &d, &s, sizeof(d) ) > this needs the & doesn't it?

Odd scrollable field selection behaviour

2002-12-18 Thread Palm Developer
gt; fldHeight) { maxValue = textHeight - fldHeight; } else if (scrollPos) { maxValue = scrollPos; } else { maxValue = 0; } SclSetScrollBar(_scl_ptr, scrollPos, 0, maxValue, fldHeight - 1); return true; Any clues as to what I'm doing wrong? Si. -- For info

RE: Programmatic hard reset

2002-12-27 Thread Palm Developer
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Aaron > Ardiri > Sent: Thursday, December 26, 2002 12:28 PM > To: Palm Developer Forum > Subject: Re: Programmatic hard reset > > > > okay, I thought of a legitimate

Re: m68k-palmos-gcc -O2 -o immg *.o problems

2005-07-12 Thread Palm Developer Forum
Could help this? m68k-palmos-gcc -O2 -o immg *.o -lPalmOSGlue Anning Chen wrote: >I'm trying to link multiple object files into a single executable file by >calling in cygwin: >m68k-palmos-gcc -O2 -o immg *.o >But I'm getting the following error: >immg.o(.text+0xd0):immg.c: undefined referenc

Using your own icons on the command bar

2004-06-06 Thread Palm Developer Forum
an't figure-out why. Do any of you guysa have any ideas? Patrick -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Using your own icons on the command bar

2004-06-06 Thread Palm Developer Forum
No. How do you do that, everything is linked in a single .PRC? I am new to Palm programming. "Henk Jonas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Did you ensure that your resource database is kept open? > > Henk > > Palm Developer Forum wrote

Re: Using your own icons on the command bar

2004-06-06 Thread Palm Developer Forum
8&threadm=q4aZ9.10719%247y2.31261%40news-server.bigpond.net.au&rnum=1&prev=/groups%3Fq%3DMenuCmdBarAddButton%26hl%3Dde%26lr%3D%26ie%3DUTF-8%26selm%3Dq4aZ9.10719%25247y2.31261%2540news-server.bigpond.net.au%26rnum%3D1 > > > Palm Developer Forum wrote: > > > No. How do

Hiding an app from the launcher

2004-06-07 Thread Palm Developer Forum
Guys I have an app which I do not want to appear in the Launcher. Do any of you know how I can do this? Regards Patrick -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Hiding an app from the launcher

2004-06-07 Thread Palm Developer Forum
' Now make sure you use a value for Type != 'appl' Good luck, Caspar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Palm Developer Forum Sent: Monday, June 07, 2004 10:34 AM To: Palm Developer Forum Subject: Hiding an app from the launcher

Re: Hiding an app from the launcher

2004-06-08 Thread Palm Developer Forum
-dbFlagHidden in PRCMerge (the postlinker that ships with PODS). -E > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Ben Combee > Sent: Monday, June 07, 2004 8:58 AM > To: Palm Developer Forum > Subject: Re: Hiding an app fr

Re: Hiding an app from the launcher

2004-06-09 Thread Palm Developer Forum
quot; checkbox in the Palm > OS Options pref panel for your project. > > > -- Ben Combee, DTS technical lead, PalmSource, Inc. > Read "Combee on Palm OS" at http://palmos.combee.net/ > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: FrmDoDialog () vs. button click

2002-07-11 Thread Palm Developer Forum
; > Why don't U use FrmGoToForm(formPtr) instead. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > [EMAIL PROTECTED] > Sent: Thursday, July 11, 2002 3:01 PM > To: Palm Developer Forum > Subject: FrmDoDialog () vs. butt