Right justification in Tables with column style labeltableitem

2002-01-28 Thread Murali
Hello all, I am facing the problem in getting the data left justified in tables. Data in the columns are coming as right justified but I need them as left justified. the columns style is labeltableitem. Can any one please help me. Thank you in advance... Regards, Murali -- For information

Re: Redrawing of Tables

2002-01-25 Thread Paul Groschen
gt; Newsgroups: palm-dev-forum > To: "Palm Developer Forum" <[EMAIL PROTECTED]> > Sent: Friday, January 25, 2002 4:22 AM > Subject: Redrawing of Tables > > > > I have a simple problem that is frustrating. I have a form with a table > and > > scroll bar on i

Re: Redrawing of Tables

2002-01-24 Thread Joe
--- Vineet Gupta wrote: > can u send me a sample code for a button event. where in > the code we write the the button event code. In the big switch statement in your form event handler, add a case for ctlSelectEvent like this: case ctlSelectEvent: if ( eventP->data.ctlEnter.controlID == YourB

Re: Redrawing of Tables

2002-01-24 Thread Vineet Gupta
MAIL PROTECTED]> Sent: Friday, January 25, 2002 4:22 AM Subject: Redrawing of Tables > I have a simple problem that is frustrating. I have a form with a table and > scroll bar on it that works fine. The table is not editable. I added a > button to the form and whenever I process

Redrawing of Tables

2002-01-24 Thread Paul Groschen
I have a simple problem that is frustrating. I have a form with a table and scroll bar on it that works fine. The table is not editable. I added a button to the form and whenever I process the button (case ctlSelectEvent: in my formHandleEvent) the table disappears. The only way to see the tabl

RE: database tables

2002-01-10 Thread Kevin OKeefe
x27;m guessing you've got other problems going on... Kevin -Original Message- From: Rania Saymeh [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 5:27 AM To: Palm Developer Forum Subject: database tables hi, I've got one table in my DB that has at least a 1000 record

Re: database tables

2002-01-10 Thread Dave Lippincott
eh" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, January 10, 2002 11:13 AM Subject: Re: database tables > actually my table has 2000 records...if each is 138 bytes...that will make > it around 276KI remember reading somewhere abou

Re: database tables

2002-01-10 Thread Max Bian
Sent: Thursday, January 10, 2002 9:59 AM > Subject: Re: database tables > > > > You're well within any size limitations so it shouldn't be an issue. I'd > > check your code. Maybe try stepping through the code to find which line > > crashes. > > &g

Re: database tables

2002-01-10 Thread Rania Saymeh
Message - From: Dave Lippincott <[EMAIL PROTECTED]> To: Palm Developer Forum <[EMAIL PROTECTED]> Sent: Thursday, January 10, 2002 9:59 AM Subject: Re: database tables > You're well within any size limitations so it shouldn't be an issue. I'd > check your code

Re: database tables

2002-01-10 Thread Dave Lippincott
t;[EMAIL PROTECTED]> Sent: Thursday, January 10, 2002 8:27 AM Subject: database tables > hi, > I've got one table in my DB that has at least a 1000 records, each records > 138 bytes...if I try to retreive anything from my table my application > crashes giving me a fatal error.

database tables

2002-01-10 Thread Rania Saymeh
anna avoid splitting my table into several tables...is there any other way you can get around this? thanx! -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Reading From Tables

2001-12-03 Thread amit tipnis
Hi Robert, Thanks for the information. Sincerely, Amit = " TOUGH TIMES DO NOT LAST LONG BUT TOUGH PEOPLE DO " __ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com -- For information on using the Palm

Re: Reading From Tables

2001-12-03 Thread amit tipnis
= " TOUGH TIMES DO NOT LAST LONG BUT TOUGH PEOPLE DO " __ Do You Yahoo!? Buy the perfect holiday gifts at Yahoo! Shopping. http://shopping.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see htt

RE: Reading From Tables

