Problems with TelNwkGetSignalLevel

2003-12-07 Thread Francisco García Tormo
Hello! I am developing an applicattion with sockets through GPRS with CodeWarrior 9.1 and a Palm Tungsten W. I must to detect if Palm is out of network coverage in runtime execution so I use TelNwkGetSignalLevel function. When I execute this function it returns the error 12044: anybody know wha

Re: Determining areas of the screen

2003-12-07 Thread Ken Krugler
Is there an API or other means to determine areas of the screen for things like the four soft buttons (on Vx these are "home," "calculator," "find," and "menu")? Such an API might include the ability to get the screen area for the drawable screen, the silkscreen, and alphabetic part of the Graffiti

Re: Codewarrior full x Codewarrior for Palm

2003-12-07 Thread Ben Combee
At 12:32 PM 12/7/2003, [EMAIL PROTECTED] wrote: 1 - If I have Codewarrior for Windows 8 (not for palm) , will be possible to use it for development for Palm OS using full C++ features? No. While CW for Win32 and CW for Palm OS use the same IDE, they have different compilers, linkers, debugger plu

Codewarrior full x Codewarrior for Palm

2003-12-07 Thread ericofranco2
Hi, I has been using for some time the codewarrior trial 8 for Palm and I liked it. I was planning to use Codewarrior for Windows 8 (not for palm) for general purposes - not only for Palm development. And I do not want to spend money now with Palm development (buying a CodeWarrior license for Pa

Registering application to receive specific data type.

2003-12-07 Thread York Kie Tan
Hi, my application currently uses ExgRegisterDatatype() function to register to receive files of a certain extension (.jpg) and ExgSetDefaultApplication() to make it the default application to receive that file type. The problem is there are other applications that changes the "default applicat

Zire21 CodeWarrior USB Debugging

2003-12-07 Thread Régis Daniel de Oliveira
Hy all! Does anybody know how can i allow USB Debugging with Zire 21 Device? I configured the Debugger seting to try to connect with the device using the USB port and started the DotDotTwo app on the device, but i always receive the folowing error: "Failed do download de Palm OS Database. The dat

Garmin iQue3600 can't be set to fullscreen ?

2003-12-07 Thread Chris Apers
Hi, When i try to set iQue3600 to fullscreen (DIA fully opened), i can't remove the status line, is this a limitation of this device ? thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

WinScreenGetAttribute ...rowbytes return wrong value

2003-12-07 Thread Chris Apers
Hi, I have a problem with TT3 simulator (don't know about real device) if i call : WinScreenGetAttribute(winScreenRowBytes, &(gVars->screenPitch)); in protrait mode 256color hires it returns the correct value : 320 but if i call it in landscape mode it returns : 28 any idea why ? thanks Chris

Re: GsiSetLocation doesn't

2003-12-07 Thread Aaron Ardiri
> > GsiEnable(false); > > cnt = FrmGetNumberOfObjects(frm); > > index = -1; > > for (i=0; ((i > if (FrmGetObjectType(frm, i) == frmGraffitiStateObj) index = i; > > > > if (index != -1) > > { > > FrmGetObjectPosition(frm, index, &x, &y); x = 144; // move > > FrmSetObjectPo

Re: GsiSetLocation doesn't

2003-12-07 Thread Pascal LEVY
> GsiEnable(false); > cnt = FrmGetNumberOfObjects(frm); > index = -1; > for (i=0; ((i if (FrmGetObjectType(frm, i) == frmGraffitiStateObj) index = i; > > if (index != -1) > { > FrmGetObjectPosition(frm, index, &x, &y); x = 144; // move > FrmSetObjectPosition(frm, index, x

Re: Preventing app exit

2003-12-07 Thread Aaron Ardiri
> I found that pressing the HotSync button sends a 'keyCode' that then gets > translated into an appStopEvent. Only problem is that the actual code is > different between hardware/OS versions (at least this is true in the > emulators/simulators). i have written code that prevents exit while a cri

SysAppLaunch and MemHandleSetOwner

2003-12-07 Thread Yona Dolev
Hi, I'm passing a struct containing memhandles as a parameter block to SysAppLaunch, Can anyone send me an example of how to use the MemHandleSetOwner? thanks, Yona. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

exceptions in Palmos5

2003-12-07 Thread Yona Dolev
Hi, I transferred me Palmos4 app. to PalmOs5, Some of the exceptions work but most of them crash - especially during connectivity. Can anyone help? thanks, Yona. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/