CmdReadRemoteRegisters error: invalid response transaction id +

2005-02-25 Thread Nancy Zayed
Hi, I searched the archives for an explanation to the error message which I keep getting while debugging. The archives don't contain an explanation or a solution to the problem. My config.'n is as follows: 1- XP sp2 2- CW 9.3 3- PalmOne SDK4 build #24 4- Simulator for Treo 600 GSM ATT I get

Re: multilizer - localization

2005-02-25 Thread mguo
Thanks, Ken. One more thing i am wondering is: when multilizer do translation directly in PRC file, is it also smart enough to re-size and re-position UI controls (like button) if the translated string/label is too long to fit the original control? What strategy you recommend for localization? T

re: Selecting checkbox in a list-box?

2005-02-25 Thread mguo
why don't you use table with one checkbox column, instead of list? it will make ur life easier... -mguo -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Writing a keyboard driver

2005-02-25 Thread Sateesh
Hello, I am about to start writing a keyboard driver for a Tungsten running Palm OS 5.0. The Tungsten will actually sit in another hardware which has a keyboard. I have read the "New Serial Manager" in the Palm OS Companion 2, where it mentions about writing a Virtual and Serial Device Driver. I c

Re: PalmRez warning: output resource size larger than 64K

2005-02-25 Thread Miguel Angel Sotomayor Hernandez
Read the thread "static link library" where Brandon Roberson gives a detailed explanation on how to include a large prc file into multiple resources using prc-tools and how to merge this resources into a single prc. It's quite easy and the code included works just fine. Took me less than 5 minu

SMS & Unicode

2005-02-25 Thread PL BY
Does PalmOS phone library support unicode SMS messages? Does PalmOne SMS libray support them? I tried to use the SMS bundled application on a T|T to receive a message that is known to be in unicode from an GSM phone and it just ignored it! Any feedback is welcome. -- For information on using t

Re: Selecting checkbox in a list-box?

2005-02-25 Thread Luc Le Blanc
Daniel Vanderwel a écrit : > I have a question regarding selecting a checkbox in a list-box. > > I've successfully created a checkbox within a listbox callback function, and > i'm wondering if it's possible to select the checkbox individually from the > rest of the row. > > It seems to me that t

Re: Problems with NVFS

2005-02-25 Thread Logan Shaw
Edgar T. LÃpez wrote: > Ok, I understand it. > I was putting my registers like this: > Structure VFS > Register 0: 18 Bytes > Register 1: 204 Bytes > Register 2: 8 Bytes > Register 3: 8 Bytes > . > Register N: 8 Bytes > > But, with NVFS > Register 0: 18 Bytes used & 494 free = 512 Bytes > Registe

Selecting checkbox in a list-box?

2005-02-25 Thread Daniel Vanderwel
I have a question regarding selecting a checkbox in a list-box. I've successfully created a checkbox within a listbox callback function, and i'm wondering if it's possible to select the checkbox individually from the rest of the row. It seems to me that this is impossible since I'm basically dr

Re: Write application in ROM

2005-02-25 Thread Brandon Roberson
ROM is read-only memory. By definition you can't write to it. I don't know much about Symbol devices, but the product specs for your unit say that it's compatible with HandEra's ImagePro deployment software - which is used to deploy multiple devices with the same custom Flash RAM configuration. Th

Re: Problems with NVFS

2005-02-25 Thread Edgar T. López
Ok, I understand it. I was putting my registers like this: Structure VFS Register 0: 18 Bytes Register 1: 204 Bytes Register 2: 8 Bytes Register 3: 8 Bytes .. Register N: 8 Bytes But, with NVFS Register 0: 18 Bytes used & 494 free = 512 Bytes Register 1: 204 Bytes used & 308 free = 512 Bytes Regis

Re: problems with memory

2005-02-25 Thread Brandon Roberson
It sounds like you're aware of the possibility that you're keeping databases, records, or resources open when you should be closing them, and that you might be allocating memory that you're neglecting to free... You might want to check that. If your app isn't iQue-specific, you might want to test

Write application in ROM

2005-02-25 Thread Developer
Is it possible to write an application and all the databases to ROM instead of RAM so data can be saved when the battery goes down. I am using Symbol SPT 1800 with Palm OS 4.1. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/suppor

problems with memory

2005-02-25 Thread Fabio Guerra
Hi, IÂm developing an application using databases and pointers (and obviously functions as "malloc" and "free", etc). When I exit the application (by taping "home") sometimes it crashes, turning the application screen all white, freezing the PDA, and leaving no trace of what happened. Is there s

Re: Table drawing callback function

2005-02-25 Thread Fernando Israel
Hi Greg, Thank you for your reply. And it helps indeed ! The books are on the way. I've order them a week ago. I must apologise because the issue I had turned up to be just the wrong counter in a loop (I mistakely took the number of columns instead of rows). But is helpful what you say and be

Re: multilizer - localization

2005-02-25 Thread Ken Krugler
i know multilizer can do the translation inside PRC file. Does anybody know if multilizer can also do the translation for .rcp file? I don't believe so. They can handle XML (XRD) files, from what I've heard. -- Ken -- Ken Krugler TransPac Software, Inc. +1 530-470-9200 --

WakeupHandlerProc() Doubt

2005-02-25 Thread Luis Adrián Ochoa
I need to use the WakeupHandlerProc() to receive some data from serial port, but i need an example how to use it or how to declare it into my MainForm. I'm using POL Objects with CForms. Thank you. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www

Re: Are notifications pointing to functions bad?

2005-02-25 Thread Henk Jonas
Ingbert Grimpe wrote: Another question on this topic: I have 'some kind' of shared lib and want to register functions for notification callbacks. I thought, that I pass sysNotifyNoDatabaseID and the function's address when registering. But what do I do on Unregister? Unregister takes a LocalI

