Re: int to ASCII?

2001-02-06 Thread Aaron Ardiri
> Matt Mason <[EMAIL PROTECTED]> wrote in message news:38462@palm-dev-forum... > > > > Looking for a function that returns a char for and numberic ASCII passed > > in. Anyone remember that one? > > For Example if I pass in a 65 it returns me an 'A' char myChar = (char)65; C programming 101 :

Re: Illegal Implicit Conversion..

2001-02-06 Thread Jacky Cheung
PalmOS SDK reference shows that FrmGetObjectPtr returns a void* but tableP in your code is a TableType*, so the compiler isn't happy. U need to declare tableP as void* or do a type casting. (U will not have such a problem if you use C instead of C++). Hope this help. Jacky - Original Mess

How to draw an icon in the table?

2001-02-06 Thread Edward Ye
Dear All. I want to include an dropdown arrow icon in a table cell. just like the popupTriger. How can I do this? Thanks. Rgs. Edward -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Simple Animation for Palm Application

2001-02-06 Thread Percy Ng
Hi i want to write some simple animation for Palm application, i would to ask where can i find some examples and resources??? any API for this?? Thanks Percy -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: GCC line comand

2001-02-06 Thread Holger Klawitter
Bodnariu Cristian wrote: > > Thanks Holger, > > My line command in shell has only 40 characters and I receive error -1. If I > change the file names with a short one it works. > Has shell some options. > My operation system is Windows NT. > What can I do to have a command line with 100 charaters

ScrollBar in a form

