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...
Here's a good site for looking up HTML info. Simple, straightforward explanations and examples: <http://vzone.virgin.net/sizzling.jalfrezi/iniframe.htm>...
... 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...
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...
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...
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...
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, 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...
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...
(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...
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...
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>...
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,...
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...
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....
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;"...
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...
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...
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...