Re: Wireless Signal Strength Indicator

2002-07-30 Thread Steve Mann
that several weeks ago. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Turning wireless mode on

2002-07-30 Thread Steve Janaway
Quoting Steve Mann [EMAIL PROTECTED]: You might try reading the HandSignal SDK docs more carefully: GSMLibSetModulePower. Regards, Steve Mann Yep, couldn't agree more. One of those, have a look, ask the question then find the answer in the SDK about 5 minutes later moments. Apologies

Re: Wireless Signal Strength Indicator

2002-07-30 Thread Steve Janaway
Quoting Steve Mann [EMAIL PROTECTED]: You might want to look on the HandSpring web site. They posted code to do that several weeks ago. Regards, Steve Mann Hi, I can't seem to find that on the Handspring site. The only sample code to do with indicators on there deals only

Re: Wireless Signal Strength Indicator

2002-07-30 Thread Steve Mann
I can't seem to find that on the Handspring site. Perhaps they only put it in one of their developer e-mail newsletters. Reprinted: Technical Talk Signal Strength Battery Level Indicator Displaying the signal strength and battery level of the Treo is very easy to do and only takes a few

Re: Wireless Signal Strength Indicator

2002-07-30 Thread Steve Janaway
Quoting Steve Mann [EMAIL PROTECTED]: I can't seem to find that on the Handspring site. Perhaps they only put it in one of their developer e-mail newsletters. Reprinted: SNIP Much appreciated. I only signed up with Handspring a week ago so must have missed that email. cheers Steve

Re: Callback functions?

2002-07-30 Thread Steve Mann
with specific launch codes. What more do you need to know? Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Callback functions?

2002-07-30 Thread Steve Mann
I was hoping to get information on things like ISR coding conventions. Sorry, I can't help you there. Perhaps someone else on the list has some suggestions. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev

Re: Target Settings for Hack?

2002-07-28 Thread Steve Mann
will get this error. You can get rid of it by combining all the resources into one resource file. Or, as Ben already told you, you can ignore it. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: LstSetListChoices

2002-07-27 Thread Steve Mann
with dynamic form elements in 3.5 and earlier. They were kind of delicate. That would be my guess as to the problem. Do you need to be able to run on 3.5? Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support

RE: Network Panel API (Codewarrior Linking Problems)

2002-07-27 Thread Steve Janaway
version). Steve -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Source for PalmOS 4 SMS app

2002-07-25 Thread Steve Janaway
Quoting Chris Tutty [EMAIL PROTECTED]: HI, Does anyone know if the source code for the SMS app that comes with PalmOS 4 is available? Chris Tutty I'd be interested in it if it was. The only one I know of is the sms app simplesms that Handspring wrote. -- For information on using

Linking to .lib libraries in Falch.net IDE

2002-07-25 Thread Steve Janaway
IDE which expects all static libraries to be .a files. It seems to be refusing to recognise anything that's .lib meaning I can't use the library. Does anyone know a way round this or how to convert the .lib to a .a ? Please don't say use the CodeWarrior IDE :o) cheers Steve

ANN: cJAG Express Builder Released

2002-07-25 Thread Steve Wehrmann
cJAG Software has released cJAG Express BuilderT, a tool for creating Self-Extracting, Wizard based Installers for Palm OS applications. With an introductory price of $24.95 (normally $39.95), Express Builder is exactly what developers need to deploy Palm OS based solutions to their customers.

Re: Network Panel API (Codewarrior Linking Problems)

2002-07-25 Thread Steve Janaway
' is undefined I must admit that I'm not the most experienced at using codewarrior (in fact I have precisely 3 hours experience currently) but it looks to me like the .lib files are wrong somehow. Can anyone help, I've had a look on the web for stuff to help me but without success. cheers Steve

Re: Newbie - gremlins error withFind?

