Are there any tools for this on an Android platform? I know I can do this in Chrome and with tools in the Android SDK, but is there a stand-alone tool?...
iOS5 has removed the 'Clear Cache' choice in Safari settings in iOS5, replacing it with 'Clear Cookies and Data', which of course removes sqlite databases as...
Safari seems to handle the padding property in a rather eccentric way, I find. If I make a text area 200px square and then set padding to 20px, for example,...
1) I would like to send additional data to PayPal when using the Buy Now button. For example when creating a PayPal button on PayPal.com the sample html script...
Hi Thomas, Just a wild guess: could there be another object "above" the button? It would have to be transparent though. The other possibility is that you go...
On my Android phone (version 2.2.2) the Inputbox moves up and then down with each letter entered into it. When it is up the text input area cannot be seen....
Hello, I am just getting started with NS Basic/App Studio. I am very impressed with the product so far, and have much enjoyed the lively conversations in this...
The tool box was full and I could not see the bottom item, tried to widen it to 2 column but no go. I unattached to tool box to pull it up to see the bottom...
Hi I haven't bought NSBasic/App yet. Still doing my own work on Palm. (Yes I'm the last guy in the world still using Palm ;) ) The main reason is I really like...
If I fire off an app that uses location services, and those services are turned Off in the Settings (iPhone), then the app raises an error msg (Unable to...
I am writing a new app with code I believe is what I ever used to do. When I start the app in desktop browser (Chrome) the expected result of a calculation is...
I can upload my app to PhoneGap Build with demo credentials (blank), the app is built, but i can't download from the provide links. My browser reply with...
Hi folks, i am now a proud owner of a Mac mini too and playing around with phoneGAP and XCode SDK. I can start my app on the iPad simulator but getting an 401...
Hi, I would like my application to log various ASCII data, then the user would need to be able to download this data to a PC (in the field with no internet...
This seems to me very peculiar. App encrypts some text data, loads it to a php which stores it on my server. Then ReadFile gets the data from the server,...
Some strange happenings lately that didn't happen prior to the 1.3.1 upgrade or upgrading to ios5. For example, I enter 3743030 (a bearing) into a text box...
I have several apps made with ver 1.2.1 in which I used the following block of javascript in order to prevent people using I.E., Chrome, etc. from running them...
I've discovered that if I remove both the nsbbutton from the button's class AND don't have any webkit gradients on my buttons, then I won't get the annoying...
...again, just getting into transitioning an app I built for iOS now to Android. Testing with Samsung Galaxy Mini running Android 2.2.1, using NSB build...
I am still confused about this: is each and every Update loading.... supposed to end with a restart? In my case, I sometimes get restarts, other times I don't....
After finishing an app for iOS, now working on putting it out in Android. I'm testing on a Samsung Galaxy Mini, and finding that the buttons on my forms, which...
This may sound a little strange, but is there any way to set a local or network-drive folder as the deploy target instead of FTP? I'm testing on a Windows...
The style.css of NSBasic contains some declarations for elements:hover that I find rather annoying than useful on a touchscreen device. Example: if I open a...
After successfully finishing up an app for iPhone, I'm trying to get it out for Android. I'm testing with a Samsung S5570 Galaxy Mini running Android 2.2.1 ...
This: NSB.MsgBox( "Here i am", vbCritical, "Test" ); is translated to: NSB.MsgBox("Here i am",'\r'itical,"Test"); Funny! vbCr is recognized before vbCritical. ...