2001-02-06 Thread Amit
Can anybody knows how can we attatch a ScrollBar to the win In that win i am dispalyong 300x300 bitmap. Can we have to set the scrollbar to window or form or we have to tale through resorces. I am using palm os 3.5 Amit [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, o

Error: NULL string passed....

2001-02-06 Thread S KAR
I made this application which creates/opens a DB. When I load the application for the first time, or just delete the created Db( not my appln.) in my emulator (OS 3.5). A error message comes up. It says," 1) App1.0 has read directly from memory location zero (NULL). 2. App1.0 reports StringMgr.c

URGENT!!!

2001-02-06 Thread Chad Harrison
Why would my application show up on the emulator with version 3.1 and 3.5 ROMS, but not 3.0 and 3.2 ROMS??? After installing the prc, the icon does not show up, and in the info menu, it lists "unknown"??? help!!! -- For information on using the Palm Developer Forums, or to unsubscribe, pleas

Re: URGENT!!!

2001-02-06 Thread Chad Harrison
if I set the Transliteration to "none" in the codewarrior post linker prefs panel, I can get the prc to show up on 3.0 and 3.2 ROMS, but the application name is missing, and the application launches with garbage and then crashes!! help! On Tue, 6 Feb 2001, Chad Harrison wrote: > > > Why w

Newbie Question

2001-02-06 Thread Shawn Mirza
Hello, I am new to this forum, so Hello All, I am having two problems, maybe you can help. 1. I am working with Satellite Forms, and I am unable to port my database into the application I am developing. I have imported the schema, but there is no data. Where can I find info on this, or do any of

Re: Newbie Question

2001-02-06 Thread Pietro F. Maggi
"Shawn Mirza" <[EMAIL PROTECTED]> wrote: > > Hello, > I am new to this forum, so Hello All, I am having two problems, maybe > you can help. > > > 1. I am working with Satellite Forms, and I am unable to port my > database into the application I am developing. I have imported the > schema, but ther

Re: Portable Keyboard Support

2001-02-06 Thread David Kendall
"Ben Combee" <[EMAIL PROTECTED]> wrote in message news:38456@palm-dev-forum... > > ThinkOutside has a SDK on their site now with suggestions for enhancing > keyboard control. They suggest ways to implement focus shifting, using > visual cues, although I'm thinking it might be a bit awkward. I g

Re: Illegal Implicit Conversion..

2001-02-06 Thread Dave Lippincott
FrmGetObjectPtr return a void pointer, your assigning it to a TableType pointer... the compiler will not implicitly convert it for you. tableP = (TableType *) FrmGetObjectPtr - Original Message - From: "Null" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tu

Re: Deleting Locked Applications

2001-02-06 Thread Dave Lippincott
The built-in apps are in ROM (hence the description "built-in") There is no APIs (or any other way for that matter) to modify ROM so you can't delete them. However, units with Flash could have the ROM altered with 3rd party apps such as FlashPro. But be warned, screwing around with the unit's f

RE: Question about Mann/Rischpater book

2001-02-06 Thread Bradley Ward
I was in this stuff up to my eyeballs yesterday, so I know right where that routine is. It is called IsSupportedWSSI, and it is a part of the INetLow example on the Palm site. The URL is: http://oasis.palm.com/dev/kb/samples/1709.cfm Note: This example (INetLow) has also been upgraded to includ

Re: Error: NULL string passed....

2001-02-06 Thread Dave Lippincott
I could guess, but without posting some code we may never know... You may using a pointer without first allocating memory for it. I'd look at the section of your code were the error is popping up and look for any character pointers you're using without first allocating memory. - Original Mes

Network Communications

2001-02-06 Thread Paul
I am confused by the Comms options available on Palm OS. There is Serial comms and Network comms. When I HotSync my device, I get the option of Local (Direct Serial or IR) or Modem. Does Local fall under the umbrella of Serial comms and Modem under that of Network comms? I want to write a comms

Convert rcp to rsr

2001-02-06 Thread Carl Smith
Does any know of or have a way/utility to convert a rcp resource to CodeWarrior's rsr format? Thanks Carl Smith -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: PhoneLookup question

2001-02-06 Thread David Leland
Any takers on this question? I've searched the archives and my Palm OS Programming Bible but can't see any way of doing it. For clarification, the application I'm writing is a "plug-in" to another one and I am restricted from presenting a form to the user with any fields on it. I can only retur

Re: PhoneLookup question

2001-02-06 Thread Ed Shirey
Dave, This may be a stupid suggestion, but it works well with web apps -- have you considered a 'hidden' field? I'm not sure if this will present difficulties for whatever component is setting the field, but it might be worth a shot. Ed Shirey ELSWare Technologies, Inc. - Original Message

Re: PhoneLookup question

2001-02-06 Thread David Leland
I thought about that but my application is somewhat like a "library". It doesn't even present a form to the user when it is run so I don't have anywhere to put a hidden field. Dave Ed Shirey <[EMAIL PROTECTED]> wrote in message news:38509@palm-dev-forum... > > Dave, > > This may be a stupid sug

New to forum

2001-02-06 Thread Shawn Mirza
Hello, I am using Satellite FOrms, and I need to find out how I can copy a huge text field into a basic form. (It is a long text field in SQL). I cant get the data imported into my application. Thank you all Shawn Mirza -- For information on using the Palm Developer Forums, or to unsubscribe,

Re: Portable Keyboard Support

2001-02-06 Thread Richard M. Hartman
Sounds like you are using CW/Constructor. You could use the PilRC plugin for CW instead and define your forms w/ text after all. (Yes, I agree w/ you ... for Constructor to use opaque, binary format is durned near unforgivable) -- -Richard M. Hartman [EMAIL PROTECTED] 186,000 mi/sec: not just

RE: Simple Animation for Palm Application

2001-02-06 Thread Richard Burmeister
> From: Percy Ng > > Hi > i want to write some simple animation for Palm application, > i would to ask where can i find some examples and resources??? > any API for this?? Search for "animation" in the knowledge base. Also, take a look at the source code for the games that come with the Palm OS

Accessing Built-in Resource Types

2001-02-06 Thread Mark F Rodriguez
I'm dealing with a C++ object called 'Money' and would like to support different currencies. I noticed in the Expense application there are calls to system resources which appear to house some currency information. resP = MemHandleLock (DmGetResource (sysResTCountries, sysResIDCountries)); decima

Re: Portable Keyboard Support

2001-02-06 Thread Ben Combee
> PS- Who "owns" constructor? Is it Palm or Metrowerks? Either way, it should > be jazzed up to support (re)ordering of controls. It was originally developed by Metrowerks, but is not owned and maintained by Palm, along with the PalmRez Post Linker, IIRC. Ben Combee Veriprise Wireless

Re: .PDB ActiveX controls

2001-02-06 Thread Jamie Macleod
This is only good running on the Palm, right? You couldn't use this Library on the PC. Jamie "Charles E. Patisaul" <[EMAIL PROTECTED]> wrote in message news:38321@palm-dev-forum... > > --- Thomas Hagen Johansen <[EMAIL PROTECTED]> wrote: > > > > Anyone got some ActiveX controls for working with

Why do i get garble data?

2001-02-06 Thread Jeffrey
I have created pDB file using a WordDocConvert program to convert my doc file to a pDB file. I have tried using the sample program "MemoPad" from Code Warrior to open this pDB file. Why do i get garble data? why it is not supposed to be like the original data from the doc file? I am quite new in

Re: Convert rcp to rsr

2001-02-06 Thread Ben Combee
"Carl Smith" <[EMAIL PROTECTED]> wrote in message news:38504@palm-dev-forum... > > Does any know of or have a way/utility to convert a rcp resource to > CodeWarrior's rsr format? Use the PilRC plugin to directly compile RCP files in a CodeWarrior project. If you've got CW 7, its in the Thrill See

Re: PhoneLookup question

2001-02-06 Thread Ben Combee
"David Leland" <[EMAIL PROTECTED]> wrote in message news:38507@palm-dev-forum... > > Any takers on this question? I've searched the archives and my Palm OS > Programming Bible but can't see any way of doing it. > > For clarification, the application I'm writing is a "plug-in" to another one > and

Re: .PDB ActiveX controls

2001-02-06 Thread Ralph Krausse
check out palmdb at http://www.multimania.com/mlabelle/ Ralph Krausse www.consiliumsoft.com ** Free PalmOS source and tips. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

RE: Convert rcp to rsr

2001-02-06 Thread Carl Smith
Ben- Thanks for the reply but I went this route. This doesn't really convert to a rsr, I thought it converts to a .r file that is text based. I was looking for some way to get the rsp to open in the Constructor. Thanks Carl -Original Message- From: Ben Combee [mailto:[EMAIL PROTECTED]]

Re: Accessing Built-in Resource Types

2001-02-06 Thread Ben Combee
"Mark F Rodriguez" <[EMAIL PROTECTED]> wrote in message news:38514@palm-dev-forum... > > I'm dealing with a C++ object called 'Money' and would like to support > different currencies. I noticed in the Expense application there are calls > to system resources which appear to house some currency inf

Re: .PDB ActiveX controls

2001-02-06 Thread Charles E. Patisaul
--- Jamie Macleod <[EMAIL PROTECTED]> wrote: > This is only good running on the Palm, right? You couldn't use this > Library > on the PC. > > Jamie You CAN use AppForge's PDBLibrary on the PC. AppForge runs the same on Windows as on the Palm. Because AppForge apps ARE written in Visual B

Trade secrets......

2001-02-06 Thread Stringer
>Subject: Re: Consider providing higher speed legal screen access... >From: Tilo Christ <[EMAIL PROTECTED]> >Date: Mon, 05 Feb 2001 20:29:47 +0100 >Hi! >> most of my blitting code is open, found in Cube3D and Burning. >> i would be interested in developing such a library, time is the >> bi

RE: Portable Keyboard Support

2001-02-06 Thread Richard Burmeister
> -Original Message- > From: Ben Combee > > > PS- Who "owns" constructor? Is it Palm or Metrowerks? Either way, it > should > > be jazzed up to support (re)ordering of controls. > > It was originally developed by Metrowerks, but is not owned and maintained > by Palm, along with the PalmR

RE: URGENT!!!

2001-02-06 Thread Scott Johnson (Bellevue)
> From: Chad Harrison [mailto:[EMAIL PROTECTED]] > if I set the Transliteration to "none" in the codewarrior > post linker prefs panel, [the app gets corrupted] You need the PalmRezPostLinker.dll from the 4.0 beta SDK. The 'None' mode was broken in earlier versions. It would emit all blank stri

Re: PhoneLookup question

2001-02-06 Thread David Leland
I thought about that but was hoping I wouldn't have to go that route (I'm only a step above a newbie and all that looks a little daunting to me). Seems like it would be a lot more work. I'm still hoping I can use the simpler PhoneLookup function. Dave Ben Combee <[EMAIL PROTECTED]> wrote in mes

