Re: [nsbasic-palm] Print using NSBASIC CE 6.5 and bluetooth

2010-04-16 Thread George Henne
This question should be in the NS Basic/CE forum. Hi all !! How i to do print using NSBASIC CE 6.5 and bluetooth ? How begin ? thanks all lazaro santos. Complete Searchable Archive: http://marc.theaimsgroup.com/?l=nsbasic-palmr=1w=2 Shortcut

Re: [nsbasic-ce] Re: More General NSB-CE Q's CreateObject()

2010-02-25 Thread George Henne
still a little nervous. Maybe I'll have to try some testing. Bob --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: Answers inline... : 2. Current script runtime: has the CreateObject()-related memory leak ever been addressed? Is it truly related to using Set X = Nothing

Re: [nsbasic-ce] text file xfer from xp

2010-02-23 Thread George Henne
Which control are you using to read the file? I'm trying to format records in XP pulled from a database and sync them to a PDA. I want to read the records on the PDA as a direct file ala: file.Get fileRec, loc where loc is the record number. I'm not having much luck. DOes anyone know how to do

Re: [nsbasic-ce] Manual on Tabs

2010-02-23 Thread George Henne
This is from Chapter 3, which deals with the Device IDE. 3.5.3 Formatting a program To make your program easier to read, use spaces or tabs to indent related statements. This is usually done with statements inside procedures and loops. The default tabwidth and indentation in NS Basic/CE is two

Re: [nsbasic-ce] Re: Maplin MID

2010-02-20 Thread George Henne
Great! Run the Benchmark sample, and I'll add it to the table here: http://www.nsbasic.com/ce/info/technotes/TN22.htm Yippe it works !! Brilliant Its actually installer 2336 Thank you so much Kevin --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: Have you gone

Re: [nsbasic-ce] Re: Maplin MID

2010-02-20 Thread George Henne
Thanks - that's certain a decent result for such a device. (and the price is right!) George Henne NS BASIC Corporation http://www.nsbasic.com OK, great ... that gives a value of around 2 iterations per second Three sucessive runs produced 20669.7

Re: [nsbasic-ce] Maplin MID

2010-02-19 Thread George Henne
We haven't had our hands on one to try - but it looks similar to a number of devices that work fine with NS Basic/CE. At a price of just £59.99, it sure looks like an interesting device. I'm pretty sure it will work. Hi, Just found NSBasic ... looks really great. Has anyone written any code

Re: [nsbasic-ce] Re: Trap OK Button?

2010-02-18 Thread George Henne
The OK button is owned by the operating system. Asking it to change its behaviour in the middle of running the app could lead to undefined conditions. I usually set it the way I need when the program starts, then don't mess with it. I'll use a button like Back to go to the previous form. Well

Re: [nsbasic-ce] NSListView vs. Toolbox

2010-02-16 Thread George Henne
I always add this control using an AddObject command and build up the properties in my code. We should probably have another look at the Tech Note to reflect this. At the following link: http://www.nsbasic.com/desktop/info/technotes/TN11a.htm#addtotoolbox ... it says: Note: It is more

Re: [nsbasic-ce] Still can not get this Programm to work...*confused*

2010-02-16 Thread George Henne
It could be that the generated code section of the program is no longer formatted properly. Can you save the program as a .txt file and look for corruption? For some strange reason i am still getting the same errors, and can not display load, hide, and show forms in my Project. Can someone

Re: [nsbasic-ce] Re: NSBasic Runtime Error

2010-02-14 Thread George Henne
What device are you using? Also, could you register your copy? I do not see you in the registered user database. I got that error after I've installed all runtime, IDE(on Desktop and CE)... :( What can I do? --- In nsbasic...@yahoogroups.com, lasersword2001 lasersword2...@... wrote: make

Re: [nsbasic-ce] Re: NSBasic Runtime Error

2010-02-14 Thread George Henne
). --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: What device are you using? Also, could you register your copy? I do not see you in the registered user database. I got that error after I've installed all runtime, IDE(on Desktop and CE)... :( What can I do? --- In nsbasic

Re: [nsbasic-ce] Re: Packaging from CAB files