2002-07-24 Thread Steve Mann
:( The first question would be: what are you doing in response to the Find launch? Nothing? If so, are you sure? Second question: if something, what does the code look like? Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Setting/Updating Network Preferences

2002-07-23 Thread Steve Janaway
directly ? Can anyone help ? Regards Steve -- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Setting/Updating Network Preferences

2002-07-23 Thread Steve Janaway
it anymore ? It seems a bit weird to stop what seems to me to be a useful API. Or is it because they want to introduce a licensing schemed desktop update system like that which comes with the Handspring Treo I wonder. Thanks for the help. Steve -- For information on using the Palm Developer Forums

RE: Setting/Updating Network Preferences

2002-07-23 Thread Steve Janaway
correct in thinking that the format of the network preferences is no longer standard across all devices (since you mention new devices not having the same NetworkDB format) ? cheers Steve -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com

Re: I'm an idiot (was: Re: Remote Debugging to a handspring (I have DebugPrefs))

2002-07-22 Thread Steve Mann
entering the shortcut dot dot 2. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: I'm an idiot (was: Re: Remote Debugging to a handspring (I haveDebugPrefs))

2002-07-22 Thread Steve Mann
the better. Related to your specific question: I have used LstNewList a fair amount in the past, and it can be a real pain in the ass. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Script for updating network preferences

2002-07-19 Thread Steve Janaway
set command (ignored)'. This is despite the fact that the Network Communication section of the Palm OS Companion says that command can be used. Has anyone got any idea what the correct command is (or why its not working for me) ? All help is greatly appreciated. Thanks Steve ; ; Very simple

Re: Over-riding another apps behaviour

2002-07-18 Thread Steve Janaway
Quoting Steve Mann [EMAIL PROTECTED]: That should be. In my experience, the only reason that doesn't happen is if you haven't properly registered to receive SMS events. Registered applications usually get notification _before_ the built-in SMS application AFAIKT. If you're getting

Re: Over-riding another apps behaviour

2002-07-17 Thread Steve Janaway
Quoting Steve Mann [EMAIL PROTECTED]: What I essentially want to do is to get my device to jump the queue and be first in line for the sms reception event. Any ideas ? Read the docs that come with the VisorPhone/Treo SDK and look at the SimpleSMS sample application. Both are available

Fwd: Finding the Net library on Handspring Treo....

2002-07-17 Thread Steve Janaway
Hi Guys, Can anyone help with the problem a workmate is having ? See below. cheers Steve - Forwarded message from [EMAIL PROTECTED] - Date: Wed, 17 Jul 2002 15:12:48 +0100 From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Subject: Finding the Net library on Handspring Treo

Re: Over-riding another apps behaviour

2002-07-17 Thread Steve Mann
At 2:40 PM +0100 7/17/02, Steve Janaway wrote: I'd assumed that every application that registered with the SMS Library then got sent the kMessageInd event code when an SMS was received. Is this not the case ? That should be. In my experience, the only reason that doesn't happen is if you

Re: SimpleSMS application on Handspring Treo

2002-07-16 Thread Steve Janaway
Quoting Steve Mann [EMAIL PROTECTED]: I remember something like that from a long time ago. If I remember correctly, there's a piece of initialization code (the shared library perhaps?) that requires that you be on a real device. Just a wild guess. Are you able to trace the code

Over-riding another apps behaviour

2002-07-16 Thread Steve Janaway
an event loop thats kicked off upon SMS reception. So when I send an SMS it is handled by the default SMS app and not mine. What I essentially want to do is to get my device to jump the queue and be first in line for the sms reception event. Any ideas ? cheers Steve -- Steve Janaway Designer

Re: Over-riding another apps behaviour

2002-07-16 Thread Steve Mann
What I essentially want to do is to get my device to jump the queue and be first in line for the sms reception event. Any ideas ? Read the docs that come with the VisorPhone/Treo SDK and look at the SimpleSMS sample application. Both are available on the HandSpring web site. Regards, Steve

Re: Re: Restoring bits incorrectly

2002-07-16 Thread Steve Mann
displaying alerts or dialogs on top of that form. The OS is fast enough that there aren't any speed penalties taking that approach. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: How to add a toolbar (or something similar) at the bottom of allpalm apps

2002-07-16 Thread Steve Mann
and what to do. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

SimpleSMS application on Handspring Treo

2002-07-15 Thread Steve Janaway
... -- Steve Janaway Designer Aepona (England) Ltd Office: +44 (0) 7870 237678 E-mail: [EMAIL PROTECTED] Fax: +44 (0) 1483 305703 Internet: http://www.aepona.co.uk -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: SimpleSMS application on Handspring Treo

2002-07-15 Thread Steve Mann
At 12:02 PM +0100 7/15/02, Steve Janaway wrote: When I run it in the Falch development environment using an emulator, it crashes saying that the app called SysFatalAlert with the message MemoryMgr.c, line 4340, NULL handle. Has anyone else seen this?? I remember something like that from a long

Re: minus sign in numeric field

2002-07-13 Thread Steve Mann
not all that hard to disallow sign characters in all but the first position. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: minus sign in numeric field

2002-07-12 Thread Steve Mann
is there a better way to get numeric field to accept minus sign than to intercept keyDownEvent and insert it into the field manually? You can also set the field up as non-numeric and block everything you don't want. Regards, Steve Mann -- For information on using the Palm Developer Forums

Re: Table

2002-07-11 Thread Steve Mann
For the most part, it's automatic. The Table will simply extend the row's height and everything else will be pushed down, some of it possibly out of sight. Unfortunately, that's not the behavior I'm seeing, and it doesn't address the issue of shrinking the table. Regards, Steve Mann

Re: Table

2002-07-11 Thread Steve Mann
Is this Steve Mann, or is somebody copying your posts? I guess someone has a burning desire to have the same question answered. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Problem creating dynamic form controls

2002-07-10 Thread Steve Mann
call to CtlNewControl. Does anyone have any ideas about things that might cause this? Whenever you create a new control, you have to get a new pointer to the form because the form chunk may have changed. Are you doing that? Regards, Steve Mann -- For information on using the Palm Developer

Table

2002-07-10 Thread Steve Mann
Does anyone have any pointers to examples showing how to do tables with multi-line fields, examples simpler than the Mail and Address examples? Thanks. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support

The 'Configure Your Treo' application

2002-07-09 Thread Steve Janaway
Hi, Anyone got any idea how this application actually works, that is how it updates the browser and email settings, etc on the Treo. I don't suppose the source code is generally available for either the PC or Treo side of the app is it ? cheers -- Steve Janaway Designer Aepona (England) Ltd

Re: Getting IMSI number of SIM in Treo

2002-07-08 Thread Steve Janaway
/david/work/gsm-data.html Chris Tutty Yeah it looks like the GSM module is so hidden from the Palm functionality that its gonna be very difficult to get any useful information from it. cheers Steve -- Steve Janaway Designer Aepona (England) Ltd Office: +44 (0) 7870 237678 E-mail

Re: Getting IMSI number of SIM in Treo

2002-07-05 Thread Steve Janaway
APIs also sound very interesting, any rumours sufaced on their contents ? Thanks Steve -- Steve Janaway Designer Aepona (England) Ltd Office: +44 (0) 7870 237678 E-mail: [EMAIL PROTECTED] Fax: +44 (0) 1483 305703 Internet: http://www.aepona.co.uk

Re: Accessing deleted messages

2002-07-05 Thread Steve Mann
However, I want to read these 'deleted' records on the Palm, but am not allowed. Why not? What are you using to try and read them? I believe that DmQueryRecord and DmGetRecord will find those deleted records, while DmQueryNextInCategory ( dmAllCategories) will not. Regards, Steve Mann

Re: Horizontal Scrollbar

2002-07-03 Thread Steve Mann
At 10:54 AM +0530 7/4/02, Kapil Konde wrote: I want to have a horizontal scrollbar for the text field It's been discussed in this group before. I believe it's possible. You should check the archives for specifics. Regards, Steve Mann -- For information on using the Palm Developer Forums

Re: scrollbar arrows not getting redrawn

2002-07-02 Thread Steve Mann
with a list without a _lot_ of extra work on my part. It wasn't worth the effort, so I went with the standard scroll arrows instead. Perhaps someone else out there has had better luck. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: scrollbar arrows not getting redrawn

2002-07-02 Thread Steve Mann
There is nothing special to do actually, just handle the sclRepeatEvent and use LstScrollList() to scroll the List. You'll also have to update the scroller using SclSetScrollBar(). Sounds pretty easy. I'll have to revisit this and give it a try. Regards, Steve Mann -- For information on using

Getting IMSI number of SIM in Treo

2002-07-01 Thread Steve Janaway
that helps get the IMSI. Can anyone point me in the right direction ? Or is it not possible to get the IMSI ? Regards Steve -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Support for Trignometric functions in PDA application.

2002-06-30 Thread Steve Mann
others. http://www.amazon.com/exec/obidos/ASIN/0471390879/qid%3D1025466598/ref%3Dsr%5F11%5F0%5F1/002-6799433-5252028 Disclaimer: I'm one of the book's authors, so you could consider this a shameless plug. Regards, Steve Mann -- For information on using the Palm Developer Forums

Re: Optimization

2002-06-27 Thread Steve Mann
I have a database that is sorted by Name. Out of curiosity I am wondering if there is a difference in speed between: I'm no compiler expert, but for any reasonable compiler, they should pretty much do the same thing. I imagine one of the C gurus here can provide more details. Regards, Steve

Re: blank numeric fields

2002-06-24 Thread Steve Mann
a space to a blank field. Why do you need to do that? Where are you getting an error message and what is it? Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: blank numeric fields

2002-06-24 Thread Steve Mann
, perhaps you could post it here. If not, you need to figure out how the symbolic debugger works and find out what line is blowing up. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Networking problem: Can't receive data

2002-06-23 Thread Steve Mann
with a dual return character in order for the server to try and send a response. I believe that's part of the HTTP protocol. You might want to look at that first. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev

Re: custom databases backed up automatically?

2002-06-23 Thread Steve Mann
When I HotSynced again, the databases were gone. So, appearantly they were not backed up. Perhaps you didn't have the Backup Conduit set to backup up on the first HotSync, or restore on the second HotSync. Regards, Steve Mann -- For information on using the Palm Developer Forums

Re: Newbee needs clarification on Databases

2002-06-15 Thread Steve Mann
are limited to 64K, records in a database are limited 64K (although some of the data manager APIs effectively limit you to 32K). HotSync goes much faster with a smaller number of larger records. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Database question

2002-06-14 Thread Steve Mann
At 1:23 PM -0700 6/14/02, Craig Belson wrote: And I'm at work, so I don't have handy access to a reference, but I think the type and creator are UInt16s - someone correct me if I'm wrong - but they're done as such: They're UInt32 values. Regards, Steve Mann -- For information on using

Re: Memory Leak...argh!

2002-06-09 Thread Steve Mann
you allocated a Handle or Pointer that you don't free when you exit. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Newbee: Initializing a Push Button

2002-06-01 Thread Steve Mann
in Constructor. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Setting the time in POSE

2002-05-31 Thread Steve Mann
, regardless of the ROM. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Setting the time in POSE

2002-05-31 Thread Steve Mann
the host system clock on a read-only basis. That doesn't explain why it lets you change the date however. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: POSE Profiling

2002-05-29 Thread Steve Mann
start and stop profiling and dump OK. Has anyone encountered this problem? Any suggestions? Thanks. Regards, Steve Mann -- Creative Digital Publishing Inc. 1315 Palm Street, San Luis Obispo, CA 93401-3117 --- 805.784.9461 805.784.9462 (fax

Re: POSE Profiling

2002-05-29 Thread Steve Mann
I got all those pieces except your application. Wanna send me something I can try out? Sure, although it happened with any application. Let me confirm all the details and I'll send you some stuff. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe

Re: passing char* data[10] question Code sample

2002-05-28 Thread Steve Mann
that. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Problem getting the host IP

2002-05-27 Thread Steve Mann
Have I missed anything? or is there any other method to get host IP address. Please enlighten me!! This may sound like a stupid question, but have you checked your Network settings in Prefs? Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please

Re: Incorrectly drawing over menus...

2002-05-21 Thread Steve Mann
()) { gStopDrawing = false; } break; Note: gStopDrawing is a global, which may not always be appropriate. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: MemoryMgr Fatal Alert on M515

2002-05-02 Thread Steve Mann
software, and see if they can recreate the problem. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Storage Heap

2002-04-29 Thread Steve Mann
At 12:09 PM -0700 4/29/02, Danny Epstein wrote: Sorry - I didn't know. No problem. I figured as much. In fact, I wasn't aware of this site until you mentioned it. Thanks. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

RE: Storage Heap

2002-04-26 Thread Steve Mann
to post the article. In fact, quite a lot of their content violates various copyrights. I would appreciate it if you would refrain from citing them in the future. Thank you. Regards, Steve Mann -- Creative Digital Publishing Inc. 1315 Palm Street, San Luis Obispo, CA 93401-3117

RE: Storage Heap

2002-04-26 Thread Steve Mann
of the Palm-related articles are in the Knowledge Base. We arranged that with Palm almost two years ago. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

calling FileClose twice

2002-04-17 Thread Steve Orens
it is valid? thanks, steve -- steve orenshttp://www.orens.com [EMAIL PROTECTED] -- For information on using the Palm Developer Forums

FormAttrType and saveBehind

2002-04-17 Thread Steve Flacy
the field values of FormAttrType. Is there any other way to accomplish dynamically changing the saveBehind bit? Any response appreciated. Thanks, Steve Flacy [EMAIL PROTECTED] __ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http

DmSetDatabaseInfo on a file stream

2002-04-17 Thread Steve Orens
errors returned from any of the calls before I call DmSetDatabaseInfo (I have more robust error code handling in the actual code; i have simplified it here for this discussion). is there a step I am missing? thanks, steve -- steve orens

Don't Show List message

2002-04-14 Thread Steve Bailey
retentive about finding this stuff. Thanks for any tip-offs Steve -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

CodeWarrior v8.0 and Palm SDK 3.5

2002-04-10 Thread Steve Orens
need to find a CW v7.0 CD and install that version of CodeWarrior in order to support 3.5? thanks, steve -- steve orenshttp://www.orens.com [EMAIL PROTECTED

Re: CodeWarrior v8.0 and Palm SDK 3.5

2002-04-10 Thread Steve Orens
in the 3.5 version of the OS. thanks again, steve Steve, I would think the answer is yes. If you want to develop with SDK 3.5 and MSL the easiest way would be to use code warrior 7.0. If you are willing to play around a lot with include/link paths you could probably get it to work with 8.0

Re: Question on Scrollbars

2002-04-10 Thread Steve Mann
If anyone has tips, please let me know! You should be able to find information on using scroll bars in both the Knowledge Base. You should also be able to find working sample code in the SDK. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe

Re: Dumb list question

2002-04-10 Thread Steve Mann
I thought the system handled these for you automagically? Do I need to handle drawing and implementing those little scroll arrows? The system should. Are you defining the lists just using constructor? Do you do anything to set them up or draw them in your form initialization? Regards, Steve

Re: Support for Float and Double

2002-04-09 Thread Steve Mann
, search the escribe archives for source code. Various routines have been posted on this forum in the past. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

[OT] RE: LSSA Problem

2002-04-05 Thread Steve Mann
At 12:11 PM -0800 4/5/02, Scott Johnson wrote: Now I see why Tom Cruise and Penelope Cruz are breaking up. :-) Damn! I was looking forward to the wedding and the bride's new name: Penelope Cruz-Cruise (or would it be Cruise-Cruz?). Regards, Steve Mann -- For information on using the Palm

