Field & Scroll Bar Problem

2003-08-25 Thread Bill
I'm a newbie in CodeWarrior programming. I'm using CodeWarrior for Palm on Windows Me. Now I'm developing a simple entry form which contains some Labels, Fields, Scroll Bar, and Buttons. I have a problem when I try to correlate Field and Scroll Bar. This Field consists of 128 max characters and 2

Re: new/delete problem in PALM OS

2003-08-25 Thread Alucard
Hallo Jer, In codewarrior 8 there is a debugger, wherein through setting a breakpoint any where on the line of the code i can monitor each process for every line. Every line i step into it, code warrior debugger process it and displays the values of what ever is on the line. (e.g. x[i++] =

Uploading/downloading Databases

2003-08-25 Thread arnosh
Hi, Im completely new to Palm prog. My application uses a prefilled database; where the user enters data into certain fields. I need to 1) Download this database onto the desktop 2) Upload a new database to the handheld device. Im thinking of installing a PDB file onto the handheld. Could someo

Re: NetLibSocketBind

2003-08-25 Thread rajan
You can try using SysErrString to get the exact error and that should give you a better idea on what the problem is. regards, rajan - I'm using this function and its is returning -1 so i checked the err param

export classes from libraries

2003-08-25 Thread AnilkumarB
hi chris, Thanx a lot for the hint, it worked!!!.I used the "force c++ option". I still dont know the procedure of exporting a class from a library ??. I am waiting for any expert opnion. meanwhile i will try to go for it ;). Best Regards Anil -- For information on using the Palm Developer

Re: export classes from libraries

2003-08-25 Thread Chris Tutty
From: "AnilkumarB" <[EMAIL PROTECTED]> > I still dont know the procedure of exporting a class from a library ??. > If I was going to investigate this I'd start with the POL implementation (I think it's in the CW for Palm OS Support\Object Library folder under a CW9 installation). From the brief

feature set usage

2003-08-25 Thread Dhanashri K
Hello , How can I store an entire structure in the feature set and access it later ? Also how can I set its value because FtrSet expects an UInt32 value as the new value . How can I store a structure instead of an UInt32 ? Regards , DK

Re: Alternatives to PrintBoy?

2003-08-25 Thread Markus Dresch
> > At the low end, you can license XIrLib for $10 (last I knew) > > and have unlimited distribution rights. But it is IR only > > and only passes on the raw data stream you provide. You are > > therefore responsible for all printer formatting, escape > > sequences, etc. If the project is for a

Re: Pocket Smalltalk for T C?

2003-08-25 Thread news.palmos.com
There is also a new compiler called HB++ ( see www.handheld-basic.com ). I don't know for hires, but it seems powerful and easy. But I'm agree with Ken : C (->MW) is the standard. my 2 cents. Steve "Paul Folbrecht" <[EMAIL PROTECTED]> a écrit dans le message news: [EMAIL PROTECTED] > > Please bear

fatal exception on switch off with SysLibRemove on Net Lib ref

2003-08-25 Thread Ben Summers
Hi, I'm having a weird problem, where on a Palm Vx I get a fatal exception when I switch the handheld off. On the emulator, this is reported as random applications (not mine) trying to access address 0x. I have narrowed it down to a call to SysLibRemove of a reference to Net Lib. If th

HTML Formatting

2003-08-25 Thread Alucard
Hello Everyone, This anyone know how to format a html into simple text in sony. example: abcdefg the output will be : *abc*/defg /Tanx, Brian -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Where do i specify my CreatorID for my application?

2003-08-25 Thread omadawn
hi, i m trying to use the command 'AppLaunchWithCommand' but i do not know my application's CreatorID, which is need in the command. Please help... Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Text Field

2003-08-25 Thread Marianne
Hello, I have a text field which has numeric value.. I have to validate the number entered and change it if it crosses the boundary... I have handled this in fldEnterEvent.. In this i set the text by calling FldSetTextHandle and called FldDrawField.. The FldDrawField funtion is called to update th

RE: Pocket Smalltalk for T C

2003-08-25 Thread Roger Stringer
Subject: Pocket Smalltalk for T C? From: Paul Folbrecht <[EMAIL PROTECTED]> Date: Sun, 24 Aug 2003 10:13:25 -0500 Of course the C has an XScale proc and 320x320 16-bit display, and I want to be able to take advantage of it's hardware. But, I've read that you cannot do above 160x160 with PST.

Re: Problem with HRWinScreenMode()-followup

2003-08-25 Thread Frank Schaeckermann
pocanman wrote: Umm... I dont know how to check if I have the 16bit integer stuff. how can I know if I did? But there's one thing I did though, I modified the sony header files by applying the perl script (I forgot where I found this script) that changes the enum's to define's so that it will w

Read Table Question

