FepSample

2003-05-30 Thread Vladimir_Marinov
I try to send mail to [EMAIL PROTECTED] to send me FepSample ,but it return this 28.05.2003 10:57:38, [EMAIL PROTECTED] wrote: This is an automatically generated Delivery Status Notification. Delivery to the following recipients failed. [EMAIL PROTECTED] Could samebody tell me from

Re: AppInfo alignment problem (was: Nested structure does not compile)

2003-05-30 Thread David Beers
Matt Hebly wrote: With 16 bit alignment, only single byte types may be accessed in memory not aligned to 16 bits. 2 and 4 byte types must be aligned on 16 bit boundaries. Similarly, with 32 bit alignment, 4 byte types must be aligned on 32 bit boundaries. When you say with 16 bit alignment or

Not shutting off after alarm

2003-05-30 Thread Ryan Bruner
My application has made use of alarms for quite some time. After an alarm fires, I alert the user through the alarm sound and then pop up a FrmCustomDialog to inform the user. This has been working fine. Recently, however, when this alarm fires and the form comes up, the PDA will not shut

Re: Serial port redirection

2003-05-30 Thread Dave Lippincott
You could rewrite the GPS simulator to talk directly with Pose. Another option is to rewrite Window's serial drivers for your specific UART to interconnect two ports of your choice. However, its much much much much faster to just connect a cable between COM1 and COM2. - Original Message

Checkbox FormGroupID problem

2003-05-30 Thread iwanicki . l
Hi all! I have an application with couple of resource files (for every developer each). It was working fine until adding Checkboxs in to different resource files in Constructor. Constructor has generated the #define FormGroupID2 0 line in the resource header file. It conflicts with other macro

Re: WinScrollRectangle problem on hidensity device

2003-05-30 Thread Giorgos Sarris
Hi all, I have two 'difficult' questions: (I use CW9 and C++. My prog. will run at 3.0 OS) 1) How can I make a sprite for a game (Eg. a runner). Is it done with gadgets? And how? 2) How can I make Vertical Scrolling for a game. (Smooth) Scrolling from Left to Right. Please don't point me to

Scrolling and Game Sprite questions

2003-05-30 Thread Giorgos Sarris
Hi to all, I have two 'difficult' questions: (I use CW9 and C++. My prog. will run at 3.0 OS) 1) How can I make a sprite for a game (Eg. a runner). Is it done with gadgets? And how? 2) How can I make Vertical Scrolling for a game. (Smooth) Scrolling from Left to Right. Please don't point me

RE: Broken link in PluggedIn login

2003-05-30 Thread Roger Stringer
On mardi, mai 27, 2003, at 22:08 Europe/Paris, Nicolas Pabion wrote: I wanted to inform all developers that the new PluggedIn website of Palm Solutions Group is now up and running. Login is very simple and requires only few fields to fill. You'll be able to login right away (you'll receive

Re: WinScrollRectangle problem on hidensity device

