Re: (Do not continue the "Demand Immediate..." thread) Re: hi

2001-05-24 Thread Aaron Ardiri
> So do you live in Australia, or Sweden? i got out of Australia for that stupid reason.. :) i am not racist and it seems most of the country are turning that way :P one nation got a pretty big chunk last year didn't it? :) // az [EMAIL PROTECTED] http://www.ardiri.com/<--- free

memheapfree

2001-05-24 Thread Michal Seliga
hello PalmOS 3.5, Handspring Visor Platinum my question is about max. size of allocated block. My routine looks like this: MemHeapFreeBytes(0,&x1,&x2); x3=x1; x4=x2;//only test, this shows nearly 60kb free heap and 50kb max free block ok=SelectDay(selectDayByDay,&(xxl.month), &

NedDev

2001-05-24 Thread Ajit N.K
Hi group, Did anybody had success with netdev sample application which uses NetLib to do a HTTP connection to an Internet Site using Sockets ? thanx for any replies Cheers, Ajit -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/te

Internet Connectivity using NetLib

2001-05-24 Thread Ajit N.K
Hello group, Is it practicable to connect to a Internet site using NetLib without going through Palm.net proxy server ? I am coding in CW using C. Basically i would be doing some socket programming i suppose. Please provide me with some useful direction. thanx & regards Ajit -- For inform

Neither ROM nor RAM error

2001-05-24 Thread Avinash R S
Hi All , I am developing application on palm. What does this error mean which is coming in my application? What should I do to not to get this error in future in developing application? Pls suggest. The error is, "ApplicationName" 1.0 is attempting to change the emulated program counter to 0x0

Re: Help on Sybase Ultralite Please

2001-05-24 Thread Suma Praveen Kumar
Thanks Arvind. I am going through those links. If i face any problems i will contact you again. - Original Message - From: "Arvind" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, May 24, 2001 3:53 PM Subject: Re: Help on Sybas

Errata in PalmOS4.0 SDK and SONY SDK Relese2

2001-05-24 Thread YAMADA Tatsushi
Hello Palm fellow, I found errata in PalmOS4.0 SDK and SONY SDK Release 2. In Chars.h in PalmOS4.0 SDK, // Palm #define vchrPalmMin 0x1700 // 256 command keys #define vchrPalmMax 0x17ff an

RE: Conduit Question