2010-02-13 Thread George Henne
and proceed in that manner. Thanks! Bob --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: Not a dumb question at all. Yes, you need to extract the DLLs from that CAB file, then add them to your project. It is possible to build an installer that does multiple platforms

Re: [nsbasic-ce] Packaging from CAB files

2010-02-12 Thread George Henne
Not a dumb question at all. Yes, you need to extract the DLLs from that CAB file, then add them to your project. It is possible to build an installer that does multiple platforms. The installers generated by NS Basic don't try to do this, however: it is rare that an app needs to run on multiple

Re: [nsbasic-ce] Re: Gradient button disappeared, but functions

2010-02-08 Thread George Henne
. It still doesn't work, but did a few days ago. Is there anyone who is having a problem similar to this? If necessary I'll simply use the old buttons, as this is taking too much time and has brought my project to a stop. --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: Gradient buttons

Re: [nsbasic-ce] How to do one image.bmp or image.jpg appearence in my form ?

2010-02-05 Thread George Henne
Use a PictureBox. Hi all , How to do one image.bmp or image.jpg appearence in my form ? I dont know and need to do. Thans all Lazaro . Yahoo! Groups Links -- You received this message because you are subscribed to the Google Groups nsb-ce

Re: [nsbasic-ce] Gradient button disappeared, but functions

2010-02-05 Thread George Henne
Gradient buttons are actually picturebox objects with a background created by the IDE. Check the directory you create your project in. You should see some images there for the gradient buttons. Are the correct? I downloaded version 8.1 last month and just starting using it. I added a number of

Re: [nsbasic-ce] a little coding problem

2010-02-05 Thread George Henne
Try Declare Function T4FindCOMPort Lib T4CE.dll () As String George Henne NS BASIC Corporation http://www.nsbasic.com Stuck on a coding problem not sure if you can help with it or not In a module I have the line of code Declare Function T4FindCOMPort Lib

Re: [nsbasic-ce] Compile vs. Whitespace

2010-02-04 Thread George Henne
Compile does clean out the whitespace - don't hesitate to use comments and formatting in your code. I'm sure I've missed it in the documentation, but can anyone tell me whether or not a make (run, compile, whatever) deletes code comments and leading/trailing whitespace (tabs, spaces) to save

Re: [nsbasic-ce] TwipsPerPixel

2010-02-03 Thread George Henne
There are some useful new calls in the latest build, that are not fully documented yet. They let you check what the devices DPI setting is properly. SYSINFO(number) SYSINFO returns information about the device. This is not a complete list of return values: see Microsoft's documentation on

Re: [nsbasic-ce] DECLARE vs Byte arrays

2010-01-29 Thread George Henne
The core problem here is that VBScript (the underlying engine) does not support byte arrays. I don't have a solution for you, but here is a related trick to get a long from a byte array, using the newObjects SFMain object. It also deals with the big endian/little endian problem, which you

Re: [nsbasic-ce] LastDLLError Equivalent?

2010-01-27 Thread George Henne
We haven't tried this here, but it's worth trying. You could also check the Err object - change the Language Reference for more info. Err.LastDLLError isn't supported in VBScript/CE and so not in NSB/CE either. But is there any equivalent when using NSB/CE's DECLARE to make API calls?

Re: [nsbasic-ce] Re: More General NSB-CE Q's

2010-01-26 Thread George Henne
Process via Task Manager. There is a second process that waits on them named projectname.Installer.exe. If I kill the SXE process this goes away though. Any hints at all? Nobody else reporting this? Bob --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: Answers inline

Re(2): [nsbasic-ce] Problem with forms

2009-12-18 Thread George Henne
[mailto:nsbasic...@yahoogroups.com] En nombre de George Henne Enviado el: jueves, 17 de diciembre de 2009 17:06 Para: nsbasic...@yahoogroups.com Asunto: Re: [nsbasic-ce] Problem with forms I'm not sure what is going on here. If you send the program to support, we'll give it a try. A new problem When I open

Re: [nsbasic-ce] Re: NSCEPicturebox Draw