2003-05-30 Thread Tilo Christ
Hi Giorgos, Please don't point me to Razor because It is not easy to understand and it doesn't even run on the emulator or on th CW9. As per your request, I am not pointing you to Razor. I just wanted to say that your remarks about Razor are wrong. Razor comes with a CW9 project file (I am

RE: Broken link in PluggedIn login

2003-05-30 Thread Roger Stringer
OK I finally got in too! Wonder why I had so many failed attempts! Date: Thu, 29 May 2003 10:01:24 -0400 To: Palm Dev Forum From: Roger Stringer [EMAIL PROTECTED] Subject: RE: Broken link in PluggedIn login On mardi, mai 27, 2003, at 22:08 Europe/Paris, Nicolas Pabion wrote: I wanted to inform

password entry field

2003-05-30 Thread Hendrik Schreiber
Hi, can anyone please point me at a piece of code that illustrates how to program a password entry field. I.e. a field that echoes asterisks instead of the typed in characters. Thanks, -hendrik -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: password entry field

2003-05-30 Thread Oliver
can anyone please point me at a piece of code that illustrates how to program a password entry field. I.e. a field that echoes asterisks instead of the typed in characters. Given that it's generally very easy with a PDA to ensure that no one else is looking at your screen, and given that

Hello Wolrd doesn't work !!!

2003-05-30 Thread Ricardo Marques
Hi. I'm a newbie in PalmOS programming and I'm trynig to learn how-to do it. I've started with the usual Hello World but can't seem to be able to use it. I've got the source code from http://mirrors.duckies.org/PalmDevelopment/PalmDevelopment-HOWTO-3.html I'm using Cygwin with the latest (i

Not releasing records and line 4340 NULL handle

2003-05-30 Thread Eric Potter
Why is it, that when a record is not released with DmReleaseRecord, the MemoryMgr.c Line 4340, NULL handle error is displayed the next time the app is opened? DmGetRecord and DmReleaseRecord are both in the Data Manager. So why is the error from the Memory Manager? thanks Eric -- For

Re: Hello Wolrd doesn't work !!!

2003-05-30 Thread Aaron Ardiri
I'm a newbie in PalmOS programming and I'm trynig to learn how-to do it. I've started with the usual Hello World but can't seem to be able to use it. I've got the source code from http://mirrors.duckies.org/PalmDevelopment/PalmDevelopment-HOWTO-3.html I'm using Cygwin with the latest (i

Re: Hello Wolrd doesn't work !!!

2003-05-30 Thread Ricardo Marques
latest prc-tools is: http://prc-tools.sourceforge.net/ there are plenty of docs on that site - read them first please. When I downloaded Cygwin I indicated for it to download PRC-tools from that site also, so I believe to have the latest... -- For information on using the Palm

Re: ByteSwap16 and SwapUInt16

2003-05-30 Thread Nicolas Pabion
Paul, This file is for use with the VPN Shim distributed with the Palm SDK. The functions look the same to me, so fell free to use them (although endianutils.h also contains ReadUnaligned... functions.) Nicolas Paul Nevai [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Are

Can't change KeyDownEvent char in OS 5 for password mask

2003-05-30 Thread Kevin
I currently intercept the keyDownEvent on password fields and change what the user typed to an asterisk. This allows me to mask what the user types. I did this by setting pEvent-data.keyDown.chr = '*' after saving what they really typed. This no longer works in OS 5. It seems to ignore

Launch application after reset

2003-05-30 Thread iyad abu-shaera
There is anyway to launch my application after a soft reset occurs?? _ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail -- For information on using the Palm Developer

RE: Not shutting off after alarm

2003-05-30 Thread Andre Schoorl
The entire code path invoked from your alarm handler needs to be within the first segment. Unless you get very fancy with your startup code, it doesn't help placing a stub in the first segment to invoke the rest of your code. Not sure why this is causing problems with power management; I'm

RE: Launch application after reset

2003-05-30 Thread Andre Schoorl
You can probably do this using alarms and SysUIAppSwitch. Not sure why you'd want to do this though, it's not very user friendly. -- André -Original Message- From: iyad abu-shaera [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 10:54 AM To: Palm Developer Forum Subject: Launch

RE: password entry field

2003-05-30 Thread Hendrik Schreiber
} can anyone please point me at a piece of code } that illustrates how to program a password } entry field. I.e. a field that echoes asterisks } instead of the typed in characters. } }Given that it's generally very easy with a PDA to }ensure that no one else is looking at your screen, and

RE: SaveService API (NetServiceAPILib.h)...