RE: Palm OS 5 Simulator - Mac

2002-04-05 Thread Steve Mann
Won't the Palm OS 5 Simulator run under Virtual PC on a Mac? Yes it does. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: CtlSetLabel from Database Field

2002-04-04 Thread Steve Mann
Does the recP variable lose scope when exiting the routine? If so, where should I put the string? In a global? Yes. Yes. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Accessing network preferences

2002-03-31 Thread Steve Mann
Does anyone know how to access the Network preferences in this way? Give this a try. Regards, Steve Mann # # # Err error = 0; UInt16 appCardNo; LocalID appDBID; DmSearchStateType searchState; error = DmGetNextDatabaseByTypeCreator

Re: List Problem

2002-03-31 Thread Steve Mann
if there is a memory leak. Regarding allocating new memory each time the list contents changes, why not just use a list drawback function? That way you don't have to allocate any dynamic memory. The drawback is perfect for lists whose contents changes regularly. Regards, Steve Mann -- For information

Re: Large Debugger Downloads Fail Randomly on Handspring

2002-03-27 Thread Steve Mann
, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Popup Trigger

2002-03-26 Thread Steve Mann
CtlSetLabel with a new string), and you must free the string after it is no longer in use (typically after the form containing the control is freed). You're putting the label in a stack-based variable. It disappears as soon as you exit the routine. Regards, Steve Mann -- Creative Digital