2009-12-17 Thread George Henne
Go ahead and post some snippits here - I'm sure others will be interested! George, it works! Thanx! Peter --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: Have a look at the MouseUp, MouseDown and MouseMove events to get the lines on the screen. Use SetPointArray to put

Re: [nsbasic-ce] Problem with forms

2009-12-17 Thread George Henne
I'm not sure what is going on here. If you send the program to support, we'll give it a try. A new problem When I open my program a message say: In Form1 An object with the given name has already been added I click on OK and a new one with the message: Error loading project -2147024809 . An

Re: [nsbasic-ce] Re: Problem with program instalation

2009-12-15 Thread George Henne
the .cab archive of MY program on the SD, then If I execute it (click on it), it will runs without problem? Regards --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: There are a few things to look at: 1. How are you deploying SerialCE.dll to the device? Is it properly

Re: [nsbasic-ce] NSCEPicturebox Draw

2009-12-15 Thread George Henne
Have a look at the MouseUp, MouseDown and MouseMove events to get the lines on the screen. Use SetPointArray to put the lines into an array for drawing. Use DrawPolyLines to draw the array of lines. Hi, I'm new to nsbasic. I want to write a program, where a user can subscribe. Like UPS. Like

Re: [nsbasic-ce] Problem with program instalation

2009-12-14 Thread George Henne
There are a few things to look at: 1. How are you deploying SerialCE.dll to the device? Is it properly registered? 2. This device stores program files in volatile memory, which loses its contents when power is lost. The registry is stored in flash memory, which does not lose its contents. The

Re: [nsbasic-ce] HTML view and SSL or https

2009-12-11 Thread George Henne
We expose Microsoft's HTMLview control, which is in the ROM. I don't see any Microsoft documentation which discusses this. Does the new HTML view control support transmitting data over SSL to a https URL? Yahoo! Groups Links -- You received this

Re: [nsbasic-ce] Re: First program

2009-12-08 Thread George Henne
for Windows CE without Win Mobile Thanks --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: You can't run the program in the IDE - you'll need a device, or an emulator of a device. Windows CE being a totally different architecture than the desktop, emulators are something that Microsoft

Re: [nsbasic-ce] Unicode

2009-12-07 Thread George Henne
All strings in Windows CE are automatically unicode. Which method are you using to read in the strings? How was the file made? How exactly do we get a Unicode value from a line of text being read in from a file? I read the Tech Article about file access, but it wasn't really clear. Any code

Re: [nsbasic-ce] First program

2009-12-07 Thread George Henne
You can't run the program in the IDE - you'll need a device, or an emulator of a device. Windows CE being a totally different architecture than the desktop, emulators are something that Microsoft best handles. Fortunately, they have such a thing: http://www.nsbasic.com/ce/info/technotes/TN23.htm

Re: [nsbasic-ce] Need help with Rs232 Dialog with device

2009-12-07 Thread George Henne
First step, switch to this control. It's much better: http://www.nsbasic.com/ce/info/technotes/TN05.htm George Henne NS BASIC Corporation http://www.nsbasic.com I am new with CE and NBasic but I have program in VB6 since time ago. I have a program wrtten

Re: [nsbasic-ce] Size of NSB CE files

2009-11-28 Thread George Henne
What version of NS Basic/CE are you using? Over the past few releases, we've done a lot to reduce program size. Hi George, We have developed a complex app in NSB, and found that the limit of the size of the application file is 2MB, which we are approaching now. (Splitting the app is not an

[nsbasic-ce] NS Basic/CE 8.1.0a posted

2009-11-14 Thread George Henne
helped us run down these problems! George Henne NS BASIC Corporation http://www.nsbasic.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups nsb-ce group. To post to this group

Re: [nsbasic-ce] HiRes programming on CE device

2009-11-12 Thread George Henne
Thanks, Andrew - great post! Hi,   Thanks to George's excellent suggestion, I spent a couple of hours last night playing with how to program, or edit, NSB programs on the device to use HiRes. Basically, once I'd worked out that using a form in the stub exe was a no-no, I came up with the

[nsbasic-ce] NS Basic/CE 8.1 uploaded

