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: 748
  • Category: Basic
  • Founded: Nov 15, 2010
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 9213 - 9242 of 17651   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
9213 Clistones L
clistones Send Email
Feb 2, 2012
3:10 pm
Hi, everyone, In last days I've been trying to make a login form for an application, using Google accounts, without success. First I tried ClientLogin on a...
9214 Clistones L
clistones Send Email
Feb 2, 2012
3:27 pm
I've also tried Google ClientLogin + PHP method described on http://www.nsbasic.com/blog/?p=571 but I get error: Origin null is not allowed by...
9215 leslie.peaker Send Email Feb 2, 2012
4:22 pm
Did anyone find an answer for this. I too would like to be able to have my forms scrollable when the user switches to lanscape mode. Using textboxes as a means...
9216 straussdan@...
straussdan... Send Email
Feb 2, 2012
4:47 pm
Hi, Any idea why after req=ReadFile("deaddrops.com/download/readme.txt" ) req.status is 0 in one project that I have but fine (404 or 200) on another? Thanks,...
9217 leslie.peaker Send Email Feb 2, 2012
4:55 pm
Read file returns 0 or 200 depending on broswer as a good return code. 404 is page not found, so you may want to check the link address in that case. Les...
9218 Thomas Gruber
computerhusky Send Email
Feb 2, 2012
4:55 pm
Hi, I think 0 is also a success code, like 200. Haven't heard of 404 before though. Is this on the same device(s), server(s), and browser(s)? Kind regards Tom...
9219 Thomas Gruber
computerhusky Send Email
Feb 2, 2012
5:00 pm
Hi Andres, I suggest we continue this discussion by PM, I put you on direct copy. The screenshots help to get an impression, but are not enough to give a...
9220 jimmy.imossi Send Email Feb 2, 2012
5:02 pm
Hi George Thanks for that. It works perfectly....
9221 jimmy.imossi Send Email Feb 2, 2012
5:19 pm
Can I suggest that this is made into a proper feature/function of NSBasic? To be honest, I assumed that the forms would naturally scroll and it came as a bit...
9222 leslie.peaker Send Email Feb 2, 2012
6:50 pm
I also opt for opening up the meta tag 'viewport&#39; to allow developers to set options such as scalable etc so we gain control of how we wish to present the...
9223 yahn
awtz_infatua... Send Email
Feb 2, 2012
7:57 pm
Hi, George. do i have to insert the webkit transform inside touch function and not on style? and is it possible even if i am using BASIC in my program?...
9224 leslie.peaker Send Email Feb 2, 2012
8:42 pm
I needed a way to detect the type of device I'm running and to set things according to the device type as there are differences in some behaviours and screen...
9225 gpjma62 Send Email Feb 2, 2012
8:52 pm
Happy days all. I am trying to get a small amount of text from my app(iPhone/iPad) to the server I use to run the app from, either in a database or even just a...
9226 George Henne
ghenne Send Email
Feb 2, 2012
9:35 pm
Did you look at the blog posts on Ajax, starting with Ajax Made Simple Part 1? <http://www.nsbasic.com/blog/?s=ajax> There are also some samples. George Henne ...
9227 bpmrules Send Email Feb 2, 2012
11:19 pm
I want to create a nested list as a menu like shown below: Item 1 Item 2 Item 3 Item 3.1 Item 3.2 Item 3.3 I could not find anything on the boards, tech area...
9228 leslie.peaker Send Email Feb 2, 2012
11:30 pm
I have several input screens that do not have or need textbox input, while a useful approach, certianly not elegent. I'm experinting trying to scroll using...
9229 leslie.peaker Send Email Feb 2, 2012
11:34 pm
This is next on my list. Les...
9230 John Calhoun
johncalhoun16 Send Email
Feb 3, 2012
1:46 am
I got the same 10Mb limit on my iTouch. Thought it strange at the time since my app is nowhere near that limit even after adding data files to an SQL db. But I...
9231 leslie.peaker Send Email Feb 3, 2012
1:58 am
Changing the height of a form does not allow scrolling. Its more complicated than that....
9232 John Calhoun
johncalhoun16 Send Email
Feb 3, 2012
2:18 am
I too started programming with NSBasic App Studio with no knowledge of PHP and little of SQL being a PC VB6 desktop only applications programmer using Access....
9233 bpmrules Send Email Feb 3, 2012
3:13 am
How do created nested lists to be used as a menu for example: Menu 1 Menu 2 Menu 3 Menu 3.1 Menu 3.2 Menu 3.3 The documentation is not very clear on how to do...
9234 lazaroinfo Send Email Feb 3, 2012
3:17 am
Good night, I want to make one I catalogue of products. We will have 2500 products approximately. My application will to execute without Internet. As to make...
9235 Christian Probst
winvetpro Send Email
Feb 3, 2012
12:13 pm
@NSB Would you please automatically save the project when deploy (any) is triggered? Thanks! Best regards Christian...
9236 bhill_80@...
tryinghard1129 Send Email
Feb 3, 2012
12:40 pm
Or at least have an option like MS development programs. Bob...
9237 bhill_80@...
tryinghard1129 Send Email
Feb 3, 2012
12:42 pm
A nice IDE addition would be an immediate window to test statements before deploying to chrome to check for errors. Bob...
9238 Marcello Ladeira
marcello_lad... Send Email
Feb 3, 2012
12:45 pm
Other good addition is Autosave, before deploy... I have some issues on deploy, sometimes my NSBasic crashs and I lose my last modifications. Tks, Marcello...
9239 lazaroinfo Send Email Feb 3, 2012
1:27 pm
Hi all, How to load images.jpg that is in mine tablet without I have that to place these images in the archive manifest? Thanks Lazaro....
9240 Thomas Gruber
computerhusky Send Email
Feb 3, 2012
1:59 pm
Hi Lazaro, the images must be in the manifest, you can't use files stored on the tablet (by other programs, or by the system) - I assume that's what you want...
9241 Christian Probst
winvetpro Send Email
Feb 3, 2012
2:02 pm
In addition to what Tom has said, you can get images from your server by URL. Best regards Christian...
9242 Thomas Gruber
computerhusky Send Email
Feb 3, 2012
2:02 pm
Hi, that's next to impossible I think. Any statement that's not trivial needs an environment, like variables that have been filled with a value etc., which...
Messages 9213 - 9242 of 17651   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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