SMS

2006-08-18 Thread Durgesh Trivedi
is their any 1 who can tell me where i find the source code for the default sms application given palm simulator. bcz i search it every where but dont get it .It is not in the default example of the palmsuite,where their r other example for mail,totdolist,addressbook etc. i need it that to under

SysAppLaunch

2006-08-18 Thread Durgesh Trivedi
i m working on PNO application and from that i want to launch todolist 68k as sub application but it is giving the error message application database can't launch even the database is open. i unable to understand the problen. i also try that SysUIAppSwitch but the same problem please help me t

Re: PODS, C++ and Segments

2006-08-18 Thread Ton van Overbeek
On 2006-08-18, Jay Ts <[EMAIL PROTECTED]> wrote: > Anders Green wrote: >> >> The documentation led to >> some linker options that might help, but I found no >> way to pass them on through the IDE. > > Take a look in the PODS IDE menus, I think it's Project-> > Properties. It's possible to specify

Re: PODS, C++ and Segments

2006-08-18 Thread Jay Ts
Anders Green wrote: > > The documentation led to > some linker options that might help, but I found no > way to pass them on through the IDE. Take a look in the PODS IDE menus, I think it's Project-> Properties. It's possible to specify linker options there. Jay Ts -- Author of Using Samba, 2nd

Re: PODS, C++ and Segments

2006-08-18 Thread Anders Green
At 03:37 PM 8/18/2006, JamesSturdevant wrote: >Is there a way to tell which segments contain specific code and how full the >segment is? I'll confess that's something I'm interested in as well... While my code is segmented and working, I have no idea when it will fill up and break again. ;) The d

PODS, C++ and Segments

2006-08-18 Thread JamesSturdevant
I am trying to port some existing C++ code to a Palm program. The C++ code uses string primarily and I have run into full segment issues even though the only code not explicitly put in a segment is the AppMain code created by the wizard. I suspect that the string class is being loaded there too

Re: array size and fatal alert

2006-08-18 Thread Eric Lyons
Traditional global variables are not allowed in shared libraries. Global variable functionality in shared libraries are provided by adding variables to the LibGlobalsType or LibClientContextType strucutres in the LibPrivate.h header of your library. Access these variables in your implementation

Re: trouble with PhnLibCount

2006-08-18 Thread Jim Morris
Should you be mixing LibRef and smsLibRef? V. Sriram wrote: hi all, please help me out on this one..its really urgent. i am trying to retrieve name and phone number of contacts from address book. but PhnLibCount gives count as 0. this is my code: /*code snippet***/ U

trouble with PhnLibCount

2006-08-18 Thread V. Sriram
hi all, please help me out on this one..its really urgent. i am trying to retrieve name and phone number of contacts from address book. but PhnLibCount gives count as 0. this is my code: /*code snippet***/ UInt16 LibRef; PhnAddressList list; PhnAddressHandle addressH;

Re: array size and fatal alert

2006-08-18 Thread Michal Seliga
is it possible that array is so big that it can't be allocated? if you use memptrnew to allocate it must take less then 64kb. if you need more then use function from palmos glue library (MemGluePtrNew or something like that) [EMAIL PROTECTED] wrote: > I'm working with global variables in a share

Re: condmgr, userdata, and UNICODE don't mix (though .h says they should)

2006-08-18 Thread Michal Seliga
a bit offtopic but i have similar problems with palm tools, i think they focus on usa (as its clearly visible with treo700p which still didn't arrived to europe). otherwise palmos would support unicode long time ago...and not these hacked localisations we are forced to use now and which still don't

array size and fatal alert

2006-08-18 Thread kaineu
I'm working with global variables in a shared library. I placed an array of structures in the global variable. I defined the size of my array and when I run the program there was a fatal alert that popped out. I tried testing some things and I found out that if I decrease the size of my array, t

re: condmgr, userdata, and UNICODE don't mix (though .h says they should)

2006-08-18 Thread hagrdan
BTW, changing the "TCHAR"s to "char"s in Palm's declarations in condmgr.h and userdata.h also links fine. This is my workaround unless a real UNICODE enabled library suddenly materializes. What am I missing? Does Palm not sell much outside english speaking countries? Thanks, Dan -- For inf

condmgr, userdata, and UNICODE don't mix (though .h says they should)

2006-08-18 Thread hagrdan
Hi all, Is there a separate library somewhere for Unicode? Or is this a major bug in the CDK? I'm using VS2003 C++ and CDK403. I have a project calling CmSetCreatorFile, UmGetUserName, etc. It compiles and links fine when my project is set to Multi Byte character set. Userdata.h and condmg

Re: help needed to load image from memory by using Palm Photo API

2006-08-18 Thread Michal Seliga
if you speak about jpg image then its not possible - as documentet in last palmone sdk you must save jpg to temporary file and open it from there Manish wrote: > Hi , > > I needed to load an Image from Memory by using Palm Photo API. > Someone who has worked on this, Please help me. > > Manish

Urgent help is needed to use palm photo API

2006-08-18 Thread Manish
hi , I am using Palm Photo API to load an Image from memory to a form. If someone works on Palm Photo API, Please do infrom me hhow to use them, Manish -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

help needed to load image from memory by using Palm Photo API

2006-08-18 Thread Manish
Hi , I needed to load an Image from Memory by using Palm Photo API. Someone who has worked on this, Please help me. Manish -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: custom string

2006-08-18 Thread Michal Seliga
create text variable, fill it with text (you can use StrPrintF) and set it to field. hen you wills et variable to field and you will use FldSetTextPtr then make sure that variable will exist and its content won't change until field disappears from screen details on functions are in PalmOs referen

custom string

2006-08-18 Thread Durgesh Trivedi
how do i display a custom string in a text field ex: i want to display "[0] Due today " in the text field where number inside the square bracket is changing dynamically. how do i do this? please helpme -- For information on using the PalmSource Developer Forums, or to unsubscribe, please