Re: Tabbed windows

2003-01-17 Thread Mark Wilden
From: Matthew Bevan [EMAIL PROTECTED] Smaller code generally runs faster (fewer instructions to run through) It doesn't matter how many instructions there are--only how many times they're executed. -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Mac POSE Problems

2003-01-17 Thread Sean Charles
Dear Keith, On Thursday, January 16, 2003, at 10:49 PM, Keith Rollin wrote: I'm curious...if you found a part of Poser that wasn't working, why *wouldn't* you read _Bugs.txt? Initially I never even thought that Poser wasn't anything other than just fine, I naturally assumed it was just me

RE: Tabbed windows

2003-01-17 Thread Maks Pyatkovskiy
It's just a myth. C is not easier for debugging, because the size of source code for framework based C++ app is much smaller than the size of similar app on C. C++ app simpler for development and for debugging because it is not necessary to start the development from scratch. And note about the

How to set text color?

2003-01-17 Thread Miken
I use codewarrior7.1+sdk4+treo SDK Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Palm III V - Form design disorted.

2003-01-17 Thread gjeffyj3dfly
Hello All, I have created a Palm application using CodeWarrior 4.0.1 IDE. In this application I have few forms with controls and bitmaps. When launching this application in Palm III handheld the design stays in line with the specification given by me while designing the forms through Constructor

Icon In Form Title Bar

2003-01-17 Thread gjeffyj3dfly
Hello All, I would also like to find out whether we could place an Icon Or a Bitmap in the title bar of a form. If anyone has stimulated this already I would like to know. Thank you. Jeffy -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Line routine

2003-01-17 Thread Dan Patrutiu
Hello to all members of this forum. I have this problem and I am sure some of you have run into it earlier. Does anyone know where can I find some references for writing a new WinDrawLine routine, faster than the OS one? (eventually assembler). I wrote one but even with a fast algorithm, it

Re: Does Palm OS5 support 31250 Baud?

2003-01-17 Thread Rob Larson
The short answer is no. You can only request baud rates of 300, 600, 1200, 9600, 11440, 19200, 38400, or 65280. Any other request will be rejected as a bad parm. Actually, I'd be surprised if any of them actually worked. The long answer is yes. The serial port on the Tungsten/T runs at

Re: Line routine

2003-01-17 Thread kcorey
Hi Dan, There are a few line drawing routines for you to search for...Bresenham's, of course, and midpoint, which is faster. A good starting point for these algorithms and the algorithm to draw wider lines is the book Computer Graphics: Principles and Practice, by Foley, Van Damm, Feiner and

Re: Line routine

2003-01-17 Thread Dan Patrutiu
Okay, I will search for that book, but does it contain references to my second question too ? (the wide line). Dan Patrutiu kcorey [EMAIL PROTECTED] wrote in message news:109404@palm-dev-forum... Hi Dan, There are a few line drawing routines for you to search for...Bresenham's, of course,

Re: Does Palm OS5 support 31250 Baud?

2003-01-17 Thread Rob Larson
Try asking for 300 baud. I think it will give you 31250! -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Line routine

2003-01-17 Thread kcorey
Section 3.9 talks about approaches to take, but doesn't give example code. You might be able to find the code for the book translated into C. It seems to me I remember finding that once. Anyone else seen this? I looked but don't have the code samples anymore. -Ken On Fri, 2003-01-17 at

Re: Icon In Form Title Bar

2003-01-17 Thread Chris Antos
Prefix your title with several spaces. In both frmOpenEvent and frmUpdateEvent, after you call FrmDrawForm() simply use WinDrawBitmap() to draw the icon or whatever over top of the title bar. [EMAIL PROTECTED] wrote in message news:109400@palm-dev-forum... Hello All, I would also like to

Re: Line routine

2003-01-17 Thread Dan Patrutiu
If the book has information about, I think I can understand even without the source code. Unfortunately it's very difficult for me to purchase that book. Does anyone have the Computer Graphics or parts of it in electronic format? kcorey [EMAIL PROTECTED] wrote in message

Re: Line routine

2003-01-17 Thread Louis
At 02:11 PM 2003-01-17 +0200, you wrote: If the book has information about, I think I can understand even without the source code. Unfortunately it's very difficult for me to purchase that book. Does anyone have the Computer Graphics or parts of it in electronic format? I have it -- For

