changing background color of scrollbar

2008-03-06 Thread Leandro Pelorosso
Hi!! Does anyone knows how to do this? thanks a lot! :) vertexar Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs -- For information on using the ACCESS Developer Forums, or

limiting linesToScroll

2008-03-04 Thread Leandro Pelorosso
Hi! Is there some way to limit the amount of steps that a scrollbar do? I mean, when the user draw the cursor of the scrollbar, linesToScroll can be any number, I need to limit it, for example, to 10. Is there an easy way to do it? thanks a lot! vertexar __

Re: Change Bitmap ID of a Form Bitmap

2008-03-04 Thread Leandro Pelorosso
this is what i > use personally because it > has all advantages of first possibility and seems > 'nicer' to me > > or anything else your fantasy will provide :) i can > think about few more > possible hacks if you will need :) > > Leandro Pelorosso wrote: > >

Change Bitmap ID of a Form Bitmap

2008-03-04 Thread Leandro Pelorosso
Hi!! Is there any way to change the bitmap ID of a form bitmap in run time so it displays another image? thanks a lot! vertexar Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/h

Debugging and finding memory leaks

2008-02-19 Thread Leandro Pelorosso
Hi! Is there a way to find memory leaks in PalmOS apps? And also, how can I do to debug my code? I mean, when an error occurs, I get an emulator windows with a debug button, but when I click it, well, nothing happens. I'm using garnet OS development suite. thanks a lot! vertexar _

Question regarding tables and scrolling

2008-02-18 Thread Leandro Pelorosso
Hi! I have a table with non editable text fields. Some rows get sometimes cutted, not being able to display the whole text (i.e. the row is bigger than the height of the table or the row starts too close to the bottom), so I would like that when I press the scroll down button, the first line of te

Re: DateBook source code

2008-02-16 Thread Leandro Pelorosso
I've read on a forum that someone got it from Palm OS 3.1 Examples, but I couldn't find the PalmOS SDK 3.1 --- Christopher Stamper <[EMAIL PROTECTED]> wrote: > Yeah, I've been looking for it too. Maybe it's not > available? > > Anybody? > On Feb 16,

Table with non editable fields

2008-02-16 Thread Leandro Pelorosso
Hi! I need to display some non editable info in a table. When I'm using fields I can set them the pointer to the string to show, is there something simimar for tables? I mean if is it possible to give a cell a pointer to char where the string to show begins. thanks a lot! vertexar _

DateBook source code

2008-02-16 Thread Leandro Pelorosso
Hi! Does anyone knows where can I found the source code for the DateBook application that comes with PalmOS? I need it to see how they handle the table, thanks a lot! vertexar Never miss a thing. Make

Re: change position and size of an object

2008-02-11 Thread Leandro Pelorosso
date > > - Original Message - > From: "Leandro Pelorosso" <[EMAIL PROTECTED]> > To: "Palm Developer Forum" > > Sent: Monday, February 11, 2008 8:31 PM > Subject: change position and size of an object > > > > Hi! > > >

[Solved] change position and size of an object

2008-02-11 Thread Leandro Pelorosso
That's ok, I already found out how to do it :) FrmSetObjectPosition (FormType *formP, UInt16 objIndex, Coord x, Coord y) I will later search for a function to change the size. thanks a lot! :) vertexar ___

change position and size of an object

2008-02-11 Thread Leandro Pelorosso
Hi! How can I change the position and size of an object in runtime? (in this particular case, a FieldType). Thanks a lot! vertexar Be a better friend, newshound, and know-it-all with Yahoo! Mobile. T

Re: Strange problem returning a MemPtr

2008-01-29 Thread Leandro Pelorosso
t A. Bender" <[EMAIL PROTECTED]> wrote: > Am Montag, 28. Januar 2008 22:19:18 schrieb Leandro > Pelorosso: > > Hi! > > > > I'm having a really strange problem returning a > > MemPtr, > > I have a function that returns a MemPtr with value > > 0x151

Strange problem returning a MemPtr

2008-01-28 Thread Leandro Pelorosso
Hi! I'm having a really strange problem returning a MemPtr, I have a function that returns a MemPtr with value 0x1512d14, but when I receive that value from outside, I get 0x2d13. I'm freaking out :( Does anyone know why can this be happening? thanks a lot, vertexar __

Re: Loading a large database (25.000 records) question

2006-08-17 Thread Leandro Pelorosso
Thanks Terry! I supposed i had 16Mb free :/, I think I will have to store the database in a VFS. thanks again, rodrigo pelorosso --- Terry <[EMAIL PROTECTED]> wrote: > > On Aug 16, 2006, at 2:50 PM, Terry wrote: > > > > On Aug 16, 2006, at 2:21 PM, Leandro Peloros

Loading a large database (25.000 records) question

2006-08-16 Thread Leandro Pelorosso
Hi! I'm trying to load a 25.000 records pdb, each one sized less than 64k (actually, none of them is more than 400 or 500 Bytes) I read that one database can't have more than 8000 records because of the heap space, so I generated a couple of pdbs (well.. actually 5), each one with only 5000 record