Re[4]: pause between key events

2003-09-29 Thread Alex Nikandrov
Hi! I'm calling memo app from my app with key sequence. This why I couldn't control AppHandleEvent. Because it is memo event handler. So I need to send pouse as event in the queue. Do you know how to make it? -Original Message- From: Dave Lippincott [EMAIL PROTECTED] To: Palm Developer

OT: swen-filter version 5 - 100% matches since 2003-09-28 06:00 for my mailbox

2003-09-29 Thread Veronica Loell
Below is the description of the filter that I use at the moment together with MMM3 to delete the SWEN-virus-emails directly from my mailserver. If you use them with another utility you need to make sure to get 25 lines of the body text as well as the header of the message. More information at

disable graffiti

2003-09-29 Thread Ahmad Mansour
i need to disable graffiti and disable calling of keyboard, and keep field (Enabled) , can i do that?... i tried EvtEnableGraffiti(false); but not working, im using CW 8.0 SDK 5 -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Convertig PalmOS3-Palmos5

2003-09-29 Thread Philippe Fischer
Dear Palm Developer Group, I've ported a SyncML application written under PalmOS3 to PalmOS5. I've also changed the linker to the new PalmOS 68k linker and converted the GUI ressources to the Pilrc format. Now I notice that the application doesn't run anymore on devices PalmOS5 (but runs well

How to set a ButtonFrameType in Palm OS 5.0?

2003-09-29 Thread iwanicki . l
I have a control: ControlPtr pButton; pButton = ::CtlNewControl( (void**)mFormPtr, TAB_FORM_BUTTON_MIN_ID+i, buttonCtl, tabsNames[i].CString(),i*uwWidth+1, 12, uwWidth-1, 10, ::FntGetFont(), 0, false ); ControlStyleType is buttonCtrl. The ButtonFrameType

Tungsten|T3 simulator

2003-09-29 Thread Magnus Berg
Is there a simulator available for the T|T3? The PalmOne Plugged-In site doesn't list it. I'm trying to get MMPlayer to understand the landscape-portrait modes and I won't be able to get a real device for quite a few weeks. The OS5.3 simulator doesn't do landscape-portrait changes. Magnus

RE: Tungsten|T3 simulator

2003-09-29 Thread steve
You could perhaps try the tapwave zodiac simulator as it does landscape and portrait mode. Steve -Original Message- From: [EMAIL PROTECTED] [mailto:bounce-palm-dev- [EMAIL PROTECTED] On Behalf Of Magnus Berg Sent: Monday, September 29, 2003 11:07 AM To: Palm Developer Forum

Re: Detecting Zire's 4-button config

2003-09-29 Thread Richard Coutts
Thanks for the response. I don't think I really need to the id of the device. I really just want to know which hardkeys are present, though this may be what you're saying. If there's a way to query whether, say, 'hard2Chr' is present, that would suffice. Rich We've discussed this before but

Grid headers with color

2003-09-29 Thread Pablo Martin Vera
I need some code to paint a CCustomGrid header with some color. Please if someone know how to do it please help me. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Bitmap 8bits WITH colortable - 16bits screen on Os 5 ...

2003-09-29 Thread Bertrand Simon
I try to call WinDrawBitmap with an 8bits bitmap WITH COLORTABLE to a 16 bits Window/Screen... It works fine on the OS 5 Simulator (correct colors), but on the real device (Tungsten-T) it is displayed as if the bitmap was not having colortable ... Any explanation / workaround / solution ??

Re: CF wireless netcard driver for Symbol SPT 1700

2003-09-29 Thread Dave Lippincott
Its not a CF port. Its closer to a full PC Card slot but with Symbol tweaks. Good luck getting info about it. When it was first available, our company spent over a year attempting to get the specs without success. - Original Message - From: Guanghe Pan [EMAIL PROTECTED] To: Palm

Re: Tungsten|T3 simulator

2003-09-29 Thread Ben Combee
At 05:06 AM 9/29/2003, Magnus Berg wrote: Is there a simulator available for the T|T3? The PalmOne Plugged-In site doesn't list it. I'm trying to get MMPlayer to understand the landscape-portrait modes and I won't be able to get a real device for quite a few weeks. The OS5.3 simulator doesn't

problem in accessing Palm filestream databases..

2003-09-29 Thread AnilB
Hi All, I am sorry to keep such a long mail before u but i am in total jeopardy in moving from the stage i got struck into. It wud help me alot if any of u cud giv some suggestions to this problem.:-) . I am trying to transfer text files and media files on to the palm and trying to use them