2003-05-30 Thread Kevin OKeefe
Take it away Peter... Check out www.PeterEaston.com Kevin -Original Message- From: Adrian Paul [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 5:50 AM To: Palm Developer Forum Subject: SaveService API (NetServiceAPILib.h)... Hi I have successfully used this 'workaround' API

Re: Receiving SMS

2003-05-30 Thread Jerome C.
What about registering through the notification manager for sysNotifyPhoneEvent? Maybe that's how the default handler is registered. It's just a vague idea though... But I would like to know if you manage to make it work! Jerome Miron Ophir wrote: Can I register as the default application

RE: Launch application after reset

2003-05-30 Thread Kevin OKeefe
You can do this: // Get the proper launch code in PilotMain. else if( cmd == sysAppLaunchCmdSystemReset || cmd == sysNotifyResetFinishedEvent) { // Get our application's card number and app id SysCurAppDatabase( cardNo, appID );

armlet DLL simulation problem

2003-05-30 Thread David Janssens
Hi, I compiled an armlet DLL using gcc, but found a problem during simulation. This DLL makes a call to 68k code that is used to print a string (puts). The string that the DLL passes to the 68k code is stored in the .text section of the DLL I think. But once the 68k puts routine is called; it

Free Memory

2003-05-30 Thread iyad abu-shaera
Am doing a project that contains about 50 forms, and it is a data-driven project. Also there is many rules that will validate the data that entered by the user.. Am afraid from the memory leak.. so if there is a way to refresh the memory to remove the fragments and any unused memory chunks. I

RE: Free Memory

2003-05-30 Thread Kevin OKeefe
You need to fix your memory leak. Use the emulator and periodically exit from your application - it will report all the leaks in your application. It will dump the first several bytes of the memory and give you a stack trace of when it was allocated into a log file that will be located in the

Re: non-techie terms to distinguish on-device memory from expansion cards

2003-05-30 Thread Mike
Removable Storage Media My $0.02 :) Hal Mueller [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] What words have you found successful in helping your customers tell the difference between installing to main memory (the stuff built in to your PDA) from a VFS card? Can't call the

Re: Palm SG SDK available online

2003-05-30 Thread Regis St-Gelais
I thing I fund why some are able to join and other are not. If you click on the join now button bellow the Tungsten picture, the registration process won't succed. But it works if you click on the join now on the left menu. The two button does not have the same link. Hope this help! --

Re: Palm SG SDK available online

2003-05-30 Thread Douglas Handy
Regis, But it works if you click on the join now on the left menu. That did it for me! Thanks Doug -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Palm SG SDK available online

2003-05-30 Thread Alan Dorfmeyer
Thanks Regis. That was the problem for me. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Regis St-Gelais Sent: Thursday, May 29, 2003 3:07 PM To: Palm Developer Forum Subject: Re: Palm SG SDK available online I thing I fund why some are able to join and

Pop triggers with pilrc

2003-05-30 Thread Matt Graham
I am using pirc for the first time having used constructor before. I can't find how to connect a pop trigger to a list for making popup lists. How can I do this with pilrc? Thanks, Matt Graham -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Palm SG SDK available online

2003-05-30 Thread Oliver
If you click on the join now button bellow the Tungsten picture, the registration process won't succed. But it works if you click on the join now on the left menu. Cool -- that worked! I got my registration confirmation within minutes. Whatever happened to website testing? ;-) Oliver

Re: Pop triggers with pilrc

