Re: Help, I receive emails of 2000

2008-05-29 Thread Helmut A. Bender
ou, therefore, in such a case to please contact the > sender of this e-mail. -- Mit freundlichen Grüßen Helmut A. Bender Helmut Bender GmbH Georgstr. 2, 75203 Königsbach-Stein Amtsgericht Mannheim HRB 501213 Geschäftsführer: Helmut A. Bender -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: SysFatalAlert?

2008-02-28 Thread Helmut A. Bender
o.in/Lifestyle/Default> > > > > -- > > For information on using the ACCESS Developer Forums, or to unsubscribe, > > please see http://www.access-company.com/developers/forums/ > > -- > Regards, > > Jayaseelan.V > +91-9842532255 -- Mit freundlichen Grüßen Helm

Re: Strange problem returning a MemPtr

2008-01-28 Thread Helmut A. Bender
m freaking out :( > Does anyone know why can this be happening? Hi, that seems to be a wrong type... do you use variables of type MemPtr everywhere? How do you know the value of the MemPtr? Do you use the right type there? -- Mit freundlichen Grüßen Helmut A. Bender Helmut Bender GmbH G

Re: Palm Os Free Developement

2007-06-08 Thread Helmut A. Bender
ee. And works perfectly with prc-tools and palm developement. -- Greetings Helmut A. Bender -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Crc16CalcBlock

2007-02-11 Thread Helmut A. Bender
omial. > > Regards, > > On 11/02/07, Helmut A. Bender <[EMAIL PROTECTED]> wrote: > > Am Samstag, 10. Februar 2007 15:38 schrieb Aaron Ardiri: > > > On 2/10/07, Helmut A. Bender <[EMAIL PROTECTED]> wrote: > > > > Thanks, but no... thats the CRC32 o

Re: Crc16CalcBlock

2007-02-11 Thread Helmut A. Bender
Am Samstag, 10. Februar 2007 15:38 schrieb Aaron Ardiri: > On 2/10/07, Helmut A. Bender <[EMAIL PROTECTED]> wrote: > > Thanks, but no... thats the CRC32 of the zlib... I need to know the > > polynomial of the included Crc16CalcBlock API... > &

Re: Crc16CalcBlock

2007-02-10 Thread Helmut A. Bender
of the zlib... I need to know the polynomial of the included Crc16CalcBlock API... > Regards, > > On 10/02/07, Helmut A. Bender <[EMAIL PROTECTED]> wrote: > > Hi, > > > > does anybody know the polynom which Crc16CalcBlock uses? > > > > -- > &g

Crc16CalcBlock

2007-02-10 Thread Helmut A. Bender
Hi, does anybody know the polynom which Crc16CalcBlock uses? -- Mit freundlichen Grüßen Helmut A. Bender Helmut Bender GmbH 75203 Königsbach-Stein Amtsgericht Mannheim HRB 501213 Geschäftsführer: Helmut A. Bender -- For information on using the PalmSource Developer Forums, or to unsubscribe

Re: Multiple Databases

2006-10-13 Thread Helmut A. Bender
t; > if (! db) > return (1); > > *dbP = db; > return errNone; > } > > [...] -- Mit freundlichen Grüßen Helmut A. Bender Helmut Bender GmbH -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Memory Leak

2006-07-27 Thread Helmut A. Bender
e of the buffer to '\0' at the beginning. The rest seems quite nice to me... -- Mit freundlichen Grüßen Helmut A. Bender Helmut Bender GmbH -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Any one see a problen here cause my books say no

2005-07-20 Thread Helmut A. Bender
ne)) StrCopy(heritage, "YES"); >else >StrCopy(heritage, "NO"); >handled = true; > return true; > } -- Mit freundlichen Grüßen Helmut A. Bender Helmut Bender GmbH -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Well here is one for someone to resolve

2005-07-17 Thread Helmut A. Bender
Hi druid, you should return false (or handled, in this case), not true, in frmMain_fldNewDesc_OnfldEnter, so the OS can handle the fldEnterEvent correctly. Am Samstag, 16. Juli 2005 08:37 schrieb [EMAIL PROTECTED]: > "Helmut A. Bender" <[EMAIL PROTECTED]> wrote .. > &g

Re: Well here is one for someone to resolve

2005-07-15 Thread Helmut A. Bender
Am Freitag, 15. Juli 2005 14:44 schrieb [EMAIL PROTECTED]: > "Helmut A. Bender" <[EMAIL PROTECTED]> wrote .. > > > Am Freitag, 15. Juli 2005 04:42 schrieb druid: > > > because no matter what I do, it still crashes > > > I think it's a bug wi

