Hi, can you post the relevant statements of your code? If you're referring to the sample program, that should show the size in bytes, not kB. There's no divide...
4225
johvog
May 1, 2011 3:50 pm
Thomas, I will post a file but I first need to figure out how to do that....
4226
computerhusky
May 1, 2011 4:41 pm
To post your program ( or any otherer file) in the files section of this group, open http://tech.groups.yahoo.com/group/nsbasic-app/files/ in your PC browser...
4227
Lee Church
lchurchmts
May 1, 2011 6:07 pm
There are conversion programs that will make a JPEG from a PDF; that might solve your problem. ____________________________________ Lee Church 512.250.0290...
4228
Tony Richardson
tonyrichards...
May 1, 2011 11:07 pm
If you are using a Mac, you can use Preview to convert PDFs into many formats, including JPG and PNG. I have used this to create Help screens for my Apps....
4229
jsadams531
May 1, 2011 11:55 pm
I need to have certain controls, usually CommandButtons (but occasionally others), enabled or disabled at runtime depending on user interactions with other...
4230
johvog
May 2, 2011 12:24 am
Thomas: I was mistakenly believing that localStorage.length would return the size of the used storage space. Then I more carefully read the html5 spec and it...
4231
johvog
May 2, 2011 3:16 am
The default for a button is enabled (Button1.disabled=false) and at run time you can change that to disabled (Button1.disabled=true) and the button becomes...
4232
drajcic82
May 2, 2011 4:38 am
I am not sure why, but the hidden property does not have any effect when the app is run on an ipad. It works fine when I test it in chrome with F5, but to hide...
4233
computerhusky
May 2, 2011 7:19 am
Hi, I understand your result now I think. Yes I agree that the "length" function is a bit ambiguous, but that's the inheritage fro JavaScript I think. When...
4234
John Adams
jsadams531
May 2, 2011 12:41 pm
Ah, Ha! I'd missed that this environment works "backwards" from what I'm used to! I'd not noticed that the property is not the "enabled" status but the...
4235
johvog
May 2, 2011 1:38 pm
I just uploaded a folder called "1 bit" with some files in it. The code is not throwing erors and stuff, but it takes you through some of the things we...
4236
Thomas Gruber
computerhusky
May 2, 2011 3:13 pm
Hi, I had a look at your program, it seems you got it all sorted out. localStorage stores text strings, so if you assign an array to a local storage item, it...
4237
Thomas Gruber
computerhusky
May 2, 2011 3:15 pm
Hi, I think that's just an iOS error (or not implemented feature); hidden simply doesn't work in Mobile Safari. Wait for the next update from Apple ... Kind...
4238
George Henne
ghenne
May 2, 2011 5:37 pm
That's correct. The hidden attribute has not been implemented in all browsers yet. It is part of HTML5....
4239
George Henne
ghenne
May 2, 2011 7:01 pm
This will open the PDF in a separate window: HTMLview1.innerHTML="<a href='myDoc.pdf'>Click</a>" ... files....
4240
George Henne
ghenne
May 2, 2011 7:05 pm
Adding a delay might make sense for a big app - but certainly not for a small one. You might be able to do something with flags. ... completion would...
4241
alanrichey42
May 3, 2011 7:57 am
OK, as I understand it, we are in a binary situation. We either let you control all this refreshing or we add a 'Function oncache(e)39; and then we have to do...
4242
gopalakrishna
sgjoisa
May 3, 2011 11:25 am
Hi all ! I am trying write an application which consists trignometric calculations . Testing it in Chrome browser and working there . But in my android 2.2...
4243
George Henne
ghenne
May 3, 2011 12:23 pm
From the description, it's tough to say what it could be. Have you tried running it in Chrome from the deploy site with the debugger open?...
4244
starradiodrive
May 4, 2011 11:07 pm
hi there, I'm needing to use websocket in local lan between ipad and desktop.. I've got the VB example server application running on desktop, when I try and...
4245
johvog
May 6, 2011 1:35 am
Guys, I am trying to see how a tiny app works on my iphone, so I deployed it and tried to find it. On iPhone and iPad, Google says "Your search -...
4246
johvog
May 6, 2011 2:39 am
Got it running? If so, could you share the problem and the fix ? I may be experiencing a similar issue - see message #4245....
4247
Thomas Gruber
computerhusky
May 6, 2011 6:26 am
Hi, works on my Android device and iPhone. Don't search, enter the correct URL. Tom...
4248
Thomas Gruber
computerhusky
May 6, 2011 6:28 am
Hi, the "clear box" button works. I don't know what the other button is supposed to do, seems to achieve nothing. Tom...
4249
Thomas Gruber
computerhusky
May 6, 2011 7:13 am
Hi, I looked at your app in the Chrome debugger, and the buttons seem to work as intended. But: testing your app in Chrome I saw that there seems to be a...
4250
George Henne
ghenne
May 6, 2011 10:13 am
Thomas, Where are you seeing that?...
4251
johvog
May 6, 2011 10:54 am
Did that, just as you said, and it works now. Thanks...
4252
George Henne
ghenne
May 6, 2011 2:31 pm
Can you verify that the desktop socket is working properly?...
4253
computerhusky
May 6, 2011 2:58 pm
Firewall on desktop? Is port 13000 open? TCP +UDP? Tom Von meinem iPhone gesendet...