Re: Tabbed windows

2003-01-17 Thread palm
On Thu, 16 Jan 2003, Ben Combee wrote: Tab controls are provided by the Object Library for Palm OS V4, which comes bundled with CodeWarrior for Palm OS V9, and is also available separately from www.aqpoint.com/pol, where you can see examples of its use. POL is generally very useful,

Re: Line routine

2003-01-17 Thread Dan Patrutiu
Louis, do you have it in electronic format? Can you put it somewhere temporarly, for me to download it? Dan Louis [EMAIL PROTECTED] wrote in message news:109415@palm-dev-forum... At 02:11 PM 2003-01-17 +0200, you wrote: If the book has information about, I think I can understand even without

Re: Re: Line routine

2003-01-17 Thread kcorey
Oh, 'rout66.ro'. I guess shipping would be a bit expensive, wouldn't it? I'll send you directly my bookmarks that I stumbled across when I was researching graphics (the group won't let me attach the bookmarks to a message). If anyone else needs them, drop me a line. -Ken On Fri, 2003-01-17 at

Re: Line routine

2003-01-17 Thread Louis
At 02:32 PM 2003-01-17 +0200, you wrote: Louis, do you have it in electronic format? Can you put it somewhere temporarly, for me to download it? No unfortunately I have it only in paper form on my bookshelf. I checked, it has some of the info you need. There are quite a few pages. Only way is

Re: Line routine

2003-01-17 Thread Dan Patrutiu
Do you have the possibility to scan the pages with the line algorithms? My email is [EMAIL PROTECTED] Thanks in advance Dan Louis [EMAIL PROTECTED] wrote in message news:109420@palm-dev-forum... At 02:32 PM 2003-01-17 +0200, you wrote: Louis, do you have it in electronic format? Can you put

problems with Zire

2003-01-17 Thread Henrik Fredriksson
Hi, I have a question about the Zire. When I sync my app to the Zire everything works ok and running the program works fine too but when I try to close it and go back to the launcher I get a fatal exception. This does not happen on my m515 nor on all the different emulator roms I've tried (from

Help - getting field text from field ID??

2003-01-17 Thread David McNab
Hi, I'm coding a function which needs to return the text contents of a field, given only the field ID. The FldGetTextPtr() function reqires the field ptr as an argument, which makes life hard. (For reasons which take too long to explain, there's no way of passing the function the field's

Re: Help - getting field text from field ID??

2003-01-17 Thread Ram Prasad.J
How can I, given just the field ID, find out the field's pointer, then get the field's text value? (If necessary, I can also pass the function the form pointer or ID for the form that contains the field). FieldPtr fieldP = (FieldPtr) FrmGetObjectPtr (formPtr , FrmGetObjectIndex (formptr,

Re: Help - getting field text from field ID??

2003-01-17 Thread kcorey
On Fri, 2003-01-17 at 13:33, David McNab wrote: I'm coding a function which needs to return the text contents of a field, given only the field ID. The FldGetTextPtr() function reqires the field ptr as an argument, which makes life hard. You're likely looking for 'FrmGetObjectPtr'. In the

predefined symbol for CW Armlet compiler

2003-01-17 Thread Jan Slodicka
Hello Does anybody know the equivalent for CW predefined symbol __MC68K__ in case of Armlet compiler? C_Compilers_Reference.pdf lists __INTEL__, __MC68K__, __MIPS__, __POWERPC__, but nothing for ARM. Jan Slodicka -- For information on using the Palm Developer Forums, or to unsubscribe,

Re: Help - getting field text from field ID??

2003-01-17 Thread Dave Lippincott
The Form routines. FrmGetObjectPtr. - Original Message - From: David McNab [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, January 17, 2003 8:33 AM Subject: Help - getting field text from field ID?? Hi, I'm coding a function which needs to return the text

RE: Tabbed windows (hi Maks!)

2003-01-17 Thread David Martin
I have been learning Palm programming during off hours, and would be quite willing to go the C++ route. but I am using prc-tools/gcc. The C things are pretty easy to find out about, but how does one get started on it with C++ and (forgive my not having gone foraging for it in earnest) where are

Re: problems with Zire

2003-01-17 Thread Henrik Fredriksson
well, I tried some different things and think I found what the problem might be. The size of the compiled program (the prc file) is above 64k (although the link map from CW tells me the code is only like 62k, but I think this has to do with the smart setting plus all data). Could this be the

This forum has no [palm-dev] in the subject, why not?

2003-01-17 Thread palm
I like to filter my various mailing lists to different folders based upon the forum it came from. as it stands, I see no filter ability to send posts from this forum to a folder. Is there a way to tell listserv to put [palm-dev] (or some such) in the subject line? TIA -- Glenn Ford

CUpDownGrid Problem m515 vs Tungsten

2003-01-17 Thread Martin Masse
I'm building an application using CW 9. I'm using the CUpDownGrid class from the POL library. Everything works fine with my m515, but the behavior is different on my Tungsten Ex. - Up down arrows does not appear when the form is first loaded even if the number of item is greater than the

test - plz ignore

2003-01-17 Thread Glenn Ford
silly HTML attachments in outlook, trying to disable. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: This forum has no [palm-dev] in the subject, why not?

2003-01-17 Thread Chris Apers
Why don't use TO field instead of SUBJECT ? - Original Message - From: [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, January 17, 2003 3:36 PM Subject: This forum has no [palm-dev] in the subject, why not? I like to filter my various mailing lists to

RE: Tabbed windows (hi Maks!)

2003-01-17 Thread Maks Pyatkovskiy
Palm OS SDK docs can be downloaded after confirming Palm license agreement by this address: http://www.palmos.com/cgi-bin/sdk50.cgi. There you can download recent Palm OS SDK with docs. PRC Tools supports C++ development, but unfortunately POL is not available for GCC. POL is available for

SD memory versus Multimedia memory?

2003-01-17 Thread kcorey
Hi All, Anyone know if there is any practical difference between Secure Digital Memory cards and Multimedia Card memory? The secure digital memory seems to be twice as think (perhaps just over 1mm rather than just under 1mm thick. It's enough so that one of my players won't accept SD flash

Re: This forum has no [palm-dev] in the subject, why not?

2003-01-17 Thread Dwight Tovey
On Fri, 2003-01-17 at 07:36, [EMAIL PROTECTED] wrote: I like to filter my various mailing lists to different folders based upon the forum it came from. as it stands, I see no filter ability to send posts from this forum to a folder. Is there a way to tell listserv to put [palm-dev] (or

Beam Problem

2003-01-17 Thread Adrian Morales
Hi, all. I have a problem. When I try to send my application (with three databases, all with the same IdCreator) using Beam option from the Palm, the PRC gets sent but not the PDB. I thought that since the application and database have the same IdCreator, they would be sent together, but

Palm Desktop

2003-01-17 Thread laurent
Does anyone know exactly how to retrieve the iextensionholder interface by using ATL COM programming ? Any help will be appreciated -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

using string

2003-01-17 Thread Rodolphe Bréjaude
Hello, Is it possible to use the string API in codewarrior like in C++ with MFC? what must I include ? and how to use it, what are the possible function ? Thanks a lot -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: SD memory versus Multimedia memory?

2003-01-17 Thread Dave Lippincott
I don't think there is a Palm device that accepts MM cards so you're stuck using SD, CF or Memory Stick. - Original Message - From: kcorey [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, January 17, 2003 10:00 AM Subject: SD memory versus Multimedia memory?

Re: SD memory versus Multimedia memory?

2003-01-17 Thread kcorey
Oh, maybe I'm just lucky then. My Tungsten/T seems to use MM cards just fine. These are older ones, only 16MB each, but they read/write just fine. The only difference I've noticed so far is that MM Cards do seem to be slightly slower to write to/read from, but that could be because these cards

Auto off and Alarms

2003-01-17 Thread Junbin
Hi, I currently have an app that sets an alarm at rather regular intervals. Due to this, the auto off of the Palm is not able to function correctly. Does anyone know of a work around for this? Thanks! Regards, Junbin -- For information on using the Palm Developer Forums, or to unsubscribe,

RE: CUpDownGrid Problem m515 vs Tungsten

2003-01-17 Thread Maks Pyatkovskiy
POL forum (http://www.aqpoint.com/pol/) is probably a better place for such questions. I will be happy to answer all POL-related questions there. It looks like a problem of Palm OS 5.0. It appears only on Release version of Palm OS Simulator (it however shows Up-Down arrows even if grid Is

Re: This forum has no [palm-dev] in the subject, why not?

2003-01-17 Thread David Orriss Jr
On Friday, January 17, 2003 6:36 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I like to filter my various mailing lists to different folders based upon the forum it came from. as it stands, I see no filter ability to send posts from this forum to a folder. This 'list' doesn't have a

Re: CUpDownGrid Problem m515 vs Tungsten

2003-01-17 Thread Martin Masse
Can I contact you personally by e-mail to get more info about AddRow() and Up-Down arrows? Yes you can. Thanks Maks Pyatkovskiy [EMAIL PROTECTED] wrote in message news:109455@palm-dev-forum... POL forum (http://www.aqpoint.com/pol/) is probably a better place for such questions. I will be

Re: Unable to access serial port on emulator

2003-01-17 Thread Dave Carrigan
On Thu, 2003-01-16 at 22:06, David McNab wrote: I'm running Debian Linux, and running the POSE palm emulator. Works well in most respects. But any calls to the serial port are always failing, even if I set the serial port to /dev/ttyS0. I was wanting to set the emulator to use /dev/ptyp0,

(Newbie Problem) Form already loaded

2003-01-17 Thread Al Smith
I am writing a simple application, where i just switch from form to form using frmpopupfrom and returning using frmreturntoform, but after a while i get this system error..form already loaded..how can i fix this? thanks in advanced, al

Re: SD memory versus Multimedia memory?

2003-01-17 Thread Dave Lippincott
Sorry, I was thinking of Smart Media. SD is an expanded version of MM. SD slots usually are backward compatible. I think they generally have the same transfer speed although that will vary with the chip set used on the card. (a couple of google hits)

Re: Auto off and Alarms

2003-01-17 Thread Dave Lippincott
Suggestions: - detect the power down and clean your app up so the device can sleep correctly (i.e. reduce the alarm frequency) - don't use the alarm, poll the tick or rt clock to trigger your app (depends on what your app does) - reset the auto off timer periodically to prevent the device from

Re: Auto off and Alarms

2003-01-17 Thread Steve Mann
I currently have an app that sets an alarm at rather regular intervals. Due to this, the auto off of the Palm is not able to function correctly. Does anyone know of a work around for this? Procedure alarms don't turn on the LCD on many (unfortunately not _all_ devices). That might help.

Invalid insertion point position?

2003-01-17 Thread Dwight Tovey
I have a simple form consiting mainly of some labels, input fields, and some buttons. The 'pilrc' definition for a typical field looks like this: FIELD ID EditOdoFld AT (PREVRIGHT+5 PREVTOP 40 10) EDITABLE MAXCHARS 6 When I draw the form everything seems to be OK, but in 'pose' when I tap on

Re: Auto off and Alarms

2003-01-17 Thread Ronnie van 't Westeinde
Hi, Do you really need an alarm? If you just need to do something per time unit while your application is running, you can use a nilEvent to trigger. Of course, this doesn't work if your application also needs to do something when it is not active. Ronnie Junbin [EMAIL PROTECTED] schreef in

Re: Tabbed windows

2003-01-17 Thread Ben Combee
At 07:31 2003-1-17 -0500, you wrote: On Thu, 16 Jan 2003, Ben Combee wrote: Tab controls are provided by the Object Library for Palm OS V4, which comes bundled with CodeWarrior for Palm OS V9, and is also available separately from www.aqpoint.com/pol, where you can see examples of its use.

Re: predefined symbol for CW Armlet compiler

2003-01-17 Thread Ben Combee
At 15:04 2003-1-17 +0100, you wrote: Hello Does anybody know the equivalent for CW predefined symbol __MC68K__ in case of Armlet compiler? C_Compilers_Reference.pdf lists __INTEL__, __MC68K__, __MIPS__, __POWERPC__, but nothing for ARM. 1) Subscribe to the armlet-forum at palmos.com if you're

Re: using string

2003-01-17 Thread Ben Combee
At 16:35 2003-1-17 +0100, you wrote: Hello, Is it possible to use the string API in codewarrior like in C++ with MFC? There is a CString class that is included with the Object Library for Palm OS in CodeWarrior for Palm OS V9. Both V8 and V9 also support the standard C std::string class.

Re: Invalid insertion point position?

2003-01-17 Thread Dwight Tovey
On Fri, 2003-01-17 at 10:58, Dwight Tovey wrote: I have a simple form consiting mainly of some labels, input fields, and some buttons. The 'pilrc' definition for a typical field looks like this: FIELD ID EditOdoFld AT (PREVRIGHT+5 PREVTOP 40 10) EDITABLE MAXCHARS 6 Found it. My field

Re: predefined symbol for CW Armlet compiler

2003-01-17 Thread John Marshall
On Fri, Jan 17, 2003 at 03:04:17PM +0100, Jan Slodicka wrote: Does anybody know the equivalent for CW predefined symbol __MC68K__ in case of Armlet compiler? FYI prc-tools-arm predefines __palmos__ and either __arm__ or __thumb__. It'd be nice if the various armlet tools could get a common

Re: Beam Problem

2003-01-17 Thread Matt Graham
Adrian Morales wrote: I have a problem. When I try to send my application (with three databases, all with the same IdCreator) using Beam option from the Palm, the PRC gets sent but not the PDB. I thought that since the application and database have the same IdCreator, they would be sent

Re: (Newbie Problem) Form already loaded

2003-01-17 Thread Matt Graham
Al Smith wrote: I am writing a simple application, where i just switch from form to form using frmpopupfrom and returning using frmreturntoform, but after a while i get this system error..form already loaded..how can i fix this? Do you really need FrmPopupForm()? if not, switching to use

Splitting code/storing images...

2003-01-17 Thread Dan
Hi everyone. I am trying to explore a different way of developing applications. Right now, I place all of my images in a .rc file through Constructor. I also have a ton of global data files in other segments of my project in Codewarrior 8. This makes the executable (.prc) file very bloated. I

Re: Beam Problem

2003-01-17 Thread Aaron Ardiri
I have a problem. When I try to send my application (with three databases, all with the same IdCreator) using Beam option from the Palm, the PRC gets sent but not the PDB. I thought that since the application and database have the same IdCreator, they would be sent together, but

Re: (Newbie Problem) Form already loaded

2003-01-17 Thread Al Smith
Hello Matt, Well, I am using FrmPopupForm for the simplest reason that i want to eventually be able to go back to the original form,,if there is a better way to get that done,can someone give me a hint..this is a flowchart what i am basically trying to do.. 1

Re: (Newbie Problem) Form already loaded

2003-01-17 Thread Matt Graham
Al Smith wrote: Hello Matt, Well, I am using FrmPopupForm for the simplest reason that i want to eventually be able to go back to the original form,,if there is a better way to get that done,can someone give me a hint..this is a flowchart what i am basically trying to do..

Re: (Newbie Problem) Form already loaded

2003-01-17 Thread Al Smith
Thanks Matt, do you happen to have any simple examples how to do this task. thanks in advance. From: Matt Graham [EMAIL PROTECTED] Reply-To: Palm Developer Forum [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Subject: Re: (Newbie Problem) Form already loaded Date: Fri, 17 Jan

Re: (Newbie Problem) Form already loaded

2003-01-17 Thread Matt Graham
Al Smith wrote: Thanks Matt, do you happen to have any simple examples how to do this task. no, but it's easy. when you decide you want to go to a new form, call FrmGotoForm( YourNewForm ); Then in your AppHandleEvent() function that should be in Starter.c, just set the form event handler to

Re: Splitting code/storing images...

2003-01-17 Thread Daniel Seifert
Am Fre, 2003-01-17 um 20.45 schrieb Dan: Hi, I guess the best analogy I can think of for what I am trying to accomplish (let's say on a Windows OS) is instead of having parts of the code in the main .exe file, I would like to have them in a .dll file, so that I do not PalmOS supports shared

RE: No clearscreen on statup - CodeWarrior

2003-01-17 Thread SebastianM
Thanks Markus and Aaron! It worked fine on Tungsten when started from the launcher. however, when the app is started by pressing a hardware key, a previous clearscreen occurs...is there any other way to detect and launch an app by pressing a key, before the event is detected by the default

Debug console heap fill busted?

2003-01-17 Thread Mark A. Peters
I tried to use the debug console's heap fill command today, and found that it doesn't work. The last time I tried this I was using a Mac and it worked, so perhaps it fails on the Windows version of the debugger? I'm running the latest CW 8 on Windows XP Pro, and version 3.5 of POSE. Is this a

ExgDBRead, DmCreateDatabaseFromImage memory requirements?

2003-01-17 Thread Mark A. Peters
I have an app that uses DmCreateDatabaseFromImage or ExgDBRead to convert a stream containing a desktop format database to internal format, depending on whether the stream is less than 64K or more than 64K. How much storage and dynamic memory do these API's need to work? In running tests on

Not a directory

2003-01-17 Thread Eric Potter
As I am stepping through my application, I get this error in CodeWarrior that says, Not a directory. Does anybody know what is happening here? thanks Eric Potter -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Mac POSE Problems

2003-01-17 Thread Keith Rollin
At 8:34 AM + 1/17/03, Sean Charles wrote: On Thursday, January 16, 2003, at 10:49 PM, Keith Rollin wrote: I'm curious...if you found a part of Poser that wasn't working, why *wouldn't* you read _Bugs.txt? Initially I never even thought that Poser wasn't anything other than just fine, I

Re: This forum has no [palm-dev] in the subject, why not?

2003-01-17 Thread Keith Rollin
At 9:36 AM -0500 1/17/03, [EMAIL PROTECTED] wrote: I like to filter my various mailing lists to different folders based upon the forum it came from. as it stands, I see no filter ability to send posts from this forum to a folder. Is there a way to tell listserv to put [palm-dev] (or some such)

Creating double density icons in App Icon Family

2003-01-17 Thread Richard Coutts
I'm running constructor 1.8.1. I have several 22x22 icons in my Large Icon family. Its not clear to me how to add a double density/44x44 icons. In my App Icon Families I have: Large icons (1-2 and 8 bits) 1000 Small icons (1-2 and 8 bits)1001 so I added Double icons

Re: Mac POSE Problems

2003-01-17 Thread C. B. Schofield
On 1/17/03 3:50 PM, Keith Rollin wrote: Honestly, I've kept that option there because I keep thinking that *someone* who knows Mac OS X sound better than me (which is to say, almost anyone) would come along, bloody their nose on the non-functional checkbox, and fix it for me. Sheesh, I hope

Re: Not a directory

2003-01-17 Thread Ben Combee
At 17:37 2003-1-17 -0500, you wrote: As I am stepping through my application, I get this error in CodeWarrior that says, Not a directory. Does anybody know what is happening here? This is a stretch, but I'm guessing this is a low level error caused by bad debug information -- the debugger is

Re: Debug console heap fill busted?

2003-01-17 Thread Ben Combee
At 13:33 2003-1-17 -0800, you wrote: I tried to use the debug console's heap fill command today, and found that it doesn't work. The last time I tried this I was using a Mac and it worked, so perhaps it fails on the Windows version of the debugger? I'm running the latest CW 8 on Windows XP Pro,

Moving PDB from 1 palm to another palm? HELP!!

2003-01-17 Thread Anthony Ng
Hi all, Can someone tell me how they move a pdb from one palm (m100s) to another palm (palm m105s). I am sure it is very simple but I just can't get it to work? I use examinator to take the data from Palm A and save it as xxx.pdb. Then don't I simply use palm desktop to install the xxx.pdb

Re: Creating double density icons in App Icon Family

2003-01-17 Thread Scott Dreslinski
You don't make a DD family. You add a DD family element to your Large icon family and your small icon family. In your large icon family you probably have a 1 bit, 4 bit and 8-bit element, add a new family element and specify it as DD. And let its bitmap be your 44x44 bitmap. That's it. Richard

Re: Moving PDB from 1 palm to another palm? HELP!!

2003-01-17 Thread Oliver
I don't quite recall if both the M100 and the M105 have IR ports (but I think so). If so, why don't you try beaming the database to the other device? You'll have to use a tool like Scott Gruby's free Database Utility (http://www.notifymail.com/palm/#databaseutility). Good luck! Oliver

better bmp editor

2003-01-17 Thread Richard Coutts
Could someone tell me what the options are for editors for bitmaps in Bitmap families? I'm creating my first double-density bitmap and it would be nice to have some Photoshop-like tools to feather colors, etc. Thanks! Rich -- For information on using the Palm Developer Forums, or to

bitmaps greater than 64K

2003-01-17 Thread Art Shapiro
I'm writing an app in which I would like to display a color bit map that is much larger than 64K. This is easily accomplished on a PocketPC but not on a Palm. Numerous books state that 64K is the upper size limit on being able to transfer the file to the Palm by a hot-sync operation. I have found

Re: bitmaps greater than 64K

2003-01-17 Thread Steve Mann
What magic is going on here? Can anyone lead me in the direction as to what API functions to look at and/or the methodology to jump the 64K barrier? Is this special to the Sony variant of Palm OS 4.1? This was discussed in this list several days ago. Check the archives. Regards, Steve Mann --

Re: How to set text color?

2003-01-17 Thread Miken
e.g:Set text blue,red,or green... -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Set Fields Values when openin a new form

2003-01-17 Thread Régis Daniel de Oliveira
Hy!!! A want to put the selected text from the LIST of the current form on a new form before deleting the old one. The problem is that when i draw the new form, the LABEL is set with the value that i want, but none of the controls responds to my command. I tried to use a FrmGotoForm after setting

[OFF] Game developers who need 3D graphics...

2003-01-17 Thread Ryan Dary
If anyone is looking for a 3D graphic solution, I wanted to let people know that I have contacted a representative from eovia.com to present the Carrara www.eovia.com product to anyone interested. If you live in Arizona, he will be showing a demonstration at the following location. It will be a

Memory leaks

2003-01-17 Thread Eric Marsh
Hello, I'm coding a project using GCC. At this point when I exit from my program in the Palm OS Emulator I'm getting a string of memory leaks. From what I can tell many if not all of the leaks are coming from resources. Some of them I really have no idea about since I don't recognize

Re: Memory leaks

2003-01-17 Thread Keith Rollin
We covered a lot of this just two days ago in this forum. See the thread titled POSE reports memory leak even when I don't allocate. In short, you're supposed to clean up those resources before you quit your application. -- Keith Rollin -- Palm OS Emulator engineer At 10:54 PM -0600 1/17/03,

Re: [OFF] Game developers who need 3D graphics...

2003-01-17 Thread Aaron Ardiri
If anyone is looking for a 3D graphic solution, I wanted to let people know that I have contacted a representative from eovia.com to present the Carrara www.eovia.com product to anyone interested. looking at their engine - they only support windows and macos. not palm :) the demands on the

Re: How to set text color?

2003-01-17 Thread Chris Antos
Have you read the SDK docs? Look at the color APIs. WinSetTextColor(). Miken [EMAIL PROTECTED] wrote in message news:109553@palm-dev-forum... e.g:Set text blue,red,or green... -- For information on using the Palm Developer Forums, or to unsubscribe, please see

HDD bitmaps and Sony HiRes units

2003-01-17 Thread Aaron Ardiri
hi, i was pretty sure someone asked this topic before, but, searching my archives didn't bring up many results :( not to mention its very early the morning here :) does anyone remember the 'hack' trick that could be applied so that a HDD bitmap (density = 2) could be modified on sony units so

Frustrated Sony Developer

2003-01-17 Thread Danny Wong
HI, Why it so difficult to get PalmOS sound working on the Sony. I have posted help asking how to port OS5 sounds specifically play resource wave files and .wav files and gotten no response from anyone or support for Sony. How can Sony claim that their Palm is 100% compatible with Palm's?

Re: better bmp editor

2003-01-17 Thread Matthew Bevan
I use the Gimp to create all my icons and bitmaps, and use PilRC to use the resulting BMP files. Also, in CodeWarrior you can copy and paste things from the clipboard into the bitmap. -- Matthew (Darkstorm) Bevan [EMAIL PROTECTED] Margin Software, NECTI.