Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

nsbasic-app · NSB/AppStudio

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 744
  • Category: Basic
  • Founded: Nov 15, 2010
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 10494 - 10523 of 17579   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
10523 Marcello Ladeira
marcello_lad... Send Email
Apr 1, 2012
11:54 pm
Hello George and NSBasic Team. I've installed 2.1.0.1 yesterday and today, when I were doing some test with my iPhone I realize that my app zoom's the screen...
10522 jamalmortoza Send Email Apr 1, 2012
11:53 pm
I wondered if there are any examples out there on how to do mapping and gis integration along with camera and databases :)...
10521 jimmy.imossi Send Email Apr 1, 2012
10:02 pm
Hi I have NSB version 2.1.0.1 and the .getValue() and .value() properties of radio buttons don't seem to work properly. This is even the case in the sample...
10520 George Henne
ghenne Send Email
Apr 1, 2012
9:01 pm
What happens if you do a MsgBox with the result of FormatNumber? I tried a=1000 msgbox FormatNumber(a,2) It worked fine....
10519 Lee Church
lchurchmts Send Email
Apr 1, 2012
8:37 pm
I ran into a very strange limitation on numeric values. I have a modal form with a calculator keypad, for the user to enter strictly numeric values based upon...
10518 scripter93 Send Email Apr 1, 2012
5:21 pm
No worries, I figured out how to include versionCode="nnn" in the config.xml file. https://build.phonegap.com/docs/config-xml...
10517 scripter93 Send Email Apr 1, 2012
5:04 pm
Hi, Just did a new build of my app and when I went to activate it on Google, the versionCode was 1 ! My previous versionCode was 220. Any ideas? Ted...
10516 kynao.yooky Send Email Apr 1, 2012
2:12 pm
A direct competitor : Kendo UI http://www.kendoui.com/web.aspx...
10515 Thomas Gruber
computerhusky Send Email
Apr 1, 2012
12:46 pm
Hi Helen, unless you take special precautions in your code (checking for the browser accessing it, and stopping if it isn't a mobile browser), it is much...
10514 Helen
hsandoz1 Send Email
Apr 1, 2012
11:34 am
You're right, Tom. I was trying to copy in the middle. When I scrolled to the top I could get a selection rectangle. Tap on the bottom of the rectangle and...
10513 Thomas Gruber
computerhusky Send Email
Apr 1, 2012
10:54 am
Hi Helen, a very nice tool! I managed to copy part of the source, by tapping at the beginning of a line - a selection rectangle appears. This can be enlarged,...
10512 Helen
hsandoz1 Send Email
Apr 1, 2012
10:25 am
Heads up - OSXDaily posted an article on how to view source code for any web page on an iPad or iPhone. I did not find a way to actually copy the source code....
10511 Lee Church
lchurchmts Send Email
Apr 1, 2012
3:31 am
Interesting post, but here's an alternative view: My focus is on getting applications out the door quickly and efficiently, but my clients are companies that...
10510 the_kid_speed72 Send Email Mar 31, 2012
4:28 pm
Hi Since a form is not scroolable in nsbasic, i´ve read that i can "push everything into an html view". I assume that thei were talking about listcontrols,...
10509 George Henne
ghenne Send Email
Mar 31, 2012
3:54 pm
We've batted this one around here, too. George Henne NS BASIC Corporation http://www.nsbasic.com...
10508 Rachel Loyd
Just4Fun00 Send Email
Mar 31, 2012
3:51 pm
Hi Peter: I was in the same boat as you are when I tried to get my head around NSBasic App. There were a number of technologies beyond Basic that I felt I...
10507 kynao.yooky Send Email Mar 31, 2012
3:43 pm
I suggest CoffeeScript (http://coffeescript.org/) support into NSBasic. Description : "CoffeeScript is a little language that compiles into JavaScript....
10506 George Henne
ghenne Send Email
Mar 31, 2012
3:41 pm
I would set up a log of events to see what is going on. In each js file, add some code to log the operation and time stamp, then analyse where the delay is....
10505 Thomas Gruber
computerhusky Send Email
Mar 31, 2012
2:28 pm
Hi, do you have 2 records with the same primary key field in your data? That's not possible. If you don't have a field that is unique for each record and can...
10504 gopalakrishna
sgjoisa Send Email
Mar 31, 2012
1:59 pm
My table has primary key . But after displaying the error message data table displays the same record (in which the error occurs ). If primary key is not...
10503 computerhusky Send Email Mar 31, 2012
11:42 am
Hi, This is a typical message from SQL that happens when an index or primary key condition isn't fulfilled. Do your tables have a primary key field? Then...
10502 gopalakrishna
sgjoisa Send Email
Mar 31, 2012
11:30 am
While trying to copy the data from json file to sql error message says "(19 constraint failed)(Code1)" . There are 26 tables each starting from each alphabetic...
10501 Lee Church
lchurchmts Send Email
Mar 31, 2012
5:35 am
I'm using just a straight retrieve on a JS file: head = document.getElementByTagName newScript = document.createElement newScript.type = "text/javascript" ...
10500 brianwelsh73 Send Email Mar 30, 2012
8:35 pm
audio1.play() audio1.pause() ???????????????????? audio2.play() Is it possible to have this happen in middle of code without a button push. It looks like the...
10499 scripter93 Send Email Mar 30, 2012
8:12 pm
It will point out where errors are in the json you paste into it....
10498 scripter93 Send Email Mar 30, 2012
5:19 pm
Hello, How can I do this with a jqm 'button&#39;? <input id='openfile&#39; type='file&#39; name='datafile&#39; size='40&#39;> Thank you...
10497 George Henne
ghenne Send Email
Mar 30, 2012
2:02 pm
Have you tried putting something like a full screen picturebox as a base layer for your app?...
10496 George Henne
ghenne Send Email
Mar 30, 2012
1:15 pm
You might also look at information on HTML. App Studio translates your project into HTML, and many HTML features can be controlled within App Studio. For...
10495 George Henne
ghenne Send Email
Mar 30, 2012
1:13 pm
I assume you're using Ajax() to get the files. Do you have something like this to watch for completion? Function done() If req.readyState<>4 Then Exit Function...
10494 George Henne
ghenne Send Email
Mar 30, 2012
12:47 pm
I'm not holding my breath on this one. The problem is existed for 4 years and I don't know how many versions of Chrome. If Google wanted to fix this, they...
Messages 10494 - 10523 of 17579   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help