(newbie) how does sms works?

2003-09-29 Thread Ricardo Marques
Hi. I would like to know how does the SMS in Palm work, that is, what does it sends, and how does it send. What type of files/databases does the SMS app and/or the SMS ExgLib send and how do they send it (what type of connection, necessary steps and so on) BTW, is it possible to send an SMS via a

Re: Breaking the 32K barrier for codes which handle non-sysAppLaunchCmdNormalLaunch

2003-09-29 Thread Tony Cheung
Hi, I have been doing multi-segmented programming using PRC-TOOLS by explicitly assigning certain functions in certain segments. However, I just found that doing this kind of inter segment function calls will crash when global variables are absent. Is there some other ways to call functions

Re: still no way to force compilation of one file in cw9 ?

2003-09-29 Thread Christen Fihl
Borland had a program along with Turbo Pascal and C, called TOUCH, that could touch your file(s) so they would get compiled during next make. Just an idea -- Christen Fihl http://HSPascal.Fihl.net/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Need help with checking status of CTS on palm OS 5.2.1 (Zire71)

2003-09-29 Thread Larry
I have been working with the m515 and have a software package that uses the serial port to communicate with a battery powered Spread Spectrum Radio device. On the m515 I used the RTS line to turn on the power of the SSR. When the SSR goes into configuration mode it spits out about 600 bytes

Re: still no way to force compilation of one file in cw9 ?

2003-09-29 Thread Bob Withers
If you are building with the IDE just click the mouse to the left of the file name under the red check mark. Bob At 01:38 PM 9/29/2003 -0400, you wrote: Is there still no way to force the compilation of one source file in cw9 I show a build date in my about box. To do that I have a source file

RE: still no way to force compilation of one file in cw9 ?

2003-09-29 Thread Bozidar Benc
On the project window, click on the empty space left from the file name, near the window border, and red checkmark will appear, showing that the file is made dirty. Best regards Bozidar Benc Little Mobile Creations http://www.launcherx.com Benc Software Production http://www.benc.hr

RE: still no way to force compilation of one file in cw9 ?

2003-09-29 Thread Keith Rollin
Yes, but would you want to remember to do that on every build? I expect that Regis is looking for something automated. I expect that something could be done with a custom build tool to mark the particular file as dirty, but other than that, no tricks occur to me. -- Keith -Original

Re: Breaking the 32K barrier for codes which handle non-sysAppLaunchCmdNormalLaunch

2003-09-29 Thread Aaron Ardiri
I have been doing multi-segmented programming using PRC-TOOLS by explicitly assigning certain functions in certain segments. However, I just found that doing this kind of inter segment function calls will crash when global variables are absent. Is there some other ways to call functions

Re: still no way to force compilation of one file in cw9 ?

2003-09-29 Thread Regis St-Gelais
I know that I can mark it manualy. As Keith said, I want something automatic a every build. -- Regis St-Gelais, P. Eng. / ing. Software Development / Développement informatique www.laubrass.com -- -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Screensaver issue with CW 7 - worth upgrading?

2003-09-29 Thread Andre Schoorl
We're still using CodeWarrior 7.1 here but considering upgrading to 9. The main reason to upgrade is the crash that occurs when the screensaver is on or the screen is locked. This becomes a particular inconvenience when attempting to automate builds. Can anyone tell me whether this is

Re: display a paragraph in the palm using windrawchars funtion

2003-09-29 Thread Ken Krugler
I have to display a paragraph in the palm using windrawchars funtion. The length of the paragraph goes over the palm screen. I want to divide the paragraph to number of lines with a length of 32. wat should i need to do, to split the paragraph to number of lines. As Ken Corey noted, using a

Re: still no way to force compilation of one file in cw9 ?

2003-09-29 Thread Tom Hoelscher
If nothing else, and the file layout is static between builds, you could always use a macro-type product (like QuicKeys) to mark the file dirty, then do a build. This would require you to come up with your own shortcut key(s), to start the macro. -Tom I know that I can mark it manualy. As

