Differences in Zire 72 and 72s

2005-09-02 Thread Geoff
Are there any other differences between the older Zire72 and then new Zire72s "Special Edition" except the color of the device? -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

DmFindResource() question

2005-05-04 Thread geoff
hey, I'm trying to iterate through my database with dmfindresource() to find all resources of one type. in the 68k sdk docs it says that dmInvalidRecIndex is returned when it cannot find any record of that id and type(in this case). but when i compile with pods1.1 palm os 5 it says it is undeclare

multi-segment app noob

2005-03-23 Thread geoff
debug/src folder. I'm assuming there is an easy answer to this. Sorry if this is a repeated questions. Thanks for any help! -geoff -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

palm 5 way nav events

2005-02-10 Thread geoff
Hey, In my event handler I am trying to catch a 5 way nav center event. I know that the chr= vchrRockerCenter. My app never seems to catch this event when I try to handle it. I even let my app handle the keydown event before the system does and I can't catch it. I can compile without mistakes on

sim skipping wav file

2005-01-28 Thread geoff
Hey, I am trying to play a wav resource in my program. When I downlaod the program onto the 5.4 simulator (also tried it on T|E), I get an error saying "skipped resource 3000". This is my wave file. I am using palm os dev suite with palm resource editor. I have the wav file labelled correctly in

Re: BmGetBits() return value?

2004-11-20 Thread geoff
I know you have to type cast the value to something. But in ur example when u make it return UInt8. What does this value represent, a pixel? If so what pixel and how do u control what pixel data is returned. Also do u change the color value of the pixel in rgb format? Can someone please show me an

BmGetBits() return value?

2004-11-19 Thread geoff
Hey, Im kinda of a newb but in my application i want to access the bmp data. The docs say BmGetBits does the job but it returns a void * value. What data type am i supposed to cast this to? Thanks Jeff -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://

Re: 5-way navigator key codes?

2004-10-01 Thread geoff
PM 9/30/2004, you wrote: > > What are the 5 way navigator key codes? In chars.h it only says vchrPageUp > >and vchrPageDown but i don't see any left/right/ or select key characters > >which are on the 5-way. Thanks, Geoff > > Are you using a recent Palm OS SDK. The c

Re: 5-way navigator key codes?

2004-09-30 Thread geoff
For Tungsten and Zire go to PalmOne, for Treo600 and all new devices go > to PalmSource, look for Rocker Events. > > Henk > > geoff wrote: > > > What are the 5 way navigator key codes? In chars.h it only says vchrPageUp > > and vchrPageDown but i don't see any l

5-way navigator key codes?

2004-09-30 Thread geoff
What are the 5 way navigator key codes? In chars.h it only says vchrPageUp and vchrPageDown but i don't see any left/right/ or select key characters which are on the 5-way. Thanks, Geoff -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmo

Re: correct FrmDoDialog usage

2004-09-30 Thread geoff
Use FrmDrawForm() to draw the form once the modal dialog you have has been released. Or You can call FrmUpdateForm with an update code then handle the event in your handler drawing everything that the modal dialog covered. Geoff - Original Message - From: "gaurav agarwal&quo

Re: FrmGotoForm / FrmReturnToForm(0)

2004-09-23 Thread geoff
I think you have to delete the active form with FrmDeleteForm(); Am i right? - Original Message - From: "Steve" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, September 23, 2004 7:08 AM Subject: FrmGotoForm / FrmReturnToForm(0) > I've got quite a few

Re: PODS problems

2004-09-02 Thread geoff
Thanks ben, Borland make was first in path. - Original Message - From: "Ben Combee" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, September 02, 2004 1:04 PM Subject: Re: PODS problems > At 09:59 AM 9/2/2004, you wrote: > >When i create a new project

PODS problems

2004-09-02 Thread geoff
Hi, When i create a new project with pods, a get an error in the tasks window saying "Project build command is not GNU make". What does this mean, i know i have the gnu make. Also, when i try to build a project, in the C-Build window make doesnt work because pods passes it a -k option "make -k all

palm game programming books?

2004-08-25 Thread geoff
Are there not any good palm game programming books availble somewhere. There is one palm game prog. book but its average user rating on amazon is like 1 star. Anybody have any recommendations for books or even internet resources? Thanks, Geoff -- For information on using the Palm Developer