Re: Well here is one for someone to resolve

2005-07-15 Thread Helmut A. Bender
c, 0, commandKeyMask); Perhaps this works with you, too. -- Mit freundlichen Grüßen Helmut A. Bender Helmut Bender GmbH -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Why does this cause a low byte fault

2005-07-14 Thread Helmut A. Bender
ctIndex(form, fldName)); > SysKeyboardDialog(0); > FldDrawField(fldName); ^ > return true; > } I don't know, what type fldName has, but it seems to be a resource id. FldDrawField needs the pointer to the field structure. -- Mit freundlichen Grüß

Re: Issue with Palm OS 5 and Serial Port

2005-04-22 Thread Helmut A. Bender
es received from Serial Port in > Palm OS 5? or is there anything I am missing here?? If you don't use IR communication, there are no problems I know of. OS5 shouldn't work different to OS4. > Thanks in advance. > > Anamika. -- Mit freundlichen GrÃÃen Helmut A. Bender He

Re: Variable Problem (memory pointer?)

2005-01-05 Thread Helmut A. Bender
use the problem.. > > Thanks > > > Boolean getDietTarget2(UInt32 recIndex) > { > UInt32 nutrientId = 0; > Int32 rangeMin = 0; > > nutrientId = 2; > rangeMin = 1; > > return (true); > } -- Mit freundlichen Grüßen Helmut A. Bender Helmut Bender GmbH -- For

Re: Palm OS Developer Program

2004-12-24 Thread Helmut A. Bender
> > Regards > Henk -- Mit freundlichen Grüßen Helmut A. Bender Helmut Bender GmbH -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Move memory chunk to another memory chunk

2004-12-07 Thread Helmut A. Bender
dle which could be moved. -- Mit freundlichen Grüßen Helmut A. Bender Helmut Bender GmbH -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: handle error

