Re: The library function don't return a value to NSBASIC

2006-01-17 Thread Douglas Handy
Elsio, >Ok, the problem have been solved. >The problem was the return value (Err), I only change it to Int32 and the >functions began to return values I should ask them to document that in their tech note on shared libraries. It was discovered by another programmer who was porting some of his l

Re: The library function don't return a value to NSBASIC

2006-01-17 Thread elsiofilho
Ok, the problem have been solved. The problem was the return value (Err), I only change it to Int32 and the functions began to return values Thank you, Elsio Luiz Andretta Filho -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/de

Re(2): NSBASIC & Palm OS

2005-05-02 Thread George Henne
This shouldn't be a problem. How many forms do you have? Probably the best place for NS Basic discussion is our web board - it's very active. You can reach our web board here: <http://groups.yahoo.com/group/nsbasic-palm/> The gang there is really helpful! (and yes, we hang ou

RE: NSBASIC & Palm OS

2005-05-02 Thread Adrienne Elenteny
I have been creating a program in NSBASIC. It is a large program which works beautifully on my Tungsten C --up to a point. When I get past 500k, the program starts acting erratic on the Palm. I will tap on one button and a completely unrelated form will appear, etc. This doesn't appe

Re: Writing Code Warrior PDB for NSBasic

2003-10-07 Thread Douglas Handy
Eric, >Each record will contain one numeric >field, with anywhere from 0 to many records being written. I examined an >NSBasic created and populated PDB in a hex editor and, with some help, came >up with a structure of: > >struct{ >UInt32recordIndex; >UInt32

Writing Code Warrior PDB for NSBasic

2003-10-07 Thread Eric Lauer
I'm writing a library in CW 9 that is interfacing with an NSBasic application. The result is that a database is created in NSBasic and the records are added within my library. Each record will contain one numeric field, with anywhere from 0 to many records being written. I examined an NS

Re: Fwd: [nsbasic-palm] Kudos to NSBasic!

2003-08-14 Thread drvirens
--- In [EMAIL PROTECTED], "George Henne" <[EMAIL PROTECTED]> wrote: > I thought you'd like reading this > > > > Congrats George. NSBAsic is a real cool thing to work on. :-) -Viren > Begin Forwarded Message ---- >

Fwd: [nsbasic-palm] Kudos to NSBasic!

2003-07-28 Thread George Henne
I thought you'd like reading this Begin Forwarded Message Subject: [nsbasic-palm] Kudos to NSBasic! Date Sent: Friday, July 25, 2003 1:37 PM From: tim_markoski <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] George- I wanted to publicly thank you

Re: NSBasic

2002-12-12 Thread David Orriss Jr
e latest generation of Palm, I currently have a Palm > IIIc which isn't quite a dinosaur yet. Most of the people using my programs I > would guess are using older palms as well. > Everything I've written so far for the Palm has been in NSBasic. Is NSBasic as fast as C? Nope. Is

Re: NSBasic

2002-12-11 Thread George Henne
I'd be the last person to say that any devtool is one size that fits all. PocketStudio (as I understand it) is a good choice for those who want to work directly with the Palm APIs in a Pascal context. >There's no reason to take it off-line. You can't convince me that it is fast >or that the r

Re: NSBasic

2002-12-10 Thread Ed Greenberg
I went to the nsbasic website, but lost interest when I saw that it had a 100K runtime. --On Tuesday, December 10, 2002 1:15 PM -0700 Dustin Davis <[EMAIL PROTECTED]> wrote: There's no reason to take it off-line. You can't convince me that it is fast or that the run-time is sm

Re: NSBasic

2002-12-10 Thread Dustin Davis
There's no reason to take it off-line. You can't convince me that it is fast or that the run-time is small, so there is nothing else really to talk about. I know I'm not using the latest generation of Palm, I currently have a Palm IIIc which isn't quite a dinosaur yet. Most of the people using m

Re: NSBasic

2002-12-10 Thread Jamie Macleod
SB is a bunch faster. We also get a good kick in speed when > > running on Palm OS 5 devices. Speed isn't a complaint we hear often. > > All my program on Shiblon.com are written using NSBasic. There is really no > heavy CPU crunching in any of them. When switching between forms an

Re: NSBasic

2002-12-10 Thread Jamie Macleod
Why take it off line? This is a palm development thread. I found NSBasic to be very slow myself, thus I skipped it and went to C. I would be interested to see how users are finding the new version. Why don't you want us to know? Jamie "George Henne" <[EMAIL PROTECTED]>

Re: NSBasic

2002-12-10 Thread George Henne
>> Let's take this offline. If anyone in the group wants to keep following >> this thread, email me and I'll cc you. > >Don't run away now, George, it was just getting interesting. >Please do CC me at [EMAIL PROTECTED] >:-) > If I was running away, I wouldn't have invited you to follow. :-) I'll

Re: NSBasic

2002-12-09 Thread Paul R.
> Let's take this offline. If anyone in the group wants to keep following > this thread, email me and I'll cc you. Don't run away now, George, it was just getting interesting. Please do CC me at [EMAIL PROTECTED] :-) -- For information on using the Palm Developer Forums, or to unsubscribe, ple

Re: NSBasic

2002-12-09 Thread George Henne
ce NS Basic makes heavy use of the Palm APIs. With >> version 3, NSB is a bunch faster. We also get a good kick in speed when >> running on Palm OS 5 devices. Speed isn't a complaint we hear often. > >All my program on Shiblon.com are written using NSBasic. There is really no

NSBasic

2002-12-09 Thread dustin
heavy use of the Palm APIs. With > version 3, NSB is a bunch faster. We also get a good kick in speed when > running on Palm OS 5 devices. Speed isn't a complaint we hear often. All my program on Shiblon.com are written using NSBasic. There is really no heavy CPU crunching in an

Re: NSBasic: Closing a application via code ?

2002-07-09 Thread D De Villiers
Hello Douglas Handy, Thank You ! For your help :-) I've been looking threw the NSBasic help for hours and just couldn't find "STOP" - This is what happends when you've a lack of sleep ! Kind Regards, Lennie De Villiers SYSTEMS DEVELOPER & SOFTWARE CONSULTANT T

Re: NSBasic: Closing a application via code ?

2002-07-08 Thread Douglas Handy
Lennie, >This question's related to NSBasic for Palm (www.nsbasic.com/palm): > >How can I close my application via code ? Issue the STOP statement. But in general, Palm applications do not do this. They typically allow the user to exit by invoking the application launche

NSBasic: Closing a application via code ?

2002-07-08 Thread D De Villiers
Hello! This question's related to NSBasic for Palm (www.nsbasic.com/palm): How can I close my application via code ? In the Project_StartUp event subroutine. Can't unfortunatly find any procedure(s) for doing this ! Using: NSBasic for Palm 2.11d Demo Edition Any help very much