Re: Duplicated resource !

2001-04-26 Thread Ben Combee
"Ai Lee Tang" <[EMAIL PROTECTED]> wrote in message news:47301@palm-dev-forum... > > Hi all, > > Whenever i "make" a project, i will got this warning messages (as below) > > > > Link Warning : ignored duplicate resource ‘tver’(1000) in ‘Profile.rsrc’ > > Link Warning : ignored duplicate resource ‘t

WinPaintRectangle

2001-04-26 Thread Ajit N.K
Hi evrybody, I have seen WinPaintRectangle being called in the Memo application for highlighting the row tapped. Is this the standard row selection method ? thanx & rgds Ajit -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech

any event for power on?

2001-04-26 Thread Sean Liao
After an app goes to sleep, Is there any specific event generated when power-on button are pressed? or is there any way that the active app can be implemented to detect the power-on button being pressed? Thanks in advance. Sean -- For information on using the Palm Developer Forums, or to uns

List Control

2001-04-26 Thread Kapil Konde
Hi All, I am new to palm programming. I am currently trying to use a list control in my application and dynamically fill the items in the list. I also want to handle events for this list such as highlighting the selected item in the list ans so on. If anybody can tell me how shhould I d

row select

2001-04-26 Thread Ajit N.K
hi priyesh, u wrote: " suppose i have a three column in a table when i click on either of the column for a perticular row,i want entire row will be selected." did u find any solution for this ? can u share it with me ? thx & rgds Ajit -- For information on using the Palm Developer Forums, or

row selct

2001-04-26 Thread Ajit N.K
Hi evrybody, A table can only have one cell selected. is this true? In order to select the entire row, i use Windraw funtion with inverted color when a tap occurs on that particular cell in the table? am i doing the right thing? presently there is no problem. but i want to knoe the prefered met

TextBox

2001-04-26 Thread Vijaya Nirmala C
Hi All, Iam Using a text box in my form and set single line property to false when i retrieve the data from a database and display the data retrieved into a text box . The Snippet Of code is like this : FldPtr=FrmGetObjectPtr(form,FrmGetObjectIndex(form,fldevent1)); FldSet

hi

2001-04-26 Thread Ajit N.K
Hi Hari, thanx for ur response on using Inetlib for Internet Connectivity. i would like to know if i test the code on the emulator : 1. Open a socket to the host's port 80. 2. Write "GET /myurl/myfile HTTP/1.0\r\n\r\n" to the socket and read what you get from it. 3. Or write "POST /myurl/myfile

Row Selection

2001-04-26 Thread Ajit N.K
hi evrybody, How is row selection(highlighting) generally done in a table ? I am presently using windraw functions Is this a prefered method ? Regards Ajit -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

RE: DmNewRecord

2001-04-26 Thread Nicolas Raitman
Thanks a lot Richard... I really appreciate all the help you gave me... Best Wishes, Nicolas -Mensaje original- De: Richard Burmeister <[EMAIL PROTECTED]> Para: Palm Developer Forum <[EMAIL PROTECTED]> Fecha: Miércoles, 25 de Abril de 2001 07:22 p.m. Asunto: RE: DmNewRecord >> From: Nic

Re: Why won't NetLibSelect alert me to user input events?

2001-04-26 Thread Charles Morris
I have no problems with NetLibSelect: it works like a charm. But I think I am using it a little differently. I will have to take a look at my code tomorrow at the office to be sure, but if I remember correctly, when it returns, if it isn't negative (error), isn't 0 (timeout), and there is no TCP

Duplicated resource !

2001-04-26 Thread Ai Lee Tang
Hi all, Whenever i "make" a project, i will got this warning messages (as below) Link Warning : ignored duplicate resource ‘tver’(1000) in ‘Profile.rsrc’ Link Warning : ignored duplicate resource ‘tAIN’(1000) in ‘Profile.rsrc’ Link Warning : ignored duplicate resource ‘µMWC’(16400) in ‘Profi

