Search the web
Sign In
New User? Sign Up
nsbasic-ce · Forum for NS Basic/CE users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1 - 30 of 20577   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#30 From: cbolvin@...
Date: Fri Jan 19, 2001 2:50 am
Subject: Re: FW: Difficulties with Desktop 1.0
cbolvin@...
Send Email Send Email
 
--- In nsbasic-ce@egroups.com, George Henne <gh@n...> wrote:
> >I have sent at least 6 emails to this group and to nsbasic support
> >concerning Desktop 1.0. I have yet to get a reply on my problem.
Am I not
> >following the correct procedure?
> >
> >I've had to stop using the Desktop 1.0 due to problems I've
reported, and no
> >one will give any kind of update.
> >
> >I see all kinds of replies to other questions, but why can't I get
an update
> >on my problem?
>
> We really do care, and are working behind the scenes to address
your
> concerns. We'll try to report on our progress a bit more, rather
than
> making you wait for the final result.
>
> George Henne
> NS BASIC Corporation
> http://www.nsbasic.com


Thanks George,

I was feeling a bit ignored. I just needed a "We haven't forgotten
about you" message. Have a good weekend.

Cheers,

Chuck

#29 From: George Henne <gh@...>
Date: Fri Jan 19, 2001 1:52 am
Subject: Re: FW: Difficulties with Desktop 1.0
gh@...
Send Email Send Email
 
>I have sent at least 6 emails to this group and to nsbasic support
>concerning Desktop 1.0. I have yet to get a reply on my problem. Am I not
>following the correct procedure?
>
>I've had to stop using the Desktop 1.0 due to problems I've reported, and no
>one will give any kind of update.
>
>I see all kinds of replies to other questions, but why can't I get an update
>on my problem?

We really do care, and are working behind the scenes to address your
concerns. We'll try to report on our progress a bit more, rather than
making you wait for the final result.

George Henne
NS BASIC Corporation
http://www.nsbasic.com

#28 From: "Chuck Bolvin" <cbolvin@...>
Date: Fri Jan 19, 2001 1:27 am
Subject: FW: Difficulties with Desktop 1.0
cbolvin@...
Send Email Send Email
 
I have sent at least 6 emails to this group and to nsbasic support
concerning Desktop 1.0. I have yet to get a reply on my problem. Am I not
following the correct procedure?

I've had to stop using the Desktop 1.0 due to problems I've reported, and no
one will give any kind of update.

I see all kinds of replies to other questions, but why can't I get an update
on my problem?

-----Original Message-----
From: Chuck Bolvin [mailto:cbolvin@...]
Sent: Wednesday, January 10, 2001 7:18 PM
To: nsbasic-ce@egroups.com
Subject: [nsbasic-ce] Difficulties with Desktop 1.0
Importance: High


George,

I have not received any update nor status as to my reported problem with
Desktop 1.0.

Can you please provide an update??

Thank You

Chuck Bolvin

-----Original Message-----
From: Chuck Bolvin [mailto:cbolvin@...]
Sent: Thursday, November 23, 2000 8:19 PM
To: George Henne
Subject: RE: Difficulties with Desktop 1.0


Thanks for the reply.

I'm forwarding the code I wrote (Don't laugh too hard. It's my first try!).
This is my first attempt at Visual *anything*. My last coding was in Cobol a
*long* time ago.

This code when run on my Ipaq, runs fine. But When I bring up the Visual
designer, It comes up on the second form (MathScreen). It won't let me
select the first form (Form1). Again, it runs fine and starts at Form1 which
is the default. When I change the BackColor of the MathScreen form the
software goes to a clock screen and never finishes. I have to close the task
manually from QMenu. In fact it does this for *any* change I make to the
MathScreen form.

This is the same program that causes the trouble I told you about on my
first email.

Hope it helps.

Thanks again.

Chuck Bolvin



-----Original Message-----
From: George Henne [mailto:gh@...]
Sent: Thursday, November 23, 2000 2:39 PM
To: cbolvin@...
Subject: Re: Difficulties with Desktop 1.0


