Bus error on WinRGBToIndex() OS 3.5

2000-09-20 Thread Pierre Lagacé
Hi, I'm having this message when trying to set the videomode in 4 bit depth on the POSE (rom : OS 3.5 EZ dbg Device: Palm V). Here the code snippet: void setVideoModeToGrayScale() { Err error; UInt32 width = 0; UInt32 height = 0; UInt32 depth = 0; Boolean enableColor = false

Table problem OS 3.5

2000-09-20 Thread Pierre Lagacé
Hi, I'm converting an app from OS 3.1 to OS 3.5. Everything was working perfectly on OS 3.1. But now, when "drag" a row in my table it just disappear ( select a row and drag the stylus to the next row) ? I really don't know what's going on... any idea ? Thanks, Pierre L. -- For informatio

Re: tABLE hIGHLIGHT pROBLEM

2000-09-19 Thread Pierre Lagacé
I've got _almost_ the same problem. When I tap right on a row everything is draw correctly. But when I drag the stylus from one row to another the row simply disappear and my custom draw function is not called. I'm using CW R6 with POSE emulating a Palm V. Could someone point me out where, in

Re: Failed to connect to remote

2000-09-19 Thread Pierre Lagacé
I found the culprit! While playing around with Constructor I created a bitmap family that I don't use...Don't even know that I created this ;-) I remove this bitmap family and everuthing work well... Thanks for your answers. Pierre. Pierre Lagacé wrote: > Hi all, > > I

Re: Failed to connect to remote

2000-09-19 Thread Pierre Lagacé
th rebooting. > > Rik > > > -Original Message- > > From: Pierre Lagacé [SMTP:[EMAIL PROTECTED]] > > Sent: 19 September 2000 15:35 > > To: Palm Developer Forum > > Subject: Re: Failed to connect to remote > > > > I think you're right. And I rem

Re: Failed to connect to remote

2000-09-19 Thread Pierre Lagacé
t you could only do 4 bit grey scales (ie 16 > greys) and even then only four could be displayed at once. > > Rik > > > -Original Message- > > From: Pierre Lagacé [SMTP:[EMAIL PROTECTED]] > > Sent: 19 September 2000 15:27 > > To: Palm Developer Foru

Failed to connect to remote

2000-09-19 Thread Pierre Lagacé
Hi all, I'm using CW6 with SDK 5 including the last Update and the plugin on NT 4. When trying to debug with POSE (lastest version 3.0a7) I receive the message Failed to connect to remote. It use to work well until I play with Constructor. I tried to display 256 shades of gray with the Win...()

FormHandler and formOpenEvent

2000-09-18 Thread Pierre Lagacé
Hi all, This is one basic question, but I need some clarification ... I'd like to know when to return false from a FormHandler responding to a formOpenEvent. I'm asking this question because I just fixed a problem by returning true form my FormHandler what I was not doing. I'm converting from O

Re: converting to OS 3.5. Header problem

2000-09-15 Thread Pierre Lagacé
That was exactly the problem. Many thanks. Pierre Steven McMicken wrote: > In your project settings, under the C/C++ Language settings, check the > Prefix file that you have specified. That's probably causing your problem. > Regards, > Steve > - Original Message

converting to OS 3.5. Header problem

2000-09-15 Thread Pierre Lagacé
Hi all, I'm converting from OS 3.1 to 3.5. In my files I changed Pilot.h for PalmOS.h. Then I include PalmCompatibility.h. I removed the ScrDriver.h header where included. I change the acces path->system path to point to Palm OS 3.5 support directory. When I recompile I received this strange