2009-11-10 Thread George Henne
Sample: HTMLview Download and install password information has not changed - you can install over your existing NS Basic/CE 8.0 installation. Let me know if you have questions! George Henne NS BASIC Corporation http://www.nsbasic.com

[nsbasic-ce] NS Basic/CE 8.1 Beta 1

2009-11-03 Thread George Henne
We have just started testing of NS Basic/CE 8.1 Beta 1. If you are a registered user of NS Basic and would like to give it a try, send an email to NS Basic support and we will add you to the list. Thanks! George Henne NS BASIC Corporation http

Re: [nsbasic-ce] Re: required files to be installed in a CE device wiht Windows CE 5.0 core

2009-10-30 Thread George Henne
...@yahoogroups.com, George Henne g...@... wrote: NS Basic/CE 7.0 is obsolete. Version 8 is the current version. It greatly simplifies the whole process of installation. You can download the CE 8 demo from the website. Let me know if you have questions! Hello ~ My target device is operated under

Re: [nsbasic-ce] required files to be installed in a CE device wiht Windows CE 5.0 core

2009-10-29 Thread George Henne
NS Basic/CE 7.0 is obsolete. Version 8 is the current version. It greatly simplifies the whole process of installation. You can download the CE 8 demo from the website. Let me know if you have questions! Hello ~ My target device is operated under Windows CE 5.0 core along with 800X480 display

Re: [nsbasic-ce] Re: Out of Memory error

2009-10-28 Thread George Henne
of variables are declared at runtime. Yes, other programs run on the device. So is this more likely to be the number of variables being declared, rather than the overall EXE size? Andrew --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: Does it have any big arrays or variable that get

Re: [nsbasic-ce] Re: Tech Note 08a: Files with Records and Fields - need help !

2009-10-26 Thread George Henne
will probably buy one for myself. Do you know if we can buy directly form NSBasic website and have it send to France ? With many thanks for your help Sky --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: What version of NS Basic are you using? The instructions I gave

Re: [nsbasic-ce] Tech Note 08a: Files with Records and Fields - need help !

2009-10-25 Thread George Henne
Are the records sorted by the first field? If so, you should be able to use the POS function to do a binary search into the file - which will be much faster. Hi all, I must said I am new with NSBASIC but have some pratice with other langages like VB, PHP, JAVA I have a 2MB file csv with

Re: [nsbasic-ce] Windows Mobile 6.1

2009-10-23 Thread George Henne
We don't have any other reports of this, or even of NS Basic not working on any Windows Mobile 6.1 device. Do you have another CK3 you can try? I have two Intermec devices (CN3 and CK3) that I'm running NS Basic/CE and our software product on. Both devices are running 6.1 Classic, but they have

[nsbasic-ce] Windows Mobile 6.5

2009-10-23 Thread George Henne
of these devices have CPUs with clock speed much higher than previous device. We will add the numbers to this table: http://www.nsbasic.com/ce/info/technotes/TN22.htm George Henne NS BASIC Corporation http://www.nsbasic.com

Re: [nsbasic-ce] Re: iPhone question

2009-10-22 Thread George Henne
. Are there any new developments on this front? Mike --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: There is a Technology Demo, but the product itself is not available: http://www.nsbasic.com/iphone/info/faq.html when or how do i get the ability to program on the iPhone

Re: [nsbasic-ce] Re: NSBasic.win32.api_Hibernate event not working

2009-10-16 Thread George Henne
How do you know the event is happening? Are you forcing it somehow? I am just trying to open a MsgBox window with a message saying the event was received. --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: How are you testing this? What does your code to respond to Hibernate

Re: [nsbasic-ce] Installing app on htc ozone smartphone

2009-10-16 Thread George Henne
The HTC Ozone does not have a touch screen - we only support devices with touchscreens. George Henne NS BASIC Corporation http://www.nsbasic.com I have a prospective customer who downloaded the evaluation version of my app (created with nsb 8.0) but said he

Re: [nsbasic-ce] Re: Installing app on htc ozone smartphone

2009-10-16 Thread George Henne
will work with the touch screen, but the buttons will not be available? Ben --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: The HTC Ozone does not have a touch screen - we only support devices with touchscreens. George Henne NS BASIC Corporation

