Re: NVFS White Paper

2006-03-06 Thread David Fedor
At 05:50 PM 3/3/2006, you wrote: I'm logged into the pluggedin site. Where can i download the white paper from inside it? It has been integrated into Palm's standard documentation file, aka PalmDeveloperGuide.pdf; see the NVFS section inside System Extensions there. -David Fedor Director

Re: How can we create a custom control like ActiveX control in windows?

2006-01-06 Thread David Fedor
recipe). -David Fedor PalmSource, Inc. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: OT: [EMAIL PROTECTED] email spam

2006-01-04 Thread David Fedor
autoresponder. Then, send a message to [EMAIL PROTECTED] saying: set palm-dev-forum mail in order to have mail sent to you again. Or send me email if you are having trouble. -David Fedor PalmSource, Inc. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see

Re: OT: More newsgroup management business

2006-01-04 Thread David Fedor
not to the original senders instead of the list (which would automatically unsubscribe the offenders.) Yes, I'm particularly talking about the servers at Palm and PalmSource... :-( -David Fedor PalmSource, Inc. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http

Re: 5 way nav - list selection

2005-09-01 Thread David Fedor
is probably for you to programmatically set a selection via LstSetSelection. If you don't, then the selected item can be a random value and might cause the behavior you're seeing. -David Fedor PalmSource, Inc. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please

Re: MemMove doesn't work

2005-08-25 Thread David Fedor
that a basic system service like MemMove() is broken, it shows that I need to take a break :-) -David Fedor Director, European Technical Services PalmSource, Inc. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: A user that has a full mail box!

2005-08-03 Thread David Fedor
or two. As for the References header: it isn't one of the ones which we've asked the server to strip, so we'll ask Lyris (the company which makes the mailing list sw) if there's something which can be done. -David Fedor PalmSource, Inc. -- For information on using the PalmSource Developer

Re: A user that has a full mail box!

2005-08-02 Thread David Fedor
is that the autoresponder should have the intelligence to notice that it is about to respond to a mailing list. There's a standard header which our list server adds (x-precedence:bulk) which autoresponders should look for. Some don't look, sadly, so they cause this problem. -David Fedor

Re: A user that has a full mail box!

2005-07-29 Thread David Fedor
your email to [EMAIL PROTECTED] For example, if you wanted to send a message to the owner of the palm-dev-forum, you would send an email to: [EMAIL PROTECTED] (I'll do it this time, assuming I get a bounce you're talking about, due to me sending this post...) -David Fedor PalmSource, Inc

Re: HTTPS/HTTP support in OS5

2005-06-09 Thread David Fedor
to it.) -David Fedor PalmSource, Inc. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: native ARM development

2005-06-03 Thread David Fedor
you read up on the endianness issues, maximum size of PNO code due to resource limits, etc. -David Fedor PalmSource, Inc. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: URGENT HELP NEEDED WITH VFSExportDatabaseToFile

2005-06-03 Thread David Fedor
deleted? Probably not related but still... -David Fedor PalmSource, Inc. This is a post I have put up twice before but still not found a solution. I am backing up and restoring a database when I open and close my app. I do this using VFSExportDatabaseToFile to backup

Re: Emul68Kmain.c Line:403 Error

2005-06-03 Thread David Fedor
application on the Palm OS Emulator? If you can get it to run there, POSE is excellent at detecting these sorts of stack corruptions immediately. -David Fedor PalmSource, Inc. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support

Re: OT: NNTP service is down on news.palmos.com ??

2005-05-05 Thread David Fedor
PROTECTED] -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Problem with M68K emulator in ARM-powered Palm devices

2005-04-14 Thread David Fedor
of software might be completely bug-free. I agree with Dr. Vesselin Bontchev that the best way to figure things out is to break the algorithm out into pieces, and step through with a debugger. Shouldn't be hard to figure out what's causing it to loop forever. -David Fedor PalmSource, Inc

Re: Developer Pavillion -- broken again

