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: 745
  • 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 4578 - 4607 of 17582   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
4607 drajcic82 Send Email Jun 5, 2011
9:31 pm
Sorry, never mind, it's a non-issue! I was just looking at it wrong. The HTC is a pretty cool device after all. D.R....
4606 drajcic82 Send Email Jun 5, 2011
8:04 pm
After trying my app on a HTC Aria smartphone I noticed that even after adding a shortcut to the home screen the app still opens up in the internet browser...
4605 Thomas Gruber
computerhusky Send Email
Jun 5, 2011
6:11 pm
Hi, aren't you a bit ahead of time? Windows 8 isn't even officially announced, and will probably not be available before 2012 (my guess) ... :-) Kind regards ...
4604 asawyer13 Send Email Jun 5, 2011
4:55 pm
With Windows 8 embracing HTML5, CSS, and Java, do you think that NSBasic would be something that could be used to create IOS, Android, Windows 8...
4603 johvog Send Email Jun 5, 2011
3:59 pm
Yes, that's true. Automation and most-likely-scenario are important in my case. An industrial app with several hundred boxes whose data needs to be...
4602 Thomas Gruber
computerhusky Send Email
Jun 5, 2011
2:52 pm
Hi, now I understand your problem. I thought you had an objection against the keyboard showing. But you want the full text selected, not just the input cursor...
4601 johvog Send Email Jun 5, 2011
2:32 pm
I need the text to be highlighted when the form (with the box) shows. I do not want the user to tap, move cursor, click yet other select-this and select-that...
4600 Thomas Gruber
computerhusky Send Email
Jun 5, 2011
1:27 pm
Hi, you write that your program selects text in a text box. That's exactly the same as tapping on a text box, and that brings up the keyboard. Normal iPhone...
4599 johvog Send Email Jun 5, 2011
12:36 pm
I run a 1-line piece of code in Chrome and it does exactly what I expect, which is to select the existing text in a text box. When on the phone, it calls up...
4598 nsbasic-app@yahoogrou... Send Email Jun 5, 2011
12:32 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the nsbasic-app group. File :...
4597 George Henne
ghenne Send Email
Jun 3, 2011
3:44 pm
I just posted a new blog entry: Using Facebook with NS Basic/App Studio You can read it here: <http://www.nsbasic.com/blog/?p=401> Have fun!...
4596 skimmer333 Send Email Jun 3, 2011
11:19 am
Ok, so far i have this and it works: Function Button5_onclick() T=SetInterval(nextAction,1000) End Function Function nextAction() r = Text5.value r = r - 1 ...
4595 skimmer333 Send Email Jun 3, 2011
1:47 am
Im at work so cant fully remember the coding i used. It was something like this: Function Button5.onclick() s = SetInterval(CountDown,1000) End Function ...
4594 skimmer333 Send Email Jun 3, 2011
12:25 am
Yeah i was playing around with that function last night. SetTimeOut and the SetInterval functions. I may have got it right, but the time wasn't counting down...
4593 johvog Send Email Jun 2, 2011
4:45 pm
I would find it useful to be able to apply different color settings to my comments, maybe depending on factors such as importance, urgency or whatever....
4592 George Henne
ghenne Send Email
Jun 2, 2011
2:32 pm
Have you discovered the SetTimeout() function?...
4591 skimmer333 Send Email Jun 2, 2011
2:11 pm
Hi All, On the app i'm developing, i'm trying to write in a countdown clock/timer, and not having much luck. i.e. i can get the seconds to go down, only if i...
4590 John Calhoun
johncalhoun16 Send Email
Jun 2, 2011
1:44 pm
I use our in house wifi connected to satellite service (Wile Blue) to deploy. It is slow but it deploys 95%+ of the time without issue. This last month we...
4589 johvog Send Email Jun 2, 2011
11:58 am
I am unable to deploy over public, unsecure WiFi. Tried it repeatedly to both my server and NSBasic's, but the deployment process hangs during the .manifest...
4588 skimmer333 Send Email Jun 1, 2011
11:26 pm
Awesome. Thanks for that info. A few days away from getting to the PhoneGap stage. Just sprucing up the forms, and trying to decide the splash screen artwork. ...
4587 dblockil Send Email Jun 1, 2011
9:26 pm
In regards to websockets in NSBasic has any one interfaced an NSBasic app with websockets to a linux application? I am specifically interested in interfacing...
4586 Jira
epbook Send Email
Jun 1, 2011
8:06 pm
How do I replay audio control after play it once. I have button with [audio].play(). After I click the button I can click again but no sound played. Thanks, JJ...
4585 George Henne
ghenne Send Email
Jun 1, 2011
6:59 pm
Try this... Ext.Msg.confirm( "Title", "Question";, CallbackFn("button 1") ) George Henne NS BASIC Corporation http://www.nsbasic.com...
4584 George Henne
ghenne Send Email
Jun 1, 2011
6:37 pm
Email and Phone work OK for me as a homescreen app on iOS - but not SMS. It looks like a bug in iOS. Android seems to work OK....
4583 George Henne
ghenne Send Email
Jun 1, 2011
5:29 pm
You can do this by wrapping your project in PhoneGap....
4582 Lee Church
lchurchmts Send Email
Jun 1, 2011
3:45 pm
thanks for the help. I added a line to prevent highlighting a blank row: If Grid1.getValue(n,0) > " " Then Grid1.cell(n,0).style.background = "gray" ...
4581 johvog Send Email Jun 1, 2011
2:25 pm
Mark, I could not fnd the methods you mentioned. But for some reason, selecting text in a box is this simple: Text1.focus() If there is a Value in Text1, it...
4580 John Calhoun
johncalhoun16 Send Email
Jun 1, 2011
1:54 pm
Lee: I record the grdRow that is highlighted in a variable called LastClick (LastClick=-1 on startup) and then on the next selection clear the highlighted row:...
4579 johvog Send Email Jun 1, 2011
12:51 pm
Set style.backgroundColor=""...
4578 Lee Church
lchurchmts Send Email
Jun 1, 2011
12:36 pm
Ok, that worked great. But.... what color do I use to set the row back to "normal"? It appears that a highlight in a row survives a close and reopen, so is...
Messages 4578 - 4607 of 17582   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