Re: palm os virtual phone, where to download ?

2006-12-20 Thread victorp king
help me 2006/12/19, victorp king <[EMAIL PROTECTED]>: > > i want to use it to test my palm program ,where to download ? i google it > ,but i havn't find it . -- For information on using the PalmSource Developer > Forums, or to unsubscribe, please see > http://www.palmos.com/dev/support/forums/ --

loading audio file using CodeWarrior IDE

2006-12-20 Thread Aswathi
hi all,, am a newbie in developing PalmOS application . i need to play a .mid file from resource .Am using CodeWarrior IDE for developing this app. Facing an issue in adding a new audio resource using PilRC designer ..didn t find any option for adding any audio resource using th

Re: Pre-OS 4 WinGetBounds equivalent?

2006-12-20 Thread Regis St-Gelais
"Luc Le Blanc" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Despite a remark about the pre-OS 4.0 behavior of the > WinGetBounds API in the API Reference, this API does not seem to > exist before OS 4.0 (at least, this is what POSE tells me when > running an OS 3.5 ROM)

Re: Chinese development?

2006-12-20 Thread Regis St-Gelais
"Jeff Metzner" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > I found Chinese versions of the E2 and TX simulators, but I'm having > trouble finding information about how to create a... Jeff, where did you find Chinese versions of the E2 and TX simulators ? I would be

Re: palm os virtual phone, where to download ?

2006-12-20 Thread Ben Combee
On 12/19/06, victorp king <[EMAIL PROTECTED]> wrote: > > i want to use it to test my palm program ,where to download ? i google it > ,but i havn't find it . -- For information on using the PalmSource Developer > Forums, or to unsubscribe, please see > http://www.palmos.com/dev/support/forums/ Vi

FrmRemoveObject crashing on 4.x and 3.x OS

2006-12-20 Thread V. Sriram
hi everyone, i'm having trouble using FrmRemoveObject. i have dynamically created a field and while closing the form, i remove the field using FrmRemoveObject. this code works perfectly on Tungsten running 5.4 version. but same code crashes in treo 180 and M150 running 3.5 and 4.1 versions respe

Re: palm os virtual phone, where to download ?

2006-12-20 Thread victorp king
o, so how can i debug my palm app? 2006/12/20, Ben Combee <[EMAIL PROTECTED]>: > > On 12/19/06, victorp king <[EMAIL PROTECTED]> wrote: > > > > i want to use it to test my palm program ,where to download ? i google > > it ,but i havn't find it . -- For information on using the PalmSource > > Devel

Wow, did this list go dark or did my mail filter bomb out???

2006-12-20 Thread stuart
Wow, did this list go dark or did my mail filter bomb out??? What is the state of development in the PalmOS? Same Q for the new Wince? What about the Trio's - should I get the PalmOS (6xx) or Wince (7xx) phone? Will the Wince run PalmOS apps? Let's push that one - can it run a Dragonball app

Re: PODS debugging problem with multi-segment app

2006-12-20 Thread Bodo Wenzel
> You will have to use the commandline debugger m68k-palmos-gdb directly > which is not integrated into the PODS GUI. I don't know if there are any configurable GUI frontends for gdb on Windows, but at least on Linux it works smoothly with DDD! Bodo -- For information on using the PalmSource D

Re: palm os virtual phone, where to download ?

2006-12-20 Thread Carmine Castiglia
On a real device? You can check out Palm's loaner program at http://pluggedin.palm.com/regac/pluggedin/auth/page?Page_Name=LoanerProgram -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: FrmRemoveObject crashing on 4.x and 3.x OS

2006-12-20 Thread Ben Combee
On 12/20/06, V. Sriram <[EMAIL PROTECTED]> wrote: > > hi everyone, > i'm having trouble using FrmRemoveObject. i have dynamically created a > field and while closing the form, i remove the field using FrmRemoveObject. > this code works perfectly on Tungsten running 5.4 version. but same code > cras