Re: Are notifications pointing to functions bad?

2005-02-25 Thread Henk Jonas
Rob wrote: My application (Butler) is crashing in two scenarios 1) After I run flyzip's stability test (at the end immediately after the defrag) 2) After some hotsyncs on the treo650 (some users only) I use notifications extensively and point them to functions rather than going through launch

Re: Problems with NVFS

2005-02-25 Thread Henk Jonas
Edgar T. LÃpez wrote: Yes, I already read that paper, I understood that the only disadvantage of the NVFS is when works with big data bases, due to the limit size is the quantity of RAM (10MB). Besides I understand that there is a limitation with the 68k applications (PRC) created with PODS, but no

Re: Table drawing callback function

2005-02-25 Thread Greg Sepesi
Hi Fernando, A book like Foster's 'Palm OS Programming Bible' might be helpful in getting accustomed to Palm OS tables. As far as I know, there is no row drawing that is "the default when they are invalidated" ... so I suspect the little squares that you report are due to your drawing function.

Size of a register VFS

2005-02-25 Thread Edgar T. López
Hi everybody, Which is the maximum size(Bytes) of a register at VFS? Thanks and Regards Edgar T. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: sample of starting an application

2005-02-25 Thread Robert Moynihan
Hi Dave, Could someone give me an example of how to start an application in a program given the name of the application. One way is to use DmGetDatabaseByTypeCreator() to iterate through all databases of type 'appl'. Open each database and look for the 'tAIN' resource (which is the icon name st

sample of starting an application

2005-02-25 Thread David Ellis
Could someone give me an example of how to start an application in a program given the name of the application. Thanks, Dave -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Table drawing callback function

2005-02-25 Thread Fernando Israel
Hi there, I have a 2 column table in a form. The table displays a record in a database in each row (which consists in two elements, so the 2 columns). The cell items are of the custom type. The issue I have is that the drawing function callback associated with the cells is only called for the f

What kind of palm support to connect printer or include printing device into

2005-02-25 Thread tung pham nguyen
Hi everybody, I want to build application on palm and then it can print the result from printing device. Could you tell me whether or not a kind of palm can support to connect to printer directly or include printing device into? Thanks you. __ D

Answer RE: Treo650 Querying CallerID - help

2005-02-25 Thread Vadiraj VilliValam
Hi, After much struggle google-ing and searching Palm's sites and various docs, I finally found that there was a Treo developer forum and there lied the answer in plain English waiting for me :-) I am posting here so that it is archived and might be useful to others. To get the phone number, regi

RE: Working with Preferences: application exits

2005-02-25 Thread Aaron Abend
Found the problem (I did not think it was logic related which is why I did not post code) - segment 1 had apparently gotten too large. I moved some code into segment 2 and it works fine now. I finally did something that generated an "just changed the emulated program counter" error that pointed me

Re: Are notifications pointing to functions bad?

2005-02-25 Thread Ingbert Grimpe
Another question on this topic: I have 'some kind' of shared lib and want to register functions for notification callbacks. I thought, that I pass sysNotifyNoDatabaseID and the function's address when registering. But what do I do on Unregister? Unregister takes a LocalID again, but since I h

Re: sony sdk doc

2005-02-25 Thread Benoit Cerrina
Brandon Roberson wrote: For virtual silk screen support, I never bothered setting the Clie in Hi-res mode. I just let the Vsk library stuff handle that for me. Try commenting out the code that sets the sony to 160x160 compatibility mode and see what happens. (I'm assuming there's code like that in

Re: cant find INet.lib

2005-02-25 Thread Ingbert Grimpe
On Fri, 25 Feb 2005 09:20:42 -, versha khar <[EMAIL PROTECTED]> wrote: I am unable to find a link to download "INet.lib".Kindly send one if possible.Thanks The INetLib is on the device ... or not. Have you read chapter 74 in the Palm OS Reference? -- For information on using the Palm Devel

cant find INet.lib

2005-02-25 Thread versha khar
I am unable to find a link to download "INet.lib".Kindly send one if possible.Thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Treo 650 menu disappears

2005-02-25 Thread Miro Pomsar
Maybe you could do a simple test and put this right after EvtGetEvent (somewhere in your main apploop, before MenuHandleEvent() ) if( event.eType == frmObjectFocusTakeEvent ) continue ; This event has always closed the menu for me, so try and see. However this is not a solution, as 5-way navi

Re: Treo 650 menu disappears

2005-02-25 Thread Stephen Best
"If you do drawing in response to winEnterEvent and you redraw a control that is currently selected ..." I'm drawing on a nilEvent but toggle a drawOK flag on winEnterEvent/winExitEvent: case winEnterEvent: if ( event->data.winEnter.enterWindow == (WinHandle) frm )

Re: Treo 650 menu disappears

2005-02-25 Thread Stephen Best
> Which button is the user pressing? According to the user "the Menu key flashes the menu, but doesn't keep it up". > Have you tested your application on a Treo 650 Simulator? I tried six times with the Simulator and it kept hanging on database load, or powered itself off and wouldn't power up

Re: Treo 650 menu disappears

2005-02-25 Thread Miro Pomsar
Hi, something similar happened to me. If you do drawing in response to winEnterEvent and you redraw a control that is currently selected (has the blue focus frame) the system send a frmObjectFocusTakeEvent (0x4002) which seems to close the menu immediately I have worked around the problem (not

Re: Are notifications pointing to functions bad?

2005-02-25 Thread Neil Whitworth
Rob wrote: My application (Butler) is crashing in two scenarios 1) After I run flyzip's stability test (at the end immediately after the defrag) 2) After some hotsyncs on the treo650 (some users only) I use notifications extensively and point them to functions rather than going through launch