Re: [nsbasic-ce] Re: NSBasic.win32.api_Hibernate event not working

2009-10-15 Thread George Henne
How is the event being generated? On Oct 15, 2009, at 4:56 PM, t2thecathp t2theca...@yahoo.com wrote: I am just trying to open a MsgBox window with a message saying the event was received. --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: How are you testing this? What

Re: [nsbasic-ce] NSBasic.win32.api_Hibernate event not working

2009-10-13 Thread George Henne
How are you testing this? What does your code to respond to Hibernate look like? According to this page: http://www.nsbasic.com/ce/info/technotes/ TN16.htm#api, the NSBasic.win32.api_Hibernate event is triggered before device enters hibernation. I have tried to test this out, but the event is

Re: [nsbasic-ce] Remove

2009-10-07 Thread George Henne
Bob, The message you are replying to was a spam message sent to the NS Basic/ CE Yahoo! group. Our policy is to have an open group, but delete spam and remove people who post it as quickly as possible. If you don't want to see messages from the NS Basic/CE group, instructions for removing your

Re: [nsbasic-ce] V8.02a - Illegal Character in Path ???

2009-10-06 Thread George Henne
Unfortunately, this restriction is within a Microsoft routine. We were surprised to find this restriction during our testing: it is not documented. I just installed my upgrade from V7.xx to V8.xx and have this Illegal character in path problem. I Read the release notes and noted 8.0.1 3.

Re: [nsbasic-ce] SHELLEXECUTE question

2009-09-18 Thread George Henne
Have you tried putting a BYE statement right after SHELLEXECUTE? I want to call wceload with the SHELLEXECUTE function but I want to wait until the program launched with SHELLEXECUTE is done executing. Is there a way to do this in NSB? Thanks, Stephen

Re: [nsbasic-ce] Re: Running NSbasic app from sd card on power up

2009-09-18 Thread George Henne
A few comments: 1. Use NS Basic/CE 8. It makes a single installer that takes care of installing your program as well as any dll file that are needed and registry entries. 2. Put that installer (the .cab file that can optionally be produced) on the storage card. Do what has to be done with your

Re: [nsbasic-ce] Allegro CX

2009-09-18 Thread George Henne
AFAIK, this device should work fine. I've had an enquiry from someone using an Allegro CX, a WinCE .NET 4.2 device using an Intel Xscale processor. Has anyone any experience of using NSBasic on this? Regards, Robert Yahoo! Groups Links

Re: [nsbasic-ce] Re: SHA256 checksum for a file

2009-09-15 Thread George Henne
Thanks for posting these tips! There is a lot of power in these controls. In case you prefer or need another hash algorithm, you can also do MD5 and SHA1 checksums: Function md5Checksum(checksum_filename) Dim result, handle result = If file.FileExists(checksum_filename) Then Set

Re: [nsbasic-ce] Picturebox pixel problem

2009-09-14 Thread George Henne
picturebox, the older version does not have this problem. George Henne NS BASIC Corporation http://www.nsbasic.com Hi, I've been trying to read individual pixels from an image in an nscepicturebox. Even though I can get a screen grab and draw a pixel using

Re: [nsbasic-ce] New file uploaded to nsbasic-ce

2009-09-14 Thread George Henne
Thanks for posting this! George Henne NS BASIC Corporation http://www.nsbasic.com Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the nsbasic-ce group. File: /Some example code

Re: [nsbasic-ce] NSExecute error

2009-09-10 Thread George Henne
You might try testing this with a simpler program to see what is going on. You should also try Execute and ExecuteGlobal, which have different (and poorly documented) scoping rules. Hi All, I'm creating arrays based on my form names on the fly using NSExecute. Form names are read from a text

Re: [nsbasic-ce] Connect NS-Basic To MySQL Server

2009-09-10 Thread George Henne
Have a look at the TCPClient and TCPServer samples which come with NS Basic. You could modify the TCPServer sample to send the requests from TCPClient to MySQL, then return the results. Need help how to connect/access MySQL Server from NS-Basic (using WM5)? Thanks

Re: [nsbasic-ce] Re: NSExecute error

