Dear friends,
I have been writing to this forum, the past 4 days, but sorry to say nobody
has replied anything about the problem I am facing in Connection Panels.

The problem I am facing is :
1) I am not able to replace the default Connection Panel() with my own
Connection Panel() which gives the users some more useful features.
2) I made the following settings in the Target Settings of CodeWarrior 7.0:

            output file name :            Connection.prc
            Type                 :             panl
            Creator             :            modm
            Version             :            1.0

After installing my prc file with the above settings, I am still seeing only
the default Connection Panel on the device.
3) If I give any other Creator ID, other than "modm", then my application
appears in addition to the default Connection Panel().
4) And finally I tried myself to find a solution and hence changed the
version of my application to 3.5 from 1.0, now whenever I use a
CncGetProfileList(), it is returning an error code of 1282.  Besides it is
not creating any list and also not returning the number of items in the
Profile List.  Given below is the code snippet available in Palm OS
Reference.pdf which I am using for getting the profile list.

void setConnectionList(FormPtr frmP)
{
Err err;

 lstp = FrmGetObjectPtr(frmP, FrmGetObjectIndex(frmP, MainConnectionList));
 err=CncGetProfileList(&gplist,&gpCount);
 LstSetListChoices(lstp,gplist,gpCount-1);
}

Please help... and kindly tell where I am wrong?

Thanks and regards.

Yuva Kumar R


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to