MemHeapCompact crashes, I think

2003-09-29 Thread Magnus Berg
I have an intermittent bug that causes the Palm to reset, I haven't any hard evidence yet but I have a strong feeling that it's happening inside MemHeapCompact. Before, it was only happening when exiting the program but now it has started happening when opening a settings dialog. And it

RE: MemHeapCompact crashes, I think

2003-09-29 Thread Keith Rollin
My questing is: Is there some kind of tool that can search through the memory heap (the dynamic one) and detect what has gone wrong? It might at least show which allocation that was corrupted. Palm OS Emulator does this on every operation that can cause the heap to change. Note,

Beware CodeWarrior 9.2

2003-09-29 Thread Matthew Henry
There be dragons. The CodeWarrior 9.2 final is allegedly released. I downloaded it and installed it. Had 2 problems. Suddenly I was having problems with two POL template destructors not able to make 16-bit jumps (gaah! This Palm segmentation thing is maddening). When I tried futzing with the

Re: Beware CodeWarrior 9.2

2003-09-29 Thread Regis St-Gelais
I dont know where you got it, All I can see on metrowerks web site is patch 9.1 -- Regis St-Gelais, P. Eng. / ing. Software Development / Développement informatique www.laubrass.com -- Matthew Henry [EMAIL PROTECTED] a écrit dans le message de news:[EMAIL PROTECTED] There be dragons. The

Re: MemHeapCompact crashes, I think

2003-09-29 Thread Magnus Berg
Keith Rollin wrote: My questing is: Is there some kind of tool that can search through the memory heap (the dynamic one) and detect what has gone wrong? It might at least show which allocation that was corrupted. Palm OS Emulator does this on every operation that can cause the heap to

Re: Beware CodeWarrior 9.2

2003-09-29 Thread Matthew Henry
I dont know where you got it, All I can see on metrowerks web site is patch 9.1 MPTP http://www.metrowerks.com/MW/Services/Beta/default.htm I thought it was the official release because it said Final. But bviously that meant final beta. So prolly not of general interest then. Hmm, I wonder

HardKeys question.

2003-09-29 Thread Giorgos Sarris
Hi, Do You Yahoo!? @yahoo.grhttp://www.otenet.gr -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

HardKeys question.

2003-09-29 Thread Giorgos Sarris
Hi, I would like to ask: How can I send all hard key events to the form and draw them from there? Thanks Do You Yahoo!? @yahoo.grhttp://www.otenet.gr -- For information on using the Palm Developer Forums, or to

Re: still no way to force compilation of one file in cw9 ?

2003-09-29 Thread Ben Combee
At 01:37 PM 9/29/2003, Regis St-Gelais wrote: I know that I can mark it manualy. As Keith said, I want something automatic a every build. Do you want this to occur only if another file is dirty, or anytime you hit the build button? What about when you hit debug and the IDE checks to see if

Re: Beware CodeWarrior 9.2