nilEvent Timing

2004-08-23 Thread geoff
t possible to make accurate timing. Do you have to increment a integer for every event , then do what ever you want after that? Thanks Geoff -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Palm OS Developer Suite

2004-07-24 Thread geoff
Is Palm OS Developer Suite coming out soon as the final verison (not beta). And is it free? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Table not appearing

2004-07-21 Thread geoff
Hey, Whats wrong with this code. Im trying to display bitmap in table cell. the table is supposed to have 8 rows and 2 columns. But it complies and doesnt show any table. Im pretty sure im doing somehting wrong with TblSetItemStyle(tableP, i, 1, customTableItem) but i dont know what. Im new at pa

Re: bitmap in a table cell?

2004-07-20 Thread geoff
ion this: > > x = bounds->topLeft.x ; > y = bounds->topLeft.y ; > > h = DmGetResource(bitmapRsc, img); > if (h != NULL) > { > p = (BitmapType *)MemHandleLock(h); > WinDrawBitmap((BitmapPtr) p, x, y); > MemHandleUnlock(h); > DmReleaseResource(h);

bitmap in a table cell?

2004-07-20 Thread geoff
Hey, Does anyone know how to put a bitmap in a table cell? Thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Transfer jpg photos back to server

2004-07-06 Thread Geoff
Is there a method or program to transfer files (.jpg photos) back to specific directories on a server through the internet or a LAN using bluetooth or cellular from the Zire72 or Treo600? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com

3D graphics?

2004-06-29 Thread geoff
Hey, i'm new to palm programming. Can i ask where i good c librairy would be for 3D graphics or just how to make 3D graphics. Thanks in advance ,geoff -- For information on using the Palm Developer Forums, or to unsubs

Re: prc-tools

2004-06-18 Thread geoff
10:13 PM Subject: Re: prc-tools > geoff wrote: > > hey, im having trouble with prc-tools. I dont even know if this is the right > > palce to post, but im desperate. Is it even possible to build it on windows > > xp, why can't a website just build prc-tools then send out a buil

prc-tools

2004-06-18 Thread geoff
hey, im having trouble with prc-tools. I dont even know if this is the right palce to post, but im desperate. Is it even possible to build it on windows xp, why can't a website just build prc-tools then send out a built copy so i don't have to go through with this. Thanks -- For information on us

tuts

2004-06-12 Thread geoff
Is there any good tutorials for c programming on palm. I haven't seen any good ones yet looking all over. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

No modem for Zire 72

2004-05-07 Thread Geoff
So far I can't find any modem that will work with the Zire72. Has anybody heard of a way to truly mobile without a modem with the Zire72? I've always thought a modem should be built into the devices! Let me know if a solution exists. Thanks -- For information on using the Palm Developer Forum

Re: using constructor to create forms

2004-02-12 Thread Geoff Callaghan
at all certain it's set up properly. "Ben Combee" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Constructor is used with projects based on the Mac OS 68K linker. New CW projects use the Palm OS 68K linker which doesn't support Mac OS resource formats. -Ori

using constructor to create forms

2004-02-12 Thread Geoff Callaghan
here. -- Geoff Callaghan IT Manager TRAK Engineering [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: can't find smrOpen command

2004-02-11 Thread Geoff Callaghan
Never mind, someone helped me out. "Geoff Callaghan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm using Codewarrior and it is telling me there is no prototype for smrOpen > and smrClose. I have included the serialmgr.h header, and that generated n

can't find smrOpen command

2004-02-11 Thread Geoff Callaghan
I'm using Codewarrior and it is telling me there is no prototype for smrOpen and smrClose. I have included the serialmgr.h header, and that generated no errors, so what's going on here? -- Geoff Callaghan IT Manager TRAK Engineering [EMAIL PROTECTED] -- For information on usin

codewarrior sdk location

2004-02-10 Thread Geoff Callaghan
When I install the SDK, it doesn't find my codewarrior installation. Where should I put the SDK so CodeWarrior can find it? -- Geoff Callaghan IT Manager TRAK Engineering [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Treo 600 SDK

2003-12-18 Thread Geoff Akens
Paul, The Treo 600 SDK is available from the palmOne plugged-in area (http://pluggedin.palmone.com/regac/pluggedin/index.jsp). It requires that you register to access the SDKs. Geoff - Original Message - From: "Paul Nevai" <[EMAIL PROTECTED]> To: "Palm Dev

Re: Problem with CodeWarrior 9.2 and Palm 5.0 SDK R3

2003-12-15 Thread Geoff Akens
s. I then opened the BuildAll.mcp that I ran after the 9.2 patch and ran the BuildHeaders subproject. Then I changed the value back to PalmOS_Headers and it worked fine. Geoff Akens - Original Message - From: "Geoff Akens" <[EMAIL PROTECTED]> To: "Palm Developer

Re: Problem with CodeWarrior 9.2 and Palm 5.0 SDK R3

2003-12-15 Thread Geoff Akens
urce released their R3 SDK and they now support Handspring 5-way and keyboard features. (YOU NEED TO UPDATE YOU PALMOS HEADER TO THE LATEST PALMSOURCE SDK)" I believe this to mean that the step you mention is no longer necessary, sinc

Problem with CodeWarrior 9.2 and Palm 5.0 SDK R3

2003-12-14 Thread Geoff Akens
I recently installed the Palm SDK on my system because I wanted to use some of the new Treo 600 APIs. I used the Palm_OS_5_SDK_68k_R3.exe installer available from the PalmSource website. When I ran the installer, it said it couldn't find CodeWarrior on my system, so I had to copy the files into m

Re: Help with sockets! plz!

2003-10-15 Thread Geoff South
Be aware the linger solution code will NOT work on PalmOS 5. There is a byte order issue.. To quote palmsource: "There is a byte swapping bug which prevents the linger setting to get set in the OS5.x. There is no fix for this issue at this time but you may want to try swapping the bytes as a workar

Re: Override Voice Memo Button on Tungsten-T

2003-10-09 Thread Geoff Thompson
"Phil Lachmann" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > > I would like to voice memo button on a Tungsten T and restore it properly > upon exiting my application. > > I found from other posts that the button char is vchrHard5 and I can use > this to override. I need to pro

Re: Voice Memo Button Notification (2nd post)

2003-10-09 Thread Geoff Thompson
"Ben Combee" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > At 11:16 AM 10/9/2003, Geoff Thompson wrote: > >Sorry to re-post, but I'm stuck on this one... > > > >Previous posts to this forum mention vchrHard5 as the virtual character

Re: T3 Sim.. "G"s?

2003-10-09 Thread Geoff Thompson
Yes! I see the same thing - "Jeff Mitchell" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > Does anyone else notice spurious "G"'s popping up all over the T3 > sim? > > ie: Fire up the sim (using the correct EFIGS rom!), and go to the > launcher. Toggle virtual grafitti up and d

Voice Memo Button Notification (2nd post)

2003-10-09 Thread Geoff Thompson
Event, vchrHard5 never makes it to my notification handler. I can pick up vchrHard1 through vchrHard4 without trouble - what is the difference between these and vchrHard5? Thanks, Geoff -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/su

Re: sysNotifyKeyboardDialogEvent works on T-C simulator!!

2003-10-09 Thread Geoff Thompson
rights should be posting the event. "YAMADA Tatsushi" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > It's posted when user choose "Keyboard" from edit menu. > > Geoff Thompson wrote: > > > FYI - sysNotifyKeyboardDialogEvent is

Re: sysNotifyKeyboardDialogEvent works on T-C simulator!!

2003-10-08 Thread Geoff Thompson
FYI - sysNotifyKeyboardDialogEvent is not being posted by the new T3, either - in the Simulator or (I suspect) on the real device. "Edmund" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I see! Anyway, thank you very much! Hope Palm can do something on this > problem. I really don

sysNotifyVirtualCharHandlingEvent and the Voice Memo Hardware Key on T/T2/T3

2003-10-07 Thread Geoff Thompson
seem right...am I missing a Palm SG header file? And, similar to NavSelect, this event seems to be executed by the OS prior to being passed to the notification handler. Are these keys intentionally different? Is there a priority I can use to override the OS behavior? Thanks in advance - Geof

Re: Again: How to convert rsrc to rcp?

2003-10-03 Thread Geoff South
set to go! I spent days trying to figure out how to successfully convert my .rsrc files, and I haven't had a problem with the proces soutlined above yet. Geoff "Flex" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Thanks guys, > I'll try that

Multiple Palms, One Computer

2003-08-27 Thread Geoff Akens
ation -> Didn't work. 2. Install the Sony version of Palm Desktop -> Worked, but now my Zire 71 won't sync. Does anyone have any advice for syncing multiple devices from different vendors on the same PC? I hope it's possible and I'm just missing something. Thanks, Geoff

Sony CLIE PEG-TG50 and KeyCurrentState()

2003-08-27 Thread Geoff Akens
the device is powered up, subsequent calls to KeyCurrentState() correctly reflect the state of the hardware buttons. Has anyone else observed this behavior? Does it only occurr on this Sony model, or does it occurr on all Sony devices? Any idea why? Thanks, Geoff Akens -- For information on

Re: T/2 Voice Memo button

2003-08-22 Thread Geoff Akens
Anyone know the key bit that is set when checking KeyCurrentState() for this button? - Original Message - Message: 5 Date: Thu, 21 Aug 2003 17:33:12 -0700 From: "Rob Larson" <[EMAIL PROTECTED]> Subject: Re: T/2 Voice Memo button >I've never seen any documentation about how to use t

Telephony on the Tungsten W

2003-08-20 Thread Geoff Day
Anyone know how to disable the built-in phone app. on the TW? I want to get access to incoming calls first, and optionally pass them on to the built-in app. If I can handle data calls in this way also so much the better. Thanks, Geoff Day -- For information on using the Palm Developer Forums

Re: get phone number of the sim card

2003-08-20 Thread Geoff Day
a server with a modem and land line attached, call it from the mobile, the server gets the Caller ID and sends it back to the mobile in a data packet. Complex, but should work. Geoff Day "Patrick S." <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hello there!

Tech support re Tungsten W

2003-08-15 Thread Geoff Day
can enable that? The Telephony Manager knows there is an incoming call because I can poll TelGetCallState() and the .state value changes from zero to 1. Polling is not a practical option in my application however. -- Many thanks, Geoff Day -- For information on

Data call notification in Telephony Manager

2003-08-14 Thread Geoff Day
able that? The Telephony Manager knows there is an incoming call because I can poll TelGetCallState() and the .state value changes from zero to 1. Polling is not a practical option in my application however. Thanks, Geoff Day Interaxis Computing Ltd -- For information on using the Palm Develope

Re: Tungsten T Simulator and Memo Button

2003-07-18 Thread Geoff Akens
or have a similar way of simulating the voice memo button? Thanks, Geoff Akens -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Tungsten T Simulator and Memo Button

2003-07-18 Thread Geoff Akens
Does anyone know how to get the Tungsten T Simulator to simulate a memo button press? Thanks, Geoff Akens -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Resource Strings

2003-07-17 Thread Geoff Akens
in the string. > > --- > Aaron Ardiri[EMAIL PROTECTED] > CEO - CTO +46 70 656 1143 > Mobile Wizardry http://www.mobilewizardry.com/ Thanks Aaron! Your help is appreciated. Geoff Akens -- For information on using the Palm

Resource Strings

2003-07-17 Thread Geoff Akens
Can anyone explain how to insert special characters (copyright, trademark etc.) into resource strings? I'm using PilRC, as it ships with CW 9.1, to create the resources for my app. Thanks, Geoff Akens -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Tungsten-C - what happened to sysNotifyKeyboardDialogEvent?

2003-07-08 Thread Geoff Thompson
this question? Though many of the licensees have their own forum, I don't see one for Palm SG. Thanks, Geoff Thompson -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

sysNotifyKeyboardDialogEvent in OS 5?

2003-07-01 Thread Geoff Thompson
My program registers for the "sysNotifyKeyboardDialogEvent" notification in OS 5, but I have discovered that the latest and greatest Tungsten-C devices do not appear to be broadcasting this notification. The "Palm OS Programmers API Reference" states in Chapter 3 that "future versions of the OS ma

Tungsten-C differences?

2003-06-30 Thread Geoff Thompson
? I would like to avoid having to go buy a T|C just for testing purposes... Any advice would be appreciated. Thanks! Geoff Thompson -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Database showing separately in App Launcher

2003-06-06 Thread Geoff Thompson
"Ben Combee" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > At 12:48 2003-6-6 -0500, Geoff Thompson wrote: > >I use the same Creator when creating my database, but it shows up separately > >in the App Launcher. Yet, when I delete the program (vi

Re: Database showing separately in App Launcher

2003-06-06 Thread Geoff Thompson
> Your application does have type 'appl', right? Are there any other apps > with that same creator code on the device? > Actually, no. It is a...ahem..."HACK"... -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Database showing separately in App Launcher

2003-06-06 Thread Geoff Thompson
I use the same Creator when creating my database, but it shows up separately in the App Launcher. Yet, when I delete the program (via "App > Delete"), the database is also deleted. What am I doing wrong? -- For information on using the Palm Developer Forums, or to unsubscribe, please see htt

SDIO on Zire 71

2003-06-04 Thread Geoff
Does the Zire 71 support SDIO -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Catch-22 - Alert in form event handler's frmOpenEvent (Hack)

2003-02-15 Thread Geoff Thompson
in with FrmDoDialog (which has its own event loop)? Or, is there a way to swallow the frmUpdateEvent the first time through? Or, should I not worry about the draw window error in the debug ROMs, since all appears to work fine in the release ROMs? Thanks in advance for any advice - Geoff -- For

Re: Problems changing/restoring screen depth for a "helper" form

2003-01-28 Thread Geoff Thompson
"Chris Antos" <[EMAIL PROTECTED]> wrote in message news:110967@palm-dev-forum... > > > > As far as the Frm functions go, if you use them correctly then yes [the > > > form's initial] FrmDrawForm() saves the bits behind the form, and the > > > default handler for frmCloseEvent restores the bits or

Re: Problems changing/restoring screen depth for a "helper" form

2003-01-28 Thread Geoff Thompson
evel Win functions? Or am I missing something? Hopefully this makes sense - any help would be greatly appreciated! Thanks, Geoff -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Problems changing/restoring screen depth for a "helper" form

2003-01-24 Thread Geoff Thompson
the effective palette when you > change depth. That's why you need to save/restore the palette. The app > you're popping up on top of may be using a custom palette. > I'll take a look at WinPalette. Thanks, Geoff -- For information on using the Palm Developer Forum

Re: Problems changing/restoring screen depth for a "helper" form

2003-01-24 Thread Geoff Thompson
"Chris Antos" <[EMAIL PROTECTED]> wrote in message news:110439@palm-dev-forum... > > > I would like to utilize the max color depth that is available on the > > device, but find that when I use WinScreenModeGetSupportedDepths > > /WinScreenModeSet to up the depth and then restore it prior to > > un

PalmRez Warning on Latin chars

2002-12-13 Thread Geoff Thompson
I am using international characters, so have included "CharLatin.h". Though everything seems to be working just fine, I get the following warning in CodeWarrior when building the app: PalmRez Warning: Possibly invalid character 0xb6 (ΒΆ) is present in resource RTSt ID=4200. I do not get this on a

CreatorID vs Database Name

2002-12-13 Thread Geoff Thompson
I have a situation where I have a unique CreatorID but a duplicate Database Name. What happens to the 'old' application when I install the 'new' one? It appears that it is written over, as it disappears from the Launcher menu, and from the App > Delete menu. If this is the case, what about the Pr

Re: SD Bar Code Scanner

2002-11-11 Thread Geoff
Thanks for your information. Did Socket call you back regarding the SDIO Bar Code Scanner Press Release "Tony Goggin" <[EMAIL PROTECTED]> wrote in message news:100400@;palm-dev-forum... > > I haven't found any, Geoff - but I have been concentrating on looking for 2D &g

SD Bar Code Scanner

2002-11-07 Thread Geoff
Are there any SD Slot Bar Code Scanners similar to the Symbol CSM150 but for the SD Slot. I have seen marketing materials with mock-ups of these but cannot find an actual product -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/supp

WinScreenMode - Changing bit depth from a sub-program (that has been SysAppLaunched)...

2002-10-23 Thread Geoff Thompson
do differently? Any help or advice would be appreciated. Thanks, Geoff Thompson -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Rare problem with DlkGetSyncInfo?

2002-10-23 Thread Geoff Thompson
27;t) - I will try more combinations with this person, but I wanted to be sure, before I drove them (and me) crazy, that DlkGetSyncInfo doesn't act funky in any strange and unusual circumstances...so I take it, if the HotSync program displays the name, then DlkGetSyncInfo is performing fine on the

Rare problem with DlkGetSyncInfo?

2002-10-23 Thread Geoff Thompson
s not contain any weird characters - and again, when I configure POSE with his User Name - I am able to register without a problem. Is there some strange circumstance/configuration out there that the following would not work with? Am I doing something wrong? Any feedback would be appreciated! Thanks,

Re: Forms in hacks Was: Re: Target Settings for Hack?

2002-07-31 Thread Geoff Thompson
s ResLoadForm, which calls DmGetResource (Why not DmGet1Resource here???), so in this case, you might get the application's form instead of your hack's form. Kevin -----Original Message- From: Geoff Thompson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 5:54 PM To: Palm D

Re: Target Settings for Hack?

2002-07-30 Thread Geoff Thompson
ed DB first)? If so, I shouldn't have a problem. If not - 2). Is there another way to intialize a form, where I can specify the resource DB to use? 3). Is there a range of UI IDs that would be safe (not likely, I would guess)? - or - 4). Are there dynamic alternatives for older OSes (kee

Re: Forms in hacks Was: Re: Target Settings for Hack?

2002-07-30 Thread Geoff Thompson
there a range of UI IDs that would be safe (not likely, I would guess)? - or - 4). Are there dynamic alternatives for older OSes (keeping in mind that my form has field, button and gadget resources on it)? Thanks! Geoff -- For information on using the Palm Developer Forums, or to unsu

Re: Target Settings for Hack?

2002-07-29 Thread Geoff Thompson
"Ben Combee" <[EMAIL PROTECTED]> wrote in message news:92322@palm-dev-forum... > It is happening at the Rez level, not the linker level, which is why you > see an error, not a warning. I suggested that you not link your > Constructor resources into the project until the final Hack target -- > d

Re: Target Settings for Hack?

2002-07-28 Thread Geoff Thompson
> If you have more than one Constructor-created resource file in your > project, you will get this error. You can get rid of it by combining > all the resources into one resource file. This is an alternative, although I would prefer to keep the resource files separate (one is separate from the ha

Re: Target Settings for Hack?

2002-07-28 Thread Geoff Thompson
some UI stuff in it. Also, the Palm OS Device stuff included is a little different (you already helped me out on the CWRuntime.c issue earlier), but these are the only significant differences I can come up with... Thanks, as always for your help - what would we all do without you?! :) Geoff &

Target Settings for Hack?

2002-07-27 Thread Geoff Thompson
I am trying to build a Hack based on DemoHack, that comes with CodeWarrior (I'm using Version 8). My patch target and my ControlPanel target both compile cleanly, and so does my Debug target. But when attempting to compile my Hack target, I get the following error: Error : There are duplicate

Link Error : [file].c: '__wswtch__' referenced from '[Form]HandleEvent' is undefined

2002-07-16 Thread Geoff Thompson
I searched the archives and see lots of Link Errors - any clues on this one? Is there a reference somewhere where I can figure out what __wswtch__ even is? I have multiple targets in my project, and the full debug target works fine, so I'm sure it's just a target setting of some sort, but I've be

Call Global Find Programmatically?

2002-06-03 Thread Geoff Thompson
I want to pass a string from my application to the global find, and have it display the search results. Can I do this? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Can I turn off user prompt programmatically when using Local Exchange Library?

2002-06-03 Thread Geoff Thompson
I want to send a vcard from my app to the Address app without requiring the user to 'accept' it...can I turn off the user prompt programmatically? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

2nd post - PDI Usage in 3.5

2002-05-27 Thread Geoff Thompson
compatible with 3.5, yet there are compatibility problems with certain objects/methods--like UDAExchangeWriterNew. Bottom line: should I skip the PDI sample code in 4.0, and use 3.5 sample code for writing out PIM objects if I want my app to work on PalmOS 3.5? Thanks, Geoff Thompson -- For

2nd post - Exchange Dialog Question

2002-05-27 Thread Geoff Thompson
There is a note in the Palm OS Programmer's Companion Volume II (page 19) that says PalmOS 4.0 allows the exchange library to turn off the user confirmation dialog. Is there a way for me (as an Exchange Manager user) to prompt the Local Exchange Library to skip the confirmation? Geoff Tho

Can I call Global Find from my app?

2002-05-23 Thread Geoff Thompson
Can I call the Global Find from my application, and pass it a string to find (so it will bypass the user-input step and go right to the find results)? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Exchange Dialog

2002-05-22 Thread Geoff Thompson
unclear from a compatibility standpoint what the correct way to handle this is... Thanks, Geoff Thompson -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

To use Pdi or not to use Pdi, that is the question...

2002-05-22 Thread Geoff Thompson
with 3.5, but there seems to be compatibility problems with certain objects (like UDAExchangeWriterNew). Bottom line: should I skip the PDI and use 3.5 sample code for writing out PIM objects if I want my app to work on PalmOS 3.5? Thanks, Geoff Thompson -- For information on using the Palm

Re: Palm PIM Source Code

2002-04-23 Thread Geoff Thompson
Meantime, I assume others have developed derivative products and re-sold them without issue, providing of course they include the copyright notice required by Palm? Geoff "Joe" <[EMAIL PROTECTED]> wrote in message news:84566@palm-dev-forum... > > --- Geoff Thompson <[EMAIL PR

Re: Palm PIM Source Code

2002-04-22 Thread Geoff Thompson
to be saying that you cannot resell programs built using the sample code--whereas the paragraph you mention describes annotating code that you "distribute internally". Am I mis-reading this? Geoff "Joe" <[EMAIL PROTECTED]> wrote in message news:84530@palm-dev-forum

Palm PIM Source Code

2002-04-22 Thread Geoff Thompson
been searching around the Palm developer site, but I can't find anything on the licensing/rights of the PIM apps... Thanks - Geoff -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Adding an Address record from my application?

2002-04-15 Thread Geoff Thompson
ld be appreciated! Thanks, Geoff Thompson -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: How do I update a field handle on the 'calling' form from the form loaded by FrmPopupForm?

2002-04-10 Thread Geoff Thompson
event gets called twice, and #2. It doesn't refresh the field. I tried looping through the fields calling FldDrawField(i) and that didn't do it either. What am I missing? Geoff "Geoff Thompson" <[EMAIL PROTECTED]> wrote in message news:83283@palm-dev-forum... >

How do I update a field handle on the 'calling' form from the form loaded by FrmPopupForm?

2002-04-09 Thread Geoff Thompson
r is there an event I can trap somewhere to let me know the Popup form has closed, so I need to refresh the updated field? Thanks, Geoff Thompson [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Handles and Pointers, oh my!

2002-04-05 Thread Geoff Thompson
almost certainly never came from a handle. > > -bob mckenzie, palmsource pdx > > -Original Message- > From: Geoff Thompson [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 05, 2002 9:31 AM > To: Palm Developer Forum > Subject: Handles and Pointers, oh my! > > > I am

Handles and Pointers, oh my!

2002-04-05 Thread Geoff Thompson
grammer? Thanks in advance - Geoff Thompson [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: CtlSetLabel from Database Field

2002-04-04 Thread Geoff Thompson
Thanks. "Steve Mann" <[EMAIL PROTECTED]> wrote in message news:82801@palm-dev-forum... > > >Does the recP > >variable lose scope when exiting the routine? If so, where should I put the > >string? In a global? > > Yes. Yes. > > Regards, > Steve Mann > > -- For information on using the Palm D

CtlSetLabel from Database Field

2002-04-04 Thread Geoff Thompson
. UnpackRec(recP, packedRecP); // Change button label, show it ctlP = GetObjectPtr(buttonIndex); CtlSetLabel(ctlP,recP->textField); CtlShowControl(ctlP); Thanks, Geoff Thompson [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please

Passing fields between forms

2002-03-25 Thread Geoff Thompson
to any of them, and they set the handles and display the contents just fine... Sorry for all the code - as I said, there must be a better way! Any ideas or suggestions would be greatly appreciated! Geoff Thompson -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

  1   2   >