Re: Device Driver or non-interuptable App (newbe question)

2001-04-26 Thread Jim Schram
At 5:07 PM -0700 4/26/01, Doug Broadwell wrote: >I need to write an application or device driver that is "non-interruptible", >i.e., for short periods of time it needs to not be interrupted by anything. >Is it possible to either disable interrupts from an application or write a >"driver that runs

Re: Access to persistent data inside ISR

2001-04-26 Thread Jim Schram
At 1:32 AM +0200 4/27/01, Aaron Ardiri wrote: > Jim, i dont think you answered his question - you said this before > to him, how about answering his question? is it possible to access > persistent data inside an ISR? Well... the wakeup handler proc is passed a user-defined UInt32 when its call

Device Driver or non-interuptable App (newbe question)

2001-04-26 Thread Doug Broadwell
I need to write an application or device driver that is "non-interruptible", i.e., for short periods of time it needs to not be interrupted by anything. Is it possible to either disable interrupts from an application or write a "driver that runs in system space that can run at a high priority? Th

Can I install my application on an emulator programatically?

2001-04-26 Thread Mayank Pradhan
Hi, I would like to know if I can develop a program that will directly install a given PDB on the currently open emulator? If so how? I know CodeWarrior does it. Any ideas and thoughts would be greatly appreciated. Thanks, Mayank. __ Do You Yah

Re: Access to persistent data inside ISR

2001-04-26 Thread Aaron Ardiri
> >Does anyone know how to access persistent data inside a serial callback? > > You mean via SrmSetWakeupHandler? You do realize the callback proc must > follow Interrupt Service Routine coding rules, yes? Jim, i dont think you answered his question - you said this before to him, how about

Re: Access to persistent data inside ISR

2001-04-26 Thread Jim Schram
At 4:07 PM +0100 4/26/01, Toby Boreham wrote: >Does anyone know how to access persistent data inside a serial callback? You mean via SrmSetWakeupHandler? You do realize the callback proc must follow Interrupt Service Routine coding rules, yes? >FtrSet/FtrGet works OK on 3.3 and higher, but cau

Re: DateTemplateToAscii Sample Code

2001-04-26 Thread Ken Krugler
At 12:00am -0700 01-04-26, Palm Developer Forum digest wrote: >Subject: DateTemplateToAscii Sample Code? >From: "Jim Garozzo" <[EMAIL PROTECTED]> >Date: Wed, 25 Apr 2001 13:28:22 -0500 >X-Message-Number: 49 > >Has anyone use this function?? If so, I was wondering if can see how >someone has utili

Re: MemHandle - why "undefined identifier"?

2001-04-26 Thread Sean
PalmTypes.h Brian Smith wrote: > I can't find any reference to MemHandle anywhere in any header file, or any > of the Palm documentation, anywhere! When I try to declare a variable of > type MemHandle, I get "undefined identifier." > > The book (excellent, by the way) "Palm OS Programming Bible"

MemHandle - why "undefined identifier"?

2001-04-26 Thread Brian Smith
I can't find any reference to MemHandle anywhere in any header file, or any of the Palm documentation, anywhere! When I try to declare a variable of type MemHandle, I get "undefined identifier." The book (excellent, by the way) "Palm OS Programming Bible" uses that type, and I've seen it used on

sync the app with the appl ...

2001-04-26 Thread Sean
Greeting all, To distribute an in-house developed palm app to remote palm clients, we use a third party app(ibm mobile connect) to do remote/network synchronization. I am able to use SysUIAppSwitch to launch this third party app and achieve what we want to do. However, using SysUIAppSwitch is

Re: Sony to buy Palm!?

2001-04-26 Thread Dave Lippincott
The statement was speculation on his part. But a robotic dog/datebook would be something worth investing in! Fetch!, Roll over!, Call Mom! ;-) - Original Message - From: "HowY" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, Ap

Re: Looming Palm power crisis