>I just bought NSBasicCE 3.1 and am having alot of trouble with the Desktop
>Software. I've tried it under Win98 2nd Edition and Win2K Professional
(SP1)
>and both platform have trouble.

Thanks for sending this along. I've asked the programmer to have a look
at your problems.

George Henne                                     NS BASIC Corporation

http://www.nsbasic.com      Orders: 416 264-5999    Fax: 416 264-5888


To unsubscribe from this group, send an email to:
nsbasic-ce-unsubscribe@egroups.com

#27 From: George Henne <gh@...>
Date: Thu Jan 18, 2001 2:07 pm
Subject: Re: Variables
gh@...
Send Email Send Email
 
>Can you pass variables between function calls?  Example:
>
>'Test Program
>call test1
>call test2
>
>Function test1
>Dim x
>Dim z
>x=5
>z=2
>End Function
>
>Function test2
>print x
>print z
>print "This is a test"
>End Function
>
>Here is the results: (two blank lines and then "This is a test")
>
>
>
>This is a test
>
>
>I didn't know if I should define the variable differently so that the
>variables will pass between function calls?

You need to DIM x and z before calling test1. If you declare them in
Test1, they go away when Test1 finishes. Put them in your main module.

George Henne
NS BASIC Corporation
http://www.nsbasic.com

#26 From: mark@...
Date: Thu Jan 18, 2001 3:01 am
Subject: Variables
mark@...
Send Email Send Email
 
Can you pass variables between function calls?  Example:

'Test Program
call test1
call test2

Function test1
Dim x
Dim z
x=5
z=2
End Function

Function test2
print x
print z
print "This is a test"
End Function

Here is the results: (two blank lines and then "This is a test")



This is a test


I didn't know if I should define the variable differently so that the
variables will pass between function calls?

Thanks
Mark

#25 From: George Henne <gh@...>
Date: Wed Jan 17, 2001 12:19 pm
Subject: Re: Re: Web Server under NSBasic
gh@...
Send Email Send Email
 
They have a cheap deal for NS Basic/CE users.

>Thanks George, I looked at those, and sent them an email last night.
>However, if I have to pay full price for the tools, then it would be
>a pretty expensive exercise..
>
>Regards
>
>Simon
>
>--- In nsbasic-ce@egroups.com, George Henne <gh@n...> wrote:
>> >Is there any sample code that would allow me to construct a web
>server
>> >running
>> >on a pocketpc (HP 548).  Any pointers would be good.  (new and
>registered
>> >user).
>>
>> I don't know of any samples, but it should be possible using the
>tools
>> from DevSoft in The Big Red Toolbox. They work well!
>>
>> George Henne
>> NS BASIC Corporation
>> http://www.nsbasic.com


George Henne
NS BASIC Corporation
http://www.nsbasic.com

#24 From: "Thomas St. Clair" <neeeeil@...>
Date: Wed Jan 17, 2001 5:27 am
Subject: Re: Digest Number 8
neeeeil@...
Send Email Send Email
 
I have found that the order in which I call the scroll bars affects several
aspects of the appearance during run time. If this is the issue, you may
play around with the order you have listed the listbox properties in. I have
found it best to initialize the scrollbars first. It has helped me on many
occasions, mostly in just getting the scrollbars to appear at all, not sure
why though.
FYI,
Tom S
On 16 Jan 2001 15:58:57 -0000, nsbasic-ce@egroups.com wrote:

>  To unsubscribe from this group, send an email to:
>  nsbasic-ce-unsubscribe@egroups.com
>
>
>  ------------------------------------------------------------------------
>
>  There is 1 message in this issue.
>
>  Topics in this digest:
>
>        1. problems with s309 picturebox and with NSB listbox
>             From: marco.cenzato@...
>
>
>  ________________________________________________________________________
>  ________________________________________________________________________
>
>  Message: 1
>     Date: Mon, 15 Jan 2001 15:54:20 -0000
>     From: marco.cenzato@...
>  Subject: problems with s309 picturebox and with NSB listbox
>
>  S309 picture box is a great add-on, but on my casio E-100 I
>  encountered some erratic problems. The same program sometimes loads a
>  jpg image and sometimes not, hanging the palm-Pc. I did not
>  understand what is the reason. same program, same file, sometimes
>  works, sometimes not.
>  I know that NS doesn't support it, but has anybody had the same
>  experience? did anybody found a solution?
>
>  Also with the list box of nsbasic, using the scroll bars makes some
>  problems.
>  according to the dimension of the list sometimes you see the border
>  and sometimes not, for example when the list.height is 180 the border
>  disappears, but if you change the value to 220 you can see it.
>  can we consider it a bug?
>
>
>
>
>
>
>
>
>
>  ________________________________________________________________________
>  ________________________________________________________________________
>
>
>





