Re: Memory Leak problem in table

2004-04-07 Thread Manuel García Urreta
you have to free this memory on the frmCloseEvent and all goes well for(i=0;ikNumTextColumns;i++) for(j=0;jkNumRows;j++) { if(gHandles[i][j]) MemHandleFree(gHandles[i][j]); } Best Regards Manu El 07/04/2004, a las 02:35, Pinaki

Re: Button Click

2004-03-25 Thread Manuel García Urreta
You have to use the CtlHitControl API call Manuel - Original Message - From: Shyam Iyengar [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, March 25, 2004 9:54 AM Subject: Button Click Hello, I am writing a piece of code where

Re: Bus Error when init a table

2004-03-24 Thread Manuel García Urreta
execute TblSetRowUsable (table, row, true). If i remark this command, it Verify if the value of row in that call is not greater than the numbers of rows that you really have in your table Manuel -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Table - Selected Row

2004-03-22 Thread Manuel García Urreta
; TblGetItemBounds(table, row, col, itemBounds); WinInvertRectangle(itemBounds, 0); Good luck Manuel García Urreta CTO - SisDev Software Movile Solutions Buenos Aires -- DeMonteGrande WebMail (http://www.demontegrande.com.ar) -- Original Message --- From: Roberto Pedrozo Mendes [EMAIL

Re: MAC OS X ver. Panther Server 10.3.

2004-03-19 Thread Manuel García Urreta
Where I can get codewarrior for MacOS X, i know that metrowerks stop sopport it, but I want to use my iBook to develop Palm Applications Thanks Manuel -- DeMonteGrande WebMail (http://www.demontegrande.com.ar) -- Original Message --- From: Florent Pillet [EMAIL PROTECTED] To:

Re: loop problem

2004-03-08 Thread Manuel García Urreta
You have to do something like this do{ // refresh screen here }while(!EvtSysEventAvail(false)) Manuel García Urreta Hi all palm developers, I am new to palm developing. and I need help from u adept guys.. I am trying to capture a camera image from the PDA's SDIO slot ...and I want

Re: Problem implementing ScrollBar with Table

2004-02-19 Thread Manuel García Urreta
Can you send me the methods for scrolling atable? Thanks in Advance Manuel from Argentina - Original Message - From: husnain malik [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, February 19, 2004 10:05 AM Subject: Re: Problem implementing ScrollBar with

Re: read record (problem not solved)

2004-02-12 Thread Manuel García Urreta
You have to do a DmGetRecord instead of DmQueryRecord. Manu - Original Message - From: John Lai [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, February 12, 2004 10:33 AM Subject: read record (problem not solved) Hi all, I really need your help. How do I

Re: hi-res bitmap not being displayed when using a BitmapFamily

2004-02-06 Thread Manuel García Urreta
Hello Brian, I am Manuel from Argentina. You have to do 2 things: First of all check that your ROM version is greater or equal than 3.5. If this is ok. you have to change the screen mode to a high density mode. The code for doing this is: UInt32 depth = 4;

Constrast regulation

2004-01-09 Thread Manuel García Urreta
prototype with an example?? Thanks in advance list. Manuel García Urreta from Argentina -- Este mensaje ha sido analizado por DeMonteGrande.com.ar MailScanner en busca de virus y otros contenidos peligrosos, y se considera que está limpio. -- For information on using the Palm Developer Forums