Re: can I checksum by part or whole of my code?

2000-08-08 Thread Eric
That is one of my aims to do that. Eric Brian Mathis ¼g¤J¡G [EMAIL PROTECTED] wrote: Adam wrote: Eric wrote: is it possible to take a checksum of parts or even whole of the code? if possible, I can prevent my code get corrupt. Checksums might detect corruption, but

Re: OS 3.5 losing app category

2000-08-08 Thread Alex Robinson
How can a program get and set its v3.5 Launcher category? Alex Robinson [EMAIL PROTECTED] David Fedor wrote: I'm using the ProtectOurDatabase() function ripped out of the DrMcCoy example app to prevent my apps from being deleted or beamed. Works great, except on the 3.5 devices. Both

Re: Misaligned BitBlt?

2000-08-08 Thread krollin
PrvMisAlignedForwardInnerBitBlt is a particularly tricky function (along with PrvMisAlignedBackwardInnerBitBlt). It has this habit of walking off the end or beginning of an allocated buffer while copying pixels from one place to another. As it turns out, it does so in a fairly safe fashion, and

RE: Creating a non accurate 1 second timer

2000-08-08 Thread Richard Anderson
I have had problems with using nil events as pose creates extra nil events causing problems, my method appears to work fine so far. Rik -Original Message- From: HowY [SMTP:[EMAIL PROTECTED]] Sent: 08 August 2000 15:10 To: Palm Developer Forum Subject: Re: Creating a non

RE: Palm developer support email bouncing

2000-08-08 Thread Richard Anderson
Even if youe email doesent bounce, youll be a luckier man than me if you get a responce, ive sent them 4 email spanning 3 weeks and have had no replies. Rik -Original Message- From: Bob Whiteman [SMTP:[EMAIL PROTECTED]] Sent: 08 August 2000 15:33 To: Palm Developer Forum Subject:

Newbie Questions ? ROM image File

2000-08-08 Thread palm
Hi, I'm new in this dev area, I downloaded the Palm OS emulator software, but it seems need a ROM image file in order to work, but I don't have the Vx palm device on my hand. Could someone send me the ROM Image file for Palm Vx, cause I want to develop some app for it. Also, is that ture for most

POSE as selling support mechanism

2000-08-08 Thread Steve
(Although I use the emulator as a selling support mechanism sometimes... our clients like to play with our gadgets, but sometimes we don't have them in house...bet you haven't realized it could be used for that yet!) Actually, that's one of Poser's stated goals. We would LOVE to be able to

Re: Creating a non accurate 1 second timer

2000-08-08 Thread Dave Lippincott
The solution is not to fire off your own event on every nilEvent. Look at the # of sys ticks since the last nilEvent or the system time to determine if you should proceed. I have had problems with using nil events as pose creates extra nil events causing problems -- For information on using

Re: Best books / documents about color programing

2000-08-08 Thread Jun-Kiat Lam
There used to be a README on the Palm website that described converting an app from pre-Palm OS 3.5 to Palm OS 3.5, but I can't seem to find it. I can't get to the KB from the firewall here, but you may want to browse the Palm KB to see if there is an article on this. There should be other

Re: Use of asm blocks within Metrowerks...

2000-08-08 Thread Jun-Kiat Lam
Sorry, there isn't a way to include pure asm blocks inside CodeWarrior, at least not for Palm. Currently only function-level assembly is supported. That would be: asm void foo () { add.l d0, d1 rts } This is described in the Targeting Palm OS documentation. The rest of the

RE: Palm developer support email bouncing

2000-08-08 Thread Bob Whiteman
From: Andrew Lathrop [mailto:[EMAIL PROTECTED]] [...] The best bet seems to be to post to the groups. There are a few Palm people who troll through here doing there best to answer. They don;t eply to individual emails, but who knows, others in the group may be able to help. Andrew I

NetSocket.c