2004-11-08 Thread Helmut A. Bender
> > h = DmQueryRecord(elecDatabase, indexgen); > if (h) { > DBRecordType * p = (DBRecordType *) MemHandleLock(h); > fldP = (FieldType *) FrmGetObjectPtr(frmP, FrmGetObjectIndex(frmP, > namefield)); > > FldSetText (fldP,h,80, StrLen(p->name)); >

Re: Setting Focus

2004-11-03 Thread Helmut A. Bender
help would be greatly appreciated! > > thanks, > > ~Tony -- Mit freundlichen Grüßen Helmut A. Bender Helmut Bender GmbH -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: strange fatal exception

2004-10-27 Thread Helmut A. Bender
t change parameters of functions. Perhaps you should declare and use it like fldStartDay = GetObjectPtr(TXTSTARTDAY); In the code you posted fldStartDay is never defined. -- Mit freundlichen Grüßen Helmut A. Bender Helmut Bender GmbH -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: PRC-tools problem

2004-10-08 Thread Helmut A. Bender
ion. That works for me. -- Mit freundlichen Grüßen Helmut A. Bender Helmut Bender GmbH -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Retrieving App Preference with a large struct

2004-09-04 Thread Helmut A. Bender
; > instead of, > StrCopy(MyChar, prefP->data); > The "test" string was initialized with no problem. > > I think that I am reading from the Ptr of the MyPrefDB the wrong > way...please help! > > In a message dated 9/3/2004 3:27:41 AM Eastern Daylight Time, "Helmut

Re: Retrieving App Preference with a large struct

2004-09-03 Thread Helmut A. Bender
this code, but its > > giving me an error: > > > > UInt16 PrefSize = sizeof(MyPrefDB); > > MyPrefDB *prefP = (MyPrefDB *) MemPtrNew (sizeof(MyPrefDB)); > > PrefGetAppPreferences(kCreator, 0, prefP, &PrefSize, true); > > MemPtrFree(prefP); > > > >

Re: lstNewList

2004-09-03 Thread Helmut A. Bender
r has to be valid as long as it is used, so don't unlock or free memP until you don't need the list any longer. To avoid memory leaks you should unlock and free memList as soon as you don't need the list anymore. I hope the rest of the variables are correct (e.g. stringCount

Re: Palm OS Developer Suite 1.0 is released!

2004-08-05 Thread Helmut A. Bender
ombee on Palm OS" weblog: http://palmos.combee.net/ > >Palm OS Dev Fourm Archives: http://news.palmos.com/read/all_forums/ > > > > > > > > -- > > For information on using the Palm Developer Forums, or to unsubscribe, > > please see http://www.p

Re: Help on VFSDirEntryEnumerate is urgently [tetsuo Nagamatsu]

2004-07-01 Thread Helmut A. Bender
r *fileName = (Char*) MemPtrNew(256); > > > > info.nameBufLen = sizeof(fileName); > > Do you know the size of fileName? > This type is "Char *". > This means that sizeof(fileName) is the same value with sizeof(Char *). Perhaps you wanted to write info.nameBufLen = StrLen(fileNam

Re: MemHandleFree doubt!

2004-06-10 Thread Helmut A. Bender
it anymore. You need MemHandleLock and MemHandleUnlock when you want to actually _use_ the data; you need MemHandleNew and MemHandleFree to create and destroy a memory chunk. -- Greetings Helmut A. Bender Helmut Bender GmbH -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: SDK for UNIX ? (prc-tools already installed)

2004-06-09 Thread Helmut A. Bender
Hi Edgar, there is also the SDK as rpm (palmos-sdk-5.0r3-1.noarch.rpm), which includes the includefiles and libraries, and the SDK for CodeWarrior as zip (PalmOS_5_SDK_68K_R3_no-install.zip) which includes the documentation as pdf. The rpm installs to /opt/palmdev. I'm using this tools and the

Re: String Lengths

2004-05-19 Thread Helmut A. Bender
Hi Chris, you define Char CustNo [5]; and set r.CustNo[5]= chrNull; to terminate the string. But the string has a length of 5, so the indices are 0..4, not 0..5. You set the chrNull as the first character of the next field, so it's overwritten in the next step. Use r.CustNo

Re: Help Needed

2004-04-06 Thread Helmut A. Bender
ior DTS engineer, 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/ > > > __ > Do you Yahoo!? > Yahoo! Small Business $15K Web Design Giveaway > http://promotions.yahoo.com/design_giveaway/ -- Mit freundlichen Grüßen Helmut A. Bender Helmut Bender GmbH -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Methods to handle one-to-many table

2004-03-29 Thread Helmut A. Bender
d "NextRecNo" without any delay whichever > master record is selected. I'm not sure if it is a good way to handle > master-details relationship like that. > > Also, I'm thinking whether it is possible to handle editable records in > this way. > > I'

Re: POSE & Static variables

2004-03-22 Thread Helmut A. Bender
mory you free isn't cleared either and so it may happen that you get the same chunk you used last time. -- Mit freundlichen Grüßen Helmut A. Bender Helmut Bender GmbH -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Static inline functions and code segments?

2004-02-01 Thread Helmut A. Bender
(They are > supposed to be inlined, after all.) Or do I have to prototype them with a > section tag? > > static inline Int16 compareTitles(MemPtr p1, MemPtr p2) SECTION; > static inline Int16 comparePublicationDates(MemPtr p1, MemPtr p2) SECTION; > > I'm using PRC tools. >

HandEra SDK

2003-10-30 Thread Helmut A. Bender
Help! Does anybody know where to get a Handera 330 SDK? Neither on the handera nor on the palmsouce website nor anywhere else on the net I could find it! Where can I find it? -- Thanks Helmut A. Bender -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Return an index of the record faster- DmSearchRecord

2003-10-29 Thread Helmut A. Bender
BTW: You should create the reference record with e.g. MemPtrNew if it's big to save stack space. If you haven't sorted the database with the fields you need there's only one possibility: you have too loop through any record to find what you want. If there would be a OS call to do that it

Graffiti 2 disables catching points

2003-10-28 Thread Helmut A. Bender
disable graffiti before signing, but I really want to do this programmatically. -- Mit freundlichen Grüßen Helmut A. Bender Helmut Bender GmbH -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: (newbie need help)My app doesn't return to the aplications screen (Home).

2003-09-15 Thread Helmut A. Bender
y(s,""); > } > a.topLeft.y = coordY; > WinEraseRectangle (&a, 0); > WinDrawChars (s, StrLen (s), 70, coordY); > MemPtrFree(s); > } > > Its only after going to this form that my problemm occurs. Nothing happens > with the other forms > Can't figure out why. Probably its a basic error but since I'm learnig as > I'm writing it... -- Mit freundlichen Grüßen Helmut A. Bender Helmut Bender GmbH -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: printer

2003-09-15 Thread Helmut A. Bender
t http://www.stevenscreek.com/palm/palmprintdev.html -- Mit freundlichen Grüßen Helmut A. Bender Helmut Bender GmbH -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/