[nsbasic-ce] Re: How to use ms emulator for vista

2009-03-16 Thread cschuchert
. As Explorer shell on the emulator (and on devices as well) I would recommend TotalCommander CE. It is absolutely great and it's freeware. You can download it here: http://www.ghisler.com/ce.htm Hope that helps. Rolf --- In nsbasic...@yahoogroups.com, cschuchert cschuchert@ wrote

[nsbasic-ce] Re: Problem with Palm treo 700wx (uses windows mobile 6)

2009-08-28 Thread cschuchert
Thanks, George, I never thought of that. Is there a magic bullet that can adjust the sizes of the forms in a project or would I have to go through each one and resize? Would resizing the forms also adjust the objects contained therein? Could the entire project be ported to 8.0 to solve the

[nsbasic-ce] Re: Problem with Palm treo 700wx (uses windows mobile 6)

2009-08-28 Thread cschuchert
George, I didn't think so but now I know what I have to do...choose a custom screen size and make the changes. At least the code can remain. I was going to do this on my laptop but now find that when I try to execute the program, I get a runtime error 429 that states I don't have an

[nsbasic-ce] Re: Problem with Palm treo 700wx (uses windows mobile 6)

2009-08-28 Thread cschuchert
be registered? what else could it be? I'm afraid if I upgrade to 8.0, I'll have the same problem with the laptop. Jim --- In nsbasic...@yahoogroups.com, cschuchert cschuch...@... wrote: I may do the upgrade if I can port the app into the new version and it is compatible with Vista. However, you

[nsbasic-ce] Re: Problem with Palm treo 700wx (uses windows mobile 6)

2009-08-29 Thread cschuchert
...@yahoogroups.com [mailto:nsbasic...@yahoogroups.com] On Behalf Of cschuchert Sent: Saturday, August 29, 2009 12:19 AM To: nsbasic...@yahoogroups.com Subject: [nsbasic-ce] Re: Problem with Palm treo 700wx (uses windows mobile 6) George, I took all evidence (I thought) for NSB/CE out

[nsbasic-ce] nsbce 8.0...do I include 'runtime' when deploying app???

2009-08-31 Thread cschuchert
I may have misunderstood what 'no separate runtime' means in the documentation. I opened my application in the 8.0 ide, made changes and saved the project. I use the MS emulator 6.1.4 configured for a shared folder on my PC when testing. However, the standalone .nsb will not open on the

[nsbasic-ce] Re: nsbce 8.0...do I include 'runtime' when deploying app???

2009-08-31 Thread cschuchert
George, Everything works well. Apparently the installer 'cab' file was not created in the folder from which I began the application but the installer.exe was. That is what I will send to customers. However, how would the installer be created if a device is not available? Windows mobile device

[nsbasic-ce] Re: nsbce 8.0...do I include 'runtime' when deploying app???

2009-08-31 Thread cschuchert
Oh, THAT property window, duh! I told you I was dense. Ok, George, you answered my questions. By the way, I didn't include the real name created by the installer because it was so long but it did create it. I now have also selected 'retain the cab' file. My assumption is that if you don't

[nsbasic-ce] Re: nsbce 8.0...do I include 'runtime' when deploying app???

2009-08-31 Thread cschuchert
. --- In nsbasic...@yahoogroups.com, cschuchert cschuch...@... wrote: Oh, THAT property window, duh! I told you I was dense. Ok, George, you answered my questions. By the way, I didn't include the real name created by the installer because it was so long but it did create it. I now have also selected

[nsbasic-ce] CE 8.0 built in installer's runtime fails with my app on 2003 device

2009-09-01 Thread cschuchert
George, I am experimenting with the only device I have, an Ipaq 4100 with Mobile 2003. Before I distribute my app, I want to make sure it will work on most devices. The built in installer does its job but my app won't execute with the runtime that is installed. Here is most of the message I

[nsbasic-ce] Re: CE 8.0 built in installer's runtime fails with my app on 2003 device

2009-09-02 Thread cschuchert
Well, George, the hard reset doesn't help. I had tried it multiple times before my previous post. I can also execute the RuntimeFat.ppc.exe to get the same positive results as with the BASIC.PocketPC4_ARM.cab. Earlier this year Rolf Brandt sent that file when he was helping me be efficient with

[nsbasic-ce] Re: CE 8.0 built in installer's runtime fails with my app on 2003 device

2009-09-02 Thread cschuchert
...@yahoogroups.com, cschuchert cschuchert@ wrote: Well, George, the hard reset doesn't help. I had tried it multiple times before my previous post. I can also execute the RuntimeFat.ppc.exe to get the same positive results as with the BASIC.PocketPC4_ARM.cab. Earlier this year Rolf Brandt sent

[nsbasic-ce] Re: CE 8.0 built in installer's runtime fails with my app on 2003 device

2009-09-04 Thread cschuchert
a company name before doing anything else. Still the same 'helloworldco'. So I think you should take a look at that. The end user may want to know what's going on when he sees something not related to the true company name. Jim --- In nsbasic...@yahoogroups.com, cschuchert cschuch...@... wrote

[nsbasic-ce] Re: CE 8.0 built in installer's runtime fails with my app on 2003 device

2009-09-05 Thread cschuchert
the Company Name and then make another significant change (and change back) in the code, to force a save on the next compile. Does that help ? Al --- In nsbasic...@yahoogroups.com, cschuchert cschuchert@ wrote: Ok, George, I created a Hello World project, did not put anything