Re: Types and preferences question

2002-03-21 Thread Steve Mann
Does anyone know the best way to deal with this? Give this a try. Regards, Steve Mann /*** * FUNCTION: UTStringToQuad * * DESCRIPTION:This routine converts a string to a four-byte quad. * * RETURNED

Re: Form Design

2002-03-21 Thread Steve Mann
the items at specific pixel locations to get the aligned. I do that all the time. It's very straightforward - none of that messy table setup and management. Regards, Steve Mann -- Creative Digital Publishing Inc. 1315 Palm Street, San Luis Obispo, CA 93401-3117

Palm OS Game Programming book?

2002-03-14 Thread Steve Palmen
fatbrain.com lists a Palm OS Game Programming book by Nicholas Pleis. it is worth the read? thanks. steve -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Fast Database Search

2002-03-12 Thread Steve Mann
At 1:56 PM -0500 3/12/02, Laurie Davis wrote: I have successfully used DmFindSortPosition when looking for data that is sorted, but I cannot think of any way to speed up the search for other data. Why not use a binary search instead of a sequential one? Regards, Steve Mann

Re: Palm OS 5.0 Simulator and Old Serial Manager

2002-03-12 Thread Steve Mann
of the world like a lot of our other junk. Whenever I hear it, I usually think: Yeah, your bad. Your grammar is real bad. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Palm OS 5.0 Simulator and Old Serial Manager

2002-03-12 Thread Steve Mann
you will probably find that australian's started using it first :) Uh oh. Apologies for claiming your junk as our junk. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Memory Issue?

2002-03-12 Thread Steve Mann
At 5:30 PM -0600 3/12/02, Carmen Sandiego wrote: Do I need to allocate a pointer/handle? Please help! It's good practice to allocate things that size using MemPtrNew and free them up when you're done with them. Regards, Steve Mann -- For information on using the Palm Developer Forums

Re: Thousands separator

2002-03-11 Thread Steve Mann
that. If you can't find anything, email me privately--I have some around here somewhere I can send you. Regards, Steve Mann -- Creative Digital Publishing Inc. 1315 Palm Street, San Luis Obispo, CA 93401-3117 --- 805.784.9461 805.784.9462 (fax) [EMAIL

pdb and memory cards

2002-03-08 Thread Steve Achelis
type of card (i.e., can apps run from any cards, or must all of them be accessed via VFS; if so, then what is the CardNo required by the database functions?). As you can see, I'm looking for a higher level view before committing to the lower level coding. Thanks!! Steve -- For information

Re: Global Array of Pointers/Memory leakage

2002-03-08 Thread Steve Bailey
Thanks, Matt, makes sense. I was thinking about that whole Char versus char thing along with your other points. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Global Array of Pointers/Memory leakage

2002-03-07 Thread Steve Bailey
like this? Thanks for reading this, would appreciate a hint if you have one Steve p.s., using PALMOS 3.5 sdk with CW 6.0 -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: How to Tell I'm running on a Sumsung i300

2002-03-06 Thread Steve Mann
At 10:02 AM -0800 3/6/02, Hal Mueller wrote: Great page Hal. Let me add to your table. For the Kyocera 6035, the OEM ID is 'qcom' and the device ID is 'qc20'. Regards, Steve Mann -- Creative Digital Publishing Inc. 1315 Palm Street, San Luis Obispo, CA 93401-3117

Re: High Level Palm Development?

2002-03-04 Thread Steve Mann
At 12:26 AM -0600 3/4/02, Ben Combee wrote: It won't just be bundled with Enterprise it should be with all versions of V9 Great Sounds like a winner Thanks Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://wwwpalmoscom/dev/tech

re: Shared Library using c++

2002-03-04 Thread Steve Orens
at [EMAIL PROTECTED] thanks in advance, steve p.s. if anyone else knows how to do what blake describes, feel free to email me as well. again, thanks in advance. http://www.escribe.com/computing/pcpqa/m53911.html Can we use C++ and OOPS concept to develop shared library in Palm If anyone knows, pls

Re: Categories and DB question...

2002-03-03 Thread Steve Mann
categories to meet the above criteria? Use the standard Category APIs provided in ROM Look in the Category Section of the UI chapter in the Reference manual and Companion guide Check the source code of the built-in applications for sample code Regards, Steve Mann -- For information on using the Palm

Re: Problems updating Lists

2002-03-03 Thread Steve Mann
At 4:39 PM -0500 3/3/02, James Dessart wrote: In all reality, I think the list is displaying, but with a height of 0 I see a little black outline above the popup trigger You might want to try calling LstSetHeight Regards, Steve Mann -- For information on using the Palm Developer Forums

Re: High Level Palm Development?

2002-03-03 Thread Steve Mann
On Mac OS, there aren't many options I'd suggest using CodeWarrior for Palm OS V8 along with the Object Libraries for Palm OS, a really nice C++ library that we'll be bundling with future versions of CW Ben: Is that available now, or only at some time in the future? Regards, Steve Mann

<    1   2   3   4   5   6   7   8   9   10   >