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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 2313 - 2342 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2313
Am I correct that, unlike NSB/Palm, you can't preload these boxes at design-time? (I don't see the familiar (from NSB/P) preload capability)....
Don Pomplun
k2bio
Offline Send Email
Nov 10, 2007
5:29 am
2314
That is correct. The underlying Palm OS objects have space in them for this information, while the Windows versions do not....
George Henne
ghenne
Offline Send Email
Nov 12, 2007
2:44 pm
2315
Somewhere I read that I can only have 1 Form object open at a time, and the example of using 2 forms in a program has Form1.Hide before Form2.Show. Instead of...
Wayne Graham
wkgraham7
Offline Send Email
Nov 13, 2007
2:03 am
2316
You can probably do this in your own code (not the generated code). How about having your forms only use the top part of the window, while you add your own...
George Henne
ghenne
Offline Send Email
Nov 14, 2007
11:39 am
2317
I looked at that, and I'd like more screen area to work with. It occurred to me I could make multiple Frame objects and turn the Visible property on and off...
Wayne Graham
wkgraham7
Offline Send Email
Nov 14, 2007
9:21 pm
2318
I've played with the Tab control, and it works OK - but check out the licensing issues if you plan to redistribute your app....
George Henne
ghenne
Offline Send Email
Nov 15, 2007
11:43 am
2319
Hi Dont know if this helps but I have an application the the user selects from the first window either Defects, Inspections Reports etc. The selection shows...
John Hill
bodyjohn2003
Offline Send Email
Nov 15, 2007
12:26 pm
2320
Hi Again The other thing that I have done is disable the Windows Close X button. This means that the user can only close a window by using the close button I...
John Hill
bodyjohn2003
Offline Send Email
Nov 15, 2007
12:37 pm
2321
Hello everyone! I am new to NS Basic, even though I have been a registered NS Basic for PalmOS user since Version 3. I just never really got around to ...
Christopher Erickson
data_plumber1
Offline Send Email
Nov 15, 2007
7:52 pm
2322
Answers in line. ... without ... If you have the API declarations, then you can probably use NSBasic Desktop. Look at the Declare2 project in the Samples...
John Carter
johnecarter
Offline Send Email
Nov 15, 2007
9:37 pm
2323
I've been ending my program by just clicking the window's close (X) button. But now I want to execute some form unload code, so I added a QUIT button that...
Don Pomplun
k2bio
Offline Send Email
Nov 16, 2007
5:07 am
2324
. . . (one) answer seems to be to call output_close after doing the form_unload. This simulates clicking the X, and allows a graceful BYE...
Don Pomplun
k2bio
Offline Send Email
Nov 16, 2007
6:13 am
2325
Great!, it solved my problem! ("Unable to get TypeLib info. Please reinstall NSBComDlg.dll"). ... installation. ... read ... v2.5 ... folder, ... v3.0...
salvadorvidalromero
salvadorvida...
Offline Send Email
Nov 17, 2007
5:37 am
2326
I feel dumb asking this as it should be simple enough. I'm very new to NSBasic however, I like what I see so far. I'm using the CE version (if that matters)...
bitterbot07
Offline Send Email
Nov 18, 2007
4:14 pm
2327
Have successfully install the latest version of NSBasic/Desktop. Creating and saving projects seems to perform fine. However, after closing IDE and trying to...
Thomas Seroogy
tgseroogy
Offline Send Email
Nov 18, 2007
5:45 pm
2328
It's Textbox.text. The correct forum for questions on NS Basic/CE is here: <http://groups.yahoo.com/group/nsbasic-ce/>...
George Henne
ghenne
Offline Send Email
Nov 19, 2007
2:36 pm
2329
I just took a fresh Vista system out of the box. I wasn't able to reproduce this. Can you give me a step by step so I can make it happen here? Thanks! George...
George Henne
ghenne
Offline Send Email
Nov 19, 2007
3:48 pm
2330
Mr. Henne, Here's the setup: Computer: Sony VGN-UX390N (with latest updates) Vista Business All Microsoft Office (2003 & 2007) product has been removed. Two...
TSeroogy VIN Security...
tgseroogy
Offline Send Email
Nov 19, 2007
11:14 pm
2331
Hi Tom, There are many variables here. Let's take this topic off line while we work through all of them. We'll share the results with the group when we are...
George Henne
ghenne
Offline Send Email
Nov 20, 2007
12:08 pm
2332
Sounds, good to me. Where would you like me to start. Tom Seroogy PS - I'll be on the road for a day or two. I may not be able to respond till I return....
TSeroogy VIN Security...
tgseroogy
Offline Send Email
Nov 20, 2007
2:31 pm
2333
I get the an error error in line 22 Object Required: " when i run the following code Const fsModeAppend = 8 Const vbNormal = 0 Const vbReadOnly = 1 Const...
curtis_aidan
Offline Send Email
Nov 20, 2007
2:42 pm
2334
Put a line after the AddObject: msgbox TypeName(FSO) Let's see if the object is getting created properly. George Henne NS BASIC Corporation ...
George Henne
ghenne
Offline Send Email
Nov 20, 2007
2:54 pm
2335
Thanks George I have just seen the Obivous and removed Dim fso That seems to work Thanks again Ps how come one can look at the same trivial peice of code for 2...
curtis_aidan
Offline Send Email
Nov 20, 2007
3:02 pm
2336
Hi George, is it correct that there's a DIM fso statement before the AddObject ? Thomas...
Thomas Gruber
computerhusky
Offline Send Email
Nov 20, 2007
3:17 pm
2337
Thanks Thomas...
curtis_aidan
Offline Send Email
Nov 20, 2007
3:50 pm
2338
Hi Curtis, seems we both spotted this at about the same time. Regarding your P.S.: that's completely normal. Where I used to work, we often invited a colleague...
Thomas Gruber
computerhusky
Offline Send Email
Nov 21, 2007
12:08 am
2339
When I worked with a group of other programmers. I would often ask someone else for a "sanity check" ;-) John ... work, ... couldn't ... first ... third ... a...
John Carter
johnecarter
Offline Send Email
Nov 21, 2007
3:02 pm
2340
Hey guys, I want to use a grid I own with NSB Desktop. The Grid is the Janus Grid, it is a really nice grid but when I add it to the IDE I do not get any...
s_p_hauck
Offline Send Email
Nov 22, 2007
6:06 pm
2341
Even if the properties do not show up in the Properties Window, you can still use them by setting their values in your code: Grid.Top=10 I don't know a way to...
George Henne
ghenne
Offline Send Email
Nov 23, 2007
11:44 am
2342
I understand that I can do what you suggest but I guess it is a matter of usability for me. I am used to code completion and property pages. Thanks ... itself....
s_p_hauck
Offline Send Email
Nov 23, 2007
8:53 pm
Messages 2313 - 2342 of 3191   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