2000-08-08 Thread Hari Warrier
NetSocket.c begin 666 NetSocket.c M+RHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*@T*("H-"B J($-O M'ER:6=H=" H8RD@,3DY-BTQ.3DY(%!A;T@0V]M'5T:6YG+"!);F,N(]R M(ETR!S=6)S:61I87)I97,N#0H@*B!!;P@FEG:'1S(')EV5R=F5D+@T* M("H-"B

Re: POSE as selling support mechanism

2000-08-08 Thread Steve
Andrew Lathrop wrote: That is true. But i believe that you can use the save bound emulator function and get around this. I beleive you need to be running Windows NT for it to work. It save the emulator and all the current settings/programs in an .exe that can be distibuted (i think? ) Does

Re: Best books / documents about color programing

2000-08-08 Thread esanborn
I think the article Jun-Kiat Lam is refering to is article 1710 in the Knowledge Base. In addition, I would look at the Sample Code entitled "Color Deal" as an example of using color in your application. Ezekiel Sanborn de Asis -- For information on using the Palm Developer Forums, or to

pin order on m100

2000-08-08 Thread esanborn
In response to the below question, the later is correct. You will not be able to simply plug in a cable or connector designed for a 3 device because the physical dimensions are different. Ezekiel Sanborn de Asis Palm Dev Support Latest eWeek magazine, arriving today, says the serial connector

Re: New products from Palm, Inc.

2000-08-08 Thread Adam Wozniak
[EMAIL PROTECTED] wrote: I'd be curious to know what hardware changes would require emulator changes for these devices. Then look at the Poser sources (in particular, the EmRegsDevice.cpp files). Those will tell you the relevent hardware differences for currently supported devices. When

Re: can I checksum by part or whole of my code?

2000-08-08 Thread Adam Wozniak
Eric wrote: That is one of my aims to do that. Good luck. Any function can be cracked to return a constant value Any comparison can be cracked to return a constant value You're not likely to be much of a nuisance to an experienced cracker using a checksum method. -- Adam Wozniak

Re: POSE as selling support mechanism

2000-08-08 Thread Andrew Lathrop
Looking around, the NT is only required to generate the exe. I read this in a post somewhere - something to do with the settings in windows required to make the exe. If you lookin the UsingPose.pdf that came in the Docs folder, on page 6, at least in my version, it metniosn a program called

Re: Palm developer support email bouncing

2000-08-08 Thread Andrew Lathrop
Sounds good to me. Got 'em stumped have you and they don't want to admit it!! = Þ Bob Whiteman [EMAIL PROTECTED] wrote in message news:20218@palm-dev-forum... From: Andrew Lathrop [mailto:[EMAIL PROTECTED]] [...] The best bet seems to be to post to the groups. There are a few Palm

Re: palm-dev-forum digest: August 07, 2000

2000-08-08 Thread Lee Fyock
Brian said: If you were a PC software vendor, would your customers expect you to know all the details of Intel's newest chip? Yes. Intel releases info on chips that are 2 years out, while they're still in R D mode. If you were an auto salesman, do you think it's reasonable to think that

Re: Best books / documents about color programing

2000-08-08 Thread Richard Burmeister
From: "Jun-Kiat Lam" [EMAIL PROTECTED] Subject: Re: Best books / documents about color programing There used to be a README on the Palm website that described converting an app from pre-Palm OS 3.5 to Palm OS 3.5, but I can't seem to find it. Try "A Beginner's Guide to Converting a Project

Re: How to NOT display Beam Receive is Off dialog...

2000-08-08 Thread Danny Epstein
This is one of those cases where the OS is trying to be helpful, but ends up just being annoying. :) I just took a peek at the source and it's the IR library that's asking the user if he wants to enable beam receive when you disconnect after an ExgPut. The condition for putting up the dialog is:

Re: New products from Palm, Inc.

2000-08-08 Thread Michael S. Davis
On Tue, 8 Aug 2000, Oliver King-Smith wrote: Palm is definitely sharing information with favored developers. They also share the information with the press (this was bragged about on PalmPower) yesterday. So you are being very naive in believing that everyone gets the information at the

Palm OS 3.5: FldNewField changes text on button

2000-08-08 Thread Bob Whiteman
Sadly, I have another bug which I believe is in Palm OS 3.5. I have a form with many controls on it, including a button with the text "New". I create a field using FldNewField, and immediately after that call the button's text is changed to "Nqw". I verified this by looking into the form

palm projects

2000-08-08 Thread Wasekayi
Hi there, I am an undergrad comp eng senior and I'm looking forward to doing a wireless project for senior project so I was wondering what kind of palm projects can I do. I've heard of viewing traffic using the plam and I was wondering if it has something to do with web clipping. My project

Re: Creating a non accurate 1 second timer

2000-08-08 Thread HowY
Just a couple of additional comments... I have had problems with using nil events as pose creates extra nil events causing problems, my method appears to work fine so far. POSe is an emulator not the real device The solution is not to fire off your own event on every nilEvent. Look at

RE: Rumors, disclosing, and platforms, part 1

2000-08-08 Thread Bob Whiteman
I agree with what you say about leaks, rumors and NDAs, David. It all sounds like intelligent business practices. I have a couple additional comments below. -Original Message- From: David Fedor [mailto:[EMAIL PROTECTED]] [...] At 2:51 PM -0700 8/7/00, Bob Whiteman wrote: I entirely

Simple question about my serial code

2000-08-08 Thread Patrick Ouellet
Here's my code... Follow comment... case MainBtnUpButton: { if(SerialLink == false) { //Find serial ref num ThisErr = SysLibFind("Serial Library", SerNum); if( ThisErr == 0) { //open serial port SerErr = SerOpen(SerNum, 0, 9600L);

Re: New products from Palm, Inc.

2000-08-08 Thread Richard Hartman
Michael S. Davis wrote in message 20190@palm-dev-forum... ... If palm gave out the advance information to everyone that claimed to be a developer, I don't care how much of a non-disclosure agreement you had, I guarantee you that many of those developers would let the cat out of the bag. It

RE: Palm OS 3.5: FldNewField changes text on button

2000-08-08 Thread Bob Whiteman
-Original Message- From: Peter Epstein [mailto:[EMAIL PROTECTED]] This sound suspiciously like the adjust pointers bug I heard about a while ago. When adding objects to a form, the structure of the form in memory needs to be adjusted so that pointers continue to point where

Re: New products from Palm, Inc.

2000-08-08 Thread Michael S. Davis
On Tue, 8 Aug 2000, Richard Hartman wrote: Michael S. Davis wrote in message 20190@palm-dev-forum... ... If palm gave out the advance information to everyone that claimed to be a developer, I don't care how much of a non-disclosure agreement you had, I guarantee you that many of those

RE: Palm OS 3.5: FldNewField changes text on button

2000-08-08 Thread Peter Epstein
At 12:47 PM 8/8/2000, Bob Whiteman wrote: I haven't heard of this bug before...is it a bug in the OS? I'm guessing that the code to which you're referring is FrmAddSpaceForObject() in the OS. Yes, it's an OS bug. I was unable to find any references to this bug in the Knowledge Base or in

Please consider hardware developers in the future (Re: Disclosing, etc., part 2)

2000-08-08 Thread Dave Lippincott
Are you being sarcastic? I can't tell. You should indeed expect us to change and improve our products, and some may have USB particularly as more and more desktop machines ship without serial ports. Don't base your business on a little detail like that! (Or stock up on USB - Serial

Popup Trigger Text

2000-08-08 Thread Daniel . Cohen
I am trying to get the popup trigger text that is displayed in the form to match the current selection on a list. When I start the window I have set the LstSetSelection to the proper value, and I want the popup trigger to take on this text so it is properly displayed. Any help would be

Re: Moving lost windows in Metrowerks...

2000-08-08 Thread Ben Combee
"DIAMOND JEFF" [EMAIL PROTECTED] wrote in message news:20262@palm-dev-forum... In my Metrowerks project, for some reason the main project window came up with its top half off the client area when I reloaded my project. I can't find anyway to move the window using keyboard shortcuts, and

Re: Simple question about my serial code

2000-08-08 Thread Dave Lippincott
I open the serial library and keep it open for the life of the application, then open and close the serial port as necessary. Also try using SerSendWait. - Original Message - From: "Patrick Ouellet" [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: "Palm Developer Forum" [EMAIL

Emulator vs. Device (I.E. Serial problems)

2000-08-08 Thread Andrew Lathrop
A question. I have written an app that works fine in the emulator. It uses the serial port to connect to a third device via a direct serial cable. When the HotSync the program to my Palm, and then try to use it on the Palm, connecting to the third device using the HotSync cradle. It no longer

Re: New products from Palm, Inc.

2000-08-08 Thread Adam Wozniak
Richard Hartman wrote: Adam Wozniak wrote in message 20133@palm-dev-forum... I'd be curious to know what hardware changes would require emulator changes for these devices. Because the emulator is emulating the _old_ hardware? Perhaps I didn't state that very well. What hardware

Re: Please consider hardware developers in the future (Re: Disclosing, etc., part 2)

2000-08-08 Thread David Fedor
Please, please, please consider retaining the serial port for legacy products. (the Visor TTL serial port is a start but lacks the necessary control lines). Don't put me out of business! Ok, now I understand your point. Thanks for the clarification; it makes sense now. (Obviously I can't

Re: Popup Trigger Text

2000-08-08 Thread Daniel . Cohen
This answer doesn't work for my application. Let me descibe a bit more specifically what I am looking for. I have some functions that generate list selections that I want the user to modify. The user opens a form, and in the forminit routine I go through the various lists and set the

Serial Manager/POSE

2000-08-08 Thread Thomas Ward
Hi, I'm trying to test some Serial Manager code I've written. I've got a file called c:\hello.txt on my PC (Windows 98) that contains "hello world!" How do I send the contents of this file so that my program can read it using the code I've written? Thanks. Tom -- For information on using the

Re: Serial Manager/POSE

2000-08-08 Thread Daniel . Cohen
Hi, I'm trying to test some Serial Manager code I've written. I've got a file called c:\hello.txt on my PC (Windows 98) that contains "hello world!" How do I send the contents of this file so that my program can read it using the code I've written? Thanks. Tom The simplest way to do this

Re: How to NOT display Beam Receive is Off dialog...

2000-08-08 Thread Tom Zerucha
On Tue, Aug 08, 2000 at 11:02:29AM -0700, Danny Epstein wrote: This is one of those cases where the OS is trying to be helpful, but ends up just being annoying. :) I just took a peek at the source and it's the IR library that's asking the user if he wants to enable beam receive when you

Re: Please consider hardware developers in the future (Re: Disclosing, etc., part 2)

2000-08-08 Thread Dave Lippincott
(Obviously I can't wave my magic wand and make promises either way, but I understand now.) Hopefully those who make the future hardware decisions will also understand (especially if you tell them). BTW, can I borrow you magic wand, I have a few places I'd like to wave it. -- For

Test

2000-08-08 Thread Daniel Seifert
Sorry, this is just a test - for the last three to four weeks I haven´t been able to send mails via news.palm.com, as it always rejected them saying "article xyz is already on server". -- Tschau,ICQ 28589118 Daniel[EMAIL PROTECTED]

Re: Emulator vs. Device (I.E. Serial problems)

2000-08-08 Thread Dave Lippincott
One thought... the cradle already crosses the Tx and Rx lines. I'd make sure you're not crossing them a second time when you use your Palm. But there are really few differences between Poser and a device. I have found that if your serial app works with Poser, it almost always works on a device

Database access in shared library

2000-08-08 Thread Michael J. Maigret
I am having trouble writing to a database/record from a shared library. I can read database records, but cannot write. The DmWrite function is failing indicating that the record in invalid. Here is a code snippet... DmOpenRef db = DmOpenDatabaseByTypeCreator(DBTYPE,

where is bitmap.h ?

2000-08-08 Thread Vu Pham \( Sivell \)
Hi all, I am a newbie. I am interested in the bitmap format, and one of the post in archives mentioned about reading bitmap.h. I use Code Warrior 6, and I can not find this file. Is it changed to another name ? Or must i find it somewhere else ? I appreciaite your ideas, Vu Pham -- For

Re: Moving lost windows in Metrowerks...

2000-08-08 Thread DIAMOND JEFF
I appreciate the tip, but hitting ctl + '/' has had no effect. The best I've been able to do is select "MinimizeWindow" from the Codewarrior Window menu, then from the minimized window, I can click on the window menu and do "Maximize". This allows me to at least access the contents of the

Re: where is bitmap.h ?

2000-08-08 Thread Jun-Kiat Lam
It's part of the Palm OS 3.5 SDK, which you can download at www.palmos.com. CW for Palm R6 comes with the Palm OS 3.1 and Palm VII SDK by default, not the Palm OS 3.5 SDK - not sure what the equivalent header (if any) is for these SDKs though. Rgds, Jun-Kiat Lam Metrowerks Technical Support

Problem with Multilink and Find...

2000-08-08 Thread David Oakley
Hi there, I'm currently on the bug crunching path on our Zap!2000 game, and we've long had a problem with the system Find button. If you go ahead and do a find, then Cancel and return to the game then you get a 'attempt to read unallocated memory' error from POSEr and things go quickly downhill.

Re: Moving lost windows in Metrowerks...

2000-08-08 Thread Jun-Kiat Lam
The preferences might have become corrupted. If Ben's suggestion doesn't work, try deleting the folders CW Autosave and CW Debugging Cache inside the c:\winnt\Metrowerks or c:\windows\Metrowerks folders to see if this helps. Rgds, Jun-Kiat Lam Metrowerks Technical Support At 03:19 PM 8/8/2000

Re: Use of asm blocks within Metrowerks...

2000-08-08 Thread DIAMOND JEFF
Thanks!!! I found the section on assembler directives within TargetingPalmOS.pdf, and it's great! Thanks for the tip! - Jeff DIAMOND JEFF wrote: I have read through the Metrowerks documentation, and although there is much about pure assembler syntax (generically), and the disassembler in

Re: Serial Comms Debug Problem

2000-08-08 Thread Peter Easton
Hi Richard, Does your app receive huge amounts of data? The OS is not very good at managing CTS, which could be causing overflow. Are you checking for (and handling) serial errors in your code? If you're still having problems you might consider posting some source code. Regards, Peter

Docs on Conduits

2000-08-08 Thread Pavel Vagin
Does anybody know where I can find any good reference material on developing conduits? I read one that comes with CDK 4 but sample code and explanation for it wasn't that great. Thanks, Pavel -- For information on using the Palm Developer Forums, or to unsubscribe, please see

emulator bus error message

2000-08-08 Thread Vinay Kumar Pinisetti
Hi there, When I loaded my most recent pqa into the emulator and tried to run it, I got a pop-up error message that read: "Web Clipping" 3.2 has just performed an illegal operation. It performed a "bus error". If this is the latest version of "Web Clipping", please report this to the

Re: Table error in Palm OS 3.3 - ideas needed

2000-08-08 Thread David Fedor
I'm running Palm OS 3.3 and I ran into an error. Can anyone give me a hint as to what cause this error? I've never seen it before. Table.c, Line: 2850, Invalid Parameter You passed a bad (too large) row number, or a bad table pointer, to TblGetRowHeight. (Or the table's internal data has

Re: Palm developer support email bouncing

2000-08-08 Thread David Fedor
It seems that the networking folks have finally fixed things so that we get email at [EMAIL PROTECTED] again. ("3Com: more connected." We're no longer part of 3Com, but they run our networks...) Try sending again, and it should arrive. -David Fedor Palm Developer Support -- For

Re: Moving lost windows in Metrowerks...

2000-08-08 Thread Ben Combee
"Jun-Kiat Lam" [EMAIL PROTECTED] wrote in message news:20299@palm-dev-forum... The preferences might have become corrupted. If Ben's suggestion doesn't work, try deleting the folders CW Autosave and CW Debugging Cache inside the c:\winnt\Metrowerks or c:\windows\Metrowerks folders to see if

Converting Windows fonts to Palm format

2000-08-08 Thread David Heil
Someone on this forum told me that PilRC would bridge the gap between xFONT output and the binary resource format needed by CodeWarrior. I downloaded PilRC from PalmGear.com and found that all I had was source code that needed compiling (I assume with the GCC tools). Next, I downloaded a Win32

Re: Problem with Multilink and Find...

2000-08-08 Thread David Fedor
I don't know anything about Multilink and the problem you described, but it should be a simple matter to prevent Find by simply detecting the vchrFind virtual key code, and not passing it to SysHandleEvent()... -David Fedor Palm Developer Support -- For information on using the Palm

Future palm hardware considerations...

2000-08-08 Thread Tom Zerucha
On Tue, Aug 08, 2000 at 02:02:36PM -0700, David Fedor wrote: Please, please, please consider retaining the serial port for legacy products. (the Visor TTL serial port is a start but lacks the necessary control lines). Don't put me out of business! Ok, now I understand your point. Thanks

Looking for a Bluetooth device

2000-08-08 Thread Christopher Gilmore
Hello everybody, I am wondering if anyone knows of someone making a device which implements Bluetooth which I could attach to a Palm or Visor. Thanks, Chris Gilmore -- For information on using the Palm Developer Forums, or to unsubscribe, please

JuliaDB library

2000-08-08 Thread Jim Duffy
Has anyone out there used a library and database designer called JuliaDB??? the company web site is at http://www.softbow.com/ On PalmGear.com there were no reviews writen about it and I was just wondering if it is a worthy product. Thanks a bunch -- For information on using the Palm

RE: Palm OS 3.5: FldNewField changes text on button

2000-08-08 Thread Bob Whiteman
David, Thanks for the information. It's unfortunate that the set of supported OSes for my application happens to be the set of OSes which have this bug. Regarding which approach to use to address this problem: I think it's unreasonable to expect all the users out there to upgrade their

BitmapSize() Bug....

2000-08-08 Thread Jason Davidson
Unless I am really losing it, Does anyone know if there are any known bug with BitmapSize() that causes it to return an incorrect value if the Bitmap is compressed. The documentation says nothing about only working on uncompressed images but I have found this to be the case. Jason D -- For

Re: OS 3.5 losing app category

2000-08-08 Thread Richard Hartman
Bob Ebert wrote in message 20184@palm-dev-forum... At 9:07 AM +0200 08/8/00, Alex Robinson wrote: How can a program get and set its v3.5 Launcher category? You could put up a dialog asking the user to recategorize it for you... :-) I guess I'm in a mood today... but I can't help thinking "why

Re: Emulator vs. Device (I.E. Serial problems)

2000-08-08 Thread Thomee Wright
Actually, it seems to me that he would need to "uncross" the Tx and Rx lines. The hotsync cradle's TX pin goes to the PC com port's RX pin, and vice versa. Since he's tested the app with the emulator and a direct serial cable, the device is expecting TX on the PC's TX line, and RX on the PC's

RE: Database access in shared library

2000-08-08 Thread Randy Maxwell
Mike, It looks like DmWrite is using aiTemp which is uninitialized (unknown stack debris). Regards, Randy Maxwell -Original Message- From: Michael J. Maigret [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 08, 2000 2:36 PM To: Palm Developer Forum Subject: Database access in shared

Re: BitmapSize() Bug....

2000-08-08 Thread David Fedor
Unless I am really losing it, Does anyone know if there are any known bug with BitmapSize() that causes it to return an incorrect value if the Bitmap is compressed. Well, the size of a compressed bitmap is stored in the first UInt16 of the Bits of a compressed bitmap. So if the tool that

Re: Simple question about my serial code

2000-08-08 Thread Peter Easton
Hi Patrick, What is the scope of SerNum? It should be a global variable otherwise its value will be lost between subsequent calls to your event handler. Regards, Peter Easton Palm Developer Support Patrick Ouellet wrote: Here's my code... Follow comment... case MainBtnUpButton: {

Re: can I checksum by part or whole of my code?

2000-08-08 Thread Stephen Best
in article 20094@palm-dev-forum, Eric at [EMAIL PROTECTED] wrote on 7/8/00 3:50 AM: is it possible to take a checksum of parts or even whole of the code? if possible, I can prevent my code get corrupt. Without getting into a discussion of the merits or otherwise of doing so, here's the code:

Re: New products from Palm, Inc.

2000-08-08 Thread Michael Yam
Although a properly scaled display for the m100 emulation would be helpful to see how our apps appear on a 40% smaller screen. For reasons I didn't quite follow, the reviewer in PC Week said the smaller screen made it harder to use AvantGo. -- Michael Yam www.ytechnology.com [EMAIL PROTECTED]

Re: DEVELOPER AVAILABLE

2000-08-08 Thread Steve Mann
after spending three years in Sweden, i am considering giving it up and moving to the land of guns, misery and laywers [USA] Don't do it. Telecommute. Regards, Steve Mann -- --- Creative Digital Publishing Inc. 1315 Palm Street, San Luis Obispo, CA

Re: Docs on Conduits

2000-08-08 Thread Brian Mathis
Pavel Vagin wrote: Does anybody know where I can find any good reference material on developing conduits? I read one that comes with CDK 4 but sample code and explanation for it wasn't that great. Thanks, Pavel There's some good info in this book:

Re: Moving lost windows in Metrowerks...

2000-08-08 Thread DIAMOND JEFF
Deleting the project data directory did it! Thanks guys! And I didn't lose any setting in the precess - I just had to rebuild the object files. But my window is free again! - Jeff -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Palm devices memory bus width ?

2000-08-08 Thread DIAMOND JEFF
Just remember that if you're using movem for high data bandwidth (low instruction bandwidth) then you have to REALLY use it. If you only movem 128 bits (4 32-bit registers), than it's faster to do individual move.ls -- For information on using the Palm Developer Forums, or to unsubscribe,

RE: New products from Palm, Inc.

2000-08-08 Thread Scott Johnson (Bellevue)
From: Michael Yam [mailto:[EMAIL PROTECTED]] Although a properly scaled display for the m100 emulation would be helpful to see how our apps appear on a 40% smaller screen. I wouldn't expect POSE to support any such scaling. Currently its onscreen size bears no relation to reality, so why

byte swap ?

2000-08-08 Thread Vu Pham \( Sivell \)
Hi all, I would to create a binary file for the bitmap, based on bitmap.h. I don't know if the format of this binary is required to have byte-swapped for integer value ? Thanks for youe help, Vu -- For information on using the Palm Developer Forums, or to unsubscribe, please see

RE: New products from Palm, Inc.

2000-08-08 Thread krollin
Oh, man...I'd stopped reading this thread for a while in order to let the ranting die down. But I was interested in what Scott had to say. Michael, remember, the m100 screen is smaller because the pixels are smaller! There's nothing I can do in Poser to make the pixels on your PC's screen any

Re: palm projects

2000-08-08 Thread Wasekayi
Thanks but could you please help me find these resources using C code. In a message dated 8/8/2000 11:47:41 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: t's been my experience that C is the most common language used to develop products for the PalmI believe there are also some

RE: Serial Debugging

2000-08-08 Thread Robert Cohen
I have a similar problem with the Emulator. I have to reload the Emulator everytime I change code and want to debug the code. I was closing the Emulator and reopenning it everytime until someone on this forum told me that I could simple reload a session on the emulator and get the reset

Re: where is bitmap.h ?

2000-08-08 Thread Vu Pham \( Sivell \)
- Original Message - From: "Jun-Kiat Lam" [EMAIL PROTECTED] To: "Palm Developer Forum" [EMAIL PROTECTED] Sent: Tuesday, August 08, 2000 4:57 PM Subject: Re: where is bitmap.h ? It's part of the Palm OS 3.5 SDK, which you can download at www.palmos.com. CW for Palm R6 comes with the

RE: Palm OS 3.5: FldNewField changes text on button

2000-08-08 Thread Bob Whiteman
From: Peter Epstein [mailto:[EMAIL PROTECTED]] [...] I haven't heard of this bug before...is it a bug in the OS? I'm guessing that the code to which you're referring is FrmAddSpaceForObject() in the OS. Yes, it's an OS bug. With these hints I was able to find PrvFixupPointers in the OS

Re: Popup Trigger Text

2000-08-08 Thread Richard Burmeister
From: [EMAIL PROTECTED] Subject: Re: Popup Trigger Text After Howard's suggestion I also added a CtlSetLabel function to update this text, but it did not update. Does anybody have any other suggestions. I've been using CtlSetLabel to set the text of a popup trigger with no problems and

RE: Palm OS 3.5: FldNewField changes text on button

2000-08-08 Thread David Fedor
I've been trying to make progress on this issue. We've fixed the routines in the OS for the next major OS release (of which we have no announcements yet) but that wouldn't address the fact that this has existed ever since 3.0. It hardly ever was an issue until the dynamic heap started getting