2001-04-26 Thread Jim Schram
At 2:09 PM -0700 4/26/01, Curtis Jackson wrote: >The documentation says that the processor goes into doze mode if you tell >EvtGetEvent() to wait forever (wait of -1). I assume this means that if I give >EvtGetEvent() anything but -1, the processor does not go into doze mode. No, the process wi

Re: SysHandleEvent's Treatment of keyDown Events

2001-04-26 Thread Jim Schram
At 1:24 PM -0700 4/26/01, Eric W. Sirko wrote: >I have written a shared library that enqueues keyDown events (at interrupt >time). Is there some way I can make SysHandleEvent completely ignore this >event, i.e. not cause a beep and not return true? I'm looking for something >less drastic than pa

Right justify field in codewarrior

2001-04-26 Thread jacky Cheung
Hi, why is that when I select editable for a field, the left justified checkbox is checked automatically and cannot be changed? Does it mean that we can't have a field that is editable and right justified? Will I have any problem if I set in to right justified in my code? Thanks. Jacky -- F

Looming Palm power crisis

2001-04-26 Thread Curtis Jackson
So I have this program that has to do TCP/IP and also run one or more periodic functions that typically are run every half second. The documentation says that the processor goes into doze mode if you tell EvtGetEvent() to wait forever (wait of -1). I assume this means that if I give EvtGetEven

Why won't NetLibSelect alert me to user input events?