2001-11-30 Thread Robert McKenzie
x -Original Message- From: amit tipnis [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 2:28 PM To: Palm Developer Forum Subject: Reading From Tables Hi Robert, Thanks for the quick response and the tip. But you know, the first thing that I had tried was TblGetItemPtr ( ), a

Reading From Tables

2001-11-29 Thread amit tipnis
Hi Robert, Thanks for the quick response and the tip. But you know, the first thing that I had tried was TblGetItemPtr ( ), and the SDK tells me that this version of the SDK does not have this function. It does not give me any problems while compiling, but during run time the program crashes at

RE: Reading From Tables

2001-11-29 Thread Robert McKenzie
Tables Hi, I have a table that is scrollable in my application. The Table scrolling part is working correctly. While updating a field in the table, I am using FldSetTextPtr ( ) function call. Now my fields are editable. So when i try to read the table fields, I get an error. This is the way

Reading From Tables

2001-11-29 Thread amit tipnis
Hi, I have a table that is scrollable in my application. The Table scrolling part is working correctly. While updating a field in the table, I am using FldSetTextPtr ( ) function call. Now my fields are editable. So when i try to read the table fields, I get an error. This is the way I am goi

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

RE: Outlines in tables

2001-10-01 Thread Robert McKenzie
e steps to prevent it. -bob mckenzie -Original Message- From: Johnathan Smith [mailto:[EMAIL PROTECTED]] Sent: Monday, October 01, 2001 7:08 AM To: Palm Developer Forum Subject: Outlines in tables I am using a table and I would like to know if the table has some way to put lines in on

Re: Displaying Text in Tables

2001-09-20 Thread Johnathan Smith
Thanks. I just ordered the book but do you think you can update the following code? I cant wait static void DrawRecord (void * table, Int16 row, Int16 column, RectanglePtr bounds) { UInt16 recordNum; UInt16 rowHeight; Boolean fitWithinWidth; Int16 stringWidth, str

Re: Displaying Text in Tables

2001-09-20 Thread Kelly Morrison
Johnathan Smith <[EMAIL PROTECTED]> wrote in message news:62978@palm-dev-forum... > > Do you have a sample?/ or can you update this? Page 272 in "Palm OS Programming Bible" by Lonnon R. Foster. He has a function with the following prototype: static void DrawCharsInWidth(Char *str, Int16 *width,

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); } } --- "Avilla, Dane" <[EMAIL PROTECTED]> wrote: > > Displaying Text in Tables &g

RE: Displaying Text in Tables

2001-09-20 Thread Avilla, Dane
> 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

Re: Displaying Text in Tables