Re: FrmRemoveObject crashing on 4.x and 3.x OS

2006-12-20 Thread Aaron Ardiri
On 12/20/06, Ben Combee <[EMAIL PROTECTED]> wrote: On 12/20/06, V. Sriram <[EMAIL PROTECTED]> wrote: > hi everyone, > i'm having trouble using FrmRemoveObject. i have dynamically created a field and while closing the form, i remove the field using FrmRemoveObject. this code works perfectly on Tun

Re: FrmRemoveObject crashing on 4.x and 3.x OS

2006-12-20 Thread Dmitry Grinberg
on pre-os5 code you can use the docs to write your own remove function that works, if you really need it. but in general, why not just hide whatever you need to remove? On 12/20/06, Aaron Ardiri <[EMAIL PROTECTED]> wrote: > > On 12/20/06, Ben Combee <[EMAIL PROTECTED]> wrote: > > On 12/20/06, V. S

Re: How do I get the value of a numeic form field

2006-12-20 Thread rockie12
ok, FlpAToF returns a FlpDouble //if I have double n1; double n2; double r1; //how do I use n1 = FlpAToF(FldGetTextPtr(FrmGetObjectPtr(fp,FrmGetObjectIndex(fp,1001; n2 = FlpAToF(FldGetTextPtr(FrmGetObjectPtr(fp,FrmGetObjectIndex(fp,1002; // so I can do r1 = n1 * n2;

Re: How do I get the value of a numeic form field

2006-12-20 Thread rockie12
compiled but getting non-word-aligned handle error. See attached code file -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums//** * * Copy

What math functions are available in the palm api

2006-12-20 Thread rockie12
does it support square root, exponents, multiplication, division What place of decimal accuracy is supported? -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: FrmRemoveObject crashing on 4.x and 3.x OS

2006-12-20 Thread Aaron Ardiri
On 12/20/06, Dmitry Grinberg <[EMAIL PROTECTED]> wrote: on pre-os5 code you can use the docs to write your own remove function that works, if you really need it. but in general, why not just hide whatever you need to remove? this is pretty much what i did.. i dont hide what i dont need - becau

Re: What math functions are available in the palm api

2006-12-20 Thread Aaron Ardiri
On 12/20/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: does it support square root, exponents, multiplication, division What place of decimal accuracy is supported? google + mathlib + palm -- // Aaron Ardiri -- For information on using the PalmSource Developer Forums, or to unsubscribe, p

Re: Wow, did this list go dark or did my mail filter bomb out???

2006-12-20 Thread Regis St-Gelais
"stuart" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Wow, did this list go dark or did my mail filter bomb out??? > > What is the state of development in the PalmOS? > > Same Q for the new Wince? > > What about the Trio's - should I get the PalmOS (6xx) or Wince (7xx)

Re: palm os virtual phone, where to download ?

2006-12-20 Thread victorp king
on a real device? if there is no other way , it maybe worth a try 2006/12/21, Carmine Castiglia <[EMAIL PROTECTED]>: > > On a real device? > > You can check out Palm's loaner program at > http://pluggedin.palm.com/regac/pluggedin/auth/page?Page_Name=LoanerProgram > > > -- > For information on usin

Re: palm os virtual phone, where to download ?

2006-12-20 Thread Rabindra Nayak
You can get some idea palmos documentation part-II communication part.Virtual phone.It must help. rabindra victorp king <[EMAIL PROTECTED]> wrote: help me 2006/12/19, victorp king <[EMAIL PROTECTED]>: i want to use it to test my palm program ,where to download ? i google it ,but i havn'

Treo 680 Phone application

2006-12-20 Thread Bharathi Kumaraswamy
Hello All, I am developing a phone application for Treo 680 device and Is there any difference between Phone API's of Treo 650 and 680? Thanks, Bharathi -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Simulating TCP/IP

2006-12-20 Thread Working Bee
Can anybody give me an idea on how to simulate socket programming using the garnet simulator? c",) -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/