2009-09-10 Thread George Henne
--- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: You might try testing this with a simpler program to see what is going on. You should also try Execute and ExecuteGlobal, which have different (and poorly documented) scoping rules. Hi All, I'm creating arrays based on my form names

Re: [nsbasic-ce] NSB 8 runtime

2009-09-08 Thread George Henne
What tool are you using to create your installer with? If you go into Tools...Options...Installer, you will find an option called Delete Work Files. Normally True. If set to False, the app.inf, app.ini and app.bat files will existing in your project's directory after running Make Installer. These

Re(2): [nsbasic-ce] About Online Education System

2009-09-07 Thread George Henne
I usually kill them as soon as they show up. This time, it was over a long weekend and I was away. He's gone now. anyway to delete the user after teh first spam hits the group? --- On Sun, 9/6/09, brian smith briman...@yahoo.com wrote: From: brian smith briman...@yahoo.com Subject: Re:

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

2009-09-05 Thread George Henne
maintains that 'locked in' name. Thanks for your help. I also think Joe's suggestions would be advantageous, especially for users like me. Jim --- In nsbasic...@yahoogroups.com, George Henne gh@ wrote: What do you have in the Company field in Project Properties? If it is blank

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

2009-09-04 Thread George Henne
. A simple IDE gui implementing the above would help users. Or a new TechNote that shows the mapping of the control names to the required DLL, like: File = MSCEFile.dll FileSystem = MSCEFile.dll GridCtrl = MSCEGrid.dll etc Regards Joe --- In nsbasic...@yahoogroups.com, George Henne g

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

2009-09-03 Thread George Henne
the very first one I did with the built in installer. The nsp file does not reveal anything. Thanks for your time. Jim --- In nsbasic...@yahoogroups.com, George Henne gh@ wrote: It should work OK on a WM 2003 device. What happens if you do a hard reset of the device

Re: [nsbasic-ce] Re: PictureBox problem

2009-09-03 Thread George Henne
I'm seeing some similar results on another problem I am looking at. Let's follow up on this offline. George Henne NS BASIC Corporation http://www.nsbasic.com Hello George, The Touch Viva has the same 320 x 240 screen resolution screen as the iPaq 2210 You

Re: [nsbasic-ce] Tab key

2009-09-03 Thread George Henne
Tabs do not work well, I agree. When NS Basic came out for Windows Mobile, Microsoft strongly discouraged us from doing anything keyboard related: tab key support was not allowed for. After all, Pocket PC/ Windows Mobile devices would not have keyboards. We have put some work into this, and it's

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

2009-09-03 Thread George Henne
, George Henne g...@... wrote: We'll see if we can make it easier. We did make it better based on your suggestion: if you right click on Resources, it brings up the list of controls, which you can then select. Jim, NO, you will have to manually include all the controls by hand that you

Re: [nsbasic-ce] loading the .cab file into windows/startup with CE5

2009-09-02 Thread George Henne
I don't have a device here that works this way, so there isn't a lot of testing I can do here. When your device powers off and loses its memory, it appears that the registry remains. It's the contents of \Program Files that gets lost. George The device I have has no ram back up. Every restart

Re: [nsbasic-ce] PictureBox problem

2009-09-02 Thread George Henne
The Touch Viva has a QVGA screen (480x640) while the older iPaq 2210 has a 240x320 screen. The text is being displayed in hi resolution on the Touch. I do not know of a fix for this. The PictureBox is doing what it is supposed to do, taking advantage of the additional pixels to do a better

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

2009-09-02 Thread George Henne
It should work OK on a WM 2003 device. What happens if you do a hard reset of the device? (Remember to back anything important.) Where does Basic.PocketPC4_ARM.cab come from? I suspect it is from NS Basic/CE 7. Let's see if the hard reset takes care of your company name issue as well. Otherwise,

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

2009-08-31 Thread George Henne
You might want to read through the ReadMe carefully again. If you use Start under the Run menu, it should do everything: create an installer and run it. After you complete all the prompts, your program will be installed on the device, as well as the standard runtime files. I'm not sure why you

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