2001-05-24 Thread Kiet T. Tran
1. Yes, the tool exists but it has not been released as of yet. 2. Yes, it works. It can call Java Mail API 1.2 directly from C++ code running on palm, pocketpc. 3. I have not worked with cadle before but if you have tcp/ip socket, it would work. It work with Internet using http (not yet with Pa

Invoking Palmreader?

2001-05-24 Thread Nick Furno
When I download a PQA file from palm.net using my palm VIIx, A program with the title 'PalmReader' appears and begins the file download and installation of the PQA. Anyone know the tag to invoke this from a PQA or webpage? Nick Furno [EMAIL PROTECTED] -- For information on using the Palm Deve

Re: access internal web site using InetLib?

2001-05-24 Thread Alan Ingleby
You need to use NETLIB not INETLIB. It's lower level, but it let's you connect directly to a site. Not much good if you're using a Palm VII, unless you have a "real" modem attached of course.. ;) Regards, Alan Ingleby "Brian Mathis" <[EMAIL PROTECTED]> wrote in message news:50137@palm-dev-for

Re: (Do not continue the "Demand Immediate..." thread) Re: hi

2001-05-24 Thread Alan Ingleby
So do you live in Australia, or Sweden? Regards, Alan Ingleby "Aaron Ardiri" <[EMAIL PROTECTED]> wrote in message news:50201@palm-dev-forum... > > > I'm sure I speak for the whole developer community when I say that > > it's unfortunate your "ears" had to see something as ugly as this. Please >

Re: copyright symbol

2001-05-24 Thread Alan Ingleby
I just recently needed to do this, so I opened up www.microsoft.com, and copy and pasted the copyright character from the bottom of their web page. Saves having to look up the symbol. Regards, Alan Ingleby "Alan hand" <[EMAIL PROTECTED]> wrote in message news:50339@palm-dev-forum... > > I know

RE: Conduit Question

2001-05-24 Thread Dean Rochester
Yes that would be great. Does it exist? If so, then how does it work? When I put the palm device in it's cradle? During the hot sync process? How? How can I get a test of this great tool? Doesn't there need to be a JVM on the Palm? Are you using KVM? Dean-O -Original Message- From

Re: flash ram ID confusion

2001-05-24 Thread Alan Ingleby
IIIC has Flash. Only IIIe and M100/M105 Has no flash. There may be others, so check out the product comparison list on palms website. Regards, Alan Ingleby "Alan hand" <[EMAIL PROTECTED]> wrote in message news:50503@palm-dev-forum... > > I know that this issue has been discussed time and time

flash ram ID confusion

2001-05-24 Thread Alan hand
I know that this issue has been discussed time and time again, but there is still something I don't understand. According to "The PalmOS Programming Bible" a Palm IIIC does not have flash RAM. Is this correct? This would lead me to believe that a call to SysGetROMToken will fail since there is n

reg SysAppLaunch

2001-05-24 Thread Srinivas
hi guys, with SysAppLauch we can pass some Launch codes. Is it possible that after calling this function( after launching the app) i can invoke menu and select the item and do the neccessary action. this should automatically when the application is opened. If u have any other suggestion please sh

Re: Why are vectors so horribly inefficient?

2001-05-24 Thread Keith Rollin
Could it be that the C++ Std Library allocates memory from the Palm OS heap in chunks? That is, even if you call malloc(1), it could be that the library allocates 4K for it's own use, and then allocates from that until it's full. You've got the source code to the STL and C library, so you sho

RE: Conduit Question

2001-05-24 Thread Kiet T. Tran
OK - I admit I don't know much about samba. But what if you can call JDBC directly from your palm and get return result as in table (array) or primitive data types? What it means is that you would code your PALM's app in C++ or Java as if you were calling JDBC on the database machine directly. Wo

RE: Conduit Question

2001-05-24 Thread Brian Mathis
On Thu, 24 May 2001, Dean Rochester wrote: > You got my attention... That would be great. So are you saying during the > sync process I can use JDBC calls to extract/send data to ODBC databases on > my local PC or network databases that I have mapped to my PC using tools > like Samba? > > If so,

Re: urgent.. ........

2001-05-24 Thread Arvind Sridharan
Developers' Nation provides Palm OS Technical Support with a guaranteed response time. Go to www.devnation.net Hi, AppLaunchWithCommand is not a function. It is a macro. Check out AppLaunchCmd.h and you will find that AppLaunchWithCommand is defined as nothing but LaunchWithCommand which i

RE: Failed To Connect To Remote

2001-05-24 Thread Richard Burmeister
> From: John Crouch > > This is an old thread, but can you tell me where to find > the autosave and cache files or directories you mention below. > I'm using CW 7 on Windows 2000. I looked in the CodeWarrior > tree and cannot find them anywhere. > > "Richard Burmeister" wrote: > > > > 1. It's pos

RE: Form is shiften to the right

2001-05-24 Thread Peter Epstein
One possible cause of a 2 pixel shift to the right is if the form becomes modal. This adds a 2 pixel wide border, and since all the stuff in the form is positioned relative to the inside of this border, it ends up moving right 2 pixels. -- Peter Epstein -- For information on using the Palm Deve

RE: Conduit Question

2001-05-24 Thread Dean Rochester
You got my attention... That would be great. So are you saying during the sync process I can use JDBC calls to extract/send data to ODBC databases on my local PC or network databases that I have mapped to my PC using tools like Samba? If so, please advise what I need to read. Thanks Dean-O ---

urgent.. ........

2001-05-24 Thread Srinivas
hi aravind, thanks for the reply. Tell me one thing AppLaunchWithCommand -- what this API will do. can i send any command to generate that event by lauching the app. And one more thing i am lauching that app with SysUIAppSwitch.This will launch the application and after launching the application

Re: urgent.. ........

2001-05-24 Thread Arvind Sridharan
Developers' Nation provides Palm OS Technical Support with a guaranteed response time. Go to www.devnation.net Hi Srinivas, I'm sure this is not possible because without launching the second application, the form having the button cannot be displayed, and hence the form does not have an ev

Why are vectors so horribly inefficient?

2001-05-24 Thread Chris DiPierro
Consider the following code: MPoint p; // MPoint is a class ... sizeof(MPoint) == 16 UInt32 free, large; vector v; p.x = 10; p.y = 20; free = sizeof(MPoint); MemHeapFreeBytes (0, &free, &large); v.resize (100); MemHeapFreeBytes (0, &free, &large); for (UInt16 c=0; c<100; c++) { v[c]

RE: Conduit Question

2001-05-24 Thread Kiet T. Tran
Hi What if I say if you could do similar to that by calling "JDBC" directly from your PALM. Repeat, from your PALM, not Servlet. Kiet >>-Original Message- >>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED]]On Behalf Of Dean >>Rochester >>Sent: Thursday, May 24, 2001 9:42 AM >>To: Pa