2005-01-27 Thread David Fedor
give you a call. Roel, the same goes for you, assuming you've already followed the instructions on the webpages as to what to do. (I simply have to say that part, because many people don't bother doing so, which is a huge waste of time for everyone...) -David Fedor PalmSource, Inc

Re: AlmSetProcAlarm

2005-01-27 Thread David Fedor
) - there are probably other pitfalls that don't come to mind right now In short, it is much easier to use a launch code if you're not running, and besides, you don't really gain much by going the ProcAlarm route anyway, unless you're a part of the ROM. -David Fedor PalmSource, Inc. -- For information on using

Re: DmDetachResource problems

2005-01-21 Thread David Fedor
Which line is causing the error? Step through with the debugger... (Could it be that you have a copy-and-paste mistake? You're detaching 9780 twice.) -David Fedor PalmSource, Inc. Hi y all, I am currently developing around on my PalmOS app and have encountered the following error in my

Re: How to start Palm App B from Palm App A --- and let App A quit permanently

2005-01-20 Thread David Fedor
On Wed, Jan 19, 2005 at 12:34:08PM -0800, David Fedor wrote: This is right. Remember that the Launcher is just another application, and in fact on most operating systems this is the case no matter how much this fact is hidden by the UI. Furthermore, the built-in launcher might not be the one

Re: Bit Off Topic: First Cobalt PDA

2005-01-19 Thread David Fedor
be nay-sayers; I can't count how many times people have said we're dead... some say it every year or more, for the last oh 8 years? Take it with a grain of salt as one person's opinion/rant. Just realize we can't say much and don't want to until real devices are available. -David Fedor PalmSource

Re: How to start Palm App B from Palm App A --- and let App A quit permanently

2005-01-19 Thread David Fedor
to happen does actually happen; instead, take charge! If you've a requirement, then make it so! Enqueue that key as if the user hit the Home button and you're done! -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com

Re: 5-way and 'fnav' (again)

2005-01-13 Thread David Fedor
keyDowns as being handled unless you really did. Or unless you need to override the standard behavior because you're an arcade game or whatever. Of course I could be way off base since I didn't actually look up 0x13D :-) -David Fedor PalmSource, Inc. -- For information on using the Palm

Re: inter-process communication

2004-12-08 Thread David Fedor
for licensees for various reasons, particularly contractual ones. If you must use a background thread on 5.x and earlier, use as few system services as possible: most of 5.x wasn't designed for reentrancy and those sorts of problems are the hardest to debug. -David Fedor PalmSource, Inc. -- For information

Re: inter-process communication

2004-12-08 Thread David Fedor
devices would hurry up and ship so this'd be built-in and fairly easy!) -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: FrmDoDialog Eats Events

2004-06-11 Thread David Fedor
need to have your main event loop see) then don't use it. It isn't magic... See option C of the modal dialogs recipe: http://www.palmos.com/dev/support/docs/recipes/modal_dialogs.html -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please

Re: Palm OS SDK 6

2004-06-09 Thread David Fedor
and keep using your existing tools. Other tools vendors could well provide versions of their tools which create Protein applications which use new 6.x functionality. I can't say anything about their unannounced plans. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums

Re: Retrieving Rom Serial Number

2004-06-09 Thread David Fedor
; that's why we write them. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Palm OS SDK 6

2004-06-09 Thread David Fedor
David Fedor wrote: Is PODS (Eclipse) is the only way for developing application in Version 6? No. You can use existing versions of CodeWarrior, prc-tools, etc. to build a 68k application which can continue to run in 6.x just like it did in 5.x and 4.x. ... I am impressed with the work

Re: Bitmap zooming

2004-06-07 Thread David Fedor
think) has sample code and an explanation. If you don't get it in email, look at http://www.palmsource.com/developer/newsletter/ in a few days. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support

Re: Is it possible to use Palm 4.0 static libs in Cobalt

2004-06-04 Thread David Fedor
, and will work due to the PACE compatibility layer. In fact there's no real difference between 5.x and 6.x in this respect. (Try it out on the simulator!) -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev

