Re: Treo Phone Power

2002-06-24 Thread Johnathan Smith
I did and I cant find anything --- Joe Malone <[EMAIL PROTECTED]> wrote: > --- Johnathan Smith <[EMAIL PROTECTED]> wrote: > > Does anyone know that API's to make a Treo turn on > the > > phone services? > >

Treo Phone Power

2002-06-24 Thread Johnathan Smith
Does anyone know that API's to make a Treo turn on the phone services? __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, pleas

Changing Database name and Creator Name ?

2002-06-18 Thread Johnathan Smith
Changing Database name and Creator Name ? I have a palm database that I made from a palm program. I dont have the program any more and I need to change the database name and the creator name on the database. How can I do it?? Please help me out __

Rounding issue

2002-06-05 Thread Johnathan Smith
Can someone please help me I am getting a number like "19.47582" and I only need "19.47" typedef struct { double price; } Details; Details RestartPrep; static void nextYear() { RestartPrep.price = RestartPrep.price + RestartPrep.price * .075; } Please help me out

RE: Drawing performance (was Access screen with Palm OS 4.0)

2002-05-29 Thread Johnathan Smith
Please get me off this list --- Aaron Ardiri <[EMAIL PROTECTED]> wrote: > On Wed, 29 May 2002, Regis Nicolas wrote: > > > -- > > > Accessing the screen directly may also cause > some bpp issues. > > > The new Treo 90 is apparently is 4-4-4 12bpp > mode. > > > -

Re: registration key emailer

2002-05-01 Thread Johnathan Smith
Please send me more information --- oregon <[EMAIL PROTECTED]> wrote: > I'm working on a system that will send out Palm > software registration > keys automatically when a user registers an > application on PalmGear > or similar sites. It will allow developers to use > whatever custom > key ge

Re: Need help calcing float(double) - Part 3

2002-01-22 Thread Johnathan Smith
I have my two string values in floats now but using the following code FlpCompDouble tempFloat; tempFloat.fd = FlpAToF(rec->fiber); RestartPrep.YellowCarbFiber = tempFloat.d; tempFloat.fd = FlpAToF(rec->carb); RestartPrep.YellowCarb = tempFloat.d; Now I have two new questions. Why

Need help calcing float(double) - Part 2

2002-01-22 Thread Johnathan Smith
I got my strings in a float by using the following code FlpCompDouble tempFloat; tempFloat.fd = FlpAToF(rec->fiber); RestartPrep.YellowCarbFiber = tempFloat.d; tempFloat.fd = FlpAToF(rec->carb); RestartPrep.YellowCarb = tempFloat.d; Now I have two new questions. Why dont the following code

Need help calcing float(double)

2002-01-22 Thread Johnathan Smith
I have a sting in a database which has numbers like "0.5","1.5" etc I cant use StrAToI to get the number! Can someone please tell me what funcation I should use and also which type I should save it to! Thanks __ Do You Yahoo!? Send FREE video

Can someone please tell me why my Categories does show up

