RE: Accessing databases that come with the Palm

2000-12-11 Thread Radiosity
whohoo...gettin my copy from amazon in a day or two. hope it'll be good! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Steve Mann Sent: Monday, December 11, 2000 5:32 AM To: Palm Developer Forum Subject: Re: Accessing databases that come with the Palm

RE: redrawing the field

2000-12-06 Thread Radiosity
Here's the sub I use for doing it. void SetLabel(UInt16 LabelName, UInt16 FormName, CharPtr LabelText) { FormPtr pForm = FrmGetFormPtr(FormName); Word wIDLabelName = FrmGetObjectIndex ( pForm, LabelName); FrmHideObject ( pForm, wIDLabelName);

RE: Graphic?

2000-12-04 Thread Radiosity
You mean a splash screen? If that's what you mean, make a new form, FormSplash or something and get it to be loaded first and foremost. In the FrmOpenEvent event of FormSplash, put something like: SysTaskDelay(5);// Or longer/shorter if you like FrmGotoForm(MainForm); // Load

Top 10 Failures

2000-12-04 Thread Radiosity
Well some of you might have seen this. Sorry if its an inconvenience. For those of you who haven't , this is extracted from the Palm Platform Platinum Program document (whoah..that's a mouthful). Something i found interesting.. Here are the top 5 failures in each category based on previous ISV

RE: Hex to Integer

2000-12-03 Thread Radiosity
to Integer "Radiosity" [EMAIL PROTECTED] wrote in message news:31908@palm-dev-forum... Hi, I made the changes from int to long for all the needed places, but it seems that after i've done that, it seem to convert the last 4 HEX chars, ignoring the first 4! I followed exactly a

RE: The best IDE is DeveloperStudio for Palm

2000-12-03 Thread Radiosity
Hi, Have you tried reading these two articles? They are specifically about porting CW projects into Falch's DevStudio. http://www.falch.net/Articles/?art=37 http://www.falch.net/Articles/?art=110 Regards -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of

Hex to Integer

2000-12-02 Thread Radiosity
Hi, Someone post this routine below to convert a Hex to an Int. It worked fine, but it seem to convert only the first 4 digits supplied. Say i wish to convert 35A4E900 , it only converts 35A4. Anyone any idea how to get it to convert all 8 chars? int StrHexToInt(const char* pszHex) { int

RE: Hex to Integer

2000-12-02 Thread Radiosity
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ben Combee Sent: Sunday, December 03, 2000 6:40 AM To: Palm Developer Forum Subject: Re: Hex to Integer "Radiosity" [EMAIL PROTECTED] wrote in message news:31906@palm-dev-forum... Hi, Someone post this rou

No show for Labelling on Form Loading..

2000-11-27 Thread Radiosity
Hi, I'm trying to set some text on some labels/fields as soon as the form is loaded. I used frmOpenEvent to set the initial values to the labels/fields : case frmOpenEvent: { frmP = FrmGetActiveForm(); RFFormInit(); // This function is created/used to set all

RE: No show for Labelling on Form Loading..

2000-11-27 Thread Radiosity
? - mz -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Richard Burmeister Sent: Monday, November 27, 2000 4:08 PM To: Palm Developer Forum Subject: Re: No show for Labelling on Form Loading.. From: "Radiosity" [EMAIL PROTECTED] I'm trying to set

Multitasking and threads

2000-11-19 Thread Radiosity
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 19, 2000 9:09 PM To: [EMAIL PROTECTED] Subject: Multitasking and threads Hi folks Anyone any ldea lf the Palm is able to handle multitasking and if it is possible to program threads? Regards

RE: *ping*

2000-11-02 Thread Radiosity
It isn't only interactivity. My attempts to send mails to the list failed too. Humm well.. Regards -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Richard Anderson Sent: Thursday, November 02, 2000 3:54 PM To: Palm Developer Forum Subject: RE: *ping*

Binary to Hex etc functions.

2000-10-31 Thread Radiosity
Hi, I've tried looking all over the dox. I can't find a function to change a binary value to hex. I've found one to change an Integer to Hex ..StrIToH() and such, but I've yet to find any which deals with binary values. I know i'm overlooking somewhere. Anyone has a lead? Regards -- For

RE: Bewildered Beginner

2000-10-31 Thread Radiosity
There is this (very) visual dev IDE called JDesignerPro which could be used to create Palm softwares. Its essentially Java (runs on the Waba Virtual Machine) but seem to compile into PRCs. It also allows you to compile your apps into PocketPC as well. There are online video tutorials you could

Beaming of App Preferences

2000-10-30 Thread Radiosity
Hi, Here's perhaps an unusual question I have. Is it possible to beam over Application to Application, an application's AppPreference? Thanks MZ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/