2009-08-31 Thread George Henne
...@yahoogroups.com, George Henne g...@... wrote: You might want to read through the ReadMe carefully again. If you use Start under the Run menu, it should do everything: create an installer and run it. After you complete all the prompts, your program will be installed on the device, as well as the standard

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

2009-08-31 Thread George Henne
file like RuntimeFat.ppc.exe when you distribute your app, right? Jim --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: If ActiveSync/WMDC does not see the device, you do have to use the CAB file. The exe file is made at the same time the CAB file is made. But I'm not sure

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

2009-08-29 Thread George Henne
is xp. Jim --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: Hi Jim, We can't really support 6.5 anymore - it's really old. Also, it does not have the changes needed for Vista. The disappearing boxes sound like a Vista problem. You can upgrade to 8.0 here: http

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

2009-08-28 Thread George Henne
Two things: 1. What size screen did you design your app for? If it is for the usual 240x320, it will not look right on the Treo, which has a different screen size - it's square and 240 x 240. Your program needs to allow for this and adjust the objects as needed. 2. RunTimeFat.ARM42.exe is only

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

2009-08-28 Thread George Henne
that then also be compatible with other devices? Thanks for your insights. Jim --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: Two things: 1. What size screen did you design your app for? If it is for the usual 240x320, it will not look right on the Treo, which has a different

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

2009-08-28 Thread George Henne
Hi Jim, We can't really support 6.5 anymore - it's really old. Also, it does not have the changes needed for Vista. The disappearing boxes sound like a Vista problem. You can upgrade to 8.0 here: http://www.nsbasic.com/order.shtml George Henne NS BASIC

Re: [nsbasic-ce] Version Major and Version Minor

2009-08-20 Thread George Henne
The values are in two global variables, AppMajor and AppMinor. Is there any way to read the Version Major and Version Minor versions? We can set these in the NSBasic/CE Desktop software as project properties, but I don't know how to read these version settings from the app running on a CE

Re: [nsbasic-ce] Cannot open the Comm Port

2009-08-10 Thread George Henne
Could the comPort be a different number? Hi, I downloaded the Franson Serial Tools to add printer support to my WinCE application, which runs on a Palm Treo 750. Using the serial number provided by NSBasic, I proceded to code as follows: AddObject serialce.port.1,objPort AddObject

Re: [nsbasic-ce] Re: UPDOWN Control for NS Basic/Ce or Desktop

2009-08-06 Thread George Henne
notification from there. Kind regards Thomas Am 05.08.2009 um 13:19PM schrieb George Henne: More translation... I have uploaded a sample into the Files directory of this group. UpDownControll.nsd. It has a SpinGadget aka UpDownControl. The VScrollBar updates the textbox automatically

Re: [nsbasic-ce] UPDOWN Control for NS Basic/Ce or Desktop

2009-08-03 Thread George Henne
Here's a translation: I'm sort of a beginner in NS Basic. I know Purebasic very well. I have been looking for an equivalent to PureBasic's SpinGadget(), a textbox with a scrollbar to set its value. Unfortunately, it doesn't do the whole thing, as it can only go through the values one at a time in

Re: [nsbasic-ce] Re: Grid click

2009-07-29 Thread George Henne
will make test on my project. Why this not work when I use the AddObject?? Why I not see the properties from the this object? Thx for you help. EMERSON VIER --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: Try again, this time creating the form with the Grid on it, not created

Re: [nsbasic-ce] Re: Grid click

2009-07-28 Thread George Henne
Subject: [nsbasic-ce] Re: Grid click Sorry but I do not understand your reply EMERSON VIER --- In nsbasic...@yahoogroups.com mailto:nsbasic-ce%40yahoogroups.com , George Henne gh@ wrote: Have a look to how the generated code does this. Create a form with a grid

Re: [nsbasic-ce] M3Mobile Barcode reader

2009-07-27 Thread George Henne
. George Henne NS BASIC Corporation http://www.nsbasic.com I am trying to work with the barcode reader of M3Mobile device, But the sdk I got only samples for c and dot net. Can anybody help. Yahoo! Groups Links

Re: [nsbasic-ce] Re: M3Mobile Barcode reader