2003-08-25 Thread Christian Lindemeier
Hello I need to read data that is stored in a table. The column I use is a textTableItem. All I try doesn't seem to have any effect. char*tempBuf; table = FrmGetObjectPtr (frm, FrmGetObjectIndex (frm, debitorDSelect)); TblSetSelection (table, 0, 1); tempBuf=FldGetTextPtr( TblGetCur

Sending SMS messages over GSM

2003-08-25 Thread Ben Summers
Hi, I need to be able to send SMS messages from a Palm application over a GSM phone. I haven't found any example code which shows how to send one (and the source code section on the Palm developers site just gives me an error if I attempt to look for an example there). I have found some other

Re: Uploading/downloading Databases

2003-08-25 Thread Dave Lippincott
Read about the Palm Conduit Development Kit for developing your conduit (how to move data between the Palm and PC). There are install routines included in the CDK that will help you install PDB files onto the Palm. http://www.palmos.com/dev/start/intro.html http://www.palmos.com/dev/tech/conduits/

RE: Where do i specify my CreatorID for my application?

2003-08-25 Thread Arye Schreiber
Please explain. Why don't you know the Creator ID. Also who is calling the 'AppLaunchWithCommand' command, the same application, or a different application? LionScribe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Monday, August 25,

RE: Text Field

2003-08-25 Thread Arye Schreiber
Try FrmHideObject()- FrmShowObject() LionScribe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Marianne Sent: Monday, August 25, 2003 8:04 AM To: Palm Developer Forum Subject: Text Field Hello, I have a text field which has numeric value.. I have to valid

Re: How to get IDs from Popup?

2003-08-25 Thread ThuNguyet Nguyen
Hi Ken, I just try to understand your question. > Is there a new legal way to get the internal object ID's of a popup > trigger? > Getting a pointer to a trigger, and then referring to popupP->controlID > and popupP->listID actually work, for the time being, but the emulator > with a debug rom c

Re: How to get IDs from Popup?

2003-08-25 Thread kcorey
I should have been more specific, sorry... I'm using PRC-tools. The item I'm referring to is the internal representation of the 'POPUPLIST' resource. Internally, this is a 'FormPopupType' data structure, and it's defined in Form.h, (line 213, in PalmOS 5 R3 SDK). My code functions just fine acc

Re: Do anyone know where to find the sample for Zire 71 camera ?

2003-08-25 Thread Nicolas Pabion
You won't get an image pointer. You will get called multiple times in a callback with 38400 bytes of data each time. [Why 38400? I think it was the size of a 160*120 image] What you need to do is save these data somewhere (filestream or offscreen window) and when the callback is done, use the data

Re: Where can I get OS5 ROM?

2003-08-25 Thread Carsten
You can simply dump the OS5 ROM from your T-T device. (dump it in several resources, hotsync, and link it on your pc) Although you have to write some lines of code by yourself to do the job. But it works fine. Regards, Carsten. -- For information on using the Palm Developer Forums, or to un

Re: export classes from libraries

2003-08-25 Thread Ben Combee
At 12:21 AM 8/25/2003, AnilkumarB wrote: hi chris, Thanx a lot for the hint, it worked!!!.I used the "force c++ option". I still dont know the procedure of exporting a class from a library ??. You don't. A static library is just a collection of object code. It acts exactly as if you'd added th

Re: CodeWarrior 9 feature?

2003-08-25 Thread Ben Combee
At 08:04 AM 8/24/2003, Ralph Curtis wrote: I think I read somewhere that 9.x was going to support access to code segments other than the first segment for app launch codes beyond sysAppLaunchCmdNormalLaunch. Is that true or is it BS? V9's expanded mode lets you put the inter-segment jump table in t

FrmPopupForm Issue

2003-08-25 Thread Régis Daniel de Oliveira
Hy all! Supose that I have two forms: FormA and FormB. FormA is my base form, that have on field control. When I tap on the FormA's field, the the event is called and, inside it, i call the FrmPopupForm, the will load the FormB. On formB i've another field, that will have the value changed, and th

Emulator how to: How do I hold down page-up and click a square in minehunt

2003-08-25 Thread Muriph, Michael
I cannot figure out how to do this in the emulator. Also how do you generate an antenna raised event while emulating a palm 7 -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Where do i specify my CreatorID for my application?

2003-08-25 Thread Adrian Pfisterer
In Codewarrior look at the PalmRez postlinker in the target settings. [EMAIL PROTECTED] wrote: hi, i m trying to use the command 'AppLaunchWithCommand' but i do not know my application's CreatorID, which is need in the command. Please help... Thanks. -- For information on using the Palm Deve

Re: Where do i specify my CreatorID for my application?

2003-08-25 Thread Ben Combee
At 11:58 AM 8/25/2003, Adrian Pfisterer wrote: In Codewarrior look at the PalmRez postlinker in the target settings. That's the right place for projects using the Mac OS 68K Linker, but for V9 projects using the Palm OS 68K linker, look in the PRC File Settings panel. [EMAIL PROTECTED] wrote: hi,

