Is it possible, that a real built-in list control, with smooth scrolling like in the wheel, will be available in a - not so far - future version of NSBasic...
I'm hoping someone can point me to a way to locate a problem. I have started an App which seemed to be going just fine. I then uploaded the partially working...
I was under the impression that NSB apps can operate independently of the deployment server. They may check in to see if the app has been updated but would...
I tried using a sound producing Applet in an AppStudio app on an Android but that does not work either. Just wondering if its possible to get 'something39;...
How can does one extract and display via the iMenu.onClick function, say in a message box, one of the items contained in an iMenu list (not just the list...
I saw the cboLines.children[0].options.length = 0 part.  What is it that I can't find the answer until I post the question ?!?!?  Oh well.  I'll try just...
I have an issue with combobox. I have a combobox called cboLines If I add 5 lines to this combox box, it displays the 5 just fine. Â (aaa1 -> aaa5) Then I load...
On Blur worked great. Â I just did not know that was what it was called )) Now I have a problem. I'm doing this: Â addDebug("btnAddPN_onclick 0.2 lineCnt = "...
With my Palm app, I would load the stored Sales Order data when they hit Return at the order# prompt, triggering a load function. Well with iPhone/Android I...
I have a "small" project with one form and about 6900 lines of global code - i don't think that this is exorbitant much for Basic. I recognized two main...
Is there a way to determine, that the app is running within a not webkit capable browser to inform the user, that the app might not function properly?...
Just wondering. The following code Dim X X = 500 MsbBox "X = " & X produces output: X = 500 But the Following Dim X X = 0500 MsbBox "X = " & X produces...
I uploaded a simple file to the Yahoo Groups Files directory called "AudioTest.zip". I'm trying to figure out why my game's audio doesn't play properly. After...
Hello, looked through messages, can't find reference to sql database created in sql example. has anybody written anything about using sql in android with...
The new scrolling feature in HTMLview only works if the control is on the first form loaded. Hopefully this is an easy fix. Or possibly is there a workaround? ...
Hello, the actual version of nsbasic App (1.2a) does not allow the NETWORK: keyword in the manifest file because of invalid characters in filename (":"). So I...
I added the audio control (hidden) to my app. The wav file plays in Chrome but not on my iPad or Android phone... are wav files not compatible with the mobile...
I have a grid "Preise", which 2 columns are aligned "Left,Right" in the properties of the grid. The title is aligned that way, but when i add Rows to it at...
hi,especially for nsb/palm user+rushing for nsb contest , a pierce of advice , don't use variable like a_b, underscore is not allowed in app studio. another...
I'm working on this super long SQL insert command and I keep getting "unexpected Token" Â I'm checking variable names, data value variables. Â And I notice the...
I started this thread a while back but was having another error at the same time, and that sort of hi-jacked the thing. So the other error is fixed, and I...
<http://www.nsbasic.com/blog/?p=309> "Version 1.2 lets you tear off the items in the tab bar into their own windows. This is handy if you want to edit code and...
I'm using the " _" to continue lines. Â It probably works (I have not tried to compile yet) but I noticed something. Obviously the complex strings are most...
I know it is not a huge thing but I REALLY miss Control F to open the find screen and Control G to Find Next. Any chance of getting those hot keys (and any...
The nsbapp.com server is down. I just spoke to Tech Support at Verio.com, the site which hosts it. They were already aware of the problem and are working to...
I created a timer using SetTimeout that triggers an audio .wav when the timed period is complete. All works well on the desktop in chrome browser. However when...