_______________________________________________________
Send a cool gift with your E-Card
http://www.bluemountain.com/giftcenter/

#23 From: sscates@...
Date: Wed Jan 17, 2001 4:56 am
Subject: Re: Web Server under NSBasic
sscates@...
Send Email Send Email
 
Thanks George, I looked at those, and sent them an email last night.
However, if I have to pay full price for the tools, then it would be
a pretty expensive exercise..

Regards

Simon

--- In nsbasic-ce@egroups.com, George Henne <gh@n...> wrote:
> >Is there any sample code that would allow me to construct a web
server
> >running
> >on a pocketpc (HP 548).  Any pointers would be good.  (new and
registered
> >user).
>
> I don't know of any samples, but it should be possible using the
tools
> from DevSoft in The Big Red Toolbox. They work well!
>
> George Henne
> NS BASIC Corporation
> http://www.nsbasic.com

#22 From: George Henne <gh@...>
Date: Tue Jan 16, 2001 5:56 pm
Subject: Re: Web Server under NSBasic
gh@...
Send Email Send Email
 
>Is there any sample code that would allow me to construct a web server
>running
>on a pocketpc (HP 548).  Any pointers would be good.  (new and registered
>user).

I don't know of any samples, but it should be possible using the tools
from DevSoft in The Big Red Toolbox. They work well!

George Henne
NS BASIC Corporation
http://www.nsbasic.com

#21 From: Simmo <sscates@...>
Date: Wed Jan 17, 2001 12:46 am
Subject: Web Server under NSBasic
sscates@...
Send Email Send Email
 
Hi there,

Is there any sample code that would allow me to construct a web server running
on a pocketpc (HP 548).  Any pointers would be good.  (new and registered
user).

(Simon Scates)

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

#20 From: marco.cenzato@...
Date: Mon Jan 15, 2001 3:54 pm
Subject: problems with s309 picturebox and with NSB listbox
marco.cenzato@...
Send Email Send Email
 
S309 picture box is a great add-on, but on my casio E-100 I
encountered some erratic problems. The same program sometimes loads a
jpg image and sometimes not, hanging the palm-Pc. I did not
understand what is the reason. same program, same file, sometimes
works, sometimes not.
I know that NS doesn't support it, but has anybody had the same
experience? did anybody found a solution?

Also with the list box of nsbasic, using the scroll bars makes some
problems.
according to the dimension of the list sometimes you see the border
and sometimes not, for example when the list.height is 180 the border
disappears, but if you change the value to 220 you can see it.
can we consider it a bug?

#19 From: George Henne <gh@...>
Date: Mon Jan 15, 2001 2:42 pm
Subject: Re: NS Basic/CE
gh@...
Send Email Send Email
 
>Can the code that is used in the programming Handbook for NS Basic/CE
>be entered directly into the Pocket PC?  I have been trying to run
>the sample code that is used for INPUTBOX (Pg. 86)which works on the
>desktop but not on my IPAQ.  I receive an error pertaining to the
>line below, character 0 "Wrong number of arguments or invalid
>property assignment".
>
>Return = INPUTBOX("Message area", _
>  "INPUTBOX Example", "Default Text")
>
>Are there other things that I will need to do in order to make this
>work on the IPAQ??

This is a known item on the PocketPC - check the ReadMe file.

It's the main one we know about.

George Henne
NS BASIC Corporation
http://www.nsbasic.com

#18 From: "Carl F. Williams" <minafin@...>
Date: Mon Jan 15, 2001 2:24 pm
Subject: NS Basic/CE
minafin@...
Send Email Send Email
 