Re: FrmPopupForm Issue

2003-08-25 Thread kcorey
On Mon, 2003-08-25 at 16:55, Régis Daniel de Oliveira wrote: > How can i make the FormA function hang until the FormB closes? FrmDoDialog will give you the functionality that you need. Just remember to initialize before use and dispse of the form and it's assest after done. -Ken -- For inform

MemSemaphoreReserve ????

2003-08-25 Thread Damir
Does anyone know where can I find description of MemSemaphoreReserve/MemSemaphoreRelease API. I am working on a UART driver and making some hardware registers manipulation. I have a problem with PalmOS devices combined with cell phone. It is seems, that while I am doing my task, system interacts wi

Re: Emulator how to: How do I hold down page-up and click a square in minehunt

2003-08-25 Thread Dave Lippincott
The manual says to use the keyboard button that corresponds to the hardware button you desire. (I'll leave it up to you to find and read the chapter in the user guide) - Original Message - From: "Muriph, Michael " <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent:

RE: Emulator how to: How do I hold down page-up and click a squar e in minehunt

2003-08-25 Thread Muriph, Michael
Page Up Down = the required buttons. I apologize for the dumb question. But I needed right click like functionalilty. Any thoughts on how to get the Palm 7 emulator to raise the antenna? -Original Message- From: Dave Lippincott [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 20

Re: Where can I get OS5 ROM?

2003-08-25 Thread James
Carsten wrote: > > You can simply dump the OS5 ROM from your T-T device. (dump it in > several resources, hotsync, and link it on your pc) > Although you have to write some lines of code by yourself to do the job. > But it works fine. But what's the point? There currently is no emulator availab

Re: Where can I get OS5 ROM?

2003-08-25 Thread Aaron Ardiri
> > You can simply dump the OS5 ROM from your T-T device. (dump it in > > several resources, hotsync, and link it on your pc) > > Although you have to write some lines of code by yourself to do the job. > > But it works fine. > > But what's the point? There currently is no emulator available for

Re: MemSemaphoreReserve ????

2003-08-25 Thread Viren
Damir, > Does anyone know where can I find description of > MemSemaphoreReserve/MemSemaphoreRelease API. MemSemaphoreReserve/MemSemaphoreRelease are not the "documented" APIs of Palm. So please dont expect to get any documented stuff on it. Nevertheless, search for the archive for "MemSemaphore"

Re: CodeWarrior 9 feature?

2003-08-25 Thread Ralph Curtis
"Ben Combee" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > At 08:04 AM 8/24/2003, Ralph Curtis wrote: > >I think I read somewhere that 9.x was going to support access to code > >segments other than the first segment for app launch codes beyond > >sysAppLaunchCmdNormalLaunch. > >

Re: CodeWarrior 9 feature?

2003-08-25 Thread Viren
Hi People, > >I think I read somewhere that 9.x was going to support access to ? > >code I was always confused with the versioning that has been used in CW. I guess there are two things ; release and version that Metrowerks has been doing distinction into. So when you guys say v( you really mea

Re: MemSemaphoreReserve ????

2003-08-25 Thread Douglas Handy
Viren, >HSo you basically want to do "multitask". Is it? No; it is the opposite problem. He wants to *prevent* his code from being interrupted by another task. >You could perhaps make use of alarm manager >to simulate the multi-tasking stuff particularly if the task has soft- >dead li

Re: CodeWarrior 9 feature?

2003-08-25 Thread Aaron Ardiri
> > >Is that true or is it BS? > > Sorry Ralph but whats "BS" ? BullSh*t > Could I take this opportunity to ask what really lies in Code > Resource # 0 ? I guess the first 4 bytes point to data resource # 1 > that is used by the startup code to allocate a chunk for global > variables. Am I ri

Re: CodeWarrior 9 feature?

2003-08-25 Thread Ben Combee
At 03:37 PM 8/25/2003, Viren wrote: Hi People, > >I think I read somewhere that 9.x was going to support access to ? > >code I was always confused with the versioning that has been used in CW. I guess there are two things ; release and version that Metrowerks has been doing distinction into. So wh

Re: need help w/pilrc: can't get rid of frame border on modal form

2003-08-25 Thread Matt Graham
"Dave Lasker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I saw traces of a frame border in the corners, and when I reduced the form > size to (2,2,156,156) the border was there in all its glory. I see no > difference in behavior between FRAME and NOFRAME. Eliminating MODAL gets

setting graffiti 2 state

2003-08-25 Thread Matt Graham
I'm trying to set the graffiti 2 state but the GrfSetState() function says that the caps lock and num lock parameters are ignored for Graffiti 2. How can I set this otherwise? Thanks, Matt Graham -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.

Re: static library linker problem

2003-08-25 Thread Monika Kauntz
Thanks! That was the problem. Monika "Ralf Dietrich" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Monika Kauntz wrote: > > > Help. > > I have built some static libraries and now I am building a main program and > > when I go to make this main program with a static library linked

Re: setting graffiti 2 state

2003-08-25 Thread Steven Fisher
In article <[EMAIL PROTECTED]>, "Matt Graham" <[EMAIL PROTECTED]> wrote: > I'm trying to set the graffiti 2 state but the GrfSetState() function says > that the caps lock and num lock parameters are ignored for Graffiti 2. How > can I set this otherwise? There is no shift sequence in Graffiti 2

Re: CodeWarrior 9 feature?

2003-08-25 Thread Viren
Thanks Aaron for those answers. > > Sorry Ralph but whats "BS" ? > > BullSh*t LOL. OMG. And I thought it is some technical abbr...such a silly question on my part. I imbibe it in my memory anyways! :-) > not much.. technically you can zap that resource, and, your programs > will function pe

Silkscreen popup keyboard crashes Palm

2003-08-25 Thread lja
I am using CW8.0 with POSE running PalmOs 3.x. I have a simple form with a field. When I tap the abc or 123 to bring up the system keyboard, my app crashes with a bus error. Any suggestions of how to fix it? Thanks L.J. van Alphen -- For information on using the Palm Developer Forums, or to u

Re: CodeWarrior 9 feature?

2003-08-25 Thread Viren
> Ahaan. Didnt know that. One more experiment for me to try > out...provided I get time after my office work. But still a question > hangs in the back of mind...if I could do away with that resource, > then why to have it at the first place ? Read the answer posted by Ben...Was not gettin acc

Re: CodeWarrior 9 feature?

2003-08-25 Thread Aaron Ardiri
> > > Sorry Ralph but whats "BS" ? > > > > BullSh*t > > LOL. OMG. And I thought it is some technical abbr...such a silly > question on my part. I imbibe it in my memory anyways! :-) :P > > not much.. technically you can zap that resource, and, your programs > > will function perfectly :) > > A

