RE: PalmDebuggger w/SDK 4.0

2001-08-20 Thread Vivek Magotra
Hi, This is a known problem and has been fixed. I do not know what the current release schedule for it is, but I will definitely push for an early release. --vivek > -- > > Subject: Palm Debugger 4.0 >

Re: PalmRez prc file 1 Meg limit ?

2001-07-31 Thread Vivek Magotra
Hi Firas, If you use the PalmRez post linker that comes with Palm OS SDK 4.0 you shouldn't be getting this error. This check was being done in earlier versions of the post linker. --vivek In article <58331@palm-dev-forum>, [EMAIL PROTECTED] says... > > > Hi, > > I am writing an app which

RE: Numeric keyboard as default

2001-06-01 Thread Vivek Magotra
Hi Bhaski, >From Keyboard.h - extern void SysKeyboardDialog (KeyboardType kbd) SYS_TRAP(sysTrapSysKeyboardDialog); and typedef enum { kbdAlpha = 0, kbdNumbersAndPunc = 1, kbdAccent = 2, kbdDefault = 0xff // based on graff

Re: Duplicate resource warning message

2001-05-31 Thread Vivek Magotra
Hi Elizabeth, The 'µMWC'(16400) resource is added by Constructor (and used only by Constructor). The reason you are getting this warning is probably because you have multiple resource files and have the 'Generate App Resources' checkbox set in the project settings section of more than one of the

RE: tAIS vs tSTL

2001-05-15 Thread Vivek Magotra
>From the PalmOS Programmers Companion Vol 1 (PalmOS SDK 4.0) - == To initialize the AppInfoType structure, you call CategoryInitialize, passing a string list resource containing category names. This function creates as many category indexes and unique IDs as are necessary. You only need to make