Re: Using Global Find Command

2008-05-29 Thread Steve Achelis
I probably didn't explain it clearly. I want to allow the system to continue to use the Find command normally. However, from inside my app I'd like to use my existing event handlers (and the system's dialog) to search only my app. Steve Ben Combee [EMAIL PROTECTED] wrote in message news:[EMAIL

Using Global Find Command

2008-05-29 Thread Steve Achelis
My app currently handles the system find event sysAppLaunchCmdFind. The docs say, An application can also integrate the find operation in its own user interface and send the launch code to a particular application. Any ideas on how to do this? I'd like to launch the system's Find dialog, get

Re: Latest CW Build?

2008-05-29 Thread Steve Achelis
Jun-Kiat Lam, Heather's reply enabled me to check the current versions of all my metrowerks.com stuff (I have the latest). Do you (or anyone) know how I can CHECK whether I have the latest SKD (i.e., how can I tell if I installed SDK 3.5 Update 1)? Thanks, Steve Jun-Kiat Lam [EMAIL PROTECTED

Latest CW Build?

2008-05-29 Thread Steve Achelis
Does anyone know the latest build of CW and how to determine if I have it? I own R6 purchased in October, 1999 and I want to know if there is a newer build. Thanks, Steve -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com

Re: TCP connection with POSE

2008-05-29 Thread Steve Achelis
Yes. From POSE, right-click and choose Settings | Properties. Then make sure the Redirect NetLib calls to host TCP/IP is checked. Also, and obviously, you'll need to be emulating a PalmOS that supports TCP/IP (e.g., VII). Steve [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm

_DATE_ Macro

2008-05-29 Thread Steve Achelis
I'm using the latest CW. Does anyone know if there is C macro like _DATE_ that inserts the build date into a program? E.g.: StrCopy( szMystring, _DATE_ ); Thanks, Steve -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access

RE: a question to shareware authors

2008-05-29 Thread Steve Branin
It seems to me that this thread is way off topic. Could we please take it elsewhere? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Steve Mann Sent: Wednesday, July 05, 2000 11:18 AM To: Palm Developer Forum Subject: Re: a question to shareware

Re: Wrong code shown....

2008-05-29 Thread Steve Palmen
the string in place (declaring 'const CharPtr pszRecord' for good measure)? ...steve Fitzpatrick, Joe [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Well, one thing that stands out is that if the pattern , does not appear, you read past the end of the allocated block. Are you blowing up

Re: Forcing a storage full condition?

2008-05-29 Thread Steve Palmen
Nesse, Rustin [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I think there's an app somewhere that does this MemHog, which can be found on palmgear.com, is one such app. ...steve -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http

Re: debugging with CWr6

2008-05-29 Thread Steve Palmen
Dave Lippincott [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Is there any way to get the CWr6 debugger to break on a variable change or when a specific memory location changes rather then on a specific line? fwiw, the Help:Debugger Set WatchPoint says it is (see below), but

another WAP question

2008-05-29 Thread Steve Branin
Thanks for all the info that people have sent regarding WAP. I have one more question? Can anyone tell me where I can find the software to run my own WAP gateway? How much it costs? Who has it? Specifically, I am looking for something that will run on NT if it exists. Steve

Form.c, Line 806, Form must be full width error

2008-05-28 Thread Steve Achelis
I periodically get the message, Form.c, Line 806, Form must be full width. I understand what it is saying, but I don't know why (i.e., why must the form be full width?). Ideas? Thx. Steve -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http

Re: Simulating a keyDownEvent

2008-05-28 Thread Steve Achelis
pressing a key as stuffing an event from a button). Steve Sasha Avanesov [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] It sounds as though using the function FldSetInsPtPosition() along with FldScrollField() should help... you might have to tweak with the offset parameter that you

Re: Simulating a keyDownEvent

2008-05-28 Thread Steve Achelis
Yeah, I cleared it, good thought, though. Steve Richard Burmeister [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] From: Steve Achelis [EMAIL PROTECTED] So I filled an event type with a keyDownEvent, the chr 31, etc. and call EvtAddEventToQueue(). The problem is, it scrolls all

Re: Re: linking menu items to forms

2008-05-28 Thread Steve Fillingham
; break; default: break; } return aHandled; } This should help Steve Fillingham CodeDrive Pty Ltd [EMAIL PROTECTED] elliott ... [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] hi, thanks alot for the code, but i just have one problem with compiling it.. see

Simulating a keyDownEvent

2008-05-28 Thread Steve Achelis
button). Any ideas on how to best move the cursor down within a field in a table? I see that Address doesn't handle this (e.g., if you enter more text in one field than can fit on the screen, you can't get back to edit it later unless you use the pop-up keyboard). Thanks for ideas! Steve

