Table Question

2002-04-26 Thread Jayakody, Dhanushka
Hi, Can someone tell me whether it's possible to change the table cell colour (Column). If so how. Thanks in Advance Dhanushka. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Scroll Button Problem

2002-04-26 Thread Jayakody, Dhanushka
Hi, I have implanted a table to scroll Horizontally. I have used the same concept used in the Sample memo application. But in the memopad application the button are shown to scroll Up and Down. In my application i want the buttons to appear to scroll Horizontally (Left and Right). I have

Urgent ! - Table Horizontal Scrolbars Problem

2002-04-24 Thread Jayakody, Dhanushka
Hi, I have a table which spans four columns, each columns width is 40 , all togther 160 thats the visible width of the Palm Device screen. But want to display 8 columns. If i'm to do this i have to implement a Horizontal scrollbar. I suppose it will be similar to the vertical scrollbars

Displaying data which spans more than the visible width of a Tabl e or List

2002-04-22 Thread Jayakody, Dhanushka
Hi, I want to display some data using the Table or List resource. But I find it difficult to display the whole record because it spans more than the visible width (160). Can someone tell me how to display data which spans more than the visible width using a Table or List resource. Thanks in

RE: Displaying data which spans more than the visible width of a Tabl---e or List

2002-04-22 Thread Jayakody, Dhanushka
I want the table to be able to scroll horizontally. Because i display data on colums. But there's too many. Is this possible If so how can i do it. Thanks in advance Dhanushka. -Original Message- From: Ben Combee [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 9:09

Tables and Horizontal Scroll bars

2002-04-22 Thread Jayakody, Dhanushka
Hi, I have want to display records which spans more than the visible width (160). How can i implement this i suppose i have to use a scrollbar to scroll Horizontally. But i dont know how do it. Can someone tell me how to go about this, may be some sample code where i could have a look at.

RE: popUp List Problem - Please help!

2002-04-03 Thread Jayakody, Dhanushka
Hi, This kind of confuce How can i show the list and then get the selected item of the list using the same eventType . -Original Message- From: V...i...K...a...S [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 2:36 PM To: Palm Developer Forum Subject: Re:

Emulator Memory Error Pls help!

2002-04-03 Thread Jayakody, Dhanushka
I have memory error probelm when using Palm Emulator. I have a stuct it's kind of huge ... typedef struct { char Plant[6]; char WorkCenter[8]; char Material[18]; char MPO[20]; char SO[6]; char LineItem[6]; char SOQty[10];

Loading List Items Dynamically and Dilplaying it as a PopUpList

2002-04-02 Thread Jayakody, Dhanushka
Hi I have a popup trigger which should show a dynamically loaded list. I get lot of errors when trying to display the list. Note : List visible items are set by the code. So initially visible items are zero. How can i stop the list dispalying when form loads up. It should only show when

popUp List Problem - Please help!

2002-04-02 Thread Jayakody, Dhanushka
Hi, I have a dynamically generated list which is assigned to a popUp trigger . This is the way how i display the list . // The ListID is attached to the PopUpTrigger at Design time. case MyPopTrigger: InitMainForm(); // This func populated the list dynamically. frm =

Implementing a Link list

2002-04-01 Thread Jayakody, Dhanushka
Hi, I'm trying to implement a link list in my program. But I dont know away to allocate a memory address to the rest of the nodes. ex: struct myrec { char name[10]; struct myrec *next; } struct *head; struct *newnode; How can i build up a link list using this struct .

Problem with MFC conduits - Pls help

2002-02-04 Thread Jayakody, Dhanushka
Hi, I have coded a MFC conduit using the conduit wizard. Also i have imported the ADO library.When ever i compile it gives a error saying windows.h already included.The header files which i have used are listed below. Can someone pls tell me what could be the cause for this. #import c:\Program

How can the conduit identify the Palm application data structures

2001-12-13 Thread Jayakody, Dhanushka
Hi, Lets say I have used structures in my Palm application. How can the conduit identify what sort of structure the Palm application use inorder to synchronise the data. Also assume the conduit is coded in VC++. Pls help cus i'm stuck. Thanks in advance Dhanushka. -- For information on using

Bitmaps in Palm Application

2001-12-12 Thread Jayakody, Dhanushka
Hi, Is it possible to upload Bitmaps developed on other tools into the Palm Application.If yes how cus i dont see a option in CodeWarrior other that it's own image development tool. Thanks in advance Dhanushka. -- For information on using the Palm Developer Forums, or to unsubscribe, please

Problem with Stroring Structures

2001-12-11 Thread Jayakody, Dhanushka
Hi, I have a record struct with three members in it. i.e: typedef MyStructType { char LineNo[5]; char In[10];

Draw Items in a Table

2001-11-13 Thread Jayakody, Dhanushka
Hi, I have a data structure which has interger members. When drawing these data on the table how can type cast UInt16 to string. The reason why i ask this is i dont see any other method other than WinDrawChars() to draw the data. For example the code below is instance where i'm trying to draw