release version

2003-12-29 Thread Pablo Martin Vera
When I change the target to release version in codewarrior I´ve got a lot of warnings, one of these repetitive warnings is that the constructor and destructor of my classes are not inline ¿Why? ¿Should I make the inline?? -- For information on using the Palm Developer Forums, or to unsubscribe,

gray scale

2003-12-29 Thread Pablo Martin Vera
I was developing my app in color but when I test it on a monocrome device it seems to show only the images and painted figures only in black and not in gray scale. Is there something I need to change in order to see grayscales in my app?? -- For information on using the Palm Developer Forums,

to ajiau (m130 )

2003-12-23 Thread Pablo Martin Vera
Thanks Ajiau it work perfectly, with the files you send me I´ve successfully added the LAN Sync to the m130. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

app icon

2003-12-23 Thread Pablo Martin Vera
How do I change my app icon using Pilrc designer with codewarrior?? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

codewarrior problem

2003-12-16 Thread Pablo Martin Vera
I´m having a problem with my proyect. I added a new class file in my proyect, that class inherit s from CDBPopupTrigger to manage a combo box. The problem is that withing this file there seems to be no reference to the pol´s classes. Error : undefined identifier 'CDBPopupTrigger'

m130 Lansync

2003-12-16 Thread Pablo Martin Vera
In the m130 the lansync funcionality is missing. Anybody knows how to add lansync funcionality to a m130. Is there a third party tool?? Thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

m130 rom

2003-12-16 Thread Pablo Martin Vera
I need an m130 ROM. Please if someone got that rom I´ll ve greatfull if you send it to me to this email: [EMAIL PROTECTED] Thanks a lot Pablo -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

lansync with palmos 4.1

2003-12-15 Thread Pablo Martin Vera
Anyone knows how to configure lansync with an m130 or m125 device running palm os 4.1 because it hasn´t got these options in the hotsync preferences. Thanks Pablo -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

block hard keys

2003-12-10 Thread Pablo Martin Vera
I need to block the hard keys during my aplication so the user couldn´t leave my app. Please tell me how to do it and then how to de block them. Thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re:Tabbed window control

2003-12-09 Thread Pablo Martin Vera
yes the POL object library (include with codewarrior) has a tabbed window control. see http://www.aqpoint.com/pol/ for more information. Pablo Martín Vera -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

images

2003-12-09 Thread Pablo Martin Vera
I need some example code to create a pdb with images to show In my app. I want to create the pdb in window and then show the images on the palm. Any ideas or examples?? Thanks Pablo Martín Vera -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Field Problem

2003-12-02 Thread Pablo Martin Vera
I´m using POL and I´ve got a problem with a CField control, it´s a non editable control and I write it by code using DDX_Text funcion I´m calling the form wich contain the field in a modal way. When I close it the text of the cfield remains in the screen. So I see it in the calling form. Why??

Re:Re:CField Problem with POL

2003-12-02 Thread Pablo Martin Vera
If I were a betting man, I'd bet that your DrawField was being called before your Form was opened (and drawn for the first time). Or afterwards. I'd look for something like that. Thanks a lot Matthew Henry!!! You were right I was calling DrawField before showing the form. I´m ussing DDX_Text

linker problem

2003-12-02 Thread Pablo Martin Vera
I´m using codewarrior 9 and I´ve got a lot of linker problems I was normally developing my app and when y added a new form (I´m using POL) and reference it in the form map i´ve got a los of linker error of out of range. I´ve checked and my code ins´t up to 64k so please tell how to solve. It´s

Re:Re:Linker problem (to Ben Combee)

2003-12-02 Thread Pablo Martin Vera
Ben I try splitting in severals segments and didn´t work I´ve also tried changing the code model to small and large but when I do that I´ve got links errors from POL. Link Error : POLForm.cpp: 'POL::CArrayPOL::CForm*, POL::CObjectTraitsPOL::CForm*, POL::CCompareTraitsPOL::CForm*::~CArray()'

CField Problem with POL

2003-12-01 Thread Pablo Martin Vera
I´ve got a problem with a CField control, it´s a non editable control and I write it by code using DDX_Text funcion I´m calling the form wich contain the field in a modal way. When I close it the text of the cfield remains in the screen. So I see it in the calling form. Why?? I´ve got several

label

2003-11-04 Thread Pablo Martin Vera
How can I hide a label I´m using POL´s clases but the CLabel object hasn´t got the HideControl() method any suggistions? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Grid headers with color

2003-09-29 Thread Pablo Martin Vera
I need some code to paint a CCustomGrid header with some color. Please if someone know how to do it please help me. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

float

2003-09-26 Thread Pablo Martin Vera
I need to convert a float to a CString please if someone know how to do it or have some code please send it to me. Thanks a lot. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

grid header

2003-09-25 Thread Pablo Martin Vera
I need some code to paint a CCustomGrid header with some color. Please if someone know how to do it please tell me -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

scroll Event

2003-09-23 Thread Pablo Martin Vera
I´ve got an scroll event that triggers when I press the scroll bar. This is working. The problem is that I´ve got more than one scroll bar resource in the same form so I need to know wicht one caused the event. I´ve tried this code but it doesn´t recognized the controlID property it gives me an

global function

2003-09-18 Thread Pablo Martin Vera
If I defined a global function in a .h I´ve got a linker error in every form that it says that´s already define in starter.cpp I place the function in common.h heres the code: //COMMON.H #ifndef COMMON_H_ #define COMMON_H_ #include POL.h using namespace POL; #include Preventa_Rsc.h #define

databases

2003-09-18 Thread Pablo Martin Vera
Wich data type should I use In my pdb to read a register with a Date data type from an access database??? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

newie question on c++

2003-09-17 Thread Pablo Martin Vera
Where shall I place a global variable or a funtion definition in order that variable will be accessible from every classes in my project -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

drawing

2003-09-17 Thread Pablo Martin Vera
I want to draw a coloured rectangle on the screen but I want it to be at the botton so I could see the resources in front of it. Is it possible?? Please send me some code example. Thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see

basic question

2003-09-15 Thread Pablo Martin Vera
This is very very simple question but I´m new on this and I don´t know how to do it. I´m designing my forms using ther PILRC editor in codewarrior. I added a Label with some text and I want that text to appear in two lines, wich carcter shoul I enter to force it to go to a new line?? -- For

grid with POL

2003-09-12 Thread Pablo Martin Vera
I´m using POL Classes and I´ve created my own grid class derived from CCustomGrid. I need some code example to paint the column headers with some color. Anybody can help me?? -- For information on using the Palm Developer Forums, or to unsubscribe, please see

graphical button

2003-08-14 Thread Pablo Martin Vera
I´ve added a graphical button on my project but when I enter the form I can´t see it. I associate the button with a bmp image inside de pirlc editor. Anyone knows how to solve this problem?? -- For information on using the Palm Developer Forums, or to unsubscribe, please see

code

2003-08-14 Thread Pablo Martin Vera
Is there any tool in codewarrior that automaticaly add new files and clases where I add a new form resource?? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

graphic button

2003-08-09 Thread Pablo Martin Vera
i´ve created a graphic button and I assigned it two 16 color bitmap images. When I start the aplication I see the in black and white not in color. Please tell me how to solve it. -- For information on using the Palm Developer Forums, or to unsubscribe, please see

tables

2003-08-06 Thread Pablo Martin Vera
I need help using tables. How can I do to display the table borders??? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/