Re: Help with debugging using palm os developer suite

2004-06-04 Thread David Fedor
I am trying to debug an application using palm os developer suite... Which version of PODS are you using? The one which was posted a few days ago? (If not, you should...) -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: Gremlins found a problem and I have no idea what to do to fix it! :(

2004-05-20 Thread David Fedor
in on where it happens. Presuming you can't reproduce the problem by stepping in the debugger, of course. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: PODS: import existing GCC project?

2004-05-17 Thread David Fedor
is to have this process be pretty open with reasonably frequent tools postings along the way, especially between here and 1.0. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: WinInvertRectangleFrame bug on T3

2004-05-12 Thread David Fedor
or not. Try making sure the values are all positive. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: 64k Records on PalmOS 6

2004-05-12 Thread David Fedor
to minimize the per-record overhead, e.g. by bundling several records together into one item, particularly if your data is read-only or rarely written. Standard database design techniques apply, memory isn't free, custom designs can always improve upon general-purpose solutions, etc. -David Fedor

Re: Contacting Palm (...off topic...)

2004-05-05 Thread David Fedor
. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: SysTaskCreate (is multithreading possible?)

2004-04-30 Thread David Fedor
another thread for your callback routine, so in most cases, you're automatically getting what you want. And of course, Palm OS Cobalt includes a standard set of threading APIs. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: Okay, who posted that stop-event!?!

2004-04-29 Thread David Fedor
(inadvertently) taps on the screen in a certain place, that might well be worth investigating :-) -David Fedor PalmSource, Inc. I have the exact same problem in my program (a WAP browser). If I have the main browser window open and close or open the slider it closes the program. It only does

Re: 'No extensions' reset wipes out prefDefaultAppCreator assignment.

2004-04-26 Thread David Fedor
remember if it would pick up a RAM-based version of the prefs app; if it does, then you could have an app in RAM with the same creator ID (and/or name?) of the prefs app and perhaps you'd get launched instead of the ROM-based prefs app. Worth testing. -David Fedor PalmSource, Inc. -- For information

Re: DIA - functions driving me completely INSANE!!!

2004-04-20 Thread David Fedor
to the screen; now we have to share and play nice. Understandably, doing a transition is difficult, but usually is worth it for the long term. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Palm OS Cobalt Compatibility

2004-04-02 Thread David Fedor
to a 6.0 device, whether as a 68k application running in PACE, or as a Protein application. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Getting the Vol.ref. nr when starting with sysAppLaunchCmdSystemReset

2004-03-30 Thread David Fedor
I can simply hardcode it? No, I don't believe you can rely on that assumption. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Palm OS 6.0 [on T3]

2004-03-30 Thread David Fedor
, but a business one. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: about the physical size of the screen

2004-03-30 Thread David Fedor
BmpBitsSize probably.) You'll also need to look at the rowBytes value which it returns, to know how to parse the data you get. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Creating Searchable Database

2004-03-29 Thread David Fedor
is having it be easy to use. See http://www.palmsource.com/interests/religion_christianity/ for a pretty good list of what's out there, including one app which I happen to like a lot :-) -David Fedor -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: NilEvents on Modal Dialogs

2004-03-29 Thread David Fedor
code) for additional control over events. -David Fedor PalmSource, Inc. You can get a near periodic nilEvent if you set the timeout parameter in EvtGetEvent to something other than 0. Set the time out to something at least twice the desired frequency and look at the current tick count before

Re: Unreliable nilEvents on Cobalt

2004-03-23 Thread David Fedor
better than using the old null event tick pseudo-API, and should work on any OS version. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: PalmSim.exe - Application Error ... The memory could not be read

2004-03-23 Thread David Fedor
data has different values than in other contexts, etc. Using a debugger is the way to find the bug :-) -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: drawing functions, thick lines

2004-03-23 Thread David Fedor
expecting. So yes, it is unfortunately more work on older devices, but that's mostly because very few people needed arbitrarily thick lines which weren't horizontal or vertical. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

RE: drawing functions, thick lines