2003-09-29 Thread Ben Combee
At 02:49 PM 9/29/2003, Matthew Henry wrote: There be dragons. The CodeWarrior 9.2 final is allegedly released. I downloaded it and installed it. Had 2 problems. Suddenly I was having problems with two POL template destructors not able to make 16-bit jumps (gaah! This Palm segmentation thing is

Re: still no way to force compilation of one file in cw9 ?

2003-09-29 Thread Layne Lund
Borland had a program along with Turbo Pascal and C, called TOUCH, thatcould touch your file(s) so they would get compiled during next make. touch is originally a Unix command. There may be a Windows port that you can use. Try searching tucows.com or download.com. Layne -- For

INet library - sending POST to port other than 80 or 443

2003-09-29 Thread matt apt
It seems that you should be able to send a POST to a port other than 80 or 443 when using the INet lib (InternetLib). I'm calling INetLibURLCrack with a URL of http://my.server.here:81 and the url field in the INetURLType structure is filled in correctly to '81'. Also, when I create the request

newbie Help with databases and resources

2003-09-29 Thread Monika Kauntz
I am trying to port existing c code to Palm OS5 specifically the Tungsten T device and have a question: What would be the best method for me to deal with having to read data out of existing files. The code is already written to read the data with the standard fileio calls (fopen, fread, fclose

Re: newbie Help with databases and resources

2003-09-29 Thread Ben Combee
At 04:13 PM 9/29/2003, Monika Kauntz wrote: Also what about the File Streaming APIs? Can I use these? I am a little confused about what I would need to do to use these. You need to convert your data files to File Streaming PDB format using PAR, a utility from

Palm Strategy Suggestions...

2003-09-29 Thread nmailey
Hi all. I'll apologize in advance for the size of this post... :\ I've developed my first app now for the PalmOS and had the non-release version shown to our clients to their delight. (thank you to the entire Palm Dev Forum by the way for answering the rookiest of questions ;) ) The app is

uncompressing bitmaps (again)

2003-09-29 Thread Adrian Pfisterer
Hello all... I'm (again) experiencing troubles uncompressing bitmaps. My app is opening bitmaps that have been created on another device. It gets them in a database. They can be compressed in multiple formats (i.e. scanline, RLE, packbits). On a 3.5 ROM with an RLE compressed bitmap it works

Printer with infrared port.

2003-09-29 Thread Juan José Cuzziol
Hello EveryBody: I need to print with the infrared port utilizing the functions srmOpen, srmSend, etc. Someone to send me example code ?. Many thanks Juan -- For information on using the Palm Developer

Re: Beware CodeWarrior 9.2

2003-09-29 Thread Matthew Henry
the bug report, and in the future, please respect your NON-DISCLOSURE AGREEMENT and follow the proper channels. -- Yep, sorry. I was thinking final meant official release. Musta been before my first cup of coffee. -- For information on using the Palm Developer Forums, or to unsubscribe,

RE: MemHeapCompact crashes, I think

2003-09-29 Thread Gavin Maxwell
Oh my god...! I've been trying to track down a very similar problem here... We have a bunch of armlets and was thinking that there was a bug in one of them - so have been pouring over 400K worth of code (8 armlets!). The fact that the armlet code is running fine on two other platforms was a

internal compiler error

2003-09-29 Thread Larry
Hi, everyone I have compile an old program using codewarriorV9, and I got the following error: Error: internal compiler error( report to [EMAIL PROTECTED]) while executing in file ObjGen.c' line: 1335 ( compiling in ' TestUI.c') When I run the program on the Zire71 emulator(OS5.3), everything

How to add custom notifications

2003-09-29 Thread J.B. Lee
Hello, I am developing Smartphone using Palm 5.2 with Intel PXA262. Could you please let me know how can I add my notifications? Thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: How to add custom notifications

2003-09-29 Thread Ben Combee
At 07:29 PM 9/29/2003, J.B. Lee wrote: Hello, I am developing Smartphone using Palm 5.2 with Intel PXA262. Could you please let me know how can I add my notifications? You should be able to get this information through your Palm OS Licensee contacts -- this isn't general programmer knowledge but

Re: internal compiler error

2003-09-29 Thread Ben Combee
At 07:30 PM 9/29/2003, Larry wrote: Hi, everyone I have compile an old program using codewarriorV9, and I got the following error: Error: internal compiler error( report to [EMAIL PROTECTED]) while executing in file ObjGen.c' line: 1335 ( compiling in ' TestUI.c') Please submit a code sample that

Re: Breaking the 32K barrier for codes which handle non-sysAppLaunchCmdNormalLaunch

2003-09-29 Thread Tony Cheung
Aaron Ardiri wrote: I have been doing multi-segmented programming using PRC-TOOLS by explicitly assigning certain functions in certain segments. However, I just found that doing this kind of inter segment function calls will crash when global variables are absent. Is there some other ways to

Re: Breaking the 32K barrier for codes which handle non-sysAppLaunchCmdNormalLaunch

2003-09-29 Thread Dave Carrigan
On Tue, Sep 30, 2003 at 09:33:51AM +0800, Tony Cheung wrote: Aaron Ardiri wrote: you can write your own 'code handling' for segments. i have done this previously without any problems at all - especially if you are coding without globals :) Thanks. I only have experiences with doing

Re: Convertig PalmOS3-Palmos5

2003-09-29 Thread Alan Ingleby
Philippe Fischer [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I've ported a SyncML application written under PalmOS3 to PalmOS5. I've also changed the linker to the new PalmOS 68k linker and converted the GUI ressources to the Pilrc format. Now I notice that the application