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 1401 - 1431 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1401
This is slightly off topic but Im trying to create HTML Tables programatically with NSBASIC for a project. I dont know how to set the cellpadding for the...
michael_newett
Offline Send Email
Jun 2, 2006
6:33 pm
1402
Here's a good site for looking up HTML info. Simple, straightforward explanations and examples: <http://vzone.virgin.net/sizzling.jalfrezi/iniframe.htm>...
George Henne
ghenne
Offline Send Email
Jun 2, 2006
7:06 pm
1403
... Cell padding and spacing are both table-wide. Your options include having a table within a table (each row or cell can have its own table - better have a...
John Carter
johnecarter
Offline Send Email
Jun 2, 2006
9:01 pm
1404
What did you find ? ... not ... On" ... Microsoft...
Fred
fctonetti
Offline Send Email
Jun 6, 2006
1:10 am
1405
Nice site George, thanks! Regards Mike...
michael_newett
Offline Send Email
Jun 6, 2006
12:26 pm
1406
I didnt think of using a table within a table, sounds like a good idea. Thanks. Regards Mike ... columns - ... cell ... than...
michael_newett
Offline Send Email
Jun 6, 2006
12:50 pm
1407
Is it possible to hide the windows sizing buttons and the top header bar so that my apps appear to run in full screen ? Regards Mike...
michael_newett
Offline Send Email
Jun 6, 2006
1:38 pm
1408
I'm still looking into this - I've been backed up here....
George Henne
ghenne
Offline Send Email
Jun 6, 2006
4:35 pm
1409
Not that I know of - but it might be possible when the new DECLARE statement arrives....
George Henne
ghenne
Offline Send Email
Jun 6, 2006
4:36 pm
1410
You're right - this isn't getting set properly. The IDE uses the setting in the Options panel to turn debugging on or off. If you start a program created in NS...
George Henne
ghenne
Offline Send Email
Jun 6, 2006
5:55 pm
1411
When will the next version of NSBasic Desktop be available ? There are a couple of issues that you said you were working on that I am patiently waiting...
Lester
lester_callif
Offline Send Email
Jun 9, 2006
6:03 am
1412
I'm hoping the beta will be ready in the next few days - the guys are working on some stuff on the new DECLARE statement. Send me an email with the specific...
George Henne
ghenne
Offline Send Email
Jun 9, 2006
12:24 pm
1413
We've just uploaded NS Basic/Desktop 2.5 Beta 1. You can find the complete list of enhancements in the ReadMe. There are over 40 changes. The two major ones...
George Henne
ghenne
Offline Send Email
Jun 12, 2006
2:52 pm
1414
George, I have not ungraded NSB in quite awhile . Did the fix for insecure .exe make it into this beta ? I notice several things that were reported as errors...
Fred Tonetti
fctonetti
Offline Send Email
Jun 13, 2006
4:11 am
1415
The fix for the security issue is not in beta 1, but it will be there before release. The complete list of what is fixed so far is in the ReadMe....
George Henne
ghenne
Offline Send Email
Jun 13, 2006
9:38 am
1416
I've found several API demos on net to run apps without taskbar or titlebar (i.e run in full screen) - but I'm not good enough to get them working. Here is a...
michael_newett
Offline Send Email
Jun 13, 2006
11:29 am
1417
Howdy! I am now a new owner of NSBasic! I hope to be of some benefit to the community with tips and sample code. :) -Steven...
j11l13
Offline Send Email
Jun 14, 2006
2:23 am
1418
(Sorry, I tried posting this earlier but it didn't seem to show up, hopefully I didn't create a duplicate) Interested in writing a game in NSBasic? Perfectly...
j11l13
Offline Send Email
Jun 14, 2006
2:33 am
1420
You can use this ActiveX control for both zipping and unzipping files. It's not the greatest but it gets most jobs done well enough (VBScript examples are in...
j11l13
Offline Send Email
Jun 14, 2006
2:50 am
1421
You can use a style. Example: <table border=1> <tr> <td style='padding:22px;'>test</td> <td style='padding:10px;'>test</td> <td style='padding:2px;'>test</td>...
j11l13
Offline Send Email
Jun 14, 2006
2:55 am
1422
I'll be interested to see what you come up with on this. I tried playing around with this control and version 1.x of NSB/Desktop and didn't have much success,...
Styskul
Offline Send Email
Jun 14, 2006
2:58 am
1423
Welcome aboard. It's always good to see new people on the list....
Styskul
Offline Send Email
Jun 14, 2006
3:00 am
1424
I am working on an example now. BTW, I pasted an outdated link to the latest version. You can get the latest version from here: ...
j11l13
Offline Send Email
Jun 14, 2006
4:04 am
1425
Thanks, that worked great! Is there any way to just pad out the left and right of the cells? I have a logo at the top of my table column - and the padding...
michael_newett
Offline Send Email
Jun 15, 2006
9:14 am
1426
Looks good! Does spritecraft work in fullscreen mode, or within a window? I've been looking for a way to run one of my apps in fullscreen mode for a while now....
michael_newett
Offline Send Email
Jun 15, 2006
9:20 am
1427
Mike, Here's an example you can play around with: <table border="1"> <tbody> <tr> <td style="padding-top: 3px; padding-left: 10px; padding-right: 25px;"...
Picard, Steven C.
j11l13
Offline Send Email
Jun 15, 2006
1:42 pm
1428
Mike, I am replying to your question about whether SpriteCraft can do full screen games and the answer is yes. There are three ways you can create games...
Picard, Steven C.
j11l13
Offline Send Email
Jun 15, 2006
1:58 pm
1429
That will do very nicely, thankyou. Regards Mike...
michael_newett
Offline Send Email
Jun 15, 2006
2:25 pm
1430
Im looking at using either MS Access or SQLite as the database for one of my apps. It is a simple databse so either one will be sufficient. I understand that...
michael_newett
Offline Send Email
Jun 15, 2006
4:37 pm
1431
Are you asking about just printing and/or displaying the data? If you want to print out the data you can always output as HTML. If you need a hand, just let...
j11l13
Offline Send Email
Jun 16, 2006
4:05 am
Messages 1401 - 1431 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