2004-03-23 Thread David Fedor
Is there a 3-D graphics library in Cobalt? An OpenGL port would be very nice. The new Gc API set should be very comfortable if you know OpenGL, but it is only 2d at this point. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Cobalt porting: No longer single prc for all OS versions

2004-03-15 Thread David Fedor
(), but saving its bits is unlikely to do the right thing so I'm not surprised it fails. However, returning an undocumented error code would be a bug. How about reporting it at http://www.palmos.com/dev/support/bugs/ so it gets officially logged and addressed? -David Fedor PalmSource, Inc

Re: SampleCollapse DIA problem on OS 6 simulator (Was: RE: Cobalt por ting: No longer single prc for all OS versions)

2004-03-04 Thread David Fedor
If you make SampleCollapse_R3 and put it on the OS 6 Simulator, you can see a problem by doing the following: Thanks for providing an actionable bug report! I don't have cycles to look at it myself today (today is meeting after meeting), but hopefully someone else will be able to. -David Fedor

Re: Cobalt porting: No longer single prc for all OS versions

2004-03-02 Thread David Fedor
what they need, when they need it, and I think we've been doing pretty well balancing the sometimes conflicting constraints. And I'm very open to your feedback. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com

Re: Cobalt porting: No longer single prc for all OS versions

2004-03-02 Thread David Fedor
slanderous allegation :-) -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Cobalt porting: No longer single prc for all OS versions

2004-03-02 Thread David Fedor
talking about 100% solutions, since that's basically trolling :-) We did a heck of a lot of work to keep things unchanged when possible, and the changes we made were done for specific reasons which were judged to outweigh the inconveniences. -David Fedor PalmSource, Inc. -- For information

RE: New Palm OS developer tools available for download

2004-02-27 Thread David Fedor
certainly save you time if you're constantly rebooting. FASTBOOT=1 will skip the welcome app and go straight to the launcher. Sort of redundant if you've also set the AppCreator. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: New Palm OS developer tools available for download

2004-02-27 Thread David Fedor
the tools section of http://www.palmos.com/dev/support/docs/protein_books.html It looks like FASTBOOT is not in the PDF file. That's correct - I should have said that it isn't officially supported at this point. Consider it a power user feature. -David Fedor PalmSource, Inc

Re: Palm OS Developer SuÌte - Now Available?

2004-02-16 Thread David Fedor
should be able to download it via the standard Eclipse update mechanism. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: The truth about doze mode, EvtGetEvent, and evtWaitForever?

2004-01-30 Thread David Fedor
, if you never call these functions, but you can't force it to doze. (If you don't lead your horse to water, it can't drink...?) -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: PalmOne-dev-forum and PalmOS-dev-forum ?

2003-10-28 Thread David Fedor
for communicating with developers. A name or official contact-point, and possibly even an introduction would certainly be appreciated. They've had their own DTS group for quite a while; they run the http://pluggedin.palm.com website. As opposed to the platform's http://www.palmos.com/ site. -David Fedor

Re: DmResizeRecord on T3 device

2003-10-28 Thread David Fedor
, and you might be running into something because of that. More info would help people take a guess at the cause of the problem. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: HiRes+-like APIs

2003-09-12 Thread David Fedor
don't actually have to understand why the routines work; just build them into your app and call them at the right times. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Simulator relocation file

2003-07-30 Thread David Fedor
a different extension, since it isn't unusual for people to be confused and think they can drop one rom file on a different Simulator.) Hope this clarifies... -David Fedor PalmSource, Inc. I've not had any response to this so I thought I'd forward it to p-d-f, as I am dead in the water in regards

Re: unexpected coordinate system

2003-07-16 Thread David Fedor
code. See the knowledge base articles on high density, not to mention the docs. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: check Menu visibility

2003-07-02 Thread David Fedor
you really want to rely on. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: VFS and long file names...

2003-06-26 Thread David Fedor
and it is OK, there is also about 10 short entries), VFS goes bad and returns the vfsErrFileGeneric error. I think I remember that this was a restriction of the FAT system itself, and doesn't apply to files which aren't in the root. Use directories! -David Fedor PalmSource, Inc. -- For information