Re: .PDB ActiveX controls

2001-02-06 Thread Jamie Macleod
That great. I own a copy and didn't even realize this. Jamie "Charles E. Patisaul" <[EMAIL PROTECTED]> wrote in message news:38528@palm-dev-forum... > > --- Jamie Macleod <[EMAIL PROTECTED]> wrote: > > This is only good running on the Palm, right? You couldn't use this > > Library > > on the PC.

Re: Newbie Question

2001-02-06 Thread Shawn Mirza
Is there any way to import Data as well as the schema of a (MS SQL) table ? "Pietro F. Maggi" wrote: > > "Shawn Mirza" <[EMAIL PROTECTED]> wrote: > > > > Hello, > > I am new to this forum, so Hello All, I am having two problems, maybe > > you can help. > > > > > > 1. I am working with Satell

Release Versions

2001-02-06 Thread Bradly J. Barton
Ok.. this may be a silly pair of questions.. are CodeWarrior 7 and the 4.0 ROMs final releases or are these betas that people have been asking questions about? With all the email that has crossed my desk in the last two months, its possible I could have missed release announcements. -- Br

Re: palm-dev-forum digest: February 05, 2001

2001-02-06 Thread Ray Rischpater, KF6GPE
That's almost certainly the case --- sadly, I don't have access to OmniSky (no coverage within about forty miles) for testing. I will look over the FAQ and report back if it's anything else! Best, R. on 2/6/01 12:00 AM, Palm Developer Forum digest at [EMAIL PROTECTED] wrote: > > Subject: Re:

