PalmCompatibilty.h with enum events

2000-04-11 Thread Trung Nguyen
Hi, Thanks Marcelo for pointing me in the right step. Unfortunately, it doesn't address how the enum events has been changed in SDK3.5 to typedef enum eventsEnum. Any suggestions to combat this? Many Thanks, Trung From: Marcelo Gorini Date: Tue, 11 Apr 2000 05:51:37 Subject: SDK3.5 with Symb

PalmOS Training

2000-04-11 Thread Jon Baer
Has anyone attended the PalmOS Training seminars that travel throughout the country? If so, questions: Does it cover iNetLib programming? Must you know extensive C programming to attend it and understand? Are the labs covered using GCC or CodeWarrior? Pros and cons about it? Thanks. - Jon

Re: shortcut functionality

2000-04-11 Thread Jon Baer
I love shortcuts, I mainly use them for IP address and URLs but here is an article which I had bookmarked for some reason: http://www.palmpower.com/issues/issue199801/shortgraffiti001.html It goes through the undocumented "@" macro you speak of. - Jon Adam Wozniak wrote: > When I go to Prefs

Link error using PilRC Codewarrior plugin

2000-04-11 Thread Sally-Anne Palmer
Hi, I was looking through the archives but couldn't seem to find a solution to the following link error when using the PilRC plugin with Codewarrior 6. I get the following error when trying to link and download my app to POSE. Link Error : Error while creating/copying resource fork. Link Error

Re: Frozen Handles? (was: Re: MemHandleNew() vs. MemPtrNew())

