password field

2001-06-03 Thread Darren Chan
Anyone know how I can implement a password field? Thanks! -- Darren Chan IT Engineer CESMA International Pte Ltd Email : [EMAIL PROTECTED] Tel : (065) 276 8622 ext 109 Fax : (065) 276 9691 -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.pal

Re: disassembling .rsrc files

2001-06-03 Thread Christian Falch
Stephen, Take a look at http://www.falch.net/. Our development environment has full support for converting CodeWarrior resource files to PilRC text files. After you have converted your files, you can use the PilRC-plugin for CodeWarrior to use PilRC files instead of rsrc-files in your project. If

Re: Calling functions of some other application

2001-06-03 Thread Makheshwar Babu
Hi all, Without using minimum global variables it would be bit time consuming in swapping data. I think the approach of libraries shall solve my problem. thanks mak "Makheshwar Babu" <[EMAIL PROTECTED]> wrote in message news:51322@palm-dev-forum... > > Hi > I have an app which maintains ta

Application start on power button press

2001-06-03 Thread Vijay Raghavan
Hi I have a security application which I want to appear as soon as the power button is pressed. After verification the application should quit giving access to launcher and other buttons. How do I make the application appear with power button press. I don't want to use Notification manager (as

Re: disassembling .rsrc files

2001-06-03 Thread Alvin Koh
You can check out my very alpha stage Perl script that converts the .rsrc file to a pilrc .rcp file. It handles most resource types and some simple bitmap and PICT resources as well. It's available at http://rsrc2rcp.sourceforge.net/. Alvin On Monday 04 June 2001 12:45, Stephen Best wrote: >

Re: disassembling .rsrc files

2001-06-03 Thread Stephen Best
I found this response from nearly a year ago. I've done all this but don't understand what I do next. Make? What exactly does it give me? All I'm after is a text file I can e-mail to a translator. I'm happy to cut and paste the results back into Constructor. Thanks for any help! Stephen Best Bit

Re: FldNewField

2001-06-03 Thread Ben Combee
"Nicolás Zeitlin" <[EMAIL PROTECTED]> wrote in message news:51491@palm-dev-forum... > > I need to dynamically create some fields when my application initializes > (don't ask)... > I've written the following code in MainFormInit: > >fieldP = FldNewField((void**)&frmP, 3000, x, y, 15, 15, stdFon

FldNewField

2001-06-03 Thread Nicolás Zeitlin
I need to dynamically create some fields when my application initializes (don't ask)... I've written the following code in MainFormInit: fieldP = FldNewField((void**)&frmP, 3000, x, y, 15, 15, stdFont, 1, true, noUnderline, true, false, leftAlign, false, false, true); FldDrawField(field

Re: Carriage return help.

2001-06-03 Thread manikumar
Hi, Here is an example to find the carriage return in the Field text using StrChr. Example: FormPtr frmP = FrmGetActiveForm(); FieldPtr fpt; char * str; fpt=FrmGetObjectPtr( frmP, FrmGetObjectIndex(frmP,1003)); \\ 1003 is your Field Resource ID str=FldGetTextPtr(fpt); if( (length >= 23)

RE: Carriage return help.

2001-06-03 Thread Kevin Mckee
Thanks for the reply, BUT I need a little more help. Maybe I should say that I'm a newbe and anything less than an example doesn't really help. Please don't get me wrong, I DO appreciate your time and help, I just need a little more help :). Regards, Kevin Mckee [EMAIL PROTECTED] http://www.fo

Re: Executing a function at one second intervals: Correction

2001-06-03 Thread Herbert Valliant
Opps sorry. In the previous message I was thinking mS and writing ticks. The corrected message follows: 2001/06/02 Dear Listers I need to execute a function exactly once a second on the second. I dreamed up the following scheme which appears to function, except for occassonal bursts of tim

Re: C++ Compile problems

2001-06-03 Thread Greg Lutz
At 01:38 PM 5/31/2001 -0400, Stephen A. Cochran wrote: >Sorry if this would be better in the Tools forum... > >I'm writing a network application, and the network code was >developed on Linux, >compiles fine there. > >It's a client/server protocol, and most of the network code is >encapsulated i

Re: Problems with upgrading the sources from CodeWarrior 6.0 to CodeWarrior 7.0

2001-06-03 Thread Ben Combee
> But I have a few more problems: > 1) void PageScroll(DirectionType Direction); > the compiler don´t know the data type DirectionType any more. The type is now called winDirectionType, and the constants have changes to have names like winUp. > 2) the > private: > in a class definition is shown

Executing a function at one second intervals

2001-06-03 Thread Herbert Valliant
2001/06/02 Dear Listers I need to execute a function exactly once a second on the second. I dreamed up the following scheme which appears to function, except for occassonal bursts of timing jitter of a few ticks which could be a problem: static void EventLoop(void) { the usual stuff

RE: Problems with upgrading the sources from CodeWarrior 6.0 to CodeWarrior 7.0

2001-06-03 Thread Andreas Rothlauf
Hi, well, thank u very much for this link. It has been very useful and did help me. > > I've got an source coded with CodeWarrior 6.0 and have to > > upgrade it to CodeWarrior 7.0 > > > > Now I get 800 errors compiling the source with CW 7.0. > > > > Sounds like your problem is due to changing

WinPushDrawState causing Bus Error

2001-06-03 Thread P. Alan Johnson
During my testing, running gremlins, I get to around 689,000 and a Bus Error occurs. The stack shows it is in WinPushDrawState that gets called (eventually) when I update a control's value and tell the control to draw via CtlDrawControl, FldDrawField, etc. I'm using PalmOS 3.5 on POSE. Has anyone

RE: Problems with upgrading the sources from CodeWarrior 6.0 to CodeWarrior 7.0

2001-06-03 Thread Richard Burmeister
> From: Andreas Rothlauf > > I've got an source coded with CodeWarrior 6.0 and have to > upgrade it to CodeWarrior 7.0 > > Now I get 800 errors compiling the source with CW 7.0. > Sounds like your problem is due to changing from the 3.1 SDK to 3.5. Read "A Beginner's Guide to Converting a Projec

Problems with upgrading the sources from CodeWarrior 6.0 to CodeWarrior 7.0

2001-06-03 Thread Andreas Rothlauf
Hi, my name is Andreas and i´m a newbie in palm programming. i´ve been looking for solutions of my problem, but did not found any. I´ve got an source coded with CodeWarrior 6.0 and have to upgrade it to CodeWarrior 7.0 I´ve changed the "Target Access Path" to Palm 3.5 support and i have replace

Re: Does anyone have experience in using sort info block?

2001-06-03 Thread Philip Sheard
> I am building a .PDB file on the desktop and the SortInfo Block is lost > during HotSync to the Palm as well as when transfered to POSE I think this is normal. > Any known solution ? (but not using SortInfoBlock ;- Use the AppInfo block. -- For information on using the Palm Developer

Re: Carriage return help.

2001-06-03 Thread Philip Sheard
> The question I have is, how do I add a "or if a carriage return character is > found" use StrChr -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/