2001-04-26 Thread Curtis Jackson
[To a couple of you who have been nice enough to send email, I apologize for taking so long to get back to you; I've been very heads-down with this stuff. -- Curtis] I'm calling NetLibSelect like so: The value of readFDs is 3 (I have one TCP/IP socket open). NetLibSelect(AppNetRefnum, 2, &rea

Sony to buy Palm!?

2001-04-26 Thread HowY
>From Spencer F. Katt Rumers&Rants pg 82 EWeek April 23, 2001 vol 18 number 16 Sony to acquire Palm! and offering more than double palm's share price... "Hey, maybe that merger would create a robotic dog that doubles as an address book," the Grimalkin quipped... -- For information on usi

RE: SysHandleEvent's Treatment of keyDown Events

2001-04-26 Thread Peter Epstein
I'd be wary of putting events in the event queue at interupt time. The event queue isn't designed to be thread-safe. I suggest you put a key into the key queue instead. I know I'm not answering your question ;-) -- Peter Epstein -- For information on using the Palm Developer Forums, or to unsu

Datebook Alarms causing "fatal exception"

2001-04-26 Thread George Aslanis
Hello all, I am experiencing a "fatal exception" when using my app and a datebook alarm occurs. Currently I have no application requirements for Alarms (maybe later). Do I have to do some type of processing for this message anyway? Do I force my app to sleep? -- George Aslanis [EMAIL PROTECTED

SysHandleEvent's Treatment of keyDown Events

2001-04-26 Thread Eric W. Sirko
I have written a shared library that enqueues keyDown events (at interrupt time). Is there some way I can make SysHandleEvent completely ignore this event, i.e. not cause a beep and not return true? I'm looking for something less drastic than patching SysHandleEvent. Thanks, Eric W. Sirko Sen

RE: HotSync Launch Notification

2001-04-26 Thread Peter Epstein
Your app gets the normal launch code when launched via a hard button press, even if the button you assigned to the app is a HotSync button. I suggest you look at the source code in the SDK for examples of apps detecting things like whether they were launched by a hard button, whether the hard butt

RE: Registry key BDWM not defined

2001-04-26 Thread Brian Smith
Excellent! I downloaded the 3.5 SDK and now I don't get that error anymore. Thanks a ton! Brian > -Original Message- > From: Richard Burmeister [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 24, 2001 11:43 PM > To: Palm Developer Forum > Subject: RE: Registry key BDWM not defined > >

RE: HotSync Launch Notification

2001-04-26 Thread David Vediner
If I understand you correctly, your application should handle the launch command sysAppLaunchCmdSyncNotify in it's PilotMain() function. According to the docs, this is only sent to apps whose databases have changed, so an alternative is registering for the sysNotifySyncFinishEvent notification usi

Re: Am I the "current app" with displayed UI

2001-04-26 Thread Richard M. Hartman
DateBk3/4 (& the classic DateBook for that matter) ... and DiddleBug, have the "Edit" option when an alarm goes off. I think that all pending alarms are displayed first. With diddlebug you don't end up switching to diddlebug after the pending alarm chain is through. I don't recall w/ the datebo

RE: CW 7 Prefix file text box

2001-04-26 Thread Scott Johnson (Bellevue)
> From: John Stephenson [mailto:[EMAIL PROTECTED]] > I also had to add the {Project} search path to the System Paths - > I would have thought that would be included regardless That shouldn't be needed, assuming {Project} is already in the list of User Paths. My System Paths setting is just {Comp

RE: GPS & Palm

2001-04-26 Thread Thornton, Bradley A.
So I don't reinvent the wheel... http://celia.mehaffey.com/dale/pilotgps.htm#garmin Good luck. I also buy my cables from http://www.blue-hills-innovations.com. Although I am not affiliated, I have always had great luck ordering from these guys. -b Bradley A. Thornton Director, Information Te

RE: Registry key BDWM not defined

2001-04-26 Thread Brian Smith
Ben, Thanks, but as my original message said, I found that FAQ, and it still didn't help. Someone else suggested updating to the 3.5 version of the SDK, which I may have to do. Thanks, Brian > -Original Message- > From: Ben Combee [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 24,

Help with GroupID from Constructor.

2001-04-26 Thread Brad Myers
Is there any way to control what Metrowerks Constructor names the FormGroupID in the resource.h file? I have to different resources, and the Constructor is generating a variable called FormGroupID in each. Why doesn't it prefix this with the name of the Form, like for all other variables? While w

RE: CW 7 Prefix file text box

2001-04-26 Thread Steve Sabram
>From: Heather KML Tufts <[EMAIL PROTECTED]> >Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]> >To: "Palm Developer Forum" <[EMAIL PROTECTED]> >Subject: RE: CW 7 Prefix file text box >Date: Thu, 26 Apr 2001 12:00:15 -0700 > > > THANK-YOU! Sometimes it take someone else to point out the > >

RE: CW 7 Prefix file text box

2001-04-26 Thread Heather KML Tufts
> THANK-YOU! Sometimes it take someone else to point out the > obvious. It was > finding the wrong file in the paths! Ug! I also had to add > the {Project} > search path to the System Paths - I would have thought that would be > included regardless - oh well. I'm used to makefile project

HotSync Launch Notification

2001-04-26 Thread Clark Dorman
I'm trying this again, since I didn't hear anything last time. Any information would be greatly appreciated. How do I know when my application has been launched by the user pushing the HotSync Button? I can change the application that is launched by the HotSync button (either cradle or mo

Re: GPS & Palm

2001-04-26 Thread Steve Sabram
No there are not. >From: Hailin Wu <[EMAIL PROTECTED]> >Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]> >To: "Palm Developer Forum" <[EMAIL PROTECTED]> >Subject: GPS & Palm >Date: Thu, 26 Apr 2001 23:16:10 -0700 > > >Hi, does anyone know if there is an open source tool >that can talk to Gar

Re: TracingApp

2001-04-26 Thread Danny Epstein
"Dave Sours" <[EMAIL PROTECTED]> wrote in message news:47182@palm-dev-forum... > One approach I'm considering is to > write to the Memo Pad database, so that I can either view it in Memo Pad or > HotSync it with my PC and view it there (preferable). But I don't know the > format for the database.

Re: StrCopy Problem

2001-04-26 Thread Jim Garozzo
Thanks!!! Yeah..when you have more than one command in the if statement you have to add brackets..doooh! I appreciate the help! > if (SysAlarms == 0) > {// Please add me > size = 9; > StrCopy(&tempdata, &no);<-- Line 45 > }// Please add me > else if

RE: InetLib for Internet Connectivity.

2001-04-26 Thread Kiet T. Tran
Hari- Thanks! That is what I was planing to use. It is way too much trouble for using inet without proxy. Thanks again. Kiet. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: CW 7 Prefix file text box

2001-04-26 Thread John Stephenson
THANK-YOU! Sometimes it take someone else to point out the obvious. It was finding the wrong file in the paths! Ug! I also had to add the {Project} search path to the System Paths - I would have thought that would be included regardless - oh well. I'm used to makefile projects and am getti

Re: TracingApp

2001-04-26 Thread Toby Boreham
At 11:57 26/04/2001 -0500, you wrote: >Can anyone tell me what the TracingApp.prc is that comes with Palm Reporter? >I'm hoping it's something that works the way Palm Reporter does, only on the >Palm. I can find absolutely nothing to document it, and when I install it >on my Palm it shows up as T

RE: Possibly simple # of Database Fields question

2001-04-26 Thread Richard Burmeister
> From: Of Kelly J Perkins > > I am using the Address book code as a reference for another > project and have > set up my fields as they did using the bit structure just as they did. > Using Code Warrior 7, Win2000, C, etc. > > This is probably an easy question, but is there a way to get more than

Re: Used shared library from another shared library -- any knownproblems?

2001-04-26 Thread Jim Schram
At 5:55 PM +0300 4/26/01, Eugene Mayevski wrote: >Are there any problems or specifics in loading a shared library by another >shared library? Nope. You just have to track the additional open library reference numbers so that they can be closed when the main library closes. Regards, Jim Schram

RE: StrCopy Problem

2001-04-26 Thread David Vediner
It's hard to tell from the code you've posted, because the line numbers have changed, suggesting you've made changes above these lines, which are probably the cause of your problem. Looking at your code, however, and extrapolating to what your code probably looks like now, my guess is the parse e

Re: StrCopy Problem

2001-04-26 Thread Phillip Streck
You need some brackets.. you called if then two sepearte functions with out enclosing them in brackets, so if (SysAlarms == 0) { <-- size = 9; StrCopy(tempdata, no); { <-- else if (SysAlarms == 1) size = 8; Philip Streck Akron General Medical Center

RE: StrCopy Problem

2001-04-26 Thread Richard Burmeister
> From: Jim Garozzo > Yeah..i thought that too..but when i compile > > Line 49:StrCopy(tempdata, no); > Line 50: else if (SysAlarms == 1) > > I get a parse error for this line. Your originally posted code contains additional errors! You posted: > if (SysAlarms == 0) > size =

GPS & Palm

2001-04-26 Thread Hailin Wu
Hi, does anyone know if there is an open source tool that can talk to Garmin GPS receiver from PalmVII and display/modify routes and tracks and positions data on PalmVII ? Thanks, hailin -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.c

Re: StrCopy Problem

2001-04-26 Thread Mayank Pradhan
Jim, Try this. I inferred from u r indentation that u want StrCopy to be executed if sysalarms = 0 if (SysAlarms == 0){ size = 9; StrCopy(tempdata, no); } else if (SysAlarms == 1) size = 8; else size = 9; Thanks, Mayank --- Jim Garozzo <[EMAIL PROTECTED]>

RE: StrCopy Problem

2001-04-26 Thread Peter Epstein
Sometimes it seems like a language that actually used indentation to figure out what you meant might be a lot better. Or at least a C compiler that specifically complained about indentation that doesn't match the use of braces. -- Peter Epstein -- For information on using the Palm Developer For

Re: StrCopy Problem

2001-04-26 Thread Dave Lippincott
How about using brackets so the 'if' doesn't break if (SysAlarms == 0) {// Please add me size = 9; StrCopy(&tempdata, &no);<-- Line 45 }// Please add me else if (SysAlarms == 1) - Original Message - From: "Jim Garozzo" <[EMAIL PROTECTED]> Newsg

Re: StrCopy Problem

2001-04-26 Thread John E. Christ III
> if (SysAlarms == 0) >size = 9; >StrCopy(&tempdata, &no);<-- Line 45 > else if (SysAlarms == 1) >size = 8; > else >size = 9; What you probably want is: if (SysAlarms == 0) { size = 9; StrCopy(tempdata, no);<-- Line 45 } els

RE: sysAppLaunchCmdAlarmTriggered

2001-04-26 Thread Peter Epstein
In PalmOS 3.5 and before, the proper way to do this is using the trigger and display launch codes of the alarm manager. You can look at Datebook source code in the 3.5 SDK to see how this is done. The trigger launch code comes in first, and it is where you play your sound if desired. You want to w

Re: StrCopy Problem

2001-04-26 Thread Jim Garozzo
Yeah..i thought that too..but when i compile Line 49:StrCopy(tempdata, no); Line 50: else if (SysAlarms == 1) I get a parse error for this line. frmMain.c:50: parse error before `else' But, to me, it looks like I did everything right. Mike Walters <[EMAIL PROTECTED]> wrote in messa

How can I reference a record id in the palm code

2001-04-26 Thread S Boedecker
Hi, Inside my conduit code, I can reference a record id for all the records being read from the palm. Does anyone know how to reference this same record id in the palm code? As far as I could tell the uniqueID in the DmRecordInfo function is a different ID. Thanks, Shawn -- For informati

TracingApp

2001-04-26 Thread Dave Sours
Can anyone tell me what the TracingApp.prc is that comes with Palm Reporter? I'm hoping it's something that works the way Palm Reporter does, only on the Palm. I can find absolutely nothing to document it, and when I install it on my Palm it shows up as Tracer Test. When I run it, I shows a scro

Re: How to use unicode in Palm?

2001-04-26 Thread Pil Grim
the palm uses it own version of the MS cp1252 for latin one languages and SJIS for Japanese. it doesn't have routines to handle utf8 or unicode. if you need to use these character sets you will need to add in your own routines to convert to and from whatever charactersets you may require. you mig

DEFECT REPORT in all tested versions 3.1-3.5 PLEASE ADVISE PATCH/WORKAROUND AVAILABILITY: _fp_round

2001-04-26 Thread Chapman Flack
DEFECT: _fp_round sets incorrect rounding mode. AFFECTS: Rounding mode affects all floating-point computations and narrowing conversions including int-to-float, double-to-float, and longlong-to-double. PRESENT IN: These PalmOS versions were available for test: 3.1.1 3.1H3 3.3 3

Re: Is there a int64?

2001-04-26 Thread Ralph Krausse
Found it... doubleI was just being stupid Ralph Krausse Expo International, Inc. 110 Shawmut Road Canton, MA 02021 telephone (781) 821-6605 www.expo-intl.com > I need to hold this value 8048171509, in a variable. How? Int32 - +/- 2,147,483,648 guess your out of luck? :) y

RE: StrCopy Problem

2001-04-26 Thread Mike Walters
You don't need the & before the argument names. Since they are arrays, they are already basically the same as pointers. Mike Walters Rose Software www.rosesw.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jim Garozzo Sent: Thursday, April 26, 20

Re: SampleLib(CodeWarrior Example)

2001-04-26 Thread Jun-Kiat Lam
The sample (which originally came with the Palm OS 3.5 SDK) didn't come with a host application. By the next release of CodeWarrior, we should have a shared library example complete with host application. If you need an example of how to call shared library functions in your app, download MathLib

RE: StrCopy Problem

2001-04-26 Thread David Vediner
Try your StrCopy() function without the '&'s. You're passing a Char ** type when the function wants a Char *. -Original Message- From: Jim Garozzo [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 8:42 AM To: Palm Developer Forum Subject: StrCopy Problem For some unknown newbie

Re: InetLib for Internet Connectivity.

2001-04-26 Thread Hari Bhaskaran
Using NetLib does *not* mean that you are not using proxy. What are you trying to acheive? INetLib has many good features like LZ77. But if you try to use INetLib without a proxy (inetCfgDefWireline etc...) you will not get any of those features. If you just want to do HTTP over an regular TCP/IP

Possibly simple # of Database Fields question

2001-04-26 Thread Kelly J Perkins
I am using the Address book code as a reference for another project and have set up my fields as they did using the bit structure just as they did. Using Code Warrior 7, Win2000, C, etc. This is probably an easy question, but is there a way to get more than 32 fields? I am not familiar with the U

Re: _fp_round broken? (3.1H3)

2001-04-26 Thread Steve Bohrer
J Chapman Flack wrote in article <46710@palm-dev-forum> about a bug with flpUpward and flpDownward on OS 3.1H3 . My Palm IIIe (OS 3.1.1) shows this same bug, as does POSE configured as a IIIc with OS 3.5 (POSE ROM file is palmos35-dr4-en-colordbg.rom). -- For information on using the Palm

commercial SSH palm `client?

2001-04-26 Thread Tom Emmons
I am looking for something I can license, so Top Gun will not suffuce. Anyone know of anything? Peace, Tom -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

StrCopy Problem

2001-04-26 Thread Jim Garozzo
For some unknown newbie error that I'm completly missing the point, that when i'm using StrCopy i'm getting incompatible pointer type warning and and unknown parse error. I'm stuck and was wondering what goofy mindmeld error I did in this line: StrCopy(&tempdata, &no); Below is more info. Thank

Access to persistent data inside ISR

2001-04-26 Thread Toby Boreham
Does anyone know how to access persistent data inside a serial callback? FtrSet/FtrGet works OK on 3.3 and higher, but causes a stack overflow on any previous version of the OS. Toby Boreham PGP Fingerprint: AA01 41B5 7A16 BE8C A9CB D261 DD45 57DD F246 F934 -- For information on using the

Re: m500 and m505 Prototypes

2001-04-26 Thread Dave Lippincott
The discount isn't much, you end up paying about the same as retail after adding tax and shipping. Plus new models don't show up on the list until some time after they begin shipping through retail channels. Also, you are limited to only one of each model. Most of the time we can find better pric

RE: m500 and m505 Prototypes

2001-04-26 Thread David Vediner
Ah yes. It does say it's only for US developers. The discount's not much, from the looks of this page: http://www.palmos.com/alliance/guide/benefits.html it looks like it's a 10% discount if you're at the free level of the alliance program. -Original Message- From: Alan Ingleby [mailto:

Used shared library from another shared library -- any known problems?

2001-04-26 Thread Eugene Mayevski
Hello! Are there any problems or specifics in loading a shared library by another shared library? -- Sincerely yours, Eugene Mayevski -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

RE: InetLib for Internet Connectivity.

2001-04-26 Thread Kiet T. Tran
I used Linux POSE 3.08a with Palm VII ROM. You may want to make sure that your PROXY ip is correct. Goto Prefs/Wireless to ensure that it is either 206.112.114.82/81. The net should give a better list of good ips for the proxies. Kiet. >>-Original Message- >>From: [EMAIL PROTECTED] >>

RE: WinCreateOffscreenWindow

2001-04-26 Thread DeAnna Davidson
>So it sounds like WinCreateOffscreenWindow has done what you asked, >successfully. (You could always look at the struct in the debugger to >verify.) > ... > >In any case, it can't handle allocating >64k, even if there wasn't an >overflow problem, so don't ask it to :-) I'm not really controllin

RE:How do I reuse a form

2001-04-26 Thread Stringer
>Subject: Re: How do I reuse a form >From: Dan Samber <[EMAIL PROTECTED]> >Thanks for your reply. >Interesting that you mention C++ since I am using it but given the > bad press it has received in this group (in its applicability to the >palm), I HAD been using it strictly for "organizational pur

ysAppLaunchCmdAlarmTriggered and alarmDisplay !!

2001-04-26 Thread Vikas Amit Singh
Hi ! Here i'm stuck in a problem >> I'm setting an alarm and in pilotmain i code to catch the sysAppLaunchCmdAlarmTriggered cmd and here i want to set the next alarm. And then i also catch the alarmDisplay to display a reminder but ... nothing seems to work... Any suggestion . try

database

2001-04-26 Thread adam davies
i have a table and by selecting on the 3rd column which is textwithnote, i get a form with fields on it. For the rest of the columns in the table i am entering text into them by selecting a push button, this will then write text to the table, but i need to update the table by writing the text to t

Internet Connectivity using InetLib

2001-04-26 Thread Ajit N.K
Hi evrybody, i want to know whether it is feasible to write an application for palm for connecting to a web site using 1)an ISP account 2)emulator 3.1 3)Palm Vx ROM image 4)an application which maked use of Inetib 1)Is there anything else required ? 2)wh