Hi All,

Can the code that is used in the programming Handbook for NS Basic/CE
be entered directly into the Pocket PC?  I have been trying to run
the sample code that is used for INPUTBOX (Pg. 86)which works on the
desktop but not on my IPAQ.  I receive an error pertaining to the
line below, character 0 "Wrong number of arguments or invalid
property assignment".

Return = INPUTBOX("Message area", _
   "INPUTBOX Example", "Default Text")

Are there other things that I will need to do in order to make this
work on the IPAQ??

Carl

#17 From: George Henne <gh@...>
Date: Sun Jan 14, 2001 10:24 am
Subject: Re: Re: New file uploaded to nsbasic-ce
gh@...
Send Email Send Email
 
>I decided to test the file upload feature of this BBS by providing my
>code to read UNICODE files, covert to ASCII for manipulation in
>NSBASIC, then save back as UNICODE or ASCII.

Thanks, Jim!

George Henne
NS BASIC Corporation
http://www.nsbasic.com

#16 From: jim@...
Date: Sat Jan 13, 2001 5:05 pm
Subject: Re: New file uploaded to nsbasic-ce
jim@...
Send Email Send Email
 
Greetings all,

I decided to test the file upload feature of this BBS by providing my
code to read UNICODE files, covert to ASCII for manipulation in
NSBASIC, then save back as UNICODE or ASCII.

Leave a message if you have any questions, and be sure to share your
own code snips :-)

The code I uploaded is copyrighted, but permission is granted to
REGISTERED NSBasic users to use.

#15 From: <nsbasic-ce@egroups.com>
Date: Sat Jan 13, 2001 4:57 pm
Subject: New file uploaded to nsbasic-ce
nsbasic-ce@egroups.com
Send Email Send Email
 
Hello,

This email message is a notification to let you know that
a file has been uploaded to the Files area of the nsbasic-ce
group.

   File        : /unicodefile.txt
   Uploaded by : jim@...
   Description : UNICODE read, convert to ASCII, save ASCII as UNICODE

You can access this file at the URL

http://www.egroups.com/files/nsbasic-ce/unicodefile%2Etxt

To learn more about eGroups file sharing, please visit

http://www.egroups.com/help/files.html


Regards,

jim@...

#14 From: George Henne <gh@...>
Date: Sat Jan 13, 2001 9:56 am
Subject: Re: Re:Re:two wishes
gh@...
Send Email Send Email
 
>The visible property is not setable for the Tabstrip or the
>Picturebox.  In fact, once the Tabstrip has been placed on a form it
>cannot be removed.  Changing the width to zero doesn't even work.  I
>had to display a Picturebox over it to cover it up.  However, since
>the visible property doesn't work for Picturebox, I had to change the
>width to zero for the Picturebox to make it disappear and reveal the
>Tabstrip hidden underneath!
>
>The visible property DOES work in the S309PictureBox, but I am a bit
>of a purist and prefer to work with the core controls as much as
>possible before running off to use outside controls.  I like to
>install as few controls as possible and make better use of my system
>resources.

Tabstrip and Picturebox, as implemented by Microsoft, don't have visible
properties. That (in part) is why Terry wrote the great S309PictureBox.

George Henne
NS BASIC Corporation
http://www.nsbasic.com

#13 From: "Terry Myhrer" <tmyhrer@...>
Date: Fri Jan 12, 2001 8:38 pm
Subject: RE: Re:Re:two wishes
tmyhrer@...
Send Email Send Email
 
*sniff* I am hurt, after all my hard work... :-)

-Terry

-----Original Message-----
From: sentto-1832397-11-979331030-tmyhrer=pobox.com@returns.onelist.com
[mailto:sentto-1832397-11-979331030-tmyhrer=pobox.com@...
m]On Behalf Of Denis Perreault
Sent: Friday, January 12, 2001 3:24 PM
To: nsbasic-ce@egroups.com
Subject: [nsbasic-ce] Re:Re:two wishes
The visible property DOES work in the S309PictureBox, but I am a bit
of a purist and prefer to work with the core controls as much as
possible before running off to use outside controls.