2001-09-20 Thread Dave Lippincott
;[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 1:50 PM Subject: Displaying Text in Tables > 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 tabl

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

Re: Is this true?? (tables)

2001-09-14 Thread Jamie Macleod
Use TblSetCustomDrawProcedure and define your own draw routine. You can draw it directly from the database. Jamie "Johnathan Smith" <[EMAIL PROTECTED]> wrote in message news:62482@palm-dev-forum... > > I am working on a project that has a table with 3 cols > of text on it. Do I have to setup 3 s

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

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

RE: Tables!!

2001-08-30 Thread Fergal Moran
Take a look at the memopad sample! > -Original Message- > From: Johnathan Smith [mailto:[EMAIL PROTECTED]] > Sent: 30 August 2001 16:30 > To: Palm Developer Forum > Subject: Tables!! > > > Ok group I am into tables now. > > > Can anyone please

Tables!!

2001-08-30 Thread Johnathan Smith
Ok group I am into tables now. Can anyone please help me out I have sample program that I am trying to display a one col table. If you would be into helping me please email me at [EMAIL PROTECTED] and I can send you the C/C++ sample

RE: Thanks to everyone, now its tables

2001-08-29 Thread Avilla, Dane
Look at the ToDo app source code from Palm. It shows how to use tables. Cheers, -DGA -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Thanks to everyone, now its tables

2001-08-29 Thread Johnathan Smith
I would first like to say thanks to everyone for helping the last week or so. But I have a new question. Can someone please tell me how in C++ to show a table two cols with text in it __ Do You Yahoo!? Make international calls for as low as $.04/mi

RE: Multiple tables in one form

2001-08-22 Thread Richard Burmeister
> From: Coolly Lee > > Is it possible to have more than one tables in one form. > I programmed such a form, but the behavior of the tables is strange > that the table selection doesn't work well. > Sure, its possible. Just make sure that you set up both tables pr

Multiple tables in one form

2001-08-22 Thread Coolly Lee
Dear Gurus, Is it possible to have more than one tables in one form. I programmed such a form, but the behavior of the tables is strange that the table selection doesn't work well. --Coolly -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Popup list creation for tables

2001-08-07 Thread Lally Singh
Well, on further investigation, my best approach seems to be to use a customTableItem and intercept all the taps to where the popup triggers should be. My current plan is to use a flyweight popup trigger that I move, set up and draw for each custom cell I set up in the drawing callback. Unfo

Popup list creation for tables

2001-08-05 Thread Lally Singh
Hi, I'm building a fairly dynamic form using a table, with some of the cells needing a popup list. The intent is to appear similar to the address book's editor, only that this form doesn't know what it's displaying until runtime, so no static list resources may be created. AFAIK, I have two o

Re: fields/tables resize my database record?

2001-07-11 Thread Joshua Richie
Thanks, all of you. I didn't see anything in the documentation about this. I really appreciate the help, it gets me out of a big pickle. Again, thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

RE: fields/tables resize my database record?

2001-07-11 Thread Scott Johnson (Bellevue)
> From: Danny Epstein [mailto:[EMAIL PROTECTED]] > You should use temporary strings (in the dynamic heap) > for the fields (whether they're in tables or not). Just to add: you can also have your field buffers in the *storage* heap (using DmNewHandle) to save precious dynamic hea

Re: fields/tables resize my database record?

2001-07-11 Thread Danny Epstein
he dynamic heap) for the fields (whether they're in tables or not). You should copy the data out of the database record to populate each field and copy the data back out when the user exits the field. -- Danny @ Palm -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

fields/tables resize my database record?

2001-07-11 Thread Joshua Richie
Howdy, I have a form with a table that allows editing of a number of fixed length text members in a database record. In my custom table load func, I set the handle, offset, and size for each text table item. However, after I edit my first data field, the entire database record has been resized,

Tables -> PopUpTrigger -> Dynamic List Problem

2001-06-17 Thread Vini Bhatnagar
Hi , Is it possible to have a table column with type PopUpTrigger and link it to a list that has custom draw function ? The reason is I have to populate different contents in the list depending on the selected row. I have a column in a table thats of type PopupTrigger. In the Init of the for

Tables Display problem- Label type data

2001-05-23 Thread Dev
Hi, I've got a problem with handling Palm OS tables. I've got a table with 3 rows and 4 columns. 3 columns are filled with static data and only one of the columns contain field data from a database record. I've kept one column as numeric type and rest all Label type. No

Re:Problem with Tables

2001-05-14 Thread santhosh
Greetings Dhanushka The compiler error is due to a syntax error in the call to TableDrawItemFuncType() The row and column arguments should be of type Int16 . Note:certain datatypes have been deprecated so we no longer user word ,short etc .Please refer to the file palmcompatibility.h(part of

Re: Problem with Tables

2001-05-14 Thread Mark Smith
dhanushka jayakody <[EMAIL PROTECTED]> wrote: >But when i try to compile it gives me this ERROR. > >Error : cannot convert >'void (*) (void *, unsigned short, unsigned >short,struct RectangleType *)' to >'void (*) (void *, short, short,struct RectangleType >*)' The second and third parameters hav

Problem with Tables

2001-05-14 Thread dhanushka jayakody
Hi, I need to load data to a table. I have followed the exact coding provided in the CodeWarrior tutorials. Only thing i haven’t included is that the Category details in the ApplicationInfo block. Since i dont need to deal with categories i have not include that part. When drawing data in a tab

Re: Richard Hartman's Request (was: Need some help on Palm OS Tables)

2001-05-10 Thread Richard M. Hartman
I'm happy to see someone address the meat of the issue ;-) -- -Richard M. Hartman [EMAIL PROTECTED] 186,000 mi/sec: not just a good idea, it's the LAW! "Richard Burmeister" <[EMAIL PROTECTED]> wrote in message news:48730@palm-dev-forum... > > > From: Richard Hartman > > > > I have taken the lib

RE: RE: Need some help on Palm OS Tables

2001-05-10 Thread Richard Hartman
> -Original Message- > From: Dev Nair [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 09, 2001 9:33 PM > To: [EMAIL PROTECTED] > Subject: Re: RE: Need some help on Palm OS Tables > > > > Hi Richard, > > Thanx a lot for ur reply. I'll try out

Re: Checkboxes and tables question

2001-05-10 Thread Harold Tessmann III
On Thu, 10 May 2001, Tom B wrote: > I am trying to use checkboxes in a table. I want to treat the checkboxes as > radio buttons so that only one checkbox is checked. Anyone know how to do > this inside a table? It doesn't seem like I can set the group id for the > checkboxes in the code, or am

Checkboxes and tables question

2001-05-10 Thread Tom B
Folks, I am trying to use checkboxes in a table. I want to treat the checkboxes as radio buttons so that only one checkbox is checked. Anyone know how to do this inside a table? It doesn't seem like I can set the group id for the checkboxes in the code, or am I missing something? Thanks in ad

RE: Richard Hartman's Request (was: Need some help on Palm OS Tables)

2001-05-09 Thread Richard Burmeister
> From: Richard Hartman > > I have taken the liberty > of cc'ing this msg to the palm dev forum in hopes that the other > developers there will catch any misteaks I make on my discussion > here. > Since you asked... "mistakes" is the plural form of "mistake", which can be defined as follows: mi

RE: Need some help on Palm OS Tables

2001-05-09 Thread Richard Hartman
> -Original Message- > From: Dev Nair [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 08, 2001 11:45 PM > To: [EMAIL PROTECTED] > Subject: Need some help on Palm OS Tables > > > > Hi, >Hello Richard, I'm Dev and am somewhat new 2 Palm OS &

Re: tables with inhomogenios column style (bug in PalmOS?)

2001-04-05 Thread Ben Combee
"Holger Klawitter" <[EMAIL PROTECTED]> wrote in message news:44773@palm-dev-forum... > > > i believe TblSetItemStyle is for a Column not for a cell in a table > > I am suspecting the same, but many things speak against it: > > * It should be called TblSetColunmStyle then, shouldn't it? > Or at

Re: tables with inhomogenios column style (bug in PalmOS?)

2001-04-05 Thread Holger Klawitter
> i believe TblSetItemStyle is for a Column not for a cell in a table I am suspecting the same, but many things speak against it: * It should be called TblSetColunmStyle then, shouldn't it? Or at least follow the callback name TblSet*Procedure. * Why does is accept a 'row' parameter then? *

RE: tables with inhomogenios column style (bug in PalmOS?)

2001-04-04 Thread ajitnk
hi i believe TblSetItemStyle is for a Column not for a cell in a table Ajit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Holger Klawitter Sent: Wednesday, April 04, 2001 1:18 PM To: Palm Developer Forum Subject: tables with inhomogenios column

tables with inhomogenios column style (bug in PalmOS?)

2001-04-04 Thread Holger Klawitter
Hi there, [repost in order to make the subject more specific] I would like to create a table in which one of the columns may contain more than one *TableItem as style - some of those are textTableItems, some are checkboxTableItem Now I've run into the problem on how selecting a row inside such

Re: tables problem

2001-04-03 Thread nisha a
Yes to an extent. Thank You! --- ajitnk <[EMAIL PROTECTED]> wrote: > hi nisha, > > is ur problem with tables solved ? > > -- > For information on using the Palm Developer Forums, > or to unsubscribe, please see http://www.palmos.

tables problem

2001-04-03 Thread ajitnk
hi nisha, is ur problem with tables solved ? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Scroller code for tables

2001-03-29 Thread Bradly J. Barton
triya" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, March 29, 2001 8:38 PM Subject: Scroller code for tables > I found the table resource very confusing, and i am not able to fine out how > can i proceed to write the code f

Scroller code for tables

2001-03-29 Thread Saharsh Shrotriya
I found the table resource very confusing, and i am not able to fine out how can i proceed to write the code for doing the scrolling in a table. Can someone give me some sample code for doing the scrolling for a table. Thanks, Saharsh -- For information on using the Palm Developer Forums, or t

help with tables

2001-03-26 Thread adam davies
>i am trying to add text to a table which has been read > from a database. The text is already in the database. > Main form is openend first, when button selected on > main form, opens 2nd form called about form, where my > table is. The table should then display with the text from the db , but is

Tables and database examples

2001-03-22 Thread adam davies
i am currently developing an application for my dissertation using codewarrior I am fairly new to the palm programming enviroment. I have created numerous forms and events that are working o.k can anyone help i am getting problems creating a table and passing a string into it to be displayed I

Multi Line Fields in Tables

2001-03-21 Thread Bradly J. Barton
Does anyone out there have a simple example (in other words, the To Do source is not simple /grin) of how to handle multi line fields in tables? I thought I had it working once when I was playing with it, but when I ran it with debug roms, I found that I had a memory leak .. even if I just

Re: Programming Tables!!!

2001-03-20 Thread Ji Lee
AFAIK, you can set the row/colum to be a different control. >From the reference you can set the type of a table item to be checkboxTableItem, dateTableItem, labelTableItem, ... popupTriggerTableItem, and bunch of other things. In the worst case, you can set it to customTableItem and call TblSetCu

Programming Tables!!!

2001-03-20 Thread Chantal C. Leger
I would like to know if it is possible to program different types of controls into a table, more specifically repeating buttons. If anyone can help I would appreciate it. C.Leger -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/t

Re: tables

2001-03-09 Thread S Santoso
You can use TblSetCustomDrawProcedure function. Then, to make the columns display, we have to mark them usable: for (i = 0; i < kNumColumns; i++) TblSetColumnUsable(tableP, i, true); I hope this helps. S. Santoso <[EMAIL PROTECTED]> wrote in message news:41964@palm-dev-forum... > > hi

tables

2001-03-08 Thread nizi
hi! I wanted to clarify something. TblSetItemInt(table,row,col,value); sets the numeric value in the specified row and column. What is the value is a character. Then which function do we have to use. I want to store a string in an uneditable colomn. Thank You -- For informatio

tables with popup lists

2001-03-06 Thread Holger Klawitter
Hi there, does anyone have a pointer on how to use the popupTableTriggerItem. Do I have to create a LstNewList for each cell - or is there a way as for the Fields? The Devbase is still down from my viewpoint ... With kind regards / Mit freundlichem Gruß Holger Klawitter -- Holger Klawitter

Newbie editable tables question

2001-03-06 Thread Stan Hunter
I'm kinda new to Palm programming and have been stuck on this bug for a long time. Any leads would be much appreciated. I have a four column table, and I want all columns except the first (left) one to be editable, so I made the left column a non-editable customTableItem and the other three textT

Re: Formatting pop-up triggers in tables

2001-02-16 Thread priyesh parikh
Hello Mark It is not possible to left justify the column which is set as a pop-up trigger type and also it is not possible to remove : for the popup trigger type column in the table. If you want such type of GUI then take column style as a custom type. Then draw the bitmap of down arrow at very

Re: Formatting pop-up triggers in tables

2001-02-16 Thread Mark Cameron
D] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Mark > > Cameron > > Sent: Friday, February 16, 2001 1:18 AM > > To: Palm Developer Forum > > Subject: Formatting pop-up triggers in tables > > > > > > Howdy, > > > > I have set up a table which

RE: Formatting pop-up triggers in tables

2001-02-16 Thread Robert McKenzie
gt; [mailto:[EMAIL PROTECTED]]On Behalf Of Mark > Cameron > Sent: Friday, February 16, 2001 1:18 AM > To: Palm Developer Forum > Subject: Formatting pop-up triggers in tables > > > Howdy, > > I have set up a table which has a column of pop-up triggers to a > list whose > i

Formatting pop-up triggers in tables

2001-02-16 Thread Mark Cameron
Howdy, I have set up a table which has a column of pop-up triggers to a list whose items are generated dynamically. It works okay, but I seem to have no control over how the selected text is displayed in the table. I can't find any way to access the popup trigger, so I'm unable to do the followin

Re: Horizontal scrolling of tables...

2001-02-15 Thread priyesh parikh
Vitaly_Romanishko wrote: > > > Hi, > > > > does anyone know how to do horizontal scrolling > for tables? > > And how can I create table wider than 160 pixels > with invisible columns? > > Any sample code will be greatly appreciated. > > > > Thank you

Re: Horizontal scrolling of tables...

2001-02-15 Thread Terrence Wong
hi vitaly. I am looking for an answer too. If u receive any info on this, please let me know. Terrence Vitaly_Romanishko wrote: > Hi, > > does anyone know how to do horizontal scrolling for tables? > And how can I create table wider than 160 pixels with invisible columns? >

Horizontal scrolling of tables...

2001-02-09 Thread Vitaly_Romanishko
Hi, does anyone know how to do horizontal scrolling for tables? And how can I create table wider than 160 pixels with invisible columns? Any sample code will be greatly appreciated. Thank you, Vitaly. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Tables

2001-02-02 Thread Nicolas Raitman
Hi to all... In the first place I would like to thank all of you who helped me during these days... I really mean it... I am going ahead ! Well... now it's time for my questions...!!! I guess this is not too difficult... I have a table in a form that displays data from a database. Until now I do n

database and tables

2001-01-29 Thread vimal k naik
t you have also faced with the databse and tables problems so if you find solutions then can you please reply me Thanks... regards vimal Naik Get your small business started at Lycos Small Business at http://www.lycos.com/business/mail.html -- For information on using the Palm Developer For

Tables

2001-01-29 Thread Nicolas Raitman
Hi to all. For the ones that helped me in the topic "Database" I thank all of them because I solved it, thanks a lot, now I understand how it works. I have a problem with tables now. I have been successful to read names (char *) from a database. Now I want to put the first 5 in a table

Tables

2001-01-29 Thread Nicolas Raitman
I solved the problem, thanks anyway, -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Memory error with text fields in tables

2001-01-22 Thread Stan Hunter
I have text fields in a table, and the program seemes to work at first, but after giving focus to a text field about 20 times, I always get a memory reallocation error. I can reproduce this by going to the form with the table and alternating taps between two of the text fields. The taps in th

Problem with tables

2001-01-22 Thread Ingo Claro Fox
I've made a table with custom objects in each cell, but the table doesn't draw at all !! I've tried to make a table with text only and nothing, can anybody help? here is part of my code: void mydrawCallback (void *tableP,Int16 row, Int16 column, RectangleType *bounds); void InitTableAplicacion

customTableItem in tables...

2001-01-19 Thread Giovana Bernabé Huerta
Hello, I have a problem with tables... in the application that i am developing..y use a table, where the columns are customTableItem.. when i run the application in the deviceif I execute a event pendown on a columnthe content is erase... i use WinDrawChars to write the text in the

How working with tables

2001-01-18 Thread Mbarrion
Hello everybody, Please, Coud you help me with some code example for building and manage tables (Tables bilt with Constructor for Palm OS ) Regards, Ing. Marco A. Barrionuevo Servicios Profesionales - Uniplex e-mail: [EMAIL PROTECTED] Telf: (593 2) 508593 /4/5 Quito-Ecuador -- For

Vertical Scrollbars in tables

2001-01-17 Thread ajitnk
Hi everybody, i am new to palm programming can anybody guide me as to how to handle table scrolling. any help is very much appreciated. thanx Ajit -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Problem with tables in SDK 3.0 (and 2.0)

2001-01-09 Thread Titus J. Anderson
I'm fairly new to palm development and I've run into a snag that I've been banging my head against a wall to figure out. I have a form with a table at the top that has 6 rows and 2 columns. Beneath that I have a gadget. At the bottom of the form, I have three buttons. Everything works perfect

Tables with Radiobuttons and Feedback on the HotSync Server

2000-12-19 Thread Clark Dorman
It was good to meet some of you at PalmSource. First, a question about Tables: I have a two column table, with the second column consisting of checkboxes. What I want is the user to be able to check one and only one of the checkboxes. I was told (at PalmSource) that I cannot put

Re: Dynamic Tables

2000-12-18 Thread Steve Mann
At 5:29 PM -0800 12/18/00, Richard M. Hartman wrote: >You mean you -don't- want to be the author of a bestselling series? Sure, why not, I'd rather be the author of some great Palm software first. :-) Regards, Steve Mann -- --- Creative Digital Publishin

Re: Dynamic Tables

2000-12-18 Thread Richard M. Hartman
Steve Mann wrote in message <33369@palm-dev-forum>... > >>I see this is NOT followed by the standard PalmSource speaker's disclaimer >>of "...but this is not an announcement." :-) > >Er.this is not an announcement? > You mean you -don't- want to be the author of a bestselling series?

RE: Dynamic Tables

2000-12-18 Thread Steve Mann
>let's address how to substitute dynamic tables rather than discussing >coverage of topics in a book. This forum definitely gets _way_ off topic sometimes. Thanks for the reminder. >Anyway, thanx Steve for ur suggestion of using lists. But when I want >3 columns and want to

RE: Dynamic Tables

2000-12-18 Thread Anuradha J
Steve and Scott, let's address how to substitute dynamic tables rather than discussing coverage of topics in a book. Anyway, thanx Steve for ur suggestion of using lists. But when I want 3 columns and want to perform an action like row selection, how can I do it using lists? Should I go

RE: Dynamic Tables

2000-12-16 Thread Steve Mann
>I see this is NOT followed by the standard PalmSource speaker's disclaimer >of "...but this is not an announcement." :-) Er.this is not an announcement? Regards, Steve Mann -- --- Creative Digital Publishing Inc. 1315 Palm Street, San Luis Obispo, C

RE: Dynamic Tables

2000-12-16 Thread Scott Johnson (Bellevue)
> From: Steve Mann [mailto:[EMAIL PROTECTED]] > If we tried to hit all the difficult Palm topics that beg for a good, > clear discussion, the book would be a book series, not a single > volume. I see this is NOT followed by the standard PalmSource speaker's disclaimer of "...but this is not an

Re: Dynamic Tables

2000-12-15 Thread Steve Mann
>But I have to say, Steve, that I think you missed >another difficult topic, of interest to many, that >begs for a good, clear discussion. I can't disagree with that--there were a lot of topics we didn't hit. As we explain in the intro, we don't try to discuss all the advanced Palm topics, just

Re: Dynamic Tables

2000-12-15 Thread Richard M. Hartman
u can always use a list with a drawing >callback function. I never bother with tables. I manage to do >everything I need (at least so far) with lists. > >Regards, >Steve Mann >-- >--- >Creative Digital Pub

Re: Dynamic Tables

2000-12-14 Thread Steve Mann
At 10:46 PM -0800 12/14/00, Anuradha J wrote: >If so, can anyone tell me what alternate element can i use to create >dynamically and place content in tabular format. If it's just content, you can always use a list with a drawing callback function. I never bother with tables. I m

Dynamic Tables

2000-12-14 Thread Anuradha J
hi, I read in one of the pdfs that we cannot generate tables dynamically. If so, can anyone tell me what alternate element can i use to create dynamically and place content in tabular format. Anuradha __ FREE voicemail, email, and fax...all in

Pop-up list in tables

2000-12-07 Thread Adam Kelch
It's my understanding that when you select an item in a pop-up list, you should receive a popSelectEvent. However, when I select an item in pop-up list contained in a table, I get a tblSelect event followed by a penUp event. How do I get the popSelect data that I need? Thanks in advance, Adam

Re: Tables & Fields ..

2000-12-04 Thread Steve Fillingham
Hehe, Im just merrily talking to myself here :) This may be a red herring, If I tell POSE to continue, the error never surfaces again until I reset. Also If I disable the POSE debug option for 'Low Memory Access' it disappears also (as expected). I suppose Im still curious to know if a low memo

Re: Tables & Fields ..

2000-12-04 Thread Steve Fillingham
More to it .. Further testing of problem shows the following .. (if it helps anyone) .. 1. Only crashes if overwriting current text OR 2. Text reaches right limit of text field. I can append to end of a field w/o problem until it reaches right limit of field, then it crashes. Must note, I

Tables & Fields ..

2000-12-04 Thread Steve Fillingham
Hi all, I am using the ROM downloaded from my IBM WorkPad c3 to emulate for in POSE. My app uses a Table with multiple columns and the last column is a text field (numeric only). When editing this column of data, the POSE emulator is falling over in ExpandFieldHeight() during a keyDown ev

<    1   2   3   4   >