RE: InetLib for Internet Connectivity.

2001-04-26 Thread Ajit N.K
Hi Kiet T.Tran, thanx for sharing ur experience.. which pose version r u using ? FtrGet(inetLibFtrCreator,inetFtrNumVersion, &value) gives me ftrErrNoSuchFeature should i use Palm VII ROM image on the POSE i use POSE 3.1 with Palm Vx Device ROM Cheers Ajit -Original Message- From: [

FW: SampleLib(CodeWarrior Example)

2001-04-26 Thread Ajit N.K
hi everybody, Iam trying to study the SampleLib which comes with codewarrior examples, but not finding the application which makes use of the sample library provided. I have loaded the sampleLibrary.prc on to POSE but looking for the application which makes use if the library functions. can any on

RE: InetLib for Internet Connectivity.

2001-04-26 Thread Kiet T. Tran
Hi Ajit- I'm running into the problem you're asking and have not received any positive response yet. Here is what I've found. Based on the sdk doc, INet is based (or using) Net library. If so, connecting it without proxy should be possible since I've been testing my code using Net via POSE and i

sysAppLaunchCmdAlarmTriggered

2001-04-26 Thread Vikas Amit Singh
Hi ! Here i'm stuck in a problem >> how i can handle sysAppLaunchCmdAlarmTriggered and can set another alarm when this triggered is fired .at the same time i also like to deal with the database is it possible?? I like to display a message when alarm is fired ... How to do that all... tha

FILES AND SERIAL COMUNICATION

2001-04-26 Thread Pablo Martín Vera
Hi to everybody, I need to ask you two questions about palms: 1. ¿Can I Work with text files (.txt) ? 2. ¿How can y get those files out of the PDA? 3. ¿How can y create a program that comunicates via serial port to a desktop computer in order to send only the files I need?. Thanks Pablo Mart

RE: Table Column

2001-04-26 Thread Ajit N.K
Hi adam davies put this code in ur tblSelectEvent event handler: int c; c= eventP->data.tblSelect.column; only if ur column is what u want then call frmgotoform Regards Ajit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of adam davies Sent: Thursday, A

Table Column

2001-04-26 Thread adam davies
I have a table with a number of columns, i would like it so that i can click on a specific column in my row, and it opens another form. I can do it so it opens the form, but this is for the whole column, not an individual cell. This is the code case tblSelectEvent: { // Set the database cursor t

Inet Library

2001-04-26 Thread Ajit N.K
hi evrybody, is InetLib only to be used on version 3.2 or later of the Palm OS on Palm VII devices. somebody please let me know thx & rgds Ajit -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

InetLib for Internet Connectivity.

2001-04-26 Thread Ajit N.K
hi evrybody, I have a few doubts about using InetLib for Internet Connectivity.. 1)Which devices r capable of retrieving data (raw or palm displayable) from a given URL 2)Does access to Palm.net proxy servers absolutely necessary in order to do this ? 3)Can i write an application of this kind