Re: palmgear activities

2004-08-26 Thread Prakash
The word has to be spread about ESD-Union [http://www.esd-union.com]. Check out and learn how to fight them.. Hats off Aaron! for yout initiative and the discussions in http://www.esd-union.com/board ! This is going to be a great help for sooo many independant developers! Cheers, Prakash

Re: Starting with Bluetooth

2004-08-15 Thread Prakash
so I guess this equates to Palm not caring for developers in general. *grumble* Is it becoming a trend to add this line to the post? or you expect folks from palm(source) would reply for your grumble? ;) Cheers, Prakash On Mon, 16 Aug 2004 00:23:58 +1000, Trejkaz Xaoza [EMAIL PROTECTED

Changing snooze time interval..

2004-08-08 Thread Prakash Rajendran
Is there any way to change the snooze rate and interval for Datebook reminders from external application? Cheers, Prakash -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: what is the hexadecimal code for right arrow symbol

2004-06-29 Thread Prakash
I would assume \x04 for left and \x08 for right.. as the definitions from keymgr.h is as below: #define keyBitRockerLeft0x0004 // 5-way rocker left #define keyBitRockerRight 0x0008 // 5-way rocker right correct me if otherwise.. Cheers, Prakash On Mon, 28 Jun

Re: ScreenShot

2004-06-27 Thread Prakash
One more is at http://www.codejedi.com/shadowplan/zgrab.html Cheers, Prakash On Sun, 27 Jun 2004 10:30:52 +0530, Prakash [EMAIL PROTECTED] wrote: There were a few available. at the moment, i can recall only http://www.linkesoft.com/screenshot/ also check this opensource project http

Re: ScreenShot

2004-06-26 Thread Prakash
There were a few available. at the moment, i can recall only http://www.linkesoft.com/screenshot/ also check this opensource project http://sourceforge.net/projects/mscreen/ Cheers, Prakash On Sat, 26 Jun 2004 20:40:04 -0600, Nathan Black [EMAIL PROTECTED] wrote: is there a way to take

Re: checking if DB is in ROM

2004-06-25 Thread Prakash
somehow i thought it would be easier to find the answer from docs. but i couldnt too :( but searched in the forum, as i felt sure this question must've been asked earlier.. check out Aaron's answer..http://news.palmos.com/read/messages?id=152622#152622 Cheers, Prakash On Fri, 25 Jun 2004 15

Re: application that run´s in background

2004-06-24 Thread Arun Prakash Rajendran
Hi, Seems to me that you can achieve what you want via Notifications. Have you checked the docs for the same? Cheers, Prakash On Wed, 23 Jun 2004 13:39:20 -0300 (ART), Roberto Pedrozo Mendes [EMAIL PROTECTED] wrote: I need to make an aplication that 1 - Starts automaticaly 2 - Run

Re: eScribe Archive

2004-06-24 Thread Prakash
Have'nt you checked the new web based interface yet? http://news.palmos.com/read/ Cheers, Prakash On Wed, 23 Jun 2004 17:23:13 -0500, Bradly J. Barton [EMAIL PROTECTED] wrote: FYI to those that deal with such things... The eScribe archive of this newsgroup appears to be broken

Re: slider control in palm?

2004-06-24 Thread Prakash
handle ctlRepeatEvent! ctlRepeatEvent.value gives you the new value! Cheers, Prakash On Thu, 24 Jun 2004 17:25:30 +0530, Isabella [EMAIL PROTECTED] wrote: Hi all, Can any one tell me how can i display the current value when i move on the slider control. Thanks, Isabella.S

Re: closing multiple dialogs and the event handler

2004-06-24 Thread Prakash
Have you tried using FormReturnToForm?? Cheers, Prakash On Thu, 24 Jun 2004 08:07:43 -0500, Eric Potter [EMAIL PROTECTED] wrote: In my application, there is a case where I can have one modal dialog on top of another modal dialog. When I try to close both of them programatically, I get

Re: Duplicate Resource

2004-06-24 Thread Prakash
How are you duplicating the resource? By choosing the menu 'duplicate Resource' ? In that case, it'll generate different resource IDs which should be right! Are you modifying the resource IDs and keep two resource with same ID? Cheers, Prakash On Thu, 24 Jun 2004 11:20:48 +0530, Hanumanth rao

re: Emulator Romtransfer

2004-06-14 Thread Prakash
Program and apply for Developer seeding program for obtaining ROMs! Cheers, Prakash -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Palm OS Developer Suite 1.0 Alpha Available

2004-06-11 Thread Prakash
Hi, What's the difference between the standard make and managed make? Couldnt find from help [didnt search enough maybe :(] TIA, Prakash -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Any way to set brightness value directly?

2004-06-11 Thread Prakash
Hi, UIBrightnessAdjust Function allows the user to adjust the brightness by popping up the Brightness dialog. Is there any way we can set the brightness value directly?? TIA, Prakash -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev

Re: What technique to determine active/inactive

2004-05-19 Thread Prakash
You can check whether your application is the current application with SysCurAppDatabase. Cheers, Prakash -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Show a jpg image from my application

2004-05-03 Thread Prakash
Stefano, Check the Photos API / Sample code in PalmOne SDK. You can just do it in your own app. -RP --- Stefano Coluccia [EMAIL PROTECTED] wrote: Hi I'm developing (with pocketstudio) a program for zire 71/72 and I have to show some photos on memory card from my application. Can I launch a

Re: PalmSG MP3 lib

2004-04-29 Thread Prakash
Chris, Please read the Develpoer_Notes txt file that is in the SDK 2.0. MiniMP3 sample shows, how to use the MP3 codec present in Zire72 using the Codec Plugin Manager API. CPM API is a common API to use Codecs present in Zire72 device, of course using it for a particular codec format may vary

Re: Simulator config file

2004-04-29 Thread Prakash
David, Yes, i think the new Sims have specific ini files they look for which holds default settings for the devices. In Zire72 it is called Simba.ini, i think it is giving an error because it cannot find this file. -RP David Barkovic [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]

Re: T3.. Gs?

2003-10-09 Thread Prakash Ramakrishna
This is a known issue, a debug message in the simulator wasnt removed. This does not affect functionality. Its an issue only with the simulator and not on the device. PalmOne should update the Simulators after they fix this. --Prakash --- Geoff Thompson [EMAIL PROTECTED] wrote: Yes!  I see

RE: Masking characters for Password field

2003-03-03 Thread Prakash
character you entered and then change it to '*'. maybe you can implement something like that.. Cheers, Prakash -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paturi, Ramesh P (IndSys) Sent: Monday, March 03, 2003 11:29 AM To: Palm Developer Forum Subject: Masking

RE: Heaps information in Emulator

2003-03-03 Thread Prakash
Hi, If you use Codewarrior, from PalmOS menu-- Open debug console.. type help for list of available commands.. Cheers, Prakash -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dan Patrutiu Sent: Monday, March 03, 2003 9:24 AM To: Palm Developer Forum

SVG Viewer on Palm??

2003-02-18 Thread Prakash
Hi, Does anyone know if there's any SVG Viewer available for PalmOS? Prakash -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

help..

2003-02-18 Thread Prakash
Hi, Could anyone direct me to some information on xml parser[non java] for palmos? i am looking for svg viewer on palmos! so far i could only find for pocketpc! any help or relevant information on this would be greatly helpful! Thanks! Prakash -- For information on using the Palm Developer

UIObjectFill..

2002-03-01 Thread Prakash
Hi there, The UIColorSetTableEntry(UIObjectFill,rgbObjectFill) sets the fill color for all objects! Is there a way to fill only the buttons? Any ideas? Thanks, Prakash __ Do You Yahoo!? Yahoo! Greetings - Send FREE e-cards for every

Re: splash screen??

2001-09-12 Thread Prakash
Hi, Thought you might consider this.. I was in need of the same thing and i created an offscreen window and draw the Splash bitmap on it! After saving the background, showed it for few ticks and restored the background! it works without any problem! Prakash --- maggie lim [EMAIL

Re: changing 1-bit to 4-bit gray (Help!)

2001-08-17 Thread Prakash
,scrWidth,scrHeight,scrDepth,0); FtrSet(sysFtrCreator,sysFtrNumDisplayDepth,scrDepth); This way, it works for me! Hope this might help you.. Best Regards, Prakash PS: Other possible strange prefixes /-2/A grayscale image with 2 bits per pixel /-1/A black and white image

Re: download .mov to .pdb

2001-08-16 Thread Prakash
Have a look at http://www.tealpoint.com/softmovi.htm [But this one converts .avi files and of course you need their player to view those pdbs!] Cheers, Prakash --- Raghvesh Agarwal [EMAIL PROTECTED] wrote: Hi All, Can html,images,voice,audio,video(specifically .mov files that can

Installer...

2001-07-26 Thread Prakash
! but i am not doing anything with Exchange manager! Can anybody point some direction to proceed? Thanks very much for the time! Prakash __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http

Re: MailDB

2001-06-28 Thread Prakash
category should be 1. Hope this helps.. Best Regards, Prakash --- A. Santillan Iturres [EMAIL PROTECTED] wrote: I would like to know if anybody knows the structure of the database MailDB. I know it has 14 fields on each register and that the DB name is MailDB, the creator id is madk. What I