Re: PACE bug on Palm Tungsten

2003-06-20 Thread David Fedor
in January of this year, so presumably any OS releases after then will be fine. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Lists in OS 5

2003-06-12 Thread David Fedor
. (BTW the Tungsten C is ARM-based; it is the Tungsten W which is 68k-based.) -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: PalmOS Source Code

2003-05-14 Thread David Fedor
in the first place. -David Fedor PalmSource, Inc. At 7:45 AM + 5/14/03, g3BEPA wrote: Hi, where did you grab it from? I've been looking around but cant find the source. --- In [EMAIL PROTECTED], Matthew Bevan [EMAIL PROTECTED] wrote: I recall something like this being discussed in the past

Re: Draw highlights for selected icon

2003-03-28 Thread David Fedor
. It got lots better in 4.0 and higher. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: HighDensity drawing examples with offscreen bitmaps?

2003-02-26 Thread David Fedor
: the blitter will crash since it doesn't undo the memory protection. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Date Book Creator ID and Type

2003-02-14 Thread David Fedor
and/or database name. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Intrel XScale support

2003-02-14 Thread David Fedor
be worth investigating. In other words, I don't have an opinion I'm willing/able to offer, other than wanting to ensure you understand the tradeoffs. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev

Re: building native ARM apps

2003-01-29 Thread David Fedor
. The infrastructure as shipped in Palm OS 5 isn't the one that we are supporting for the long term, so it doesn't make sense to have apps that only ran on 5 but neither prior nor subsequent OS releases. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe

Re: MemHeapCompact does not work?

2003-01-09 Thread David Fedor
might consider allocating large hunks of memory in the storage heap. Few things are ever locked in the storage heap, and it is much bigger anyway, so you've got a better chance of the system being able to produce a big contiguous chunk there. -David Fedor PalmSource, Inc. -- For information

RE: Is it possible to identify that the device is waking for an alarm ?

2003-01-07 Thread David Fedor
they send are highly dependant on the lower levels of the system. Too many things will change in those areas to make a firm guarantee. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Is it possible to identify that the device is waking for an alarm ?

2003-01-07 Thread David Fedor
have been a meeting alarm set by the datebook, or an alarm set because some app has to do some housekeeping, or various other things only limited by developer imagination. Datebook-style alarms are only one reason to wake up with the Alarm Mgr mechanism. -David Fedor PalmSource, Inc

Re: Accessing offscreen window memory directly

2002-11-13 Thread David Fedor
a bitmap at runtime whose bits I can access directly? section, but the rest is worth at least a skim so you know what's going on. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: BitmapTypev3 vs BitmapTypev2

2002-11-13 Thread David Fedor
with the newer window mgr) it'll do bad things. Usually you'd use PilRC or PalmRez to put these together, though; they're careful to get things right... -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support

Re: PalmOS 5 lack of hacks

2002-11-05 Thread David Fedor
ARM back into 68k code all the time - there's a lot of context to bring up and down. Besides, most hacks assume way too much about the OS and its internal structures, so even if they were called they probably wouldn't work anyway. -David Fedor PalmSource, Inc. -- For information on using

Re: OS5 dynamic heap size?

2002-11-05 Thread David Fedor
dynamic heap, and the Palm Tungsten T has 2mb (I think - or perhaps 1; I forget.) -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Simulator + HostFS + ExgCardInfo() = expErrInvalidSlotRefNum

2002-10-09 Thread David Fedor
on a real device is always good; I'm probably less concerned since I've been able to do that testing and didn't need to change anything :-) -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Offtopic:upgrading a III to OS 3.5.3?

2002-09-30 Thread David Fedor
is, and if there is a supported way to do what you want, I don't know. And just a reminder: testing on Pose is far better than testing on a device, in the vast majority of situations. It finds bugs, whereas the device tries to hide them. -David Fedor PalmSource, Inc. -- For information

Re: Procedure Alarms