2009-07-27 Thread George Henne
Great news! When you get a chance, run the Benchmark sample. We'll add it to Tech Note 22. http://www.nsbasic.com/ce/info/technotes/TN22.htm Thank you George. It works fine! --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: We have not seen this device ourselves. The first

Re: [nsbasic-ce] DT366 WEBPAD

2009-07-26 Thread George Henne
This device uses a AMD GEODE GX 533 processor. It's an x86 processor, which we do not support. We get asked about once a year for x86 Windows CE support - not often enough to justify another version of NS Basic. George Henne NS BASIC Corporation http

Re: [nsbasic-ce] Getserialnumber()

2009-07-21 Thread George Henne
GetSerialNumber should give a unique number on all Windows Mobile devices. In all actual devices the same result in getserialnumber() ? Yahoo! Groups Links --~--~-~--~~~---~--~~ You received this message because you

Re(2): [nsbasic-ce] How get Form name Show

2009-07-20 Thread George Henne
When you change the status (say, by hiding a form), change the value of your variable. How I get current Status? From: George Henne g...@nsbasic.com Sent: sábado, 18 de julho de 2009 07:29 To: nsbasic...@yahoogroups.com nsbasic...@yahoogroups.com Subject: Re: [nsbasic-ce] How get Form name Show

Re: [nsbasic-ce] Re: Grid click

2009-07-19 Thread George Henne
Have a look to how the generated code does this. Create a form with a grid on it, save it as txt file, then open in Notepad. Sent from my iPhone On Jul 19, 2009, at 2:06 PM, EMERSON VIER emersonv...@yahoo.com.br wrote: The problem, is grid_click only work on default form Emerson Vier

Re: [nsbasic-ce] How to get device volume level

2009-07-18 Thread George Henne
True. You'll have to find the appropriate API call in Microsoft's documentation, then create a DECLARE statement to invoke it. I want to access the speaker volume of the device. I am only able to get the volume with the command 'Wavevolume xx' if previously set in the application. But I cannot

Re: [nsbasic-ce] Re: Sending Mail

2009-07-18 Thread George Henne
-service MyMail -to nob...@nowhere.com -subject Call Me Tonight -body at 555-1212 -attach \My Documents\Recipe.xls Yes I need help for this. EMERSON VIER --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: I can't find documentation for tmail anywhere on the Microsoft site

Re: [nsbasic-ce] Is there a way to use the Vibration function of my phone in NS Basic

2009-07-18 Thread George Henne
You'll have to find the appropriate API call in Microsoft's documentation, then create a DECLARE statement to invoke it. Instead of playing a sound I want to let my phone vibrate. Is that posible in NS Basic? Yahoo! Groups Links

Re: [nsbasic-ce] NSBasic CE support for Texas Instruments IMAP processor

2009-07-17 Thread George Henne
It should. You'll have to match the Platform setting in Tools...Options...Installer with the device. Let us know what happens if you try it! George, Glacier Computers is advertizing a rugged industrial unit the Everest E2000, a dedicated full-screen Windows CE computer boasting the new

Re: [nsbasic-ce] Sending Mail

2009-07-12 Thread George Henne
I can't find documentation for tmail anywhere on the Microsoft site, except for this: http://social.msdn.microsoft.com/Forums/en-US/windowsmobiledev/thread/ 17b05c07-1423-4c1a-add1-849352d3b6a8 Probably nowhere but here are some: -service service name (You're choosing the service You want to

Re: [nsbasic-ce] cannot install MGCEBarsNPops.exe, but there might be a way

2009-07-12 Thread George Henne
The author of the MG* controls passed away in 2004 - they are no longer being maintained. You can download the installer here: http://www.nsbasic.com/ce/info/BigRedToolbox/ If you want the actual dll, it should be in the \program files \ActiveSync folder. You can register a control yourself

Re: [nsbasic-ce] What the best way to show picture

2009-07-10 Thread George Henne
Use the PictureBox object. To display an image, set the Picture property to the pathname to your image. http://www.nsbasic.com/ce/info/technotes/TN13.htm George Henne NS BASIC Corporation http://www.nsbasic.com What the best way to show picture, I read

  1   2   >