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/
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
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
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/
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
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...
>
&
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
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
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/
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/
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/
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
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
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/
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üß
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
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
>
> 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/
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/
>
> 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));
>
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/
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/
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/
;
> 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
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);
> >
> >
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
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
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
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/
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
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
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/
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'
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/
(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.
>
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
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
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/
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/
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/
40 matches
Mail list logo