2003-05-30 Thread Eric Potter
In the Form tools area, there is a control called PopUpList. Add one of these to your from after you have added a popup trigger and a list and give the PopUpList control the IDs of the trigger and the list that you want to connect. Eric On Thu, 29 May 2003 16:33:19 -0400, Matt Graham [EMAIL

How to remove focus from a text field?

2003-05-30 Thread Ron Nicholson
How does one remove focus from a text field in a form? (remove the blinking cursor while leaving the field viewable.) Setting focus to a non-existent field does not work on some of the debug simulators/emulators. Thanks, Ron Nicholson HotPaw Productions http://www.hotpaw.com/rhn/palm --

Re: How to remove focus from a text field?

2003-05-30 Thread Ben Combee
At 14:57 2003-5-29 -0700, Ron Nicholson wrote: How does one remove focus from a text field in a form? (remove the blinking cursor while leaving the field viewable.) Setting focus to a non-existent field does not work on some of the debug simulators/emulators. FrmSetFocus(noFocus); Are you saying

Re: AppInfo alignment problem (was: Nested structure does not compile)

2003-05-30 Thread Matt Hebley
The alignment is determined by the processor, but you may be able to force a higher alignment with the compiler. Generally, you do not need to worry about alignment. The problem is when you store data on one system and read it on another, or transfer data between systems. You should use operators

Re: Can't change KeyDownEvent char in OS 5 for password mask

2003-05-30 Thread Matt Hebley
Since you only get a copy of the event in OS5, you must post a new event to the queue, and return handled = true for the current character. Note that this topic has been covered. Search the forum. There are issues with paste, etc. Matt - Original Message - From: Kevin [EMAIL PROTECTED]

Re: non-techie terms to distinguish on-device memory from expansion cards

2003-05-30 Thread Matt Hebley
If my parents are anything to go by then Blah, blah, blah memory and Mumble, mumble, mumble memory should just about convey as much information as they can take in. Matt - Original Message - From: Mike [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL

RE: Dismiss NetLibOpen modal dialog(s)

2003-05-30 Thread Andre Schoorl
Anyone have any idea how to alleviate the hard coded OK string below? This is obviously not internationalizable. I have looked in the system headers for NetLib resources but cannot find any; as I mentionned earlier FrmGlueGetDefaultButtonID does not appear to be working for me. -- André

Re: non-techie terms to distinguish on-device memory fromexpansion cards

2003-05-30 Thread Ron Nicholson
I also call the storage heap: Built-in Storage Memory so when they ask why their XYZ only has 11 MB of memory, I can say they have 11 MB of storage, the other 5 MB is like the DRAM in your PC and is used by applications, the OS (and graphics/video memory in some models), and not for storage

Re: Scrolling and Game Sprite questions

2003-05-30 Thread Chris Tutty
From: Giorgos Sarris [EMAIL PROTECTED] 1) How can I make a sprite for a game (Eg. a runner). Is it done with gadgets? And how? Generally games don't use interface controls for each game element but paint the whole game screen themselves managing the different elements using custom logic. The

Re: Palm SG SDK available online

2003-05-30 Thread Nicolas Pabion
That is strange since both links (pip.palm.com and pluggedin.palm.com) point to the same IP address. Well, if it works for you this way, great! Nicolas Oliver [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] If you click on the join now button bellow the Tungsten picture, the

Re: Launch application after reset

2003-05-30 Thread Jeff Ishaq
At 08:54 PM 5/29/2003 +0300, iyad abu-shaera wrote: There is anyway to launch my application after a soft reset occurs?? _ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail

USB Debugging + Serial Comms + Codewarrior

2003-05-30 Thread Kristian Penno
Is it possible to debug a palmos device via USB whilst performing serial communications over the 232 port? If so, will codewarrior V9 have any issues doing this? I'm currently using V7 and looking to upgrade. KP -- For information on using the Palm Developer Forums, or to unsubscribe,

Re: Free Memory

2003-05-30 Thread Jeff Ishaq
At 10:17 PM 5/29/2003 +0300, iyad abu-shaera wrote: Am doing a project that contains about 50 forms, 50 forms? Wow ... sanity check: are you sure Palm is an appropriate platform for such a UI-intensive application? Case in point: I was retained to develop a prescription writing system a

Re: Scrolling and Game Sprite questions

2003-05-30 Thread Alan Ingleby
Chris Tutty [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] 2) How can I make Vertical Scrolling for a game. (Smooth) Scrolling from Left to Right. Cool. A vertical scrolling game that scroll horisontally... :-) I'd just like to reiterate what Chris said here. Games don't use

FrmHideObject not consistent?