Re: re:Downloading PQAs onto device with File API

2001-05-24 Thread Danny Epstein
"ThuNguyet Nguyen" <[EMAIL PROTECTED]> wrote in message news:50461@palm-dev-forum... > In Palm data is stores different than in PC. In Palm, a .pqa file is stored as a resource database > with type "pqa ". Correct, except that PQA's are record databases. One of the oddities of Palm OS... > You c

Re: Form is shiften to the right

2001-05-24 Thread John Crouch
I believe my problem has been solved. I don't know for sure but I am willing to bet that my problem of my entire form being shifted to the right by 2 pixels was caused by a corrupted resource file. I had another problem where CW could not communicate with the emulator to debug the program. This

Not able to do Fast Sync.

2001-05-24 Thread amritha aithal
Hi, When I do syncing from HH(Handheld) to desktop,my data is trasfered onto Desktop.and vice -versa. 1. But the problem is ,I am not able to do Fast Sync.In this case,HH data overwrites Desktop data. 2.2nd problem is ,I get the following message in my desktop log file whenever I try to sync t

re:Downloading PQAs onto device with File API

2001-05-24 Thread ThuNguyet Nguyen
Hi there, >... now using an application i make a connection to the server, > and get the pqa on my palm. i store using the FileWrite api as a .pqa In Palm data is stores different than in PC. In Palm, a .pqa file is stored as a resource database with type "pqa ". You can use ExgDBRead() to store

urgent.. ........

2001-05-24 Thread Srinivas
hi all, I am working on one application which has to call another app. the probelm goes like this. i want to call an event from the calling application from the called application. i had an application which had sycn button in that. from the calling application i have to call this sycn button w

Re: Cannot Connect to POSE with CW 7

2001-05-24 Thread John Crouch
I found the problem. Mystery solved. It was a problem in my resource file. Someone else on the ng had this problem back in September. After searching for a while in the ng I found their solution. I had an icon family in the resource that was not being used. It had no icons assigned to the fam

RE: terminology question

2001-05-24 Thread Brian Mathis
On Thu, 24 May 2001, Dean Rochester wrote: > Thanks for the info. > > So if I understand this correctly... on my desktop the CSV file, which to me > is a continous string of my data and for discussion sake... lets say I have > exported out the data from a table that has 5 rows of 3 columns. So in

Re: Failed To Connect To Remote

2001-05-24 Thread John Crouch
This is an old thread, but can you tell me where to find the autosave and cache files or directories you mention below. I'm using CW 7 on Windows 2000. I looked in the CodeWarrior tree and cannot find them anywhere. Thanks. "Richard Burmeister" <[EMAIL PROTECTED]> wrote in message news:40120@

Re: Failed to connect to remote