RE: Release Versions

2001-02-06 Thread Richard Anderson
Code Warrior 7 is a release. OS 4.0 is a development seed (beta) Rik > -Original Message- > From: Bradly J. Barton [SMTP:[EMAIL PROTECTED]] > Sent: 06 February 2001 18:40 > To: Palm Developer Forum > Subject: Release Versions > > Ok.. this may be a silly pair of questions.. are

Re: Trade secrets......

2001-02-06 Thread Aaron Ardiri
> There's an excellent body of law in the USA supporting the > concept of a "Trade Secret", but in order for it to apply, you have > to make a determined attempt to keep your trade secret a secret. > Therefore when Aaron published his code, even with the disclaimer, > it ceased to be secret. I'd

New to Forum

2001-02-06 Thread Shawn Mirza
Hello, I am new to palm development. I was wondering, how do I get my SQL tables into the prc & pdb installable files? Thanks in advance Shawn Mirza -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Table trouble

2001-02-06 Thread Pascal
Hi guys, I am having trouble displaying some text in my table. Here is a code snippet: void DrawFunction (VoidPtr pTable, Int16 row, Int16 column, RectanglePtr bounds) { FormPtr pForm = FrmGetActiveForm (); CharPtr pText; pText = "Test"; // draw it WinDrawChars (pText, StrL

Palm Communication

2001-02-06 Thread Victor Batista
Hello, I am a newbie using palm (I have a Palm V - Applications v 3.3). I am looking for some documentation on how to configure my palm to access the net (IR, Direct serial, Windows RAS, ...). I would appreciate any help. TIA, Victor Batista -- For information on using the Palm Devel

Re: Trade secrets......

2001-02-06 Thread Michael S. Davis
On Tue, 6 Feb 2001, Aaron Ardiri wrote: > > There's an excellent body of law in the USA supporting the > > concept of a "Trade Secret", but in order for it to apply, you have > > to make a determined attempt to keep your trade secret a secret. > > Therefore when Aaron published his code, even wit

Re: Trade secrets......

2001-02-06 Thread Aaron Ardiri
> I seem to remember another person who used such inflamatory language > ("screw the USA law"). inflamatory? bad choice of words.. also note the ":)" - people have reused the code/samples.. have i breathed down their throats? no.. most people ask if they can use it.. i have never said n

Re: ExgDBRead() broken in OS3.5.0

2001-02-06 Thread Danny Epstein
I wrote: > You could work around the bug by ignoring the result, and checking whether > the new database was successfully created instead. For the record, my suggested work-around doesn't work. Sören pointed out that ExgDBRead deletes the database when an error occurs, whether it's real or spurio

can't seem to draw a window...

2001-02-06 Thread Sasha Avanesov
Hello! Is there anything wrong with the following code? Err error; RectangleType windowBounds; WinHandle window_hdl; windowBounds.topLeft.x = 70; windowBounds.topLeft.y = 40; windowBounds.extent.x = 60; windowBounds.extent.y = 16; window_hdl = WinCreateWindow(&windowBounds, boldRou

Re: Trade secrets......

2001-02-06 Thread Chris Olson
Aaron Ardiri wrote: >> There's an excellent body of law in the USA supporting the >> concept of a "Trade Secret", but in order for it to apply, you have >> to make a determined attempt to keep your trade secret a secret. >> Therefore when Aaron published his code, even with the disclaimer, >> it

Re: Trade secrets......

2001-02-06 Thread John Marshall
Aaron Ardiri <[EMAIL PROTECTED]> wrote: > bad choice of words.. also note the ":)" When it's you, Aaron, I just read the smilies as commas. :-) John -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: .PDB ActiveX controls

2001-02-06 Thread Don Minor
The PDBLibrary is not free but part of AppForge right? The multimania link I saw earlier has a really cool palmdb activex control that seems to work just great. I will let you all know how it goes as I am about to try it out now... It seemed like a shame to buy appforge when I only need the

Re: Trade secrets......

2001-02-06 Thread Aaron Ardiri
> > bad choice of words.. also note the ":)" > > When it's you, Aaron, I just read the smilies as commas. :-) hehe - you know me far too well. :P // az [EMAIL PROTECTED] http://www.ardiri.com/<--- free games! -- For information on using the Palm Developer Forums, or to unsubscribe,

Re: Formatting UInt32 with commas

2001-02-06 Thread Warren Young
Ken Krugler wrote: > > 4. Call StrLocalizeNumber() to convert the ',' and '.' characters in > the string from step 1 into the appropriate characters returned in > step 3. Hmmm, don't some countries use really strange formatting conventions like this: 5..00 ? That is, sometimes eve

RE: can't seem to draw a window...

2001-02-06 Thread Richard Burmeister
> From: Sasha Avanesov > Is there anything wrong with the following code? > > > Err error; > RectangleType windowBounds; > WinHandle window_hdl; > > windowBounds.topLeft.x = 70; > windowBounds.topLeft.y = 40; > windowBounds.extent.x = 60; > windowBounds.extent.y = 16; > window_hdl = W

CW7 - VSS Plugin problem

2001-02-06 Thread simon f
I am running CW7 and using the supplied VSS Plugin. All seems to be working except for the resource file. When I check-in/out the resource file only the 0 byte file gets operated on. The file with the actual resources in the RESOURCE.FRK folder is not touched. This means I have to manually

RE: Table trouble

2001-02-06 Thread Nicolas Raitman
which is the problem? does it display wrong data or no data? -Mensaje original- De: Pascal <[EMAIL PROTECTED]> Grupos de noticias: palm-dev-forum Para: Palm Developer Forum <[EMAIL PROTECTED]> Fecha: Martes, 06 de Febrero de 2001 04:00 p.m. Asunto: Table trouble >Hi guys, > >I am having

RE: Why do i get garble data?

2001-02-06 Thread Richard Burmeister
> From: Jeffrey > I have created pDB file using a WordDocConvert program to convert my doc > file to a pDB file. > > I have tried using the sample program "MemoPad" from Code Warrior to open > this pDB file. Why do i get garble data? You need a Palm "doc reader" to open the file on your palm.

Data import

2001-02-06 Thread Shawn Mirza
Guys, Is there any way to import Data as well as the schema of a (MS SQL) table ? Thanks, Shawn Mirza -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Suggestions needed - StrPrintF

2001-02-06 Thread Timothy Astle
I can get my dropdown list to populate using the following, and numbers. However, when I try to use the StrPrintF(...) function to fill the list with strings instead of numbers, it crashes. I know it must be something simple, but I don't notice it. /

RE: Suggestions needed - StrPrintF

2001-02-06 Thread Bradley Ward
Looks to me like you are adjusting pStr twice; once in the for loop, and once with the return value of StrPrintF. Why? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Timothy > Astle > Sent: Tuesday, February 06, 2001 4:16 PM > To: Palm Developer

Re: Suggestions needed - StrPrintF

2001-02-06 Thread Ben Combee
"Timothy Astle" <[EMAIL PROTECTED]> wrote in message news:38579@palm-dev-forum... > > I can get my dropdown list to populate using the following, and numbers. > However, when I try to use the StrPrintF(...) function to fill the list with > strings instead of numbers, it crashes. > > I know it must

Re: Suggestions needed - StrPrintF

2001-02-06 Thread Timothy Astle
> How large are your strings? If you've got strings of 3 characters each, you > need to allocate one extra byte for the NUL terminator. If your strings are > longer, then you'll need to find some other sum that will give you the > amount of memory needed. Thanks, that was exactly my problem.

Please make "untitled" go away!

2001-02-06 Thread Bradley Ward
Anybody got any ideas on this weirdness? My application icon keeps showing up as "untitled". I open the project, start Constructor, and it will say "untitled". I click on that field, and it immediately switches to the correct string that I have previously entered. I recompile, reload, etc. and it

RE: Suggestions needed - StrPrintF

2001-02-06 Thread Scott Johnson (Bellevue)
> From: Timothy Astle [mailto:[EMAIL PROTECTED]] > when I try to use the StrPrintF(...) function to fill the list > with strings instead of numbers, it crashes. It looks like the list is a strict 1-to-1 view of all the records in the database. If so, consider this: don't create an array of strin

Re: Error: NULL string passed....

2001-02-06 Thread krollin
> A error message comes up. It says... "..." It also includes a Debug and Reset button. Why don't you use the Debug button and get the answers to all your questions? -- Keith S KAR <[EMAIL PROTECTED]> on 02/06/2001 04:22:47 AM Please respond to "Palm Developer Forum" <[EMAIL PROTECTED]>

SATELLITE FORMS - URGENT!

2001-02-06 Thread Shawn Mirza
Please, can anyone help? I need to import data into my palm application. I have it coimpletely built. I am on a Windows platform using Satellite Forms to build my app, and using a SQL DBMS. I just need to import the data as I have imported the schema. Thankyou all, Shawn Mirza -- For informat

Re: Constructor 1.6b2 keep shuffling obj IDs

2001-02-06 Thread JB Parrett
I've filed this as a bug - it really messed up one of my forms the other night. It seems to happen if a bitmap or gadget is added or removed. Possibly related to this is a bug with the hierarchy window - it no longer displays the IDs in order but seems to randomly display them each time the window

Re: Unsaved Preferences Lost?

2001-02-06 Thread JB Parrett
Steve, This IS documented in my copy of the API reference - are you using the OS 3.5 docs or later? JB on 2/5/01 5:44 PM, Steve at [EMAIL PROTECTED] wrote: > Incidentally a documentation addendum: PrefGetAppPreferences returns an > Int16 which is described as being "noPreferenceFound" if the

RE: Constructor 1.6b2 keep shuffling obj IDs

2001-02-06 Thread Scott Johnson (Bellevue)
> From: JB Parrett [mailto:[EMAIL PROTECTED]] > it really messed up one of my forms the other night. If the code does math that depends on the ID's being in a specific order, here's a trick I use: add code to assert the ID's are the way you want. For example put this in a frmOpen event handler:

Re: Unsaved Preferences Lost?

2001-02-06 Thread Ben Combee
"JB Parrett" <[EMAIL PROTECTED]> wrote in message news:38595@palm-dev-forum... > > Steve, > > This IS documented in my copy of the API reference - are you using the OS > 3.5 docs or later? There were at least two releases of the 3.5 docs -- the ones that came with the initial SDK back last Januar

Starting New Projects

2001-02-06 Thread Paul Groschen
I am running Codewarrior Lite until I receive version 6. When I create a new project using a Palm OS 3.1 template the software does not compile. I have a working Hello.mcp from the book I purchased. I would like to create a new project building on the Hello.mcp project. How can I rename the proje

RE: SATELLITE FORMS - URGENT!

2001-02-06 Thread Richard Burmeister
> From: Shawn Mirza > > I need to import data into my palm application. I have it coimpletely > built. > I am on a Windows platform using Satellite Forms to build my app, and > using a SQL DBMS. I just need to import the data as I have imported the > schema. You might want to read the SF Help fil

Custom Gremlins

2001-02-06 Thread Bob Felice
Is there any way to write a custom gremlins file? I am not interested in "idiot proofing" my app as much as I am in setting up an automatic regression test. I did a search on e-scribe and the palm os web sites with no success. Can any one point me in the right direction? thanks, -- bob -- F

Re: URGENT!!!

2001-02-06 Thread Brian Mathis
Chad Harrison wrote: > > Why would my application show up on the emulator with version 3.1 and 3.5 > ROMS, but not 3.0 and 3.2 ROMS??? After installing the prc, the icon does > not show up, and in the info menu, it lists "unknown"??? > > help!!! How exactly is this "URGENT!!!"? Please think

Re: URGENT!!!

2001-02-06 Thread Chad Harrison
It was urgent for me. Obviously I didnt bother to describe my entire situation. When I say urgent... I mean it. And when others say ugent, I assume they have a valid reason as well... please think a little more about what you assume before pressing the send button... On Tue, 6 Feb 2001, Brian M

WinScreenMode

2001-02-06 Thread Ender Wiggin
I get this error when trying to debug my program Error : cannot convert 'int *' to 'unsigned char *' Lord.cpp line 150 WinScreenMode(winScreenModeSet,NULL,NULL,NULL,&ScreenDepth,true); I defined ScreenDepth like this: int ScreenDepth; Am I mistaken or isn't this the definition for WinScreenMo

Re: WinScreenMode

2001-02-06 Thread krollin
> Am I mistaken or isn't this the definition for WinScreenMode: Yes, it is. So why are you trying to pass "true" for the parameter typed as a "Boolean*"? As for "ScreenDepth", why are you declaring it as an "int" when the function clearly wants the address of a "UInt32"? And why are you pass

Re: WinScreenMode

2001-02-06 Thread Ender Wiggin
touche! thx man, that was very dumb of me :)... <[EMAIL PROTECTED]> wrote in message news:38621@palm-dev-forum... > > > > > Am I mistaken or isn't this the definition for WinScreenMode: > > Yes, it is. So why are you trying to pass "true" for the parameter typed as a > "Boolean*"? > > As for "Scr

WinSetForeColor

2001-02-06 Thread Ender Wiggin
When I use the List Draw Callback function in conjunction with WinDrawChars & WinSetForeColor, for some reason, all the entries become TFYSSAATGM without even the colours changed, what could be wrong? -- Thanks in advance -- Nikue Harlley Veni Vidi Vici -- For information on using the Palm De

Re: URGENT!!!

2001-02-06 Thread Brian Mathis
Chad Harrison wrote: > It was urgent for me. Obviously I didnt bother to describe my entire > situation. When I say urgent... I mean it. And when others say ugent, I > assume they have a valid reason as well... please think a little more > about what you assume before pressing the send button...

Menu Icons in Post 3.5

2001-02-06 Thread Bradly J. Barton
I can't seem to locate the information I am seeking in the knowledge base.. I want to say it was OS 3.5 that introduced the little menu box that pops up when the user makes the menu stroke.. in that box are sometimes icons like Paste, Undo, etc... How do I make these work with the Cut, Paste, etc

Re: Menu Icons in Post 3.5

2001-02-06 Thread krollin
Yes, that was the Palm OS version in which that feature was added. Did you see the section starting on page 102 of the Palm OS Programmer's companion? I found it just by looking up Menus in the Table of Contents. It seems relevent to what you want to do. There's also the information starting

Re: Constructor 1.6b2 keep shuffling obj IDs

2001-02-06 Thread JB Parrett
I do have similar assertions in my code because I've always been nervous about the disconnect between Constructor resources and my code. They helped me notice the changing IDs, in fact. Great advice, nevertheless. -JB -- JB Parrett [EMA

Re: WinScreenMode

2001-02-06 Thread Aaron Ardiri
> Error : cannot convert > 'int *' to > 'unsigned char *' > Lord.cpp line 150 > WinScreenMode(winScreenModeSet,NULL,NULL,NULL,&ScreenDepth,true); > > I defined ScreenDepth like this: > int ScreenDepth; > > Am I mistaken or isn't this the definition for WinScreenMode: > WinScreenMode(WinScreenM

Re: WinScreenMode

2001-02-06 Thread Aaron Ardiri
> > Am I mistaken or isn't this the definition for WinScreenMode: > > Yes, it is. So why are you trying to pass "true" for the parameter typed as a > "Boolean*"? > > As for "ScreenDepth", why are you declaring it as an "int" when the function > clearly wants the address of a "UInt32"? > > And