2000-04-11 Thread Brian K. Smith
Roger Chaplin wrote: > Or, unique record ID, if you can guarantee use with a recent version of > HotSync (some older versions don't preserve record ID when restoring a > DB). There was a thread on using unique record ID about a month ago and one of the things that came up, I believe, is that the c

Re: BITMAPFAMILY - Compatibility Etc with < 3.5

2000-04-11 Thread Mike Davis
> > I have had one black and white palm user say that he does not want to be > > burdened with that extra RAM usage when his device is not color. But it > > is quite difficult to keep two programs in sync, by maintaining two > > versions. > > this is a known problem.. the best solution? use co

starting Hotsync programmically

2000-04-11 Thread Trung Nguyen
Hi, Thanks Neil, I've got my HotSync working the hardcradle char. Unfortunatley, now I have to modify it for palmtops hotsync thru wireless instead of serial port. Worst still, it has to accommodate the abilty for both ways depending on the user's HotSync settings. Is there any other way to do thi

Re: PalmRez Post Linker

2000-04-11 Thread Colin Ward
On Tue, 11 Apr 2000 14:26:14 -0300, "Timothy Astle" <[EMAIL PROTECTED]> wrote: >Thanks a bunch! I did have appl set for my Type, but I didn't remember >placing it there. heh It must have been done when I first created the >workspace. And a word of warning, from someone who learnt the hard w

Re: PalmRez Post Linker

2000-04-11 Thread David Fedor
>Under the theory that *some* standard was better than no standard, we >specified the convention of appending a hyphen and creator ID in the book. > >Looking on the Knowledge Base today, I don't see any reference to how to >name databases uniquely. I'd suggest, since there's a de facto standard,

Re: Showing coloured bitmaps on various backgrounds

2000-04-11 Thread Richard Hartman
Save the bitmap under the area you will be overwriting before you draw your bitmap. To erase, restore the saved bits. I am not completely familiar w/ the new color capabilities: is it possible to define a "transparent" color with the new bitmaps? If not, you will have to define a separate transp

Re: Compatibility issues SDK3.5 vs

2000-04-11 Thread John Valdes
On Tue, Apr 11, 2000 at 04:26:22PM +0200, Aaron Ardiri wrote: > people have requested this.. but having a #ifdef, #else and #endif > in PilRC would solve your problems.. anyone got some time to go > ahead and implement it in the latest version of PilRC? Would this have to be implemented dir

Showing coloured bitmaps on various backgrounds

2000-04-11 Thread revcom
Hi there, I hope someone can help me... I have a bitmap that I wish to move around the screen. When in monochrome, I drew it offscreen and used WinCopyRectangle with mode of srcXOR (from memory) to alternately draw and erase it. WIth colour, (bitmap is green and white only) it works fine on a wh

Re: Compatibility issues SDK3.5 vs

2000-04-11 Thread John Valdes
On Tue, Apr 11, 2000 at 03:10:25PM -0700, Peter Epstein wrote: > If the only difference you want between your application versions is whether > the resources are color or black and white, you should have no problem > setting up separate targets that specify different resource files while > sharing

No small icon on Handspring Visor

2000-04-11 Thread John Powers
I am updating my application with new features. In addition to the application-specific feature additions, the updated version has also been converted to multi-segment to handle the additional code and I added the multi-bit icons, large and small. The built application works fine in the Palm OS 3

RE: Palm Beaming to non-palm (windows) IrObex stacks... interoper ability issue

2000-04-11 Thread Schettino, John
Thanks for the reply... I assumed as much since it's a Microsoft issue. We're pushing (as best as we can) on the MS side as well, but I thought I'd let the Palm side know. Win2k seems to support Obex, but it's unclear if the hint bits are done right or not, or if there is an API. What I was hopi

Re: palmos-comm-dev@markspace.com opens

2000-04-11 Thread Thomas Frauenhofer
I'll be honest - it doesn't matter to me where the information comes from, as long as it's a fairly reliable source. Brian runs a really great discussion group on his system for Palm Entrepreneurs, and he's got some pretty good Palm comm expertise in his background, so I expect that his communica

RE: Issues with beaming whole database

2000-04-11 Thread DeAnna Davidson
Actually, I'm having the opposite problem. I found some sample code on the Dev Zone and I can beam the database (most of the time), but I can't beam the .prc. Each time I get an unknown format message. Any thoughts anyone? DeAnna -Original Message- From: [EMAIL PROTECTED] [mailto:[EMA

Re: socket programming and PalmVII

2000-04-11 Thread Thomas Frauenhofer
Socket-based on the INetLib? Not possible, given the current state of the API. If you want to target for a VII, the easiest way to make it work is to rework your server (the system you are talking to) as a Web-based application (running on top of HTTP). This makes it so that you can communicate

Re: Palm Beaming to non-palm (windows) IrObex stacks... interoperability issue

2000-04-11 Thread Gavin Peacock
John, Attempting to maintain compatibility with Microsoft's definition of "standard" is a challenge. There is some kind of magic undocumented work around for setting hint bits on the Microsoft stack. Perhaps you can get some guru at Counterpoint to fill you in on it. This is your best approac

Re: DmComparF functions missing parameters

2000-04-11 Thread Danny Epstein
"Michael Needlman" <[EMAIL PROTECTED]> wrote in message news:7953@palm-dev-forum... > As I understand the OS 3.1 documentation and datamgr.h, DmQuickSort and > DMInsertionSort are supposed to be passing six parameters to an app-defined > compare function. However, when I run my function with DmQui

Re: getting a bitmap from the screen

2000-04-11 Thread David Tribble
> How can I get a bitmap from the screen without using the 3.5 New Feature Set? I didn't see an answer to this yet - check out the new documentation (mine is dated 1/7/00), which has the following member in the WindowType structure: displayAddrV20 - Pointer to the window display memory buffer i

DmComparF functions missing parameters

2000-04-11 Thread Michael Needlman
I posted this msg on 3/30. After a week or so, it seems to have been deleted, so I am posting it again. I hope somebody might have an answer this time: > As I understand the OS 3.1 documentation and datamgr.h, DmQuickSort and > DMInsertionSort are supposed to be passing six parameters to an app-d

Re: RomVersionCompatible to trap version 3.5?

2000-04-11 Thread Russell Y. Webb
>Manager is very new any more, so in the 3.5 SDK NewFloatMgr.h has >(rather unfortunately IMHO, but there you go) become FloatMgr.h. That _is_ too bad. Perhaps it should have been called FloatMgr1997.h. That way when math changes in 2006 we could just release FloatMgr2006.h. Russ Webb "mailing

Re: Compatibility issues SDK3.5 vs

2000-04-11 Thread Peter Epstein
If the only difference you want between your application versions is whether the resources are color or black and white, you should have no problem setting up separate targets that specify different resource files while sharing all the same code. This will keep black and white devices from wasting

Re: RomVersionCompatible to trap version 3.5?

2000-04-11 Thread John Marshall
Adam Wozniak <[EMAIL PROTECTED]> wrote: > HowY wrote: >> the float lib has been dropped in the new os > > I see no references to it being dropped in 3.5. HowY may be referring to the fact that we don't think the New Float Manager is very new any more, so in the 3.5 SDK NewFloatMgr.h has (rather

Re: Simultaneous PPP connections

2000-04-11 Thread Tom Zerucha
On Tue, Apr 11, 2000 at 12:51:18PM -0700, Laurence Lundblade wrote: There is only one UART so you can only have one PPP connection, however you theoretically could have more than one IP address on that connection... > Kewel, a PalmOS router! Watch out Cisco!!! :-) Listen on one port, proxy to

Re: App crash when run from Flash - Any Ideas?

2000-04-11 Thread John Marshall
Michael S. Davis <[EMAIL PROTECTED]> wrote: > Is this a fix, just the function listed below, > that is placed somewhere in the application along with the define. Then > compiled as ususal? Exactly -- that's all there is to it. > Will this function have to be removed when the new gcclib.a comes

Re: RomVersionCompatible to trap version 3.5?

2000-04-11 Thread Adam Wozniak
HowY wrote: > Ok ifin it helps get some answers > > I USE FLOATS EXTENSIVELY > > the float lib has been dropped in the new os > and I'm not going to re-write code for color... I see no references to it being dropped in 3.5. Even if it has, I don't see what the big deal is. Just write a few c

shortcut functionality

2000-04-11 Thread Adam Wozniak
When I go to Prefs/ shortcuts, I see some interesting things... ds - [Date Stamp] dts - [Date and Time Stamp] ts - [Time Stamp] Two questions -- #1 Where can I find a complete list of all supported interesting [] things which can be done in a shortcut #2 Can I extend this functionality? i.e

Re: Issues with beaming whole database

2000-04-11 Thread Danny Epstein
"Christopher Gilmore" <[EMAIL PROTECTED]> wrote in message news:7790@palm-dev-forum... > I am having issues with beaming whole databases. I am using the sample > source code found at the Palm development zone. It beams applications fine > but when I try to beam a .pdb instead of a .prc the r

Re: Simultaneous PPP connections

2000-04-11 Thread Adam Wozniak
Laurence Lundblade wrote: > Kewel, a PalmOS router! Watch out Cisco!!! :-) > > But seriously, I think this is expecting too much of NetLib and probably > the serial libraries too. And the hardware. Unless I'm mistaken, the dragonball has one UART, which is shared by the IR and serial ports.

Re: RomVersionCompatible to trap version 3.5?

2000-04-11 Thread HowY
Ok ifin it helps get some answers I USE FLOATS EXTENSIVELY the float lib has been dropped in the new os and I'm not going to re-write code for color... Charmed tho' many may be. I need to trap the new os and let the user know that I can't run on 3.5... -- For information on

Re: App crash when run from Flash - Any Ideas?

2000-04-11 Thread Michael S. Davis
Ok, let me be a dummy. Is this a fix, just the function listed below, that is placed somewhere in the application along with the define. Then compiled as ususal? Will this function have to be removed when the new gcclib.a comes out? Thanks, Mike Davis On Tue, 11 Apr 2000, John Marshall wro

Re: Compatibility issues SDK3.5 vs

2000-04-11 Thread Michael S. Davis
On Tue, 11 Apr 2000, Peter Epstein wrote: > > I was just wondering which direction other developers are going. > > I went for a single app and lived with the fact that it's bigger. I figured > that devices are coming with more memory, so the extra size isn't as big a > problem as it once was. T

RE: The debug helper app could not be found

2000-04-11 Thread Wang, Nancy
Thank you all for the suggestion. I didn't open constructor when I tried to debug my app with POSE. So I am not sure whether a bug in constructor could cause the problem. I'm using POSE 2.1d29. I find another POSE called Emulator_Profile.exe. I don't know the difference. I downloaded the ROM image

Re: GCC Tools for Palm Under LINUX

2000-04-11 Thread Michael Sokolov
shahed <[EMAIL PROTECTED]> wrote: > I am new to palm o/s development. Can someone please outline > the steps I need to get a simple helloworld.c program > to compile and get a .prc file using GNU / GCC / whatever > under Red Had LINUX 6.1 !! > > [...] > > I would like to know what tools I ne

Re: Japanese Palms

2000-04-11 Thread Richard Hartman
You can't. What you can do is use a utility like RegCode to turn the user name into a series of hex values, and have the user send you these values when they register. see http://www7.palmgear.com/software/showsoftware.cfm?sid=1695862225193811&; prodID=2997 if you want some source code. Oto

RE: RomVersionCompatible to trap version 3.5?

2000-04-11 Thread Scott L. Johnson
> From: HowY [mailto:[EMAIL PROTECTED]] > Since my app will NOT support v 3.5 [...] All right, I'll bite: why not? -slj- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html

Re: OS 2 and Icon Families

2000-04-11 Thread Richard Burmeister
From: "Jun-Kiat Lam" <[EMAIL PROTECTED]> > Do you by any chance have both multibit icons and icon families present in > your .rsrc file? The use of multibit or just plain icons will override the > icon family if it is present. I would go ahead and delete them and move > those bitmaps used to the A

GCC Tools for Palm Under LINUX

2000-04-11 Thread shahed
Hi, I am new to palm o/s development. Can someone please outline the steps I need to get a simple helloworld.c program to compile and get a .prc file using GNU / GCC / whatever under Red Had LINUX 6.1 !! I have so far only toyed around with Metroworks Codewarrior, but Linux is my primary de

RE: crash - reading from low memory ?

2000-04-11 Thread Scott L. Johnson
> From: Nicholas Breau [mailto:[EMAIL PROTECTED]] > I am using LstSetListChoices(listP, NULL, size), > but I am not making any calls like LstGetSelectionText(), > there is no code in the event handler that would crash But the OS itself calls LstGetSelectionText to try to set the text of the popup

Re: Test Automation Tool

2000-04-11 Thread Alvaro Tovar
I would be interested -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html

Re: PalmRez Post Linker

2000-04-11 Thread Richard Burmeister
I was following the example set by Neil Rhodes in "Palm Programming - The Developer's Guide". He says: In order to guarantee that your database name is unique, you need to include your creator as part of your database name. Developer Support recommends that you name your database with two parts,

Re: App crash when run from Flash - Any Ideas?

2000-04-11 Thread John Marshall
Mike Davis <[EMAIL PROTECTED]> wrote: > Any ideas why an app would now crash when run from Flash, when it ran > before? As Michael mentioned in his inimitable way, the multiple code section clean up code in 2.0 doesn't work when the app is in flash. The previous palm-dev-forum thread was entitle

Japanese Palms

2000-04-11 Thread Richard Burmeister
I have been using some code to to generate a "unique" registration code for people who register my shareware app, based on their HotSync user name. My app checks the HotSync name when they attempt to enter a registration code and enables all application features if they enter the right code. I wo

RE: Simultaneous PPP connections

2000-04-11 Thread David Slotter
Title: RE: Simultaneous PPP connections Patrick, The Palm hardware of which I am familiar can only operate either the serial (cradle) port or the Infrared port at a given moment. Operating both is afaik impossible because the hardware does not support it. What exactly are you trying to acco

Re: Simultaneous PPP connections

2000-04-11 Thread Laurence Lundblade
Kewel, a PalmOS router! Watch out Cisco!!! :-) But seriously, I think this is expecting too much of NetLib and probably the serial libraries too. LL At 03:39 PM 4/11/00 -0400, Patrick wrote: >Hello, >Does anyone know if it is possible to have two simultaneous PPP connections >(e.g. one over

Re: Compatibility issues SDK3.5 vs

2000-04-11 Thread Peter Epstein
> I was just wondering which direction other developers are going. I went for a single app and lived with the fact that it's bigger. I figured that devices are coming with more memory, so the extra size isn't as big a problem as it once was. -- For information on using the Palm Developer Foru

array problem

2000-04-11 Thread cswang
Hello: I declare a "very big" array as follow : UInt16 conv[] = {0x, 0x1112, ...} But I get error message when I try to compile it: C:\DOCUME~1\cswang\LOCALS~1\Temp/cc7BNk8C.s: Assembler messages: C:\DOCUME~1\cswang\LOCALS~1\Temp/cc7BNk8C.s:66177: Error: Value of 134372 too la rge for field of

Simultaneous PPP connections

2000-04-11 Thread Patrick
Hello, Does anyone know if it is possible to have two simultaneous PPP connections (e.g. one over the cradle port and one over the infrared port)? If I use the Network prefs interface, the connect of one disconnects the other. Also, I cannot seem to do it programatically either (using the NetLibr

Re: crash - reading from low memory ?

2000-04-11 Thread Nicholas Breau
What you are saying makes perfect sense,I am using LstSetListChoices(listP, NULL, size), but I am not making any calls like LstGetSelectionText(), there is no code in the event handler that would crash the application, I'm assuming it has something to do with the list directly. I got the same co

Re: Is it possible to dynamically replace bitmaps in an application during hot sync?

2000-04-11 Thread Tom Zerucha
On Tue, Apr 11, 2000 at 09:07:51AM -0700, Richard Hartman wrote: > > Well ... for one thing, the application won't be connecting > with any web server during hotsync, because there is no IP > stack available. You could do this with a -conduit- that connects > to the web server. And I believe th

RomVersionCompatible to trap version 3.5?

2000-04-11 Thread HowY
If I may make a modest request of you good folk Since my app will NOT support v 3.5 how can this function be re-written to handle such a case... as in to test if I'm on a minimum & not 3.5 or above My first thought is to toss both a min & a max version if (romVersion < minVersion) if (romVers

Re: Anybody using CW6 and MSVC++ on Win2k?

2000-04-11 Thread Al Macy
What JK says is true, but besides that I am having no unusual problems on my Win2K, MSVC++ 6 system. In other words there are a ton of problems, but no more than on other systems. Win2K is much better than Win98. "Paul A. Dugas" <[EMAIL PROTECTED]> wrote in message news:7826@palm-dev-forum...

Re: crash - reading from low memory ?

2000-04-11 Thread Michael S. Davis
On Tue, 11 Apr 2000, Nicholas Breau wrote: > I've got a popup trigger whose listbox is loaded with data from the database > by using LstSetDrawFunction. When I run the app, the data is loaded into > the popup fine, but when I select an item, I get the error message: > > "AppName" has just read

crash - reading from low memory ?

2000-04-11 Thread Nicholas Breau
I've got a popup trigger whose listbox is loaded with data from the database by using LstSetDrawFunction. When I run the app, the data is loaded into the popup fine, but when I select an item, I get the error message: "AppName" has just read directly from low memory. and the device needs to be

Test Automation Tool

2000-04-11 Thread Alfonso Perez
Hi All, I am developing a tool to automate Palm (POSE) testing and I wanted some feedback. The tool consists of an ActiveX EXE (server) that executes tasks such as tapping on a button, verifying captions, tapping on an application, etc. The tool is ready for Beta and I was wondering if the need

Re: PalmRez Post Linker

2000-04-11 Thread Neil Rhodes
>> You can make up your own database names, but it has been >> recommended that you append your Creator ID to each DB name >> to guarantee uniqueness. (E.g., if your Creator ID is 'Spud', >> you could have db names like "Names-Spud", "Addresses-Spud", etc.) > > The only convention I've seen (and

Re: Anybody using CW6 and MSVC++ on Win2k?

2000-04-11 Thread Jun-Kiat Lam
To be frank I wouldn't recommend upgrading CW6 at least to Win 2000. Main reason is that there is a debugger bug right now in which you cannot debug more than once. It hasn't been fixed yet but we are working on it. Rgds, Jun-Kiat Lam Metrowerks Technical Support - Original Message - Fro

Re: OS 2 and Icon Families

2000-04-11 Thread Jun-Kiat Lam
Hi Richard, Do you by any chance have both multibit icons and icon families present in your .rsrc file? The use of multibit or just plain icons will override the icon family if it is present. I would go ahead and delete them and move those bitmaps used to the App Icon Family instead. Rgds, Jun-K

Re: palmos-comm-dev@markspace.com opens

2000-04-11 Thread Michael C. Neel
Oops, I mis-understood. This is not a Palm run discussion group. I agree with Adam on this. I like having "one stop shopping" on palm info. Now if Palm creates a new mailing list/newsgroup focused on Palm communications I'd be up for it... Mike "Michael C. Neel" <[EMAIL PROTECTED]> wrote in

Re: CW6 Sample code

2000-04-11 Thread David Fedor
>A client of mine is interested in having your e-mail software used by their >vendors. I'm planning on translating the example that comes with CW 6 to >portuguese and adding the POP3 and SMTP functionalities to it. >After that, will I be able to commercialize it ? Do I need a written >agreement fr

RE: Multi-Segmented Applications

2000-04-11 Thread Jeff Allen
Thank you. This has indeed helped. I think I'll figure it out from here. -Jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jun-Kiat Lam Sent: Tuesday, April 11, 2000 10:23 AM To: Palm Developer Forum Subject: Re: Multi-Segmented Applications If

Re: palmos-comm-dev@markspace.com opens

2000-04-11 Thread Michael C. Neel
Is this list also going to be availbe as a news group? I currently do not see it on the list from the news server... Personally, I am for the idea. I look mostly at posts reguarding Inet/Wireless, and it would be nice to have these seperate from the GUI/DB questions... Mike -- For informa

RE: Multi-Segmented Applications

2000-04-11 Thread Jeff Allen
Which means what? I'm not looking for how to create a multi-segmented application (although, thank you) -- what I'm trying to say is that I don't even know what the term means, and I cannot find references to it in any of the C++ literature that I own. Does this mean having multiple source files

Re: DmDatabaseProtect, Breakpoint, CW Crash

2000-04-11 Thread Jun-Kiat Lam
This bug has been fixed internally. The reason the plugin hasn't been released yet is because we are trying to nail down another, more serious bug on Windows 2000. If you need it though, let me know. Rgds, Jun-Kiat Lam Metrowerks Technical Support - Original Message - From: "Greg Bungo"

Re: Frist App, where(what) is BDWM?

2000-04-11 Thread Jun-Kiat Lam
On Windows, to be sure that HotSync is completely off, make sure that it does not appear in the System Tray area i.e. right next to where your clock is on the Windows Taskbar. Personally I found that the best way to avoid this is to set HotSync is run only when the Palm Desktop is running. To be

Re: Can I Output Debugging messages to the Console or Debugger?

2000-04-11 Thread Sergio Olivas
I haven't used this yet, but I thought that's what Reporter was supposed to do. Supposed to be able to write and log information to screen or log file on your pc while debugging... It's avail on the palm web site (reporter.zip) If anyone has useful comments on the use of this, it'd be

Re: NetLibIFAttach does not work

2000-04-11 Thread Chi Guan
Thank you, Gavin. That is a typing mistake, In fact, it was: if (ifCreator == netIFCreatorPPP). - Original Message - From: Gavin Peacock <[EMAIL PROTECTED]> To: Palm Developer Forum <[EMAIL PROTECTED]> Sent: Tuesday, April 11, 2000 9:47 AM Subject: Re: NetLibIFAttach does not work >

Re: PalmRez Post Linker

2000-04-11 Thread Timothy Astle
Thanks a bunch! I did have appl set for my Type, but I didn't remember placing it there. heh It must have been done when I first created the workspace. As for appending the Creator ID to the end of the database name, yeah, I've seen quite a bit about it. I believe Richard is right when he sai

Re: Compatibility issues SDK3.5 vs

2000-04-11 Thread Michael S. Davis
On Tue, 11 Apr 2000, Peter Epstein wrote: > While the color bitmaps and such do take up space, if you compress them, the > application shouldn't grow that much. If you're careful about using new APIs > only when they're available, you should be able to make a single version > that works on all de

Re: The debug helper app could not be found

2000-04-11 Thread Keith Johnson
I'm having this problem as well. I downloaded and installed the SDK 3.5. The BDWM message goes away but now, I simply get 'Failed to Connect to Remote'. "Jun-Kiat Lam" <[EMAIL PROTECTED]> wrote in message news:7868@palm-dev-forum... > > The error message is a bug but it indicates that the debugg

Re: Multi-Segmented Applications

2000-04-11 Thread Jun-Kiat Lam
If you are using CW, the information is included in the Targeting Palm OS documentation, and in the Palm OS Multisegment App stationery README. It should hopefully clarify things. Rgds, Jun-Kiat Lam Metrowerks Technical Support - Original Message - From: "Jeff Allen" <[EMAIL PROTECTED]>

TxtGlueReplaceStr, 3.0 debug ROM and IntlDispatch crash

2000-04-11 Thread Laurence Lundblade
Any news on where to get the fixed PalmOSGlueLib? Couldn't find it on the web site today. Thanks! Laurence Lundblade QUALCOMM Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html

Re: Get rid of IIIc white border

2000-04-11 Thread Steve Sabram
Aaron Ardiri wrote: > > In a newsweek ad, in which a punked up kid is kissing a Palm IIIc with a > > picture of his parents, there's no white border visible. > > you really think marketing people take *real* screen shots? :P More product ads come from Photoshop than a C compiler. > > > it

Re: The debug helper app could not be found

2000-04-11 Thread Jun-Kiat Lam
The error message is a bug but it indicates that the debugger has failed to connect to the emulator. There are a number of reasons that could be happening, ranging from incompatible POSE and debugger plugin versions, trying to debug before POSE has completely reset, or when your app is still runni

Re: PalmRez Post Linker

2000-04-11 Thread jesse_donaldson
> You can make up your own database names, but it has been > recommended that you append your Creator ID to each DB name > to guarantee uniqueness. (E.g., if your Creator ID is 'Spud', > you could have db names like "Names-Spud", "Addresses-Spud", etc.) The only convention I've seen (and I che

CW6 Sample code

2000-04-11 Thread Marcio
Hi all, I have a question that [EMAIL PROTECTED] should answer, but they didn't. I already waited for a month, and nothing... No answers from them. So, I thought if someone on this list could have had the same doubt. A client of mine is interested in having your e-mail software used by their v

Re: PalmRez Post Linker

2000-04-11 Thread Richard Burmeister
From: "Timothy Astle" <[EMAIL PROTECTED]> > Does the Post Linker require a Type and Creator? If you are creating a Palm app, the Type must be 'appl'. The Creator ID can be anything you like while you are testing your app. Before releasing it to the public, you must register your Creator ID with

Re: Compatibility issues SDK3.5 vs

2000-04-11 Thread Peter Epstein
While the color bitmaps and such do take up space, if you compress them, the application shouldn't grow that much. If you're careful about using new APIs only when they're available, you should be able to make a single version that works on all devices. Even if you do go with a separate color ver

Re: Registering Creator ID With Palm Inc.

2000-04-11 Thread Richard Burmeister
From: "Timothy Astle" <[EMAIL PROTECTED]> > Can anyone else get this link to work? > http://oasis.palm.com/devzone/creatorid/ I'm getting this error which indicates the server is probably down: Problem Report There was a communication problem. Message ID TCP_ERROR Problem Description The sy

Re: Frist App, where(what) is BDWM?

2000-04-11 Thread Dave Lippincott
I don't know, haven't debugged on a device in a few months. The closing the constructor couldn't hurt. Make sure the device enters debug mode. I use to always enter the short.. sequence via the find dialog -Original Message- From: Keith Johnson <[EMAIL PROTECTED]> Newsgroups: palm-dev-

Re: NetLibIFAttach does not work

2000-04-11 Thread Gavin Peacock
In your given sample code you get the creator ID into a variable called "ifCreator" and then you check a variable called "Creator" in you "if statement" >if(Creator == netIFCreatorPPP) You probably have another variable called Creator somewhere, but you want to be checking

RE: Solid underlines in fields, how to remove them?

2000-04-11 Thread Scott L. Johnson
> From: Richard Hartman [mailto:[EMAIL PROTECTED]] > You could try making it less of a pain by not doing them all > individually. Make a subroutine that normalizes all fields in the > form by iterating through the object list and modifying all > fields. This one routine could then be used as the

Re: Registering Creator ID With Palm Inc.

2000-04-11 Thread Timothy Astle
Okay, thanks! -- Timothy Astle David Fedor <[EMAIL PROTECTED]> wrote in message news:7855@palm-dev-forum... > > >Well, that page initially loaded... but anything connecting to the oasis > >subnet seems dead. Perhaps Palm Inc.'s ColdFusion Server is down? > > Yes, oasis.palm.com is having tro

Re: The debug helper app could not be found

2000-04-11 Thread David Fedor
>> I am trying to debug a Palm application using POSE. I often get an error >> message saying " The debug helper app could not be found. The registration >> key, "BDWM", is not defined". I am using CodeWarrior for Palm OS R6. Any >> idea about this error message? Thanks. > >Its a result of a bug

Re: Registering Creator ID With Palm Inc.

2000-04-11 Thread David Fedor
>Well, that page initially loaded... but anything connecting to the oasis >subnet seems dead. Perhaps Palm Inc.'s ColdFusion Server is down? Yes, oasis.palm.com is having troubles. The server folks know about it, and presumably they'll fix it soon... -David Fedor Palm Developer Support --

DmDatabaseProtect, Breakpoint, CW Crash

2000-04-11 Thread Greg Bungo
Hello, I'm using CodeWarrior 6 on MS Windows with Palm SDK 3.5 and POSE 3.0a5. When the program stops at a breakpoint and I click it to clear the breakpoint, this error message appears: "MyProgram" reports "DataMgr.c, Line: 2968, DmDatabaseProtect tried to deprotect unprotected database". If t

Re: Is it possible to dynamically replace bitmaps in an application during hot sync?

2000-04-11 Thread Richard Hartman
Bulent Gecer wrote in message <7804@palm-dev-forum>... > >Thanks for your answer Tom, but I'm not quite sure I got it. >Let me explain the problem more specifically. I want to >make an application that automatically connects to a >web server during hot sync. The server is supposed to >provide t

Re: App crash when run from Flash - Any Ideas?

2000-04-11 Thread Aaron Ardiri
> > i decided to test my application with ROM (on my TRG pro), which uses > > multibit bitmaps, a few code segments and is pretty large - let me > > summarize my experiences: > > > > IT WORKS. > > > > i have been using John's prc-tools 2.0 for a while now [...] > > There was a discuss

Re: Solid underlines in fields, how to remove them?

2000-04-11 Thread Richard Hartman
Sudipta Ghose wrote in message <7565@palm-dev-forum>... > >Thanks, to Jun and Jason for answering my query. Changing the field >attribute to grayUnderline works great. But it's a pain to do that in every >form. I have a lot of them. It would be nice if I can get the 3.5 >constructor and Postrezli

Re: removing deleted records

2000-04-11 Thread Paul Nevai
# The "&=" will be setting "attributes" to the value of dmRecAttrDelete. # I assume you want to check it instead. Use "&". Yep. Thanks for the correction. Best regards, Paul -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/maili

Re: removing deleted records

2000-04-11 Thread Richard Hartman
Paul Nevai wrote in message <7676@palm-dev-forum>... > >Hi Guys: > >If I want to remove all deleted records except those which were archived, >then is this the right way to do it? Thanks! Best regards, Paul > >### ## >{ >UIn

Re: prc-tools2 problem

2000-04-11 Thread Richard Hartman
Adam Wozniak wrote in message <7662@palm-dev-forum>... > >John Marshall wrote: > >> For example, rather than memset() >> from string.h you're encouraged to use the system function MemSet() >> from MemoryMgr.h, thus saving a bit of memory and so on. > >As an aside, this is one of the first things

Re: Frist App, where(what) is BDWM?

2000-04-11 Thread Keith Johnson
I'm not trying to use POSER, I am trying to debug on the device like the tutorial suggests. Does this still apply? "Dave Lippincott" <[EMAIL PROTECTED]> wrote in message news:7830@palm-dev-forum... > > From an earlier post... > > >One more time... > >1) download and use the latest version of POS

Re: BITMAPFAMILY - Compatibility Etc with < 3.5

2000-04-11 Thread Aaron Ardiri
> > BITMAPFAMILY ID ... "1bpp.bmp" "" "" ""color.bmp" COMPRESS > > > > will compress 1bpp and color bitmap only. > > I seem to recall hearing that you don't want to compress the 1bpp > bitmap if you want compatibility w/ older PalmOS versions. Is it > possible w/ the new PilRC to compress the c

Re: App crash when run from Flash - Any Ideas?

2000-04-11 Thread Michael S. Davis
On Tue, 11 Apr 2000, Tom Zerucha wrote: > On Tue, Apr 11, 2000 at 05:56:17AM -0700, Mike Davis wrote: > > What can cause an app (not the database), to crash with the following > > error: "MemoryMgrNew.c Line 1896 Not a Handle" > > You tried to get the resource database using a DmOpen but with a

Re: Inserting large field without scrolling

2000-04-11 Thread Richard Hartman
Then why didn't HideObject & ShowObject work? -- -Richard M. Hartman [EMAIL PROTECTED] 186,000 mi/sec: not just a good idea, it's the LAW! [EMAIL PROTECTED] wrote in message <7637@palm-dev-forum>... > > > >FldEraseFields sets the field's visible bit to false. FldDrawField resets it to >true. I

Re: PilRC 2.5b2

2000-04-11 Thread Aaron Ardiri
> Hi Aaron, > > I just recently downloaded the files from your site (3-4 days ago). I went > today and downloaded again because the below update. When I downloaded it > seemed to be the same file? caching :P your browser thinks "hey, i got this from here before - and it is still on my

Re: App crash when run from Flash - Any Ideas?

2000-04-11 Thread Michael S. Davis
On Tue, 11 Apr 2000, Aaron Ardiri wrote: > actually.. chances are he is using loads of BITMAPS - that have bloated > the app in size, there is nothing in his email that states that he is > using John's version of your version of gcc. Actually no. I am using one 160x160 color bitmap and c

  1   2   >