Re: setting graffiti 2 state

2003-08-25 Thread Matt Graham
"Steven Fisher" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > In article <[EMAIL PROTECTED]>, "Matt Graham" <[EMAIL PROTECTED]> > wrote: > > > I'm trying to set the graffiti 2 state but the GrfSetState() function says > > that the caps lock and num lock parameters are ignored for

Graffiti shift indicator OS 5.2

2003-08-25 Thread peter
Hi, Is there a way to determine, using Graffiti 2, when the user has turned on the graffiti shift indicator? I'm calling GrfGetState and get 0 back for temp shift and auto shift. But the gsi is clearly showing in the shifted case. The documentation says GrfGetState parameters numslock and capslock

Re: Graffiti shift indicator OS 5.2

2003-08-25 Thread Tom Hoelscher
FldGrabFocus would do this, though unless you're working in a table, the documentation recommends using FrmSetFocus. -Tom > Hi, > Is there a way to determine, using Graffiti 2, when the user has > turned on the graffiti shift indicator? I'm calling GrfGetState and > get 0 back for temp shift an

Creator ID

2003-08-25 Thread Julio Sejtman
Hello I have a question. I have to use the same CreatorID for all of my aplications Or I have to to use differently for every program? PLEASE answer me, Julio -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://

RE: Silkscreen popup keyboard crashes Palm

2003-08-25 Thread steve
When the keyboards (alph,num) pops up, it first tries to copy the data of the current selected control (if the no control is selected, or is not editable it beeps). I think your crash must be linked to it. Probably a bad handling of your controls (ex a field with a bad memhandle assigned). Steve

Re: Creator ID

2003-08-25 Thread Ben Combee
At 06:15 PM 8/25/2003, Julio Sejtman wrote: Hello I have a question. I have to use the same CreatorID for all of my aplications Or I have to to use differently for every program? Each program should have a different creator ID. If you don't do that, a user deleting one of your apps from a device

Re: Creator ID

2003-08-25 Thread Tom Hoelscher
Join the Developer's Pavilion on the PalmSource site, and register creator IDs for your applications, typically one ID for each. Registering them helps ensure that other developers do not use the same IDs. -Tom > Hello > I have a question. I have to use the same CreatorID for all of my > aplica

Re: Creator ID

2003-08-25 Thread Julio Sejtman
Thanks A Lot Julio - Mensaje original - De: "Tom Hoelscher" <[EMAIL PROTECTED]> Para: "Palm Developer Forum" <[EMAIL PROTECTED]> Enviado: Lunes, 25 de Agosto de 2003 20:28 Asunto: Re: Creator ID > Join the Developer's Pavilion on the PalmSource site, and register creator > IDs for your a