2003-05-30 Thread Don Heitzmann
I have code that does a FrmHideObject, followed by a CtlSetLabel, and a FrmShowObject. This code works fine when applied to a selector trigger... as the label string changes length, the trigger resizes appropriately. (Yes, I initially allocated the trigger's label string to be long, so my code

about WinCreateOffscreenWindow

2003-05-30 Thread Miken
In OS3.5,I can use WinCreateOffscreenWindow: { WinHandle theWindowHandle; theWindowHandle = WinCreateOffscreenWindow( theBoundsPtr-extent.x,theBoundsPtr-extent.y,screenFormat,theError ); } I can copy theWindowHandle-bitmapP to BitmapPtr variable. But In OS5,I use the same code ,I find

Resource application form not found

2003-05-30 Thread apple k
Hi, I have created a prc and initially i run it, it should be ok(under debugging mode). But after a while and not sure at what point i have changed something, it give me an error when i run the application using Emulator. The problem arise when launching the application: UIResource, Resource for

Memory leak problem

2003-05-30 Thread veena padiyar
hello, I am using a 2 dimensional dyanamic array. this is the code Int16 **arrayColOne; arrayColOne =(Int16 **) MemPtrNew(sizeof(Int16 *) * 6); for(i=0; i6; i++) arrayColOne[i] = NULL; for(i=0; i6; i++) { arrayColOne[i] =(Int16 *)MemPtrNew(sizeof(Int16)*size); if(!arrayColOne[i]) FreeMem(); }

Re: Memory leak problem

2003-05-30 Thread Dan Patrutiu
I didn't look so well on the code but I have two suggestions: 1. I would use: ( I repeat, maybe your code is good, but this is more simple ) Int16 **arrayColOne=new Int16 *[6]; for(int i=0;i6;i++) arrayColOne[i]=new Int16[size]; //later for(int i=0;i6;i++) delete[]

Active Time after an Event

2003-05-30 Thread Jefferson
Hello All, I’m trying to construct a palm application that would flip auto-off feature ON/OFF state. When the user disables the auto-off feature, the timer in the menu should give the duration it has been active. I desire to show the active time in “Day-Hours-Minutes-Seconds” format. Active

Re: SaveService API (NetServiceAPILib.h)...

2003-05-30 Thread Adrian Paul
Thanks Kevin! a most useful site A. Kevin OKeefe wrote: Take it away Peter... Check out www.PeterEaston.com Kevin -Original Message- From: Adrian Paul [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 5:50 AM To: Palm Developer Forum Subject: SaveService API

Re: Active Time after an Event

2003-05-30 Thread Prashant Jha
Jeff, To answer your question about Is there any function to find the difference between two dates or time?.. you have all the required API's in Time Manager Functions.. This should help you.. Prashant --- Jefferson [EMAIL PROTECTED] wrote: Hello All, I’m trying to construct a palm

Re: Emulating 4-bit graphics

2003-05-30 Thread Jan Slodicka
I just came accross the same problem and platform41_Vx_enUS.rom (emulating Palm V) helped. Sorry if the answer comes too late Jan Slodicka - Original Message - From: Richard Coutts [EMAIL PROTECTED] My app got release last week and I'm getting feedback from a Kyocera 6035 owner

Re: Free Memory

2003-05-30 Thread Dan Patrutiu
My proposal is: try to avoid so frequent MemPtrNew/MemPtrFree calls, as they will fragment the memory and it's possible to have memory leaks and so on. Try to allocate a big work buffer at startup, which size is the maximum size your temporary data will be, and work all within that buffer. By

Launcher bug still there?

2003-05-30 Thread Tilo Christ
Hello, the Reptoids code contains code like that: // Handle a launcher bug. It can fail to send a frmUpdateEvent. if (chr = vchrLaunch) { UInt32 freeBytes; UInt32 maxChunk; const UInt32 saveBitsThreshold = 4000;

Palm PluggedIn policy

2003-05-30 Thread Jan Slodicka
Hello I tried to read carefully the PluggedIn Program License Agreement and found that it contains formulations that I don't like. Unfortunately, I don't feel qualified enough to judge all. For example: Licensee will not use (without express prior written authorization) the image or likeness

RE: password entry field

2003-05-30 Thread Konduru, Ravi B (Indsys)
use the following code to put *s while entering password in the Text Filed. U need to keep the keyed-in password in some Variable for ur Verification purpose. static Boolean MainFormHandleEvent(EventPtr eventP) { Boolean handled = false; FormPtr frmP; FieldPtr fld;

Handling UTF-8 data

2003-05-30 Thread palm
Hello all, I have a wireless 802.11 application that receives UTF-8 XML data from a servlet (Tomcat). I am using POL.. I have heard you can display UTF-8 data (to display diacritics/symbols that are not available in the ASCII set). How do I display UTF-8 data? Anyone know? -- Glenn Ford

Re: Handling UTF-8 data

2003-05-30 Thread Eric VERGNAUD
le 30/05/03 14:24, [EMAIL PROTECTED] à [EMAIL PROTECTED] a écrit : Hello all, I have a wireless 802.11 application that receives UTF-8 XML data from a servlet (Tomcat). I am using POL.. I have heard you can display UTF-8 data (to display diacritics/symbols that are not available in

Re: Handling UTF-8 data

2003-05-30 Thread palm
On Fri, 30 May 2003, Eric VERGNAUD wrote: le 30/05/03 14:24, [EMAIL PROTECTED] à [EMAIL PROTECTED] a écrit : UTF-8 is an encoding format for Unicode version 2 character set. You don't display UTF-8 characters, you convert them to Unicode. To display Unicode characters, you then convert them