2001-05-24 Thread John Crouch
Hello, This is an old message thread but I wanted to say thanks for leaving a follow-up on your problem. I had the same problem and after searching through the ng for hours I found your message and sure enough I had the same problems. This is two times now that I have had really strange problem

RE: Question about syncing comma separated file

2001-05-24 Thread Dean Rochester
is this doable code for writing the the csv to a palm db? Mainly is the section on writing the record correct logically? package sample.textcond; import palm.conduit.*; import java.io.*; /** * Simple example of a java conduit which reads text from a | (pipe) sepa

RE: Attention Manager Detail Dialog oddity

2001-05-24 Thread Peter Epstein
Yes. Again, Bob McKenzie is dead-on. Note that you don't have to create multiple attention requests for your application, but instead might choose to aggregate them, updating the existing attention request instead. This is more commonly done with subtle requests, but is supported for both subtle a

graffiti points

2001-05-24 Thread Lotfi
Hi all, can anybody tell me what kind of calculations graffiti manager of the palm system does. I am asking this question because while retrieving the points with GrfGetPoint i notice only some specific points are returned. Thanx :) -- For information on using the Palm Developer Forums, or t

RE: Cannot Connect to POSE with CW 7

2001-05-24 Thread Heather KML Tufts
> More info. It only happens on the project that I have been > working on. I > started a new sample project and it connects to the emulator > just fine. As > I said, suddenly in the middle of the day it stopped working. > I don't > recally making any changes to the configuration of the >

RE: Handspring and palm os 4.0

2001-05-24 Thread Scott Johnson (Bellevue)
> From: Phillip Streck [mailto:[EMAIL PROTECTED]] > Anyone heard if handspring is going to be offering upgrades > to palm os 4.0 for its handhelds, and if so an estimated release date? Existing Handsprings lack flash memory so cannot be upgraded to 4.0. -slj- -- For information on using the P

Handspring and palm os 4.0

2001-05-24 Thread Phillip Streck
Anyone heard if handspring is going to be offering upgrades to palm os 4.0 for its handhelds, and if so an estimated release date? thanks, Philip Streck Akron General Medical Center Information Systems -- For information on using the Palm Developer Forums, or to unsubscribe, please see http:

RE: copyright symbol

2001-05-24 Thread Richard Burmeister
> From: Dave Lippincott > > Title 17, section 401 of the US copyright law only makes > provisions for the official copyright symbol as " the > symbol (AF) (the letter C in a circle), or the word > 'Copyright', or the abbreviation 'Copr.';..." not for > a 'c' between two parenthesis. > So if you c

RE: Can't make tracing function work with emulator

2001-05-24 Thread Patrick Porlan
>From: Ralph Krausse > >I am trying to use Palm Reporter in my palm application. With ver >3.2, I have no issues but can't seem to make it work in 3.5. The HostTrace* calls were added to the HostControl interface after the 3.5 SDK was frozen. You should overwrite the copy of hostcontrol.h that yo

Re: terminology question

2001-05-24 Thread Brian Mathis
On Thu, 24 May 2001, Dean Rochester wrote: > In my terms... > > In a desktop DB a record is a row of one or several columns of data. > In a desktop DB a field or cell is an individual column in a row. > > > In the Palm DB is a record the whole row as in a desktop DB or is it a field > or cell of a

RE: Cannot Connect to POSE with CW 7

2001-05-24 Thread Richard Burmeister
> From: John Crouch > > Everything was working fine all day yesterday, debugging on the emulator. > Nothing has changed in my setup, but for some reason CW won't > connect to the emulator anymore. I tried it again today after a cold > boot and it still does not work. > > I can launch the emulator

Re: .pdbs on Expansion cards

2001-05-24 Thread Steve Mann
>I didn't want to bundle >because I don't want all the databases to automatically beam with the >application. Is there a way to make the databases display individually >for copying, maybe a setting or something I don't know about? I don't know about the card info tool, but pre OS 4.0, you could

RE: Question about syncing comma separated file

2001-05-24 Thread Steve Mann
>How do I convert this comma separated file into a DB if I have to? You might want to take a look at our utility P-RAD PDB-Def. It converts desktop ASCII data into PDB files using POSE. It requires tab-delimited data, but it should be relatively easy to convert CSV into tab-delimited. You can

RE: Question about syncing comma separated file

2001-05-24 Thread Richard Burmeister
> From: Dean Rochester > > I have looked through the Java Conduit tutorial and there are samples for > reading a text file, but that is not quite what I am doing. How do I > convert this comma separated file file into a DB if I have to? > A database on a Palm OS device consists of a collection o

RE: Hotsync user.

2001-05-24 Thread Richard Burmeister
> From: Marco Bastarolo > > There's a way to obtain the string that includes the Hotsync's username? > Yes. The info you need is in the knowledge base. Search for "user name". -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/te

terminology question

2001-05-24 Thread Dean Rochester
In my terms... In a desktop DB a record is a row of one or several columns of data. In a desktop DB a field or cell is an individual column in a row. In the Palm DB is a record the whole row as in a desktop DB or is it a field or cell of a desktop DB? I have am reading in a commo seperated fil

RE: Add Daebook & ToDo Records

2001-05-24 Thread Richard Burmeister
> From: Raymond > > I have adding a datebook record and todo record into datebook and todo > database. Is there any utilties to test the record valid in storing in > databases and not destroy database structure ? > The source code for both apps is supplied with the SDK. Why not look at that cod

Bug on OS40 or on 'Constructor for Palm' ver1.6 with FrmSetControlGroupSelection?

2001-05-24 Thread PalmOS
Hi all, Does anyone know of a bug in PalmOS4.0 or in the "Constructor for Palm" version 1.6 with the function FrmSetControlGroupSelection? The thing is, after installing the OS40 SDK, the "Constructor for Palm" was upgraded to version 1.6. This sounds nice and helpful, mainly because I don't kno

RE: Help on Sybase Ultralite Please

2001-05-24 Thread Richard Burmeister
> From: Suma Praveen Kumar > > I wish to have a some information on Sybase > > See http://www.sybase.com/detail?id=1009249 for support information from Sybase. This forum (palm-dev-forum) is for Palm OS development questions; it is not a Sybase support forum. -- For information on using the

Re: INetLibURLOpen Error

2001-05-24 Thread Brian Mathis
On Thu, 24 May 2001, Ajit N.K wrote: > Hi group, > > INetLibURLOpen is returning an error 5235 > can anybody let me know what could be the problem > i have successfully opened the socket. > > Cheers > Ajit Please consult Adam Woznaik's FAQ, specifically the question "What does the error value ..

Re: M505 and desktop software... (Sony Clie report)

2001-05-24 Thread PalmOS
So, isn't there any solution to Sony's CLIE? Don't you synchronize your device at all?? That's the best sony has to offer??? I'm stuck with a CLIE PEG-S300, using Win2K myself, and I can't sync more than once per restart of the PC! This really drives me nuts... Do you have any other ideas? Offi

RE: Conduit Question

2001-05-24 Thread Dean Rochester
I stumbled upon an example for writing the contents of the memoDB on the palm to a text file. So I am in the process of going through it and reversing all the DBread functions that read the palms memoDB records and changing them to DBwriting functions. I have read the comma separated file into a

RE: M505 and desktop software... (Sony Clie report)

2001-05-24 Thread Charles E. Patisaul
--- "Scott Johnson (Bellevue)" <[EMAIL PROTECTED]> wrote: > > From: DeAnna Davidson [mailto:[EMAIL PROTECTED]] > > If I were you, I would use the M505 HotSync. Of course, that's only > > because I know for a fact that the Handspring will sync with the M505 > > desktop software. [HotSync Manager

.pdbs on Expansion cards

2001-05-24 Thread DeAnna Davidson
Just need a little clarity here - on Palm m500 series devices, my databases are not showing up on the list to be able to copy them between the handheld and the card. The application shows up, but not the databases. Thus, I have a couple of questions: 1 - Should I expect the card info tool to ac

Re: Conduit Question

2001-05-24 Thread Dave Lippincott
Read the CDK docs. - Original Message - From: "Dean Rochester" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, May 24, 2001 11:05 AM Subject: RE: Conduit Question > I guess still too simple. You wrote "place data into your Palm DB using the > CDK API"

Re: Conduit Question

2001-05-24 Thread Phillip Streck
easy, just read the file into a record structure, pack the record and add it to the database Philip Streck Akron General Medical Center Information Systems >>> "Dean Rochester" <[EMAIL PROTECTED]> 05/24/01 09:42AM >>> I have written a Java Servlet that extracts data out of an Oracle database an

Re: Cannot Connect to POSE with CW 7

2001-05-24 Thread John Crouch
More info. It only happens on the project that I have been working on. I started a new sample project and it connects to the emulator just fine. As I said, suddenly in the middle of the day it stopped working. I don't recally making any changes to the configuration of the project I'm working

RE: Conduit Question

2001-05-24 Thread Dean Rochester
I guess still too simple. You wrote "place data into your Palm DB using the CDK API" How? The memo example talks about there are two parts to every record on the palm db the header and then the data itself. What do I use to define the header info? Do I need to? Dean-O -Original Messag

RE: Can't make tracing function work with emulator

2001-05-24 Thread Federico Vaggi
Hi: I want to know if the palm tcp/ip stack has tcp compression or Van Jacobson compression. I have problems connecting with some RAS that use this kind of compression. Thanks. Federico Jose Vaggi Ingenieria - Desarrollos [EMAIL PROTECTED] 4315-5556 ext. 118 Irion S.A. Av. Cordoba 795 Piso 1

RE: Attention Manager Detail Dialog oddity

2001-05-24 Thread Robert McKenzie
yes -bob mckenzie -Original Message- From: Roger Chaplin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 8:35 PM To: Palm Developer Forum Subject: RE: Attention Manager Detail Dialog oddity Peter Epstein <[EMAIL PROTECTED]> wrote: > If more than one insistent attention occurs

Can't make tracing function work with emulator

2001-05-24 Thread Ralph Krausse
Hello all. I am trying to use Palm Reporter in my palm application. With ver 3.2, I have no issues but can't seem to make it work in 3.5. I have done a #define HostControl BEFORE my #include but the header file doesn't contain HostTraceInit(). I did a #include but same result. I have tried to #i

Re: Conduit Question

2001-05-24 Thread Dave Lippincott
CSV == Text file with data packets separated by commas (Conduit launches) Open the text file Read data between commas place data into your Palm DB using the CDK API (Return from conduit) There is nothing special about it, the example is kind of simplistic but you get the idea. - Original Me

Downloading PQAs onto device with File API

2001-05-24 Thread Srinivas Padmanabhuni
Hi i have created a pqa using the pqa builder. instead of dragging and dropping into the simulator, i have put the pqa in a server location. now using an application i make a connection to the server, and get the pqa on my palm. i store using the FileWrite api as a .pqa file. then i invoke clipper

Re: copyright symbol

2001-05-24 Thread Dave Lippincott
Title 17, section 401 of the US copyright law only makes provisions for the official copyright symbol as " the symbol (AF) (the letter C in a circle), or the word 'Copyright', or the abbreviation 'Copr.';..." not for a 'c' between two parenthesis. So if you can't use the official symbol, just the

Re: Cannot Connect to POSE with CW 7

2001-05-24 Thread John Crouch
Thanks for the reply. I've done all this and it still does not connect. Everything was working fine all day yesterday, debugging on the emulator. Nothing has changed in my setup, but for some reason CW won't connect to the emulator anymore. I tried it again today after a cold boot and it still d

Conduit Question

2001-05-24 Thread Dean Rochester
I have written a Java Servlet that extracts data out of an Oracle database and saves it in a comma separated file. I now want to pass this comma separated file to my Palm to use as the database behind my palm app. I have seen ThinkDBs software and they have an option for reading in a comma separ

INetLibURLOpen Error

2001-05-24 Thread Ajit N.K
Hi group, INetLibURLOpen is returning an error 5235 can anybody let me know what could be the problem i have successfully opened the socket. Cheers Ajit -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

RE: Question about syncing comma separated file

2001-05-24 Thread Dean Rochester
Thanks for the info... I am still a bit lost on this one. I have written a Java application that will extract data from an Oracle database and stores it as a comma separated file. Now I want to import this comma separated file into my palm pilot and have it fill fields of a palm app that has dr

Hotsync user.

2001-05-24 Thread Marco Bastarolo
Hello to All. There's a way to obtain the string that includes the Hotsync's username? Help me, Please! Best regards Marco Bastarolo [EMAIL PROTECTED] Aton s.r.l. Via A.Volta, 2 - 31020 Villorba (TV) Tel. 0422.6184 - Fax 0422.618585 www.aton.it -- For information on using the Palm Devel

Re: Synchronization technologies

2001-05-24 Thread Jim Cooper
> Can i know with which palm database it works and with which it doesnot? By definition it will only work with Palm databases created with Ultralite. > Can i have some elaborative stuffs on ultralite? Try looking on the Sybase website. There used to be a trial version, but it's a while since

Strange problem with WinCopyRectangle

2001-05-24 Thread Viraj Chatterjee
Hi, I posted my query (#53803) earlier with no response, so this one is a detailed query. I'm getting a strange problem, and till now I've got this only in the Palm Vx (OS 3.5) and this is not reproducible on any other device or ROM, I've tested on IIIc, Clie, Palm V, Handspring Visor..., etc.

RE: Memory lock question

2001-05-24 Thread Arvind Aprameya.
Hi Ai Lee, The OS is free to change the locations of chunk of memory anytime in order for the other chunks to expand and while you are working with the chunk you will need to lock it using the MemHandleLock to prevent the Palm OS from moving the chunk of memory while using it. The MemHandleUnl

EditViewScroll () in MemoPad

2001-05-24 Thread Paul Nevai
I borrowed EditViewScroll () from MemoPad. It has this if (blankLines || updateScrollbar) { ErrNonFatalDisplayIf (blankLines && linesToScroll > 0, "blank lines when scrolling winDown"); ... } in it. I never thought that this would actually happen but one peditor reported this to me. I have

Add Daebook & ToDo Records

2001-05-24 Thread Raymond
I have adding a datebook record and todo record into datebook and todo database. Is there any utilties to test the record valid in storing in databases and not destroy database structure ? Raymond -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://w

Re: Memory lock question

2001-05-24 Thread Aaron Ardiri
> In what circumstances "MemHandleNew" will return NULL. How to solve this > problem? well, MemHandleNew will return null if it could not allocate the space you requested :) in this event, a) no memory or b) you are trying to allocate too much.. // az [EMAIL PROTECTED] http://www.ardiri.

Re: Form is shiften to the right

2001-05-24 Thread Juan de Dios Santander Vela
Don't know about that, but I think MacBinary --used to make plain files containing all the Mac-specific data and metadata needed-- would have been a good alternative... - Original Message - From: "Peter Epstein" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thu

Re: Form is shiften to the right

2001-05-24 Thread Juan de Dios Santander Vela
That's right, and the resource paradigm Palm OS is built around was also borrows from Mac OS... Indeed, if you've been a crude C Mac OS programmer, you find Palm OS API more familiar ;-) - Original Message - From: "Richard Burmeister" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAI

Re: Help on Sybase Ultralite Please

2001-05-24 Thread Arvind
Greetings Suma, hope this helps http://manuals.sybase.com/onlinebooks/group-sas/awg0702e/dbmben7/@Generic__B ookTextView/200 Building Ultralite Palm Applications http://www.sybase.com/detail/1,3693,1010553,00.html http://download.sybase.com/pdfdocs/awg0700e/dbulen7.pdf Thanks Arvind Developers'

Re: Memory lock question

2001-05-24 Thread Ai Lee Tang
hi Aaron, In what circumstances "MemHandleNew" will return NULL. How to solve this problem? rgds, ailee >From: Aaron Ardiri <[EMAIL PROTECTED]> >Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]> >To: "Palm Developer Forum" <[EMAIL PROTECTED]> >Subject: Re: Memory lock question >Date: Thu,

RE: Field question?

2001-05-24 Thread Ajit N.K
thats great Arvind!! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Arvind Aprameya. Sent: Thursday, May 24, 2001 3:28 PM To: Palm Developer Forum Subject: RE: Field question? Greetings Ajit well with the constructor version 1.2b4 , if you unc

RE: Field question?

2001-05-24 Thread Arvind Aprameya.
Greetings Ajit well with the constructor version 1.2b4 , if you uncheck the numeric field it is possible to enter both numeric and character values in the editable field. Arvind -Original Message- From: Ajit N.K [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 2:52 PM To:

RE: [palm-dev-forum digest: May 20, 2001]

2001-05-24 Thread Ajit N.K
I suppose u use InetLib or NetLib libraries for Internet connectivity. Please refer to Palm OS SDK thanx & regards Ajit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of kalyan Chakri Sent: Thursday, May 24, 2001 7:06 PM To: Palm Developer Forum Subject: R

RE: [palm-dev-forum digest: May 20, 2001]

2001-05-24 Thread Arvind Aprameya.
Greetings Kalyan, http://oasis.palm.com/dev/kb/manuals/1755.cfm hope this helps Thanks Arvind Developers' Nation You've got the questions; we've got the answers. Visit Us At :http://www.devnation.net for Palm Developer Support -Original Message- From: kalyan Chakri [mailto:[EMAIL PROTE

Re: [palm-dev-forum digest: May 20, 2001]

2001-05-24 Thread kalyan Chakri
1.Which Communication Library i need to Use for connecting my palm to net with out using desktop for Palm III and Palm V devices Get free email and a permanent address at http://www.netaddress.com/?N=1 -- For information on usi

RE: Field question?

2001-05-24 Thread Ajit N.K
How would the version of CW matter in this case ? :) Ajit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Arvind Aprameya. Sent: Thursday, May 24, 2001 2:51 PM To: Palm Developer Forum Subject: RE: Field question? Greetings Kapil, I would like

RE: Field question?

2001-05-24 Thread Arvind Aprameya.
Greetings Kapil, I would like to know what is the version of codewarrior and constructor you are using. Thanks Arvind Developers' Nation You've got the questions; we've got the answers. Visit Us At :http://www.devnation.net for Palm Developer Support -Original Message- F

Free memory

2001-05-24 Thread James Screech
When comparing the free memory reported by the launcher's "Info" form with that reported by the MemCardInfo function there is a discrepancy! MemCardInfo gives a value about 89K more that that given by the launcher, does anyone know which one is correct and why there is this difference? James Scr

Re: Memory lock question

2001-05-24 Thread Aaron Ardiri
> i am very confusing between "MemHandleUNlock" and "MemHandleFree". > > What is the definition to both ? MemHandleUnlock() = unlock, not free MemHandleFree() = free :P handles need to be locked in order to reference them as a simple pointer. you lock a handle using MemHandleLock(

Memory lock question

2001-05-24 Thread Ai Lee Tang
hi all, i am very confusing between "MemHandleUNlock" and "MemHandleFree". What is the definition to both ? rgds, ailee _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. -- For information on u

Alternative Palm Proxy Server

2001-05-24 Thread Lubomyr Humetsky
Hello All, I start to develop wireless application for PalmOS 3.5! This application must receive and send data to corporative database server using HTTP or HTTPS protocol. So I have a few questions about this functionality: 1. Can I use my own Proxy Server for this data transfer instead of Pa

Re: Serial port bit banging

2001-05-24 Thread John Roberts
Check out the Dragonball docs. You can control the UART chip directly by programming the chip. I think the serial port is wired up to one of ports - the IR LEDs have something to do with port E. - John "Mike Montalvo" <[EMAIL PROTECTED]> wrote in message news:50242@palm-dev-forum... > > Is there