[nsbasic-ce] Re: Lock-up on seond run of my application

2010-05-21 Thread rmrsoft
"Tab1", _ > 0, 0, _ > output.width, output.height-40 > > Tab1.tabs.add 1,,"Home" > Tab1.tabs.add 2,,"Portfolio" > Tab1.tabs.add 3,,"Quote" > Tab1.tabs.add 4,,"Calculator" > Tab1.tabs.remove 5 > > '** >

[nsbasic-ce] Re: Problems with date picker

2010-05-21 Thread rmrsoft
rograms. > > > >Any chance of a fix ? > > > >Al > > > >--- In nsbasic-ce@yahoogroups.com, "rmrsoft" wrote: > >> > >> A user has just pointed out 2 problems with the Date object on his > >HTC. One seems to be HTC-specific the

[nsbasic-ce] Re: Problems with date picker

2010-05-20 Thread rmrsoft
? Al --- In nsbasic-ce@yahoogroups.com, "rmrsoft" wrote: > > A user has just pointed out 2 problems with the Date object on his HTC. One > seems to be HTC-specific the other I can reproduce. > > 1. Tapping on the arrow to the right of the object does not open the >

[nsbasic-ce] Re: Lock-up on seond run of my application

2010-05-18 Thread rmrsoft
I see this quite a lot during development. What I think is happening is that the program is creating an error during execution but this is not being trapped properly and the 'error report' is left running in the background so you are not aware of it. When you shut down the program it appears t

[nsbasic-ce] Re: Identify "Storage Card" directory: FindFirstFlashCard?

2010-03-20 Thread rmrsoft
Just so you know you are not being ignored :-) I've been writing program using NSB for a long time now and I have never found a solution. In fact I finished up releasing my programs and each time someone told me their external card was not being recognised I asked them what it was called and a

[nsbasic-ce] Problems with date picker

2010-03-18 Thread rmrsoft
A user has just pointed out 2 problems with the Date object on his HTC. One seems to be HTC-specific the other I can reproduce. 1. Tapping on the arrow to the right of the object does not open the date-picker display, it open up a a virtual keyboard. (HTC-specific?) 2. Seed the Date picker

[nsbasic-ce] Re: Copy Files

2010-03-05 Thread rmrsoft
nsbasic-ce@yahoogroups.com > Sent: Friday, March 5, 2010 4:42:17 AM GMT -05:00 US/Canada Eastern > Subject: [nsbasic-ce] Re: Copy Files > > > > > > > The third Tech Note doesn't cover Copy, only append, ... :( > > --- In nsbasic-

[nsbasic-ce] Re: Copy Files

2010-03-05 Thread rmrsoft
It's all covered in Tech Note 3e --- In nsbasic-ce@yahoogroups.com, "Nathan" wrote: > > I don't like to be..., but someone can help me? > > --- In nsbasic-ce@yahoogroups.com, "Nathan" wrote: > > > > Hello, > > I want to know how to copy files with NSBasic/CE 7.0 > > > > Best Regards, > > Na