Re: linking menu items to forms

2008-05-28 Thread Steve Fillingham
forms (Form1, Form2, Form3, Form4) and in the main form have 4 menu options (MainOptionsForm1 .. MainOptionsForm4) Inside constructor, each form can link to only one Menu Bar, see the forms Menu Bar ID. Link Menu Bars to Forms using this property. -- Steve Fillingham CodeDrive Pty

Re: Tables Fields ..

2008-05-28 Thread Steve Fillingham
memory access during ExpandFieldHeight() is acceptable behaviour or am I doing something wrong ?? Any ideas appreciated .. Steve Fillingham CodeDrive Pty Ltd [EMAIL PROTECTED] -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access

Re: Tables Fields ..

2008-05-28 Thread Steve Fillingham
.. Cheers Steve Fillingham CodeDrive Pty Ltd [EMAIL PROTECTED] -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Tables Fields ..

2008-05-28 Thread Steve Fillingham
must be doing something wrong !?!? Any ideas ?? Steve Fillingham CodeDrive Pty Ltd [EMAIL PROTECTED] -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: How to Store ? into a Char*

2008-05-28 Thread Steve Achelis
on a forum other than this one (which is Palm specific programming). Steve S.V.BADARI NARAYANA MURTHY [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] hai all I want to store ? into a Char*. if i give like this Char* temp; temp=?; it will store \?. why its adding \ before ?. how

Re: Memory leaks finding objects of a particular size

2008-05-28 Thread Steve Achelis
to during execution, it'll only show the pointer size (4 bytes) and not the memory allocated to it. Steve Stuart A. Malone [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I've got a memory leak in my app, which consists of a single object, 16 bytes long, that is always allocated

Re: Yahoo Store/regcode

2008-05-28 Thread Steve Achelis
I have my products listed on both palmgear and handago. When I find the customers, I don't want to send them to someone who takes 20% of my revenue to process the order. Yahoo charges $100/month, but then only merchant fees (e.g., 2-3%). Steve Igor Mozolevsky [EMAIL PROTECTED] wrote

Getting Palm Debug ROMs ..

2008-05-28 Thread Steve Fillingham
. --- Steve Fillingham CodeDrive Pty Ltd [EMAIL PROTECTED] -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

RegCode and eCommerce

