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 you look at the GeoLocation sample, the error messages are completely under the control of your own code. You can change them to say what you need....
I Have attached 2 images to explain better. In Toolbox In IDE <http://www.mrwebit.co.uk/ToolboxInIDE.jpg> the toolbox is in the IDE and the IDE goes blank...
Hi, function mycontrol_ondblclick will catch a double click--which works on the desktop browser, but on the device I'm looking for a double tap. I can't seem...
Hi Tom, Thanks for the response. Yes, I'm using buttons for the calculator keys. I tried both nsbbutton class and no class and both give me the same effect:...
Hi, What control are you using for the calculator keys? I tried a button, and cannot get a zoom effect on double tap. Kind regards Tom Von meinem iPad gesendet...
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...
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....
Sorry. This is about nonsense and better not translated. Hallo Thomas, ja, alles klar. Danke! Ich bin ja – nebenher – seit ewig immer wieder bei NSBasic....
Hi Thomas, the refresh is for the scrollable HTMLView in Form2 (where the button isn't working), while the HTMLView in Form3 isn't scrollable and doesn't need...
Hello Thomas, In the function "form3show" you left out the "refresh", that might be the reason? Kind regards Thomas ( nicht nur Namensvetter, auch Nachbar,...
Hallo Bernd, Das muß ich jetzt mal auf Deutsch beantworten. Den Satz "NSBasic tut so ....." Verstehe ich nicht, das ist eigentlich genau so wie in anderen...
Reposting a question from last week: I've built an aviation weight and balance app for our flight department--deployed and working great on the iphone. Trying...
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...
Hi, I have an app with a main form and two additional forms. I switch from main form and back with code like in the TwoForms sample. Everything is working in...
Hi Thomas, a) Yes. The NSBasic declaration as 0, second line, was missing (NSBasic tut so, wie wenn das nicht nötig ware. Hat mich schon immer gestört, weil...
Hi Bernd, your replacement of the DIM statement isn't exact; ... is the equivalent (in Basic syntax) of DIM vTageZahl VTageZahl = 0 Is it possible that the 2nd...
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...
When I try that project out, I have no trouble downloading Android, WebOS or BlackBerry from the "Native Build Status" screen. The username you are getting in...
Did not make sense for me either. But this was how I got "undefined" disappear, by passing the value 0 to vTageZahl. "Undefined" was not an error message....