#12 From: "Denis Perreault" <arcwizard@...>
Date: Fri Jan 12, 2001 8:23 pm
Subject: Re:Re:two wishes
arcwizard@...
Send Email Send Email
 
Ah, but you are part right, Franco.

The visible property is not setable for the Tabstrip or the
Picturebox.  In fact, once the Tabstrip has been placed on a form it
cannot be removed.  Changing the width to zero doesn't even work.  I
had to display a Picturebox over it to cover it up.  However, since
the visible property doesn't work for Picturebox, I had to change the
width to zero for the Picturebox to make it disappear and reveal the
Tabstrip hidden underneath!

The visible property DOES work in the S309PictureBox, but I am a bit
of a purist and prefer to work with the core controls as much as
possible before running off to use outside controls.  I like to
install as few controls as possible and make better use of my system
resources.

Denis



--- In nsbasic-ce@egroups.com, "franco epifani" <efsoft@i...> wrote:
> Ciao, Denis
> The visible property is available and you can use it in NSbasicCE.
> (many programs of mine use this property to show or hide single
> objects according the needs of the used function).
> The problem is that Visual Designer does not support it so if you
use
> the Designer but you wish on start (for example) to hide some
objects
> you have to add a separate line of code after the 'Generated code'
> lines.
> It is not a big problem but  it should more easy to be able to use
the
> 'visible' property into Visual Designer code directly.
>
> Franco Epifani efsoft@i...

#11 From: "franco epifani" <efsoft@...>
Date: Fri Jan 12, 2001 7:40 pm
Subject: Re:Re:two wishes
efsoft@...
Send Email Send Email
 
Ciao, Denis
The visible property is available and you can use it in NSbasicCE.
(many programs of mine use this property to show or hide single
objects according the needs of the used function).
The problem is that Visual Designer does not support it so if you use
the Designer but you wish on start (for example) to hide some objects
you have to add a separate line of code after the 'Generated code'
lines.
It is not a big problem but  it should more easy to be able to use the
'visible' property into Visual Designer code directly.

Franco Epifani efsoft@...

#10 From: "Denis Perreault" <arcwizard@...>
Date: Fri Jan 12, 2001 5:18 pm
Subject: Re: two wishes
arcwizard@...
Send Email Send Email
 
I have to agree with you there, Epifani.  Many of the objects have
visible properties according to Microsoft, but it is unavailable in
NSBASIC.  It is very tedious using PictureBox objects to hide objects
that cannot be hidden and then playing with the width property of the
PictureBox because it can't be hidden either!

Denis Perreault
www.arcanecorp.com




--- In nsbasic-ce@egroups.com, "efsoft" <efsoft@i...> wrote:
> It should be possible to add to the properties handled by Visual
Designer
> the property 'visible -true/false' also ?
> It should be possible add a Timer object to the base language
instead of
> using additional module?
> Some opinions George ?
> Thanks
>
> Epifani efsoft@i... or efsoft@i...

#9 From: "efsoft" <efsoft@...>
Date: Thu Jan 11, 2001 11:35 pm
Subject: two wishes
efsoft@...
Send Email Send Email
 
It should be possible to add to the properties handled by Visual Designer
the property 'visible -true/false' also ?
It should be possible add a Timer object to the base language instead of
using additional module?
Some opinions George ?
Thanks

Epifani efsoft@... or efsoft@...

#8 From: George Henne <gh@...>
Date: Thu Jan 11, 2001 12:25 pm
Subject: Re: How to Make Cut, Copy and Paste menus work
gh@...
Send Email Send Email
 
>The user can highlight any part and using Ctrl-c, x and v can do the desired
>function with the selected text...
>
>I wanted to add menu Items for Cut, Copy and Paste... but can't figure how
>to do??

I don't think there's a way to do this.

>Would also like to implement "tap and hold" Pocket PC functionality... Can
>one do that???

There's no special support for this in NS Basic/CE, but there really
isn't in Windows CE, either. It's done the hard way, starting from a
click script.


George Henne
NS BASIC Corporation
http://www.nsbasic.com