2002-09-30 Thread David Fedor
the UI to wake up. I forget precisely what triggers it, though. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Datebook citizen

2002-09-26 Thread David Fedor
isn't quite the right time yet. As for 5.0 versus 5.1... we'll be clarifying that distinction really soon, but suffice it for now to point out that the Palm OS 5 simulator you've been using for several months says it is 5.1. -David Fedor PalmSource, Inc. -- For information on using the Palm

Re: CtlGlueSetFont

2002-09-25 Thread David Fedor
When I search and open CtlGlue.h in my other computer which has CodeWarrior version 8.0, I can't find CtlGlueSetFont. Do you guys know where they (PalmOS) move this function? It is part of the most recent release of PalmOSGlue. Install the Palm OS 5 SDK and you should be all set. -David

Re: Beaming a database by application

2002-09-24 Thread David Fedor
(tainH); } -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Get a function address

2002-09-20 Thread David Fedor
, so re-implementing it would be a bad idea.) Why not call SysGetTrapAddress()? The whole point of that function is to give you the address. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support

Re: Big forms

2002-09-20 Thread David Fedor
3.3 or 3.5. Even before then, it basically worked, but just didn't look correct. (It only knew how to draw up and down arrows, so the visual look was very bad!) I see the docs don't say anything either way about horizontal ones. Hmm. Well, they should. -David Fedor PalmSource, Inc

Re: Defining OS5 Fonts

2002-09-09 Thread David Fedor
PalmSource has never really defined much info on fonts, including the high-res variety... On the contrary, it is all in the Fonts chapter of the Reference doc, as of the 5.0 documentation release. (I had a hard time finding it too, but that's a fairly logical place nevertheless.) -David

Re: List of Creators of Applications on mounted VFS card - How?

2002-08-13 Thread David Fedor
there are lots of PRCs on the card. Try to do it in the background if you can, by having a timeout on EvtGetEvent and checking a few every time you get a nilEvent. Makes for much nicer interface than making the user wait.) -David Fedor PalmSource, Inc. -- For information on using the Palm Developer

Re: How to get info about hd 0 in gdb

2002-08-01 Thread David Fedor
this. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: How to embed another PRC into my app as a resource(CW-specific)

2002-08-01 Thread David Fedor
your .r file contain the following: type 'msrc' { hex string; }; read 'mrsc' (1000) helperapp.prc I used that technique in the Waves sample app which is part of the 5.0 SDK. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: How to get info about hd 0 in gdb

2002-08-01 Thread David Fedor
Thank you, David, for adding memory leak detection to Poser! All the credit goes to Keith Rollin; I'm just the bearer of glad tidings. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Bitmap Issues w/ OS 5

2002-06-20 Thread David Fedor
of the Pavilion on palmos.com which is designed to demonstrate the right way to do things like this. It'll eventually be made public but it isn't quite as polished as they want, I believe. Check it out - it is called BmpRsc I think. -David Fedor PalmSource, Inc. -- For information on using the Palm

Re: Can't get high-res checkerboard pattern in OS 5 (nativeFormat)

2002-06-14 Thread David Fedor
mistaken in some respects of this, I'm told, and the docs folks have been informed already. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Direct Screen Access in Palm OS 5

2002-06-13 Thread David Fedor
won't necessarily work like you want. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Can't find Palm OS 5.0 Simulator, only 5.1

2002-06-10 Thread David Fedor
when it left the seeding area. I don't know the status of the GCC link libraries. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: VFS Format

2002-05-07 Thread David Fedor
the prefix... see vfsErrorClass's definition for example), and start debugging. Debugging is the #1 job of a programmer, so dive in... -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: PalmSim dr10 not supported on NT4?

2002-05-06 Thread David Fedor
That's correct; build 10 had a bug which prevented it from working on the older Windows systems (95 and NT4). Same bug in dr11! Seems they... ah... mislead us when they told us that fix was integrated into the dr11 build. They claim the next one will have it. -David Fedor PalmSource, Inc

  1   2   3   4   5   >