RE: Capturing screen shots

2007-07-02 Thread Yalagach Rekha
Use ScreenShot5 application. Rekha -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Prashant Batra Sent: Monday, July 02, 2007 12:24 PM To: Palm Developer Forum Subject: Capturing screen shots Hi All, Is there any way to capture screen shots in Palm

RE: Capturing screen shots

2007-07-02 Thread Prashant Batra
Is it the only way and from where can i get it ? Can we develop an application that run in background and capture the screen shots of whatever application run on Palm. I know, there is nothing like background application in Palm but just want to confirm this. Thanks for help Yalagach

RE: Capturing screen shots

2007-07-02 Thread Yalagach Rekha
You can buy in web. It allows you to capture screen shots of different applications running on Palm. Rekha -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Prashant Batra Sent: Monday, July 02, 2007 12:33 PM To: Palm Developer Forum Subject: RE:

re: Capturing screen shots

2007-07-02 Thread quilobayt
You can try PDAReach www.junefabrics.com/pdareach/trial.php -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

RE: Capturing screen shots

2007-07-02 Thread Tam Hanna
Hi, there is a way: a) Enregister for alarm b) When alarm comes, save display window bits c) Register next alarm goto a Best regards Tam Hanna http://tamspalm.tamoggemon.com http://tamsppc.tamoggemon.com http://tamss60.tamoggemon.com -- For information on using the ACCESS Developer Forums,

Palm and Strings

2007-07-02 Thread James
Hello all, I am having a brain cramp or something. I try the following on the palmm and I get an error of reading from an invalid memory. I have the following: char *name[] = { tom, dick, harry }; char **names = name; Then I have a function that does a cast onto the pointer ( UInt8 *)

Re: Palm and Strings

2007-07-02 Thread Aaron Ardiri
On 7/2/07, James [EMAIL PROTECTED] wrote: Hello all, I am having a brain cramp or something. I try the following on the palmm and I get an error of reading from an invalid memory. I have the following: char *name[] = { tom, dick, harry }; char **names = name; Then I have a function that does

Re: Capturing screen shots

2007-07-02 Thread Aaron Ardiri
On 7/2/07, Tam Hanna [EMAIL PROTECTED] wrote: Hi, there is a way: a) Enregister for alarm b) When alarm comes, save display window bits c) Register next alarm goto a or, try some freeware http://www.codejedi.com/shadowplan/zgrab.html something that only takes a few minutes to write up

Re: Palm and Strings

2007-07-02 Thread James
Ah Aaron! (I remember you from some years back) Yes I do understand that some changes are need for handhelds, but wasn't sure if this was one of those cases. I knew there was something funky going on with this, that was one reason I asked about it. I had considered doing the resource thing

contract to build very simple palm OS app

2007-07-02 Thread Jason
Hello I'm looking to contract with someone to create a very simple but professional Palm OS app, basically just a data entry/viewing interface (no more than 5 different screens) that is linked to an excel database. Platform will likely be Zire 31. If you're interested, please send me an email

Re: Palm and Strings

2007-07-02 Thread Ben Combee
I will try that now, thanks for that help buddy! Also you probably can help me on this one, are there any good Pilrc editors on Linux? I mean gui? That are not buggy :-) The only one I know about is Guikachu at http://cactus.rulez.org/projects/guikachu/ -- For information on using the ACCESS

Re: Palm and Strings

2007-07-02 Thread James
Yea that is the one I use(d) but had problems saving the project in native mode? It would save the project out and I could see it, XML. But when I went to load it back it, would say it couldn't load it in? Might be the version I have? Ubuntu version? Thanks James -- For information on using

RE: Capturing screen shots

2007-07-02 Thread Doug Gordon
There is a freeware utility called Jolly Roger that does this. It activates from a hard key and stores the screen shots on a memory card as BMP files. D. Gordon -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see

Re: Capturing screen shots

2007-07-02 Thread Phreak OnALeash
Alex Pruss has a pretty cool Da that will do this. I forget the exact link but it is in 1src.com's freeware section... It is called screendumpDA and is in the DAs section. Now you just need a DA launcher, and it will do it for you and place them on the root of the card in BMP format. Enjoy, --

Re: contract to build very simple palm OS app

2007-07-02 Thread Borszczuk
Jason wrote: Hello I'm looking to contract with someone to create a very simple but professional Palm OS app, basically just a data entry/viewing interface (no more than 5 different screens) that is linked to an excel database. Platform will likely be Zire 31. I always wonder, reading

RE: contract to build very simple palm OS app

2007-07-02 Thread Jason R. Neese
Hey thanks for the great email -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Borszczuk Sent: Tuesday, July 03, 2007 2:35 AM To: Palm Developer Forum Subject: Re: contract to build very simple palm OS app Jason wrote: Hello I'm looking to contract

Re: contract to build very simple palm OS app

2007-07-02 Thread Philip Sheard
Writing a conduit to update an Excel database is definitely not simple. The Excel ODBC driver is read only, so you would have to use the Office Object Model. You are really talking COM conduits here, and that is just on the desktop side. Then there is the question of money. Perhaps that is

Re: contract to build very simple palm OS app

2007-07-02 Thread Baxter
Nope. You can do a COM object in a regular Conduit. I do it that way with my PocketLog and DataGet software (www.dataget.com and www.dataget.com/pocketlog ) -- Philip Sheard [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Writing a conduit to update an Excel database is