#7 From: "Bob Wittmann" <Wittmann@...>
Date: Thu Jan 11, 2001 4:04 am
Subject: How to Make Cut, Copy and Paste menus work
Wittmann@...
Send Email Send Email
 
I have a database that I query and load the results into a textbox...

The user can highlight any part and using Ctrl-c, x and v can do the desired
function with the selected text...

I wanted to add menu Items for Cut, Copy and Paste... but can't figure how
to do??

Would also like to implement "tap and hold" Pocket PC functionality... Can
one do that???

Good luck with the new board...

Bob

#6 From: "Chuck Bolvin" <cbolvin@...>
Date: Thu Jan 11, 2001 1:18 am
Subject: Difficulties with Desktop 1.0
cbolvin@...
Send Email Send Email
 
George,

I have not received any update nor status as to my reported problem with
Desktop 1.0.

Can you please provide an update??

Thank You

Chuck Bolvin

-----Original Message-----
From: Chuck Bolvin [mailto:cbolvin@...]
Sent: Thursday, November 23, 2000 8:19 PM
To: George Henne
Subject: RE: Difficulties with Desktop 1.0


Thanks for the reply.

I'm forwarding the code I wrote (Don't laugh too hard. It's my first try!).
This is my first attempt at Visual *anything*. My last coding was in Cobol a
*long* time ago.

This code when run on my Ipaq, runs fine. But When I bring up the Visual
designer, It comes up on the second form (MathScreen). It won't let me
select the first form (Form1). Again, it runs fine and starts at Form1 which
is the default. When I change the BackColor of the MathScreen form the
software goes to a clock screen and never finishes. I have to close the task
manually from QMenu. In fact it does this for *any* change I make to the
MathScreen form.

This is the same program that causes the trouble I told you about on my
first email.

Hope it helps.

Thanks again.

Chuck Bolvin



-----Original Message-----
From: George Henne [mailto:gh@...]
Sent: Thursday, November 23, 2000 2:39 PM
To: cbolvin@...
Subject: Re: Difficulties with Desktop 1.0


>I just bought NSBasicCE 3.1 and am having alot of trouble with the Desktop
>Software. I've tried it under Win98 2nd Edition and Win2K Professional
(SP1)
>and both platform have trouble.

Thanks for sending this along. I've asked the programmer to have a look
at your problems.

George Henne                                     NS BASIC Corporation

http://www.nsbasic.com      Orders: 416 264-5999    Fax: 416 264-5888

#5 From: "Perreault, Denis" <arcwizard@...>
Date: Wed Jan 10, 2001 5:04 pm
Subject: Pocket PC Installer
arcwizard@...
Send Email Send Email
 
Has anyone successfully created a Pocket PC Installer for an NSBASIC
application?  I have been trying to follow tech note 15, but I have gotten
some very unusual errors.  If you have been able to do this, please write
me.  I can use all the help I can get.

Thanks,

Denis Perreault
Arcane Corporation

www.arcanecorp.com
------------------------------
Denis Perreault

x5697

#4 From: George Henne <gh@...>
Date: Mon Jan 8, 2001 6:36 pm
Subject: This board is now active!
gh@...
Send Email Send Email
 
#3 From: George Henne <gh@...>
Date: Wed Nov 15, 2000 2:48 am
Subject: Re: [nsb-ce] Why no one is working on this site?
gh@...
Send Email Send Email
 
We're still using the web board in the NS Basic/CE Support area.

George Henne                                     NS BASIC Corporation

http://www.nsbasic.com      Orders: 416 264-5999    Fax: 416 264-5888

#2 From: larry_yu_ml@...
Date: Wed Nov 15, 2000 2:26 am
Subject: Why no one is working on this site?
larry_yu_ml@...
Send Email Send Email
 
#1 From: George Henne <gh@...>
Date: Thu Apr 27, 2000 6:46 pm
Subject: Welcome to the NS Basic/CE Forum!
gh@...
Send Email Send Email
 
We're up and running!

George Henne                                     NS BASIC Corporation

http://www.nsbasic.com      Orders: 416 264-5999    Fax: 416 264-5888

Messages 1 - 30 of 20577   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help