2002-01-15 Thread Johnathan Smith
Can someone please tell me why my Categories does show up /** * * Copyright (c) 1999 Palm Computing, Inc. or its subsidiaries. * All rights reserved. * * File: Starter.cpp * **

Re: Displaying Categories in a List??

2002-01-15 Thread Johnathan Smith
which tool are you using?? --- James Barwick <[EMAIL PROTECTED]> wrote: > There is a screen element called "category list" It > is automatic. > > Johnathan Smith wrote: > > >I am trying to learn how to use categories in my > >programs. I

Displaying Categories in a List??

2002-01-14 Thread Johnathan Smith
I am trying to learn how to use categories in my programs. I think I got the categories saved onto the database. can someone please send me sample code on how to display them in a list Thanks __ Do You Yahoo!? Send FREE video emails in Yahoo! Mai

Re: Sample using Category

2002-01-10 Thread Johnathan Smith
I found it hard to follow. Would you be willing to help? --- Ben Combee <[EMAIL PROTECTED]> wrote: > "Johnathan Smith" <[EMAIL PROTECTED]> wrote in > message > news:73188@palm-dev-forum... > > > > Can anyone help me with a sample app the using >

Sample using Category

2002-01-10 Thread Johnathan Smith
Can anyone help me with a sample app the using Categories?? I dont have a clue on where to start!!! But I have to add categories to some of my programs and I dont know how. Please help __ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http

ROM Transfer USB??

2002-01-07 Thread Johnathan Smith
How do you do a ROM Transfer over USB?? __ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech

Re: Works great on Palm but not Sony or handspring

2001-12-31 Thread Johnathan Smith
I been trying to get the roms for months! --- Hal Mueller <[EMAIL PROTECTED]> wrote: > At 8:34 PM -0800 12/30/01, Johnathan Smith wrote: > >I would like to hear from other developers about > this > >issue. I have a number of products that work great > on > >all

Works great on Palm but not Sony or handspring

2001-12-30 Thread Johnathan Smith
I would like to hear from other developers about this issue. I have a number of products that work great on all palms but I am getting and number of emails about erros with the handspring and also the sonys. For months I been trying to get the roms for both units but still did not get them! _

I am getting a Err 537 from DmCreateDatabse sample

2001-12-28 Thread Johnathan Smith
I have a program that trys to create two databases. Below are the constants I am using #define appFileCreator '' #define appDatabaseType1 'DAT1' #define appDatabaseType2 'DAT2' #define appDatabase "MYDB" Next is the code that trys to do the two creates DmOpenRef dbRef1; DmOpenRef

I am getting a Err 537 from DmCreateDatabse

2001-12-28 Thread Johnathan Smith
I am getting a Err 537 from DmCreateDatabse. Can anyone tell me the meaning of it __ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, plea

Re: Palm program with more then on database??

2001-12-28 Thread Johnathan Smith
> different names, you can use > DmFindDatabse(cardno, dbname). it returns the > LocalID of that database. You > can then open it and return the handle. The API > references will have more > information. > > Max > --- Johnathan Smith <[EMAIL PROTECTED]> wrot

Palm program with more then on database??

2001-12-28 Thread Johnathan Smith
I am working on a palm program that needs access to more then one database at a time. If I try using diff databse names with the following code the program uses the first database it find. Then if I try to change the database type to any thing but "DATA" I get errors. Can someone please look at

Floating point data

2001-12-28 Thread Johnathan Smith
How can I save floating point data in a database do I have to make the field text in the database __ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com -- For information on using the Palm Developer Forums, or to un

Rounding Up

2001-12-27 Thread Johnathan Smith
if I do 212 / 20 I would like my out come to be 11. I am getting 10.6. How can I make all number greater then .5 round up and all numbers less then .5 round down?? __ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yaho

Random number from 1 to 15

2001-12-12 Thread Johnathan Smith
Can someone please show me how to make a random number from 1 to 15 __ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com -- For i

List Row Color

2001-12-07 Thread Johnathan Smith
I am using the follow code to change the background color of my rows in a list, but the full row color does not change. only where the data is!! How can I get the full row to be colored? static void ListDraw(Int16 itemNum, RectangleType *bounds, Char **itemsText) { static Char drow[4

Basic C/C++ Question

2001-12-07 Thread Johnathan Smith
I know this is not the right forum for a basic C/C++ question but I am writing and palm program that will have a list and I am going to make the lines in the list yellow/green/yellow and so on, But I dont know how to check to see if the row number is odd/even?? I have the row number can someone

Re: Color Samples

2001-12-07 Thread Johnathan Smith
I did not see any --- Jamie Macleod <[EMAIL PROTECTED]> wrote: > Why don't you read the responses that people have > already given you? > > "Johnathan Smith" <[EMAIL PROTECTED]> wrote in > message > news:70409@palm-dev-forum... > > > &g

Color Samples

2001-12-06 Thread Johnathan Smith
Can anyone send me a sample on how to make my labels some other color. Also how can I change the backgroung color in table and list rows?? __ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com -- For information on

Color Question

2001-12-04 Thread Johnathan Smith
I am looking into add some color into my palm program I have a list and I would like to make each line in the list a diff color (sample, yellow, white, yellow). Can someone please tell me how to tell if the palm can handle the color and also how do I make the list lines have diff colors

Is this ok?? Data in a database

2001-12-03 Thread Johnathan Smith
I build a sample program that saves data to a database in this format typedef struct { Char title[45]; } textRec; After saving the data to the database I am using the palm program insider to view the data and I am seeing some funny text. Below is the code that saves the data to the database i

Tesing for Visor's

2001-11-29 Thread Johnathan Smith
I have some cleints tell me that my software does not work on Visor's. Can I setup POSE to be a visor?? how can I test?? __ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 -

Re: Launching app from memory card

2001-11-28 Thread Johnathan Smith
If my program runs on this then will in run ok on a card?? also why does card info not show a card? --- Mark Ginsberg <[EMAIL PROTECTED]> wrote: > "Danny Epstein" <[EMAIL PROTECTED]> wrote > in message > news:69217@palm-dev-forum... > > > > Are you dragging the app onto Poser's window to > insta

M505 needs backlight on

2001-11-23 Thread Johnathan Smith
I just got a M505 and without the backlight on I cant see the screen. Palm is tell me just to keep the light on all the time! __ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/inf

Running Program on a Card.

2001-11-23 Thread Johnathan Smith
Can someone please tell me some of the changes I would have to make to get my program running on memory cards? Also how can I test them __ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.c

trying to get my POSE working like a M505 - part2

2001-11-22 Thread Johnathan Smith
I downloaded and installed platform41_m505_enus.rom from palm. Then I install HostFS. After doing the install I did a soft reset and I am getting the following error UIAppShell(unkown version) called SysFatalAlert with the Message: HostFS.c, Line:2390, HostFS not configures for number of slots i

trying to get my POSE working like a M505

2001-11-21 Thread Johnathan Smith
I download the rom and the skin and I have it displaying great. But how do I make the POSE think that it has a card?? __ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 -- F

Information on running applications from the Palm Memory Expansion Card??

2001-11-20 Thread Johnathan Smith
Can someone please tell me how test my applications to see if the applications will run on a Memory Expansion Card?? How can I test without a 505?? __ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geoc

PalmGear, getting hard to work with

2001-11-13 Thread Johnathan Smith
I had a number of products on palmgear for sometime without a buy icon and the only way for someone to buy my products was to goto my site. After talking to someone at palmgear I was talked into turning my buy icons back on. Then the next day someone remove the links to my site so the clients ca

popupTriggerTableItem

2001-11-09 Thread Johnathan Smith
How can I make a popupTriggerTableItem withou it displaying a ":" after the value? __ Do You Yahoo!? Find a job, post your resume. http://careers.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see htt

Conduit??

2001-11-09 Thread Johnathan Smith
As you all know that I been learning C/C++ and building some palm programs. but I have to learn how to write a conduit now. Should I use Java or C/C++. I know java but I could not have any help on designing records in java. So I am thinking about using C/C++ but I am trying to see how many pro

Popups in Tables

2001-11-09 Thread Johnathan Smith
I am building a table with a popup in it. But the table is display 12: in the table and my list only has 12 how can I remove the : from the display __ Do You Yahoo!? Find a job, post your resume. http://careers.yahoo.com -- For information on usi

Modal Form??

2001-11-02 Thread Johnathan Smith
I have my MainForm and if my user clicks on a button I have to display a modal form for the user to pick some data from a Dynamic List. If I use a FrmGoto the mainForm gets removed. I cant use FrmDoDialog do to the dynamic list!! Can anyone help _

re: Please help me out. I have to get this done today

2001-10-30 Thread Johnathan Smith
PROTECTED]> wrote: > --- Johnathan Smith wrote: > > I looked at all the books and I still cant get it > > working! I have to demo a product that I am > coming > > out with tomorrow. > > Since you have a job and I don't, I'm very tempted > to > say, "

re: Please help me out. I have to get this done today

2001-10-30 Thread Johnathan Smith
I looked at all the books and I still cant get it working! I have to demo a product that I am coming out with tomorrow. Can you please help me out?? --- A Lurker <[EMAIL PROTECTED]> wrote: > > Johnathan Smith wrote: > > > > I have a database that keeps exercise

Re: Please help me out. I have to get this done today

2001-10-30 Thread Johnathan Smith
; Sorting. > This may be usful. > > Good Luck. > Jim Lu. > > > > Johnathan Smith wrote: > > > I have a database that keeps exercise I have to > sort > > the database by the title of the exercise. Below > is > > how my record looks. Can

Please help me out. I have to get this done today

2001-10-30 Thread Johnathan Smith
I have a database that keeps exercise I have to sort the database by the title of the exercise. Below is how my record looks. Can anypone please help me bu sending me some code typedef struct { Char title[45]; } exercise; THANKS __ Do You Y

Re: Can anyone tell me whats going on here

2001-10-29 Thread Johnathan Smith
how can I fix it Eric W. Sirko wrote: > From: "Eric W. Sirko" <[EMAIL PROTECTED]> > Subject: Re: Can anyone tell me whats going on here > Date: Mon, 29 Oct 2001 11:00:31 -0800 > To: "Palm Developer Forum" <[EMAIL PROTECTED]> > > > "Jo

Can anyone tell me whats going on here

2001-10-29 Thread Johnathan Smith
Below is a listed on my code that will put a number in a text field and display a Dialog Form. The form displays right and the user can enter the new number but on the way back drow shows the right number in the debugger but return_drow gets set to 3 and return_weight gets set to 0 Can someone p

How can I get my POSE to look like a M505?

2001-10-26 Thread Johnathan Smith
How can I get my POSE to look like a M505? __ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/te

Error: DataMgr.c Line:9573, index out of range

2001-10-25 Thread Johnathan Smith
My palm keeps giving me the following error DataMgr.c Line:9573, index out of range How can I fix it? __ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com -- For information on using the Palm Developer Forum

TextField on a Dialog form??

2001-10-23 Thread Johnathan Smith
TextField on a Dialog form?? Can someone please show me how to set text in a field on a Dialog form __ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com -- For information on using the Palm Developer Forums,

Re: Formattting Data!!

2001-10-22 Thread Johnathan Smith
What happends if the number is 97 or 1197? --- Daniel Morais <[EMAIL PROTECTED]> wrote: > On Monday 22 October 2001 18:49, you wrote: > > > I am using the following code to take a number and > put > > it into a string, but my issue is that if the > number > > is any then like 197, 397 or 297 I o

Formattting Data!!

2001-10-22 Thread Johnathan Smith
I am using the following code to take a number and put it into a string, but my issue is that if the number is any then like 197, 397 or 297 I only went the last two chars. How can I do it?? StrPrintF(regCode, "%d", sid); __ Do You Yahoo!? Make a

User Name

2001-10-18 Thread Johnathan Smith
Can someone please tell me how to get the user name! __ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.

I am thinking about buying a m505 can I use my minstrel V modem?

2001-10-05 Thread Johnathan Smith
I am thinking about buying a m505 can I use my minstrel V modem? __ Do You Yahoo!? NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 -- For information on using the Palm Developer Fo

Table checkbox question

2001-10-05 Thread Johnathan Smith
I am going to have a table with a checkbox and I would like to know whats the best way to check to see if the value in the checkbox changes. I think I should save the changess once the user clicks on the checkbox! How can I do that?? __ Do You Yaho

Tab GUI control

2001-10-04 Thread Johnathan Smith
I see alot of palm program using tabs in the program but I dont see any Tab GUI Control for the palm on any site. can someone please tell me how is this done __ Do You Yahoo!? NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/m

Re: MemoryMgr.c, Line:3061 Chunk over-locked?

2001-10-04 Thread Johnathan Smith
I dont see any place where I forgot to unlock the memory. can you please tell me if I can use CodeWarrior or the emulator to watch the number of memory locks? --- Igor Mozolevsky <[EMAIL PROTECTED]> wrote: > > > --On 03 October 2001 18:46 -0700 Johnathan Smith > <[EMAIL

MemoryMgr.c, Line:3061 Chunk over-locked?

2001-10-03 Thread Johnathan Smith
I am getting this error can someone please tell me what it means and how do debug it MemoryMgr.c, Line:3061 Chunk over-locked? __ Do You Yahoo!? NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.

Dates, whats going on?? please help me

2001-10-03 Thread Johnathan Smith
Trying to get the right year from DateDaysToDate Can someone please tell me why I am not getting back the right year from the following code? DateTimeType date; DateType startDate; DateType todayDate; UInt32 year, timeInSeconds, todayDateNumber = 0; timeInSeconds = TimGetSeconds()

Trying to get the right year from DateDaysToDate

2001-10-02 Thread Johnathan Smith
Can someone please tell me why I am not getting back the right year from the following code? DateTimeType date; DateType startDate; DateType todayDate; UInt32 year, timeInSeconds, todayDateNumber = 0; timeInSeconds = TimGetSeconds(); TimSecondsToDateTime (timeInSeconds, &date);

Trying to add data to the end of a database

2001-10-02 Thread Johnathan Smith
I am trying to add data to the end of a database and I am getting this error Error : illegal implicit conversion from 'unsigned int' to 'unsigned short *' Starter.cpp line 291MemHandle h = DmNewRecord( dbRef, dmMaxRecordIndex, sizeof(DayMealDetails)); Heres my code MemHandle h = Dm

Where is my grayline?

2001-10-01 Thread Johnathan Smith
I am using WinDrawGrayLine to draw a line it a table and its working great. but once the user clicks on the table the line will get removed(why). All the data I put to the screen with WinDrawChars is ok only the GrayLines are not getting redrawed! _

Form Lines?

2001-09-26 Thread Johnathan Smith
How can I make lines on my forms at design time? __ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please s

Re: PC Utility to create and populate a PDB?

2001-09-26 Thread Johnathan Smith
I tryed PDB Explorer but it does now work with the database that come from CW7 --- Steve Mann <[EMAIL PROTECTED]> wrote: > >I have defined a database format for a fairly > simple > >application. I would like to populate a database > >with about 100 records. Is there a PC utility > available >

Re: Date Cale

2001-09-24 Thread Johnathan Smith
n 9/24/01 at 6:38 AM, [EMAIL PROTECTED] > (Johnathan Smith) wrote: > > > > > I am working on a program that my user enters a > date > > > and I have to tell him how many days until or > from the > > > date today is?? Can anyone help with some code > sample

Alarms, Alarms and Alarms

2001-09-24 Thread Johnathan Smith
Will I been working on this all weekend and I cant find anything I have a project in CW7 that does nothing but sets a alarm in 10 sec. Will in 10 secs my palm blows up and I dont know why. I would like to know if I can send my project/code to anyone to help! Please email me at [EMAIL PROTECTED]

Date Cale

2001-09-24 Thread Johnathan Smith
I am working on a program that my user enters a date and I have to tell him how many days until or from the date today is?? Can anyone help with some code samples __ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! M

RE: Can I set alarms??

2001-09-21 Thread Johnathan Smith
I tryed building a sample and I am getting a bus error --- "Avilla, Dane" <[EMAIL PROTECTED]> wrote: > > I am building a program that lets my user pick > times > > of the day to do things. Can someone please tell > me if > > I can set a alarm some how?? > > > > If so do you have any sample cod

Calling everyone that works with palm alarms?

2001-09-21 Thread Johnathan Smith
If you know how to work with a palm alarm can you please IM me on AIM redhatpusher I need some real help __ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com -- For information on us

RE: My program is blowing up if I set the alarm

2001-09-21 Thread Johnathan Smith
ts > it. > > You did read the docs on how to do alarms, right? > > - John > > -Original Message- > From: Johnathan Smith > [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 21, 2001 12:31 PM > To: Palm Developer Forum > Subject: My progam is blowi

My progam is blowing up if I set the alarm

2001-09-21 Thread Johnathan Smith
I made a program program with CW7 that does nothing but sets the following code AlmSetAlarm (0, appFileCreator, 1, (TimGetSeconds()+10),true); But in about 10 to 20 sec my program blowsup after setting this alarm?? __ Do You Yahoo!? Get email aler

Can I set alarms??

2001-09-21 Thread Johnathan Smith
I am building a program that lets my user pick times of the day to do things. Can someone please tell me if I can set a alarm some how?? If so do you have any sample code? __ Terrorist Attacks on U.S. - How can you help? Donate cash, emergency rel

Re: Getting bitmaps, forms and other resouces from a prc

2001-09-21 Thread Johnathan Smith
Where can I get Constructor 1.6 ? --- Chris Tutty <[EMAIL PROTECTED]> wrote: > > "Johnathan Smith" <[EMAIL PROTECTED]> wrote > > I am trying to find out if I can get bitmaps, > forms > > and other resource from a prc file? > > > With Constru

Database should I keep it open?

2001-09-20 Thread Johnathan Smith
My program uses the database and I would like to hear from palm programmers on if it is better to open the database once the program starts and close it once the program is closing or should I just open the database as I need it and close it right after I am done with it> ___

Re: Displaying Text in Tables

2001-09-20 Thread Johnathan Smith
row+1 ); WinDrawChars(drow, stringLength, bounds->topLeft.x + 102, bounds->topLeft.y); FntSetFont(currFont); } } --- Kelly Morrison <[EMAIL PROTECTED]> wrote: &g

RE: Displaying Text in Tables

2001-09-20 Thread Johnathan Smith
Do you have a sample?/ or can you update this? static void DrawRecord (void * table, Int16 row, Int16 column, RectanglePtr bounds) { UInt16 recordNum; UInt16 rowHeight; Boolean fitWithinWidth; Int16 stringWidth, stringLength; FontID currFont;

Displaying Text in Tables

2001-09-20 Thread Johnathan Smith
Displaying Text in Tables I been trying for about 1 month now to get text displaying in my GUI table and the only way I got it to work is to setup a CustomDrawProcedure on my table and then draw each line out. Will my program is about 90% done but the text is left align and I have to make some o

How do I make my table reload its data?

2001-09-20 Thread Johnathan Smith
--- Jyothi M <[EMAIL PROTECTED]> wrote: > hi friends, > > I am working on one project in that I have included > the library and it's > related files, but when compile the make file I am > getting the error > undefined reference to the library apis. > > what will the problem please let to know >

Getting bitmaps, forms and other resouces from a prc

2001-09-20 Thread Johnathan Smith
I am trying to find out if I can get bitmaps, forms and other resource from a prc file? __ Terrorist Attacks on U.S. - How can you help? Donate cash, emergency relief information http://dailynews.yahoo.com/fc/US/Emergency_Information/ -- For in

Table vs List????

2001-09-19 Thread Johnathan Smith
I just got my code working with tables. I have a table with one col and I draw my text and 3 cols in it. I am thinking that maybe I should use a list?? I would like to have comments __ Terrorist Attacks on U.S. - How can you help? Donate cash, emer

Updating Database rec

2001-09-19 Thread Johnathan Smith
Each Time I try to update my database with the following code I get a memory error - Source Code -- static void saveCurrentRec() { DmOpenRef dbRef; dbRef = OpenRecordDatabase(appDatabase, appFileCreator, appDatabaseType); MemHandle h = DmGetRecord( dbRef

How can I tell which row the user clicked on in a table?

2001-09-18 Thread Johnathan Smith
How can I tell which row the user clicked on in a table? __ Terrorist Attacks on U.S. - How can you help? Donate cash, emergency relief information http://dailynews.yahoo.com/fc/US/Emergency_Information/ -- For information on using the Palm Develo

TextField vs Label?? Which Event??

2001-09-18 Thread Johnathan Smith
TextField vs Label?? Which Event?? I need to display a time field on my form and I dont know to use a labal or a textfield for the display. Anyway can you please tell me which one to use and which event to look to see if the user clicked on it\ _

90% done with my table but I still have 2 issues

2001-09-18 Thread Johnathan Smith
I am about 90% done with my table sample but I still have two issues. 1) If I click on anyrow on the table the last col does not get hightlighted. 2) The text in col 1 and col 2 is getting some funny chars in it. static void DrawRecord (void * table, Int16 row, Int16 column, RectanglePtr bounds

Looking for palm penpals

2001-09-17 Thread Johnathan Smith
my AIM name is redhatpusher and I am looking for other palm programmers to talk to and network with. If you would like to talk please IM me at redhatpusher __ Terrorist Attacks on U.S. - How can you help? Donate cash, emergency relief information ht

Re: Can someone show me how to get this table example working with text

2001-09-17 Thread Johnathan Smith
; platform for the > beginner. Too many caveats and non-standard C APIs. > Its kind of like trying to drive a tractor-trailer > before you learn to drive > a car or even know the rules of the road. > > ----- Original Message - > From: "Johnathan Smith" <[EMAI

Re: Can someone show me how to get this table example working with text

2001-09-17 Thread Johnathan Smith
I am trying my best but I am new to C/C++ and palm programming. I got my sample working with labels but I need text! --- Jamie Macleod <[EMAIL PROTECTED]> wrote: > People are a little more inclined to help when it > appears that you are > actually making an effort to understand yourself. > If y

Can someone show me how to get this table example working with text

2001-09-17 Thread Johnathan Smith
Can anyone show me how to get this table working with text and not labels /** * * Copyright (c) 1999 Palm Computing, Inc. or its subsidiaries. * All rights reserved. * * File: Starter.cpp *

RE: Version Number

2001-09-16 Thread Johnathan Smith
Thanks --- Nicolas Raitman <[EMAIL PROTECTED]> wrote: > You change the version number in the Constructor > where it says version > string. > > -Mensaje original- > De: Johnathan Smith <[EMAIL PROTECTED]> > Para: Palm Developer Forum > <[EM

Version Number

2001-09-16 Thread Johnathan Smith
I am using CW7 and I am trying to change the version number in my program to version 1.0. Can someone please tell me where to make the change? __ Terrorist Attacks on U.S. - How can you help? Donate cash, emergency relief information http://dailyne

Is this true?? (tables)

2001-09-14 Thread Johnathan Smith
I am working on a project that has a table with 3 cols of text on it. Do I have to setup 3 static arrays for the text? So I will be reading the data from the database into the arrays and then making the table point to the array! __ Terrorist Attack

RE: Displaying data in a table

2001-09-14 Thread Johnathan Smith
You lost me! --- Karl-Konig_Konigsson <[EMAIL PROTECTED]> wrote: > It's because you have not set up a drawing function > for the table columns. > You need to call TblSetCustomDrawProcedure for each > of your columns to teach > the table to display data. > > Look in MemoPad source code; concentr

Re: Displaying data in a table

2001-09-14 Thread Johnathan Smith
to check > into that. I can only fit 12 rows on my screen. > > Scott > > At 07:10 AM 9/14/01 -0700, Johnathan Smith wrote: > >Below is a sample of my code can someone please > tell > >me why my tabke dont display > > > >Row 1 > >.. > >Row 10?? &

Displaying data in a table

2001-09-14 Thread Johnathan Smith
Below is a sample of my code can someone please tell me why my tabke dont display Row 1 .. Row 10?? static void MainFormInit(FormPtr frmP) { char drow [20]; TablePtr tableP2 = (TablePtr)FrmGetObjectPtr( frmP, FrmGetObjectIndex( frmP,MainMyTable)); for(

Help me with Tables!!!!

2001-09-14 Thread Johnathan Smith
I am trying to read a number of strings from a database and display them in a table but it looks like the table needs static ptr's only? can someone please help me __ Terrorist Attacks on U.S. - How can you help? Donate cash, emergency relief infor

How many records?? New Question

2001-09-13 Thread Johnathan Smith
I am building a program that will have 6 records all the time and I am thinking should I put them into a database or just save them in the preferences?? I would love to hear everyones views on this?? __ Terrorist Attacks on U.S. - How can you help?

Time??

2001-09-13 Thread Johnathan Smith
I am building a program that have to keep track of times. I dont need start and end times only times. I am using timeInSeconds and putting the return value into DateTimeType Object. Then I am using SelectOneTime to get back the hours and minutes. After getting about the hours and minutes I am us

RE: Trying to use SelectOneTime

2001-09-12 Thread Johnathan Smith
Would you be into sending me some sample code?? Also how do you thing I should save the time into a database? --- "Avilla, Dane" <[EMAIL PROTECTED]> wrote: > Take a look in the docs at the Time Manager. It has > functions for getting > and manipulating time values. Also, the Datebook > code ha

Trying to use SelectOneTime

2001-09-12 Thread Johnathan Smith
I am trying to use SelectOneTime how can I get the current hour, min and sec.? __ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com -- For information on using the Palm Developer Forums,

  1   2   >