Re: Table problem with PilRC designer

2003-07-29 Thread Dragomir Goranov
Hm... It seems I have to find the answer to my original question the hard way. It seems that I have to initialize the table myself so that it shows correctly. Here is my code: // Grid variable CGrid m_grid; // Attach grid object to table and scrollbar controls m_grid.Attach(ScannedTable, ScrollTa

Re: Alert from Resource in another ResDB

2003-07-29 Thread Bjoern Lippold
hi danny, thanks for your answer, but how do i show the alert from the db ? DmGet1Resource() gives me a MemHandle. What should i do with it ?? regards, Bjoern Danny Wong wrote: hi, yes it is possible. Just make sure the resource db is the last one that you opened. the palmOS will search all

why does this INetLibSockHTTPReqSend fail?

2003-07-29 Thread blaman
Hi everbody, i´m programming for palm OS 4.x and use the inet.lib to send a http request. I´m using xml, but i only get the xml errormessage "The request could not be processed". Yes, that means that the http request is successful itself, but it seems that my Request argument (3rd in INetLibSockHTT

Re: Help with installing application

2003-07-29 Thread blaman
hi thomas, have you tried to take out all your source by comment brackets except reacting to sysAppLaunchCmdNormalLaunch? i would guess your application is launched by another launchcode. You could also debug your application to see if your programm caused the crash itself. Dont know if this helps

The business side of things?

2003-07-29 Thread Laurens
Hi, Is there a group for discussing the business side of the Palm Economy? Specifically, about selling your software online, for instance through PalmGear or Handango. Thanks -Laurens -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev

Hacking Libraty Traps

2003-07-29 Thread RaNo
Hello! Is there really no way to patch library functions? I've read some previous messages on this topic, but it seems there is no reliable way to do it. That was three years ago. Any ideas now? -- Radoslaw Nowak, RNS:: www.ranosoft.com/palm -- For information on using the Palm Developer For

How to replace built-in security lockout app?

2003-07-29 Thread Teo Hong Siang
Hi, I would like to replace the built-in lockout app with my custom lockout app. How do I go about doing this? In particular, how do I make the OS call my lockout application, instead of the built-in security app, on wakeup? Any pointers is deeply appreciated. I'm aware of SysNotify*, but they don

Re: Newbie Database Questions

2003-07-29 Thread Régis Daniel de Oliveira
Hy again! I was searching about theses questions, but, all the information that i found is a bit complicated. I have a database that have only 1 record, and 3 fields, like the schema below: RcaIDRcaNameRcaPassword 9Daniel teste and 1 want to change the RcaPassword

Database Edit Question...

2003-07-29 Thread Régis Daniel de Oliveira
file://Busca no Banco de Dados as Informacoes sobre a Senha do representante dbPtrF = NULL; OpenDatabase(&dbPtrF, "Config"); { typedef struct { Char *CodRca; Char *NomeRca; Char *Senha; } StructType; StructType *s; S

Re: Database Edit Question...

2003-07-29 Thread José dos Santos Machado
Hi Régis, greetings from Rio, Well, since my first old days of PalmOS C programming, I do not assign strings to the structs like you're doing: /*Now, I'm changing the struct content...*/ theStructure.CodRca="8"; theStructure.NomeRca="Regis Daniel"; theStructure.Senha="saf"; I usu

Re: Alert from Resource in another ResDB

2003-07-29 Thread Dave Carrigan
On Tue, Jul 29, 2003 at 09:14:04AM +0200, Bjoern Lippold wrote: > thanks for your answer, > but how do i show the alert from the db ? Just call FrmAlert using the resource id of the resource in your extra database. FrmAlert uses DmGetResource to find the resource, which searces all open resource

Re: The business side of things?

2003-07-29 Thread Ben Combee
At 04:20 AM 7/29/2003, Laurens wrote: Is there a group for discussing the business side of the Palm Economy? Specifically, about selling your software online, for instance through PalmGear or Handango. You're looking for the Palm Entrepreneurs Forum. Details are at http://www.markspace.com/pef/

Re: Turn on Palm when cradled?

2003-07-29 Thread Hugh Jasman
Hi Thomas, Thanks for the reply. However, when the palm is 'off', or 'sleeping', i do not receive the notification. In other words, I can't get it to wake up by using sysExternalConnectorAttachEvent. When the palm is awake, then I receive the notification. So, is there a way to wake it up?

Re: The business side of things?

2003-07-29 Thread kcorey
On Tue, 2003-07-29 at 17:05, Ben Combee wrote: > At 04:20 AM 7/29/2003, Laurens wrote: > >Is there a group for discussing the business side of the Palm Economy? > >Specifically, about selling your software online, for instance through > >PalmGear or Handango. > > You're looking for the Palm Entr

Re: Newbie Database Questions

2003-07-29 Thread ThuNguyet Nguyen
> Ahh, if anybody knows where can a copy an example of writing databases on > palm, please give-me the link too. > Too lazy to read your code You can get the CW 8 Demo from MW web site. The link is: http://www.metrowerks.com/MW/download/request.asp?action=dl&product=PalmOS&submit=Select+%3E%3

Transparent graphical buttons

2003-07-29 Thread Daniel Seifert
Hi, I want to display a graphical button where the images are transparent. I've included the corresponding lines in my rcp file below. Unfortunately the button is not transparent on the device :( Is it impossible to have a transparent button? If not, what am I doing wrong? Thanks in advance fo

Re: WChar to char

2003-07-29 Thread Ken Krugler
I am having problems disecting a string. I am using the TxtGetChar function inside a for loop to build a smaller string of a set length to pass to an encryption function. This returns a WChar. When I concatenate the returned WChar cast to a char or char* I get the char and a '/1' character. I p

Re: Transparent graphical buttons

2003-07-29 Thread Ben Combee
At 12:44 PM 7/29/2003, Daniel Seifert wrote: Is it impossible to have a transparent button? If not, what am I doing wrong? Thanks in advance for your help. Palm OS doesn't support transparent buttons at the form handling level. It always clears the background behind the button before drawing any

CPM stability and performance

2003-07-29 Thread Mark Cameron
I've been reviewing the archives and seeing a number of references to problems using the Crypto Manager in its earlier iterations. Is the new version that ships with OS5.2 solid, or is it still causing memory leaks? I'm also wondering about the performance of CPM. I'm implementing a program that n

Re: CPM stability and performance

2003-07-29 Thread Aaron Ardiri
> I've been reviewing the archives and seeing a number of references to > problems using the Crypto Manager in its earlier iterations. Is the new > version that ships with OS5.2 solid, or is it still causing memory > leaks? we have been using the CPM library without any hick-ups. it would be nice

set palm-dev-forum repro

2003-07-29 Thread nmailey
set palm-dev-forum repro -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

How Do I Retrieve Number of Records?

2003-07-29 Thread nmailey
How does one find out how many records exist in a pdb? I can't seem to find a function for it!?!?! DmDatabaseInfo() doesn't include: Number of Records there's got to be something I've overlooked Nole Mailey Data Conversion Specialist ProfitMaster Canada 1.800.340.4492 www.pmcanada.com [EM

RE: CPM stability and performance

2003-07-29 Thread Mark Cameron
Thanks Aaron. I'm not encountering any problems... I was just referring to a number of posts in the archive. I'll give this a shot and report my findings. Cheers, -Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Ardiri Sent: Tuesday, July 29, 2

removable media file systems: Palm vs PocketPC

2003-07-29 Thread David Beers
By any chance, are the file systems used for removable media by the Palm OS and PocketPC compatible? I don't mean the APIs of course, I just mean that assuming I have an SD card with a bunch of files arranged in directories, can I get a Palm app and a PocketPC app both to navigate these directorie

Re: How Do I Retrieve Number of Records?

2003-07-29 Thread Wayne Hortensius
At 04:48 PM 7/29/03 -0500, Nole Mailey wrote: >How does one find out how many records exist in a pdb? >I can't seem to find a function for it!?!?! DmNumRecords? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: How Do I Retrieve Number of Records?

2003-07-29 Thread David Beers
>>How does one find out how many records exist in a pdb? >>I can't seem to find a function for it!?!?! >DmNumRecords? Well, yes, although you should be aware that this counts all the records in the database including ones that have their deleted bit set. (Those aren't removed until the Palm is H

Re: How Do I Retrieve Number of Records?

2003-07-29 Thread Steven Fisher
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > How does one find out how many records exist in a pdb? > I can't seem to find a function for it!?!?! DmDatabaseSize See: http://tinyurl.com/ig8b [www.palmos.com] -- For information on using the Palm Developer Forums, or to unsubscribe

How do I create a list pointer that can be passed to LstSetListChoices from a string resource?

2003-07-29 Thread Sun ribo
how? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

graphic button wont delete

2003-07-29 Thread Meg Walraed-Sullivan
I have a main form that calls a details form via FrmPopUpForm. When I return to the main form from the details form, a graphic button from the details form still shows, but on the main form. i've tried erase, setting the useable feature, hiding, etc, but for some reason nothing seems to work, and

Re: graphic button wont delete

2003-07-29 Thread Ben Combee
At 12:59 AM 7/30/2003, Meg Walraed-Sullivan wrote: I have a main form that calls a details form via FrmPopUpForm. When I return to the main form from the details form, a graphic button from the details form still shows, but on the main form. i've tried erase, setting the useable feature, hiding,

Re: removable media file systems: Palm vs PocketPC

2003-07-29 Thread Markus Dresch
> By any chance, are the file systems used for removable media by the Palm OS > and PocketPC compatible? I don't mean the APIs of course, I just mean that > assuming I have an SD card with a bunch of files arranged in directories, > can I get a Palm app and a PocketPC app both to navigate these di