2008-05-28 Thread Steve Achelis
-like protection (which I'm planning on adding). I do sell on Handago and PalmGear, but their fees are even higher than DigiBuy's. Any suggestions on a host? Thx, Steve -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com

Re: /-c/ Compression of bitmaps

2008-05-28 Thread Steve Achelis
this single image in a family (putting it in a family cost 3k in prc file size). Steve Achelis (talking to himself, and in third-person no less) Steve Achelis [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm using Constructor 1.5b7. I see the docs say I should name my bitmaps special

Re: Order of objects in a form

2008-05-28 Thread Steve Achelis
Thanks for the clarification. It worked great. Peter Epstein [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I just wanted to point out that, in general, usable form objects shouldn't overlap. It's fine to mess with the order of the form objects to specify the order they're drawn in,

Re: scrolling a form

2008-05-28 Thread Steve Achelis
You add a scrollbar object. For example, in the Constructor's Catalog, there is a Scrollbar object. I use this to scroll through text that I'm actually drawing in my form. Steve Achelis news.palmos.com [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] hi! i'm sorry if this a silly

Re: Updating a database

2008-05-28 Thread Steve Achelis
If your app knows that the database is old (by a version number, the file name, etc), then you can: Open the old database. Read through the data copying it into a new database (in the new field positions). Delete the old database. Maybe rename the new database. Steve Achelis Barnes

Order of objects in a form

2008-05-28 Thread Steve Achelis
of the objects. What I'd expect (ha ha) are Bring to Front and Send to Back commands. Thanks, Steve Achelis -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Flushing the event queue

2008-05-28 Thread Steve Achelis
EvtFlushKeyQueue() or EvtFlushPenQueue().Or I suppose you could do a while EvtSysEventAvail(...) do EvtGetEvent(). Steve Grover, Vishal [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi All, I have a terrible problem, my application gives a fatal exception when i try to quit

/-c/ Compression of bitmaps

2008-05-28 Thread Steve Achelis
I'm using Constructor 1.5b7. I see the docs say I should name my bitmaps special if they are multi-bit. E.g., begin the resource name with /-c/ for compression. However, I've tried with and without the /-c/ and the file size is identical. If I set the compression to Run Length Encoding in the

RE: Category, list example

2008-05-28 Thread Seeley, Steve E
Hi Dean, I know Matt was the one asking for the category example but I myself have also been looking one the follow. I would like to review your category usage example please. Thanks, Steve Seeley -Original Message- From: Dean [mailto:[EMAIL PROTECTED] Sent: Sunday, November 26

How to get cursor to display when switching focus in a table?

2008-05-28 Thread Seeley, Steve E
() and TblSelectItem(). Nothing seems to get the cursor to appear until a characters has been entered through the UI. How can I get the cursor to appear? Thanks, Steve -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com

Can't send mail to [EMAIL PROTECTED]

2008-05-28 Thread Steve Seeley
Can't send mail to [EMAIL PROTECTED] even though I'm a member. Could you check and see if [EMAIL PROTECTED] is a member. Thanks, Steve -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Dynamically creating a gadget

2008-05-28 Thread Steve Achelis
Grep'n them is only good if you know what you're looking for... Aaron Ardiri [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Duh, as soon as I posted the message I found the answer: FrmNewGadget(). makes you wish you grep'd the headers hey? :)) // az *cough*, *sneeze*.. must

Re: Dynamically creating a gadget

2008-05-28 Thread Steve Achelis
Duh, as soon as I posted the message I found the answer: FrmNewGadget(). Steve Steve Achelis [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I need to dynamically (i.e., at run time) create a gadget on my form. I can use CtlNewControl() to create buttons, checkboxes, triggers (i.e

Dynamically creating a gadget

2008-05-28 Thread Steve Achelis
I need to dynamically (i.e., at run time) create a gadget on my form. I can use CtlNewControl() to create buttons, checkboxes, triggers (i.e., the things defined in ControlStyleType), but I can't figure out how to create a gadget (or label, for that matter). Any ideas? Steve

Re: Bad Form errors with Debug ROMs

2008-05-28 Thread Steve Achelis
Naw (spelled differntly), but I've been called a heel. Steve Charles Rezsonya [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] eh steve, is yer name that same name that has that 'heel'? the 'Achelis heel'? Charles -Original Message- From: Steve Achelis [EMAIL PROTECTED

Re: Bad Form errors with Debug ROMs

2008-05-28 Thread Steve Achelis
I encountered the Bad Form message yesterday. I ended up going to a backup of the resource file and it was okay. Dunno how it became bad (naughty form!). The border you describe is displayed when you check the Modal checkbox in the Constructor. Steve Bob Felice [EMAIL PROTECTED] wrote

Re: Fatal exception when installing my program, why ?

2008-05-28 Thread Steve Achelis
The replies to this thread are all correct and were very helpful (I've been battling the same bug). Here's an abbreviated summation: 1. Read http://oasis.palm.com/dev/kb/papers/1469.cfm. Although the article isn't complete, it will tell you things you need to know to create a multi-segment

Re: Failed to connect to remote due to 64K?

2008-05-28 Thread Steve Achelis
Got it, thanks. Nesse, Rustin [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Time to multi-segment that app. Check the Knowledge Base and archives for details on multi-segmenting your application. Hope that helps! -Rus -- For information on using the ACCESS Developer

Failed to connect to remote due to 64K?

2008-05-28 Thread Steve Achelis
anything more than choosing Large (which caused the app to grow to 68K and it still won't load into POSE). Help! (And thanks!) Steve -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Avoiding blink when redraw controls

2008-05-28 Thread Steve Achelis
and blinked). Thanks for the try. Steve I have a progress form that is updated every few seconds. I do this by changing the contents of a few controls (labels). I currently force the controls to be redrawn using FrmDrawForm(). However, this causes the entire form to blink each time. I

Avoiding blink when redraw controls

2008-05-28 Thread Steve Achelis
I have a progress form that is updated every few seconds. I do this by changing the contents of a few controls (labels). I currently force the controls to be redrawn using FrmDrawForm(). However, this causes the entire form to blink each time. I tried calling CtlDrawControl(), but the controls

Re: Bewildered Beginner

2008-05-28 Thread Steve Achelis
In my opinion, CodeWarrior is the best environment for serious Palm coding. However, if you aren't already a strong 'C' programmer, I don't think it is worth learning 'C' and CW to write one application. I'd use one of the higher level languages (e.g., Satellite Forms). Steve Lynn Hay [EMAIL

Database Finding and Naming

2008-05-28 Thread Steve Achelis
? Is it reasonable to rename a database like this? Thanks for any help! Steve -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Help! very Urgent!!!! -- problem with floating point arithmetics

2008-05-28 Thread Steve Palmen
FloatMgr.h: FlpFloat _f_itof(Int32); xu le [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Who knows how to converting integer to float? -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Using multiple HandleEvents

2008-05-28 Thread Steve Achelis
You could trap for lstSelectEvent events, and then do other stuff (like look at the pen location, etc). You might also be able to trap other events (like a pen down) and then handle stuff dealing with your list. The concept of handling two events is impossible. And you don't have the source

Re: Alphanumeric keyboard?

2008-05-28 Thread Steve Achelis
You mean an ASCII table that shows that 'A' is the same as 65 decimal? Visit http://www.asciitable.com/. Steve Brad Lowe [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Anyone have a keyboard map that has both numbers and letters in it? Just need A-Z and 0-9... A BMP and/or source

Limitation to table field size

2008-05-28 Thread Steve Achelis
Is there a way to work-around the limit of 255 characters per field in a table (as defined by tableMaxTextItemSize)? Thx, Steve -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Hotsync over Spectrum 24 with SPT 1740

2008-05-28 Thread Steve Branin
Is it possible to perform a HotSync over Spectrum 24 using the SPT 1740? Other than a 1740 and a Spectrum 24 hub and a PC what hardware would I need? Do I need any special software? Is this considered a local or remote HotSync? -- Steve Branin [EMAIL PROTECTED] -- For information on using

image scaling

2008-03-04 Thread Brown, Steve
Is there a way to prevent image scaling on the palm OS? Steve Brown Web Developer Information Technology ARUP Laboratories 500 Chipeta Way, Salt Lake City, Utah 84108 phone: (801) 583-2787, extension: 3440 toll free: (800) 242-2787 e-mail: [EMAIL PROTECTED] web: www.aruplab.com http

RE: help with images

2008-03-03 Thread Brown, Steve
] On Behalf Of Roger Stringer Sent: Saturday, March 01, 2008 8:56 AM To: Palm Developer Forum Subject: Re: help with images At 03:15 AM 3/1/2008, you wrote: Subject: help with images From: Brown, Steve [EMAIL PROTECTED] Date: Fri, 29 Feb 2008 10:37:54 -0700 X-Message-Number: 4 Can any one help me

help with images

2008-02-29 Thread Brown, Steve
that they do not reduce on the palm OS Steve Brown Web Developer Information Technology ARUP Laboratories 500 Chipeta Way, Salt Lake City, Utah 84108 phone: (801) 583-2787, extension: 3440 toll free: (800) 242-2787 e-mail: [EMAIL PROTECTED] web: www.aruplab.com http://www.aruplab.com

Re: In PODS multi-segment app, some function calls jump to wrong place

2008-02-11 Thread Steve Moseley
. The PODS version I am using is 1.2.1.02, Is this patch still appropriate? 2. I can't find a file called pmdbg.exe, which this patch asks to replace Has anyone else sucessfully patched PODS 1.2.1.02 for multisegment debugging?? Thanks, - Steve -- For information on using the ACCESS Developer

Re: In PODS multi-segment app, some function calls jump to wrong place

2008-02-06 Thread Steve Moseley
still won't go away. Any other ideas of things I can try? Ways I can track it down? Thanks for your help! Regards, - Steve -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

re: Palm OS Debugger problem

2008-02-04 Thread Steve Moseley
-Clean Hope that's what you were asking. - Steve -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

In PODS multi-segment app, some function calls jump to wrong place

2008-02-04 Thread Steve Moseley
to me. Any ideas? Thanks, - Steve -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

autorun for palm OS

2008-01-08 Thread Brown, Steve
. Steve Brown Web Developer Information Technology ARUP Laboratories 500 Chipeta Way, Salt Lake City, Utah 84108 phone: (801) 583-2787, extension: 3440 toll free: (800) 242-2787 e-mail: [EMAIL PROTECTED] web: www.aruplab.com http://www.aruplab.com

re: Can I debug PNOs on a Treo680 over USB?

2007-09-19 Thread Steve Moseley
for serial cables, but they don't seem to make them for the Treo680 :-( - Steve Moseley -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Code resource handle is NULL for PceNativeCall call??

2007-09-17 Thread Steve Moseley
typeid = 'ARMC'; id = 4096_d; begin 11 00 00 ea 00 00 a0 e1 // 00 00 a0 e1 00 00 a0 e1 // 00 00 a0 e1 4f 4e 53 50 // ONSP ... etc etc etc ... Ref: http://obermuhlner.com/public/Projects/Palm/PDBC/ - Steve Moseley

Can I debug PNOs on a Treo680 over USB?

2007-09-17 Thread Steve Moseley
the 'AdnDebugNativeRegister' call. It seems to be ok with the 'AdnDebugEnableSet', but not much else. Is this related to the fact that I'm not getting a connection established to the ARM debug nub on the device? Any help with this would be appreciated! Thanks, - Steve Moseley -- For information on using the ACCESS

Can't display global variables in Eclipse?

2007-08-07 Thread Steve Moseley
doesn't mean much to me. Any ideas? Thanks, - Steve -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Can't display global variables in Eclipse?

2007-08-07 Thread Steve Moseley
This is a known bug. You simply cannot display global variables. :-( -- Denis. Wow, that's a pain. Thanks for the reply, Denis! -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Images on Palm OS

2007-05-08 Thread Brown, Steve
HI I am trying to figure out images on the palm OS. All my images seem to compress to like 150 pixels wide. Is there any way around this? Steve Brown Web Developer Information Technology ARUP Laboratories 500 Chipeta Way, Salt Lake City, Utah 84108 phone: (801) 583-2787, extension

RE: Images on Palm OS

2007-05-08 Thread Brown, Steve
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Donald C. Kirker Sent: Tuesday, May 08, 2007 2:34 PM To: Palm Developer Forum Subject: Re: Images on Palm OS Brown, Steve wrote: HI I am trying to figure out images on the palm OS. All my images seem

Re: Vista and CW9.3

2007-04-04 Thread Steve Bennett
I have CodeWarrior 9.3 working on Vista - compiles adn links fine which was a pleasant suprise. The only niggle is I cant get USB debugging working (to a treo650). The problem appears to be with USBPort.dll (Version 6.0.1). PalmDebugger finds it ok in C:\ProgramFiles\palmOne\ (I moved it

Installing Icons with pal installer

2006-08-25 Thread steve . brown
I have successfully installed the Avantgo client via an SD card on to a palm. However the icon is not on the main screen. Any ideas? -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

GCC gSoap

2006-03-18 Thread Steve Gilfillan
Steve -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Problems with application launched via Launcher X

2005-09-17 Thread Steve Chaplin
I tried sending email to their support and they did not answer. Though the bug may be in Launcher X, I would rather get around it instead of leaving as is. Having problems like this just generates product returns. -- For information on using the PalmSource Developer Forums, or to unsubscribe,

re: Problems with application launched via Launcher X

2005-09-16 Thread Steve Chaplin
I tried my app with Facer and that also works. I only have a problem with Launcher X. Anybody have this problem -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Problems with application launched via Launcher X

2005-09-14 Thread Steve Chaplin
My application (Virtual Pool Mobile) installs to only SD Card, NVFS, or Disk because of it's large size. The program can be located anywhere and stores the path information sent by sysAppLaunchCmdCardLaunch to determine where to find data files. The application is not bundled and all data is

Help, ROM update failed on T5

2005-08-01 Thread Steve Chaplin
The ROM update to v1.1 on my T5 failed and now it won't boot. I can't hard reset the device either. Pressing reset will start a boot but it freezes on the Palm One screen and I can't get the hard boot prompt when holding power. Anybody know how to get around this problem or another way to flash

Help, WinScreenGetAttribute returns wrong value

2005-07-13 Thread Steve Chaplin
I'm using WinScreenGetAttribute to get the width, height for the display. It works fine on Palms but on the Clie (UX50) it returns the wrong value (320x320 instead of 480x320). I originally thought it was an issue with DIA but once I got the Silk library working properly and the DIA taken down

Re: Why does soft reset fix/prevent fatal alerts?

2005-07-05 Thread Steve Ely
failed errors. Thanks for your help. Steve. On Wed, 29 Jun 2005 13:21:49 -0400, LionScribe [EMAIL PROTECTED] wrote: DmWrite calls DmWriteCheck internally before it writes. If it gets an error, they return the message you received. Therefore in your release version there is no reason to call

Re: Why does soft reset fix/prevent fatal alerts?

2005-06-28 Thread Steve Ely
? Is it necessary or 'good practice' to call DMWriteCheck before any DmWrite? Thanks, Steve On Thu, 23 Jun 2005 17:53:43 -0400, Robert Moynihan [EMAIL PROTECTED] wrote: Steve Ely wrote: I have an application for taking inventory that runs on Symbol SPT's. I have had some customer reports of a fatal alert

Re: Replacing left over application in memory

2005-06-27 Thread Steve Chaplin
Like many things I'm encountering on the Palm, this is not going to be easy to do. I appreciate the great feedback from you guys. Getting my application to work on the Palm would probably be impossible without this forum. Thanks, --sdc -- For information on using the PalmSource Developer

Re: Replacing left over application in memory

2005-06-27 Thread Steve Chaplin
I have good new on this subject. It seems that the check made for replacement is file size. So as long as the size of the application on the card is different from the one in memory, it will be replaced. --sdc -- For information on using the PalmSource Developer Forums, or to unsubscribe,

Replacing left over application in memory

2005-06-25 Thread Steve Chaplin
The Palm does not seem to copy applications from the SD card if they already reside in memory. Is there a way to force the application to be copied from the SD card every time? -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see

Re: Replacing left over application in memory

2005-06-25 Thread Steve Chaplin
Deleting it would be fine but how can the program delete itself when it must be copied to RAM before it can run. My main concern is any upgrades to customers that have installs on storage other than RAM will not work. When running the program the customer will execute the old copy in RAM

Determining folder path for application

2005-06-24 Thread Steve Chaplin
I'm having problems trying to get the folder path for where my application was lauched from. The documentation says that the sysAppLaunchCmdCardLaunch is sent with a parameter block that contains the folder path when the application is launched from a storage device. If I understand correctly,

Re: Determining folder path for application

2005-06-24 Thread Steve Chaplin
I have not used a feature before but that seems like a good solution. You mentioned that you don't think you get a sysAppLaunchCmdCardLaunch in all non-memory launch or program start situations. I basically need to know where may application is being run from so I can open the data files

Re: Determining folder path for application

2005-06-24 Thread Steve Chaplin
I tried this from NVFS and it did do a sysAppLaunchCmdCardLaunch so hopefully that is sent from any non-main memory program start. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Has anyone tried palmSource $195 Incident Support?

2005-06-23 Thread Steve Ely
I am considering trying the Incident support for the soft reset/fatal alerts issue I posted here a day or 2 ago and have gotten no replies. Before I shell out $195 bucks, I'd like to know what to expect. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see

re: install shared library along with app with Run.. in PODS?

2005-06-23 Thread Steve C
Put the library in an autoload sub directory under the Simulator directory - search for autoload in the archives Steve -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Why does soft reset fix/prevent fatal alerts?

2005-06-21 Thread Steve Ely
I have an application for taking inventory that runs on Symbol SPT's. I have had some customer reports of a fatal alert with in the first few scans after hotsync. I have not been able to duplicate the scenario my self but working with a customer who was having the problem it became apparent that

re: Can't find MathLib @ runtime in PODS

2005-05-24 Thread Steve C
Thanks Vesselin. So obvious now that I think about it. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

That old chestnut - Pie Charts

2005-05-24 Thread Steve C
anything changed in the Palm OS that has made life easier to do pie charts? Has anybody got any opinions on better algorithms or even code they are willing to share on this topic? Many thanks Steve -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http

Can't find MathLib @ runtime in PODS

2005-05-22 Thread Steve C
); ErrFatalDisplayIf(error, Can't open MathLib); Thanks Steve -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

How to disable transfer confirmation message using Exch Mgr

2005-05-07 Thread Steve C
Hi My app is creating logs using the Exchange Manager to create memo records. How do I disable the transfer acceptance message I get for each transfer? Thanks in advance Steve -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev

Different install for VFS and memory?

2005-04-25 Thread Steve Chaplin
I have an application with several MB of data. I initially used a streaming .pdb file. I want to allow users to install to a sd card but the only way to keep the .pdb seems to be to bundle it which doesn't work well because of the memory requirements of the data. I did get a version running

T5, Treo 600 650 hsFtrCreator

2005-04-16 Thread Steve Gilfillan
(also presumable it wouldn't work on the 600 if I did remove it!). So can anyone please tell me how I get around the redefinition problem? Many Thanks Steve -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Problem opening Clasic databases on Palm Cobalt

2005-03-11 Thread Steve Martin
I'm porting my application to Palm Protiem. I have some old pdb files (created from a 68K application). I'd expect my application to be able to use these classic databases - thus providing backward compatibility. Obviously in the future I'd move forward - probably to a schema database. I am

Direct Screen in OS 5.2 Simulator

2005-02-22 Thread Steve Chaplin
I have a test program that sets up the screen in 16 bit mode then just fills the screen. It works fine on my T5. In the simulator (5.2 Debug that shipped with CW) it crashes because the pointer to the screen is invalid. Hopefully somebody can tell me why as I can't find any posts of problems

Re: Direct Screen in OS 5.2 Simulator

2005-02-22 Thread Steve Chaplin
Why do I have to draw a form? Why does it work on the device and not the simulator? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Direct Screen in OS 5.2 Simulator

2005-02-22 Thread Steve Chaplin
Ok, I put in the form draw and it still does not work. I'm doing the standard test form with the Clear Text button at the bottom. I press the button to call my draw routine and I still have and invalid pointer. The pointer address is 0x00B6. -- For information on using the Palm Developer

Re: Direct Screen in OS 5.2 Simulator

2005-02-22 Thread Steve Chaplin
Got it going. Thanks guys. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: PalmOS Developer Suit vs Visual Source Safe

2005-02-20 Thread Steve Lemke
Earlier, Steve Martin wrote: When using the previous version of PODS I integrated the Eclipse Plugin to integrate VSS support. I know this is unsupported but it worked fine. This continued to work with (albeit using a later version of the VSS plugin) with the pre-release of PODS 1.1. Now

PalmOS Developer Suit vs Visual Source Safe

2005-02-19 Thread Steve Martin
working ? MTIA Steve -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

  1   2   3   4   5   6   7   8   9   10   >