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 your group to be featured on the Yahoo! Groups website? 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 12286 - 12315 of 20556   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12286
A couple of questions not related. Reading through the handbook but couldn't find explicit answers to the following: 1. What is the procedure to designate a...
cschuchert
Offline Send Email
Jan 1, 2006
5:11 pm
12287
... In the right hand tree view of the project, right click on the form you want and select "Make Default Form". ... Unfortunately I just wiped my device a...
Styskul
Offline Send Email
Jan 1, 2006
5:53 pm
12288
If you're using the onboard divice based NSBasic and you want to view the Visual Designer do the following: 1. Start NSBasic on the device. 2. Use the menu...
Michael Wilson
bpmrules
Offline Send Email
Jan 1, 2006
6:07 pm
12289
Thank you Michael. I had accidently accessed this once before but didn't know how to do it again. Happy New Year. ... view ... current ... forms ... and ... ...
cschuchert
Offline Send Email
Jan 1, 2006
9:34 pm
12290
Thanks again, styskul,that was easy. I believe I saw that before but it didn't register that "default" meant what you explained. Also glad you mentioned about...
cschuchert
Offline Send Email
Jan 1, 2006
9:41 pm
12291
means Quarter VGA (240x320) that's half the pixels of true VGA (480x640) and half in both directions equals Quarter. or I've been lied too....
reeds_abc
Offline Send Email
Jan 1, 2006
11:20 pm
12292
Well, I tried putting "ShowOKButton True" as the very first line in my code, but I kept getting a script error, "Statement expected". So I put it as the first...
Rick Tharp
rikitikitoo
Offline Send Email
Jan 2, 2006
2:50 am
12293
What is the difference between executing the code, 'FormX_Show' and 'FormX_Load'? In my limited experience with NSbasic CE, the two commands seem to be...
James Snyder
drjgs200
Offline Send Email
Jan 2, 2006
3:15 am
12294
If you save your project as a .txt file, you'll see the definition of FormX_Load. You never want to call this manually, because it is the function that...
Styskul
Offline Send Email
Jan 2, 2006
3:47 am
12295
My bad. I just realized that I had these two functions reversed. It's the FormX_Show function that gets auto-generated and that you do not want to override....
Styskul
Offline Send Email
Jan 2, 2006
3:52 am
12296
The ShowOKButton True problem surprises me, because I do this all the time when I want to debug an application. But, at least you got it to work. As far as...
Styskul
Offline Send Email
Jan 2, 2006
3:54 am
12297
Thanks for your help. But just to clarify....are you saying that I should never add the following code? '-------------------------------------------------- ...
James Snyder
drjgs200
Offline Send Email
Jan 2, 2006
4:47 am
12298
Actually, what I'm saying is this (I'll try to get it right this time): The procedure you want to "overload" is _Load. So, in your code you can put a: Sub...
Styskul
Offline Send Email
Jan 2, 2006
5:17 am
12299
By the way, that could very well have been what you reitterated, but I wanted to clarify it for myself....
Styskul
Offline Send Email
Jan 2, 2006
5:25 am
12300
Before I get too carried away and spend more time than needed, I want to clarify something regarding files and file names. I hope I can make myself clear. My...
cschuchert
Offline Send Email
Jan 2, 2006
5:28 am
12301
I would suggest not putting a file object on your form. Before the first Sub or Function in your program, put the following line of code: AddObject "file",...
Styskul
Offline Send Email
Jan 2, 2006
5:39 am
12302
Thanks again. I think I get it now - really. James Snyder ... but I ... you ... when ... reference ... that I ... construction/display of ... code? ... code, ...
James Snyder
drjgs200
Offline Send Email
Jan 2, 2006
5:50 am
12303
Dear IT Employers We have IT Jobs around the world So rush here for more details http://itjobsbank.blogspot.com/ We hope that you will save your future have a...
William Horeis
william_horeis
Offline Send Email
Jan 2, 2006
9:38 am
12304
display hex values from com port? InString = Comm.Input Print "hex value" grCor...
chordnl
Offline Send Email
Jan 2, 2006
10:27 am
12305
Hi everyone! I've a question to do, how can i by-pass the form_close event when i click on the "X" button? I'll explain, i need to remove the "X" button or, if...
d1casa
Offline Send Email
Jan 2, 2006
2:16 pm
12306
Styskul...thank you very much. I will test that approach and get back if I have more questions. I wasn't clear on the uses for AddObject. I agree with your...
cschuchert
Offline Send Email
Jan 2, 2006
4:45 pm
12307
Sorry for being a PITA but if I do as you suggest, how does the name of the file remain intact? I put AddObject "file","file1" in Form1. The file there is...
cschuchert
Offline Send Email
Jan 2, 2006
7:10 pm
12308
I suppose you would want to keep that file name, wouldn't you. Just do a: Dim strFileName somewhere around where you do the AddObject. Then, in the form...
Styskul
Offline Send Email
Jan 2, 2006
7:31 pm
12309
Try this if will work: Dim temp InString = Comm.Input temp = "&h" + InString print int(temp) 'if you want the int value print chr(int(temp)) 'if you want...
Frank Hansen
fhpax
Offline Send Email
Jan 2, 2006
8:42 pm
12310
... Hi, I'm not shure that I understand the question, but showokbutton true change "X" to "OK" and closes an app really. Heiko ... i...
stolte_h
Offline Send Email
Jan 2, 2006
8:43 pm
12311
I am unable to change form sizes. Setting the Height and Width properties has no effect. Any ideas? Lew...
Lew Joubert
lew_joubert
Offline Send Email
Jan 2, 2006
10:47 pm
12312
Guess who! Here is some code from my app: The default form is called "First". It has a textbox, and 2 command buttons (OK and Exit) After the user enters the...
cschuchert
Offline Send Email
Jan 2, 2006
10:58 pm
12313
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 :...
nsbasic-ce@yahoogroup...
Send Email
Jan 3, 2006
2:12 am
12314
It looks like the main problem is that you Dimed strFileName inside of a sub, so it will only apply to that sub. I have uploaded simple_file_sample.nsb...
Styskul
Offline Send Email
Jan 3, 2006
2:16 am
12315
Thanks, the global variable workaround should work, I thought there might be a more elegant solution. Exactly which form events from eVB are the same? I...
Rick Tharp
rikitikitoo
Offline Send Email
Jan 3, 2006
3:17 am
Messages 12286 - 12315 of 20556   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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