George, I just bought a new laptop and have installed 7.0.2. When I try to install the below file I saved to disk, I cannot get pass the password screen. It...
Have a look at the "CE Demo" sample here: <http://www.nsbasic.com/desktop/info/technotes/TN21.htm> While it does not do exactly what you ask, it uses a control...
Can you send me a minimal project that does this? Is it possible to do it with two forms, one with a ComboBox, plus a couple of buttons to navigate back and...
Sorry - should have supplied an update. I tracked it down to setting the Style=2. As setting the style as design time did not seem to work I set it when the...
We're pleased to announce the results of the 2007 Programming Contest! <http://www.nsbasic.com/palm/PR/pr.080115.html> Winners are: NS Basic/CE: Machinist's...
The download links don't seem to work. Dave Quinn ... From: George Henne To: Nsbasic Desktop ; nsbasic-ce@yahoogroups.com ; nsbasic-palm Sent: Tuesday, January...
The downloads links on www.nsbasic.com do not work but the links at the actual developers websites seem to be working if they exist like for the first entry. ...
Hi All, I am having trouble understanding the correct wat to update the text of a single listitem in a listbox. For instance, say I have three items in the...
The text property is set by the items in the list, not the other way around. What you need to do is: ListBox.RemoveItem IndexOfItem ListBox.AddItem "New...
Hey Everyone, Is it possible to have a click event handler on a custom DialogX control? I've got a Dialog for opening files that has an option button group on ...
Hi All, I was wondering if anyone has seen the following problem on NSBasic/CE 7.0.4A running on Windows Vista platform: I have several forms with text boxes...
Hi Paul, We're encountering this too, and it is driving us nuts here trying to fix it. The best advice right now is to try opening the project again when this...
Hi folks, I was previously a registered owner of NSB Version 1.x Palm, and am considering getting back into development for my new Toshiba G900. I tried...
If you are installing the Windows Mobile version of NS Basic onto the Toshiba via Activesync, you should be OK. You may want to post the exact message...
Hi George, On my Vista machine, the problem is chronic - once I lose the controls, they are gone from the form designer no matter how many times I close and...
You said you had NSBasic *Palm*. The G900 is a *Windows* device, not a *Palm*. You need NSBasic CE to program for the G900. John ... I ... various ... ...
Thanks for the replies Bob, John & George. I mentioned previous Palm just to say I loosely remember how things work, I didn't help by saying Hotsync instead of...
Hi, I use NSB on a G900 and it works fine - v 7.0.4. I installed using a cab file though, but can't remember if I downloaded it or took it from the activesync...
Thanks Andrew I got it sorted, either a G900 glitch or dumb user :-p BTW, if you are a G900 user & you haven't already, you should check out myG900.com It's a...
Richard, Sorry, I must start reading the most recent emails first. I now remember that I installed the latest version of activesync on my office pc and it...
Does anyone have any example code of this working in NSbasic, all i am trying to do is capture the Lat/Long from the gps device attached to the PPC and put...
If it's any help I use the following code based on the NSB samples for serialtools (after adding the serialtools object), but I don't know anything of...
The hi res is actually used on drawing, pictures and fonts - so you can use much smaller fonts on these devices. So, you end up being able to do what is...