Re: fill offset window

2007-05-15 Thread Christian Giordano
Sorted with: RectangleType rect; RGBColorType newRgbP1; newRgbP1.r=0; newRgbP1.g=0; newRgbP1.b=0; WinSetForeColorRGB(&newRgbP1,NULL); rect.topLeft.x = 0; rect.topLeft.y = 0; rect.extent.x = 160; rect

offscreen window's bitmap access

2007-05-15 Thread parimala
My code was using the screen bitmap as the source to create a manipulated bitmap. Now, since the requirement is to do all the drawing and manipulation in the background, I chose to use the WinCreateBitmapWindow and do a WinCopyRectangle from the screen bitmap. Case 1) When a version2 bitmap i

Is it possible to get notified when Treo600 receives a wap-push message ?

2007-05-15 Thread yinxiang
Is it possible to get notified when Treo600 receives a wap-push message ? I want to make a software to help Treo600 to parse the wap-push message, but is it possible ? -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/develo

Re: fill offset window

2007-05-15 Thread Lionscribe
How about WinDrawRectangle or WinSetBackColor & WinEraseRectangle No need to bother with palletes LionScribe -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

fill offset window

2007-05-15 Thread Christian Giordano
Hi guys, I just would like to fill the whole offset window with one color (black), because when I draw my bitmaps the background is white. Since I couldn't find a straight forward way, when probably there is, I tried with WinSetPattern and WinDrawRectangle. When I try to set the patter with: Cus

Treo 680 - turn on red LED programatically?

2007-05-15 Thread RaNo
Hi, I wanted to turn on the red LED programatically on the Treo 680, but the code that works on other Treos seems not to work on the 680. Has anyone managed to turn on red LED programatically on the Treo 680? My code: UInt16 ledstate= kIndicatorForceRed; HsIndicatorState (kIndicatorCountFo

Re: Simple way to detect if a device is a Treo?

2007-05-15 Thread Jan Slodicka
Hi Anybody discovered that already? I just downloaded fresh new 5.4 SDK, but it does not mention T755 at all. Some parts were not updated for T680! With best regards, Jan Slodicka Resco, Palm Division - Original Message - From: "David Thacker" <[EMAIL PROTECTED]> > > And, the T

Re: CW9 to PODS - XRD header file?

2007-05-15 Thread Roger Stringer
At 04:15 AM 5/15/2007, you wrote: Subject: CW9 to PODS - XRD header file? From: "Greg" <[EMAIL PROTECTED]> Date: Mon, 14 May 2007 17:41:07 - X-Message-Number: 3 I am converting a CW9 project to PODS. I have converted my rsrc to an xrd, but I was referencing the header file from the rsrc in

Re: Edit Menu for FrmCustomResponseAlert

2007-05-15 Thread Dmitry Grinberg
Frm*Alert family of functions does not use a resource, it CREATES a form on the fly, so this will do no good. On 5/15/07, Lionscribe <[EMAIL PROTECTED]> wrote: A quick fix would be to copy the form used by FrmCustomResponseAlert from the boot or system database to your own application database,

NetLibSelect NetErrNoInterfaces

2007-05-15 Thread Andy Bell
Hi, I am trying to write a server application and I keep getting the NetErrNoInterfaces when I use NetLibSelect. I am using the following code: netFDZero(&readFDs); netFDZero(&writeFDs); netFDZero(&exceptFDs); netFDSet(sysFileDescStdIn, &readFDs); netFDSet(g_alarmSocket, &readFDs); width = g_

Re: Edit Menu for FrmCustomResponseAlert

2007-05-15 Thread Lionscribe
A quick fix would be to copy the form used by FrmCustomResponseAlert from the boot or system database to your own application database, add to it menu 1, and it should work. Never tried it. You might have to add both the 68K form and the ARM form. Start with the 68K form and try it. LionScribe

How to use Phone API

2007-05-15 Thread Bismi
Hi, I want to get my own number from SIM card. For that i need to includePAm ONe SDK which comtains phone API. But i am not able to add the required files. I tried to add the header files but i dont think this is a right method as we cannot add all header files. Please give a solution as of

CW9 to PODS - XRD header file?

2007-05-15 Thread Greg
I am converting a CW9 project to PODS. I have converted my rsrc to an xrd, but I was referencing the header file from the rsrc in one of my c files and I am not sure how to get PODS to create the header file. Can someone point me in the right direction, I have not had any luck locating in Googl