RE: [nsbasic-ce] Re: AddObject Question

2010-03-01 Thread George Walters
Thanks, I'll try that. -Original Message- From: nsbasic-ce@yahoogroups.com [mailto:nsbasic...@yahoogroups.com] On Behalf Of chris_kenworthy Sent: Monday, March 01, 2010 3:12 PM To: nsbasic-ce@yahoogroups.com Subject: [nsbasic-ce] Re: AddObject Question I'm a little surprised that it com

[nsbasic-ce] Re: Package misc. files for deployment

2010-03-01 Thread michiman56
That helps a lot, not sure how I missed it before. Related questions: Reading TN30, "Dir to Include" appears to be an alternative to adding several files individually as Resources and setting them to Resource Type = Installer File. Did I interpret this correctly? When do things like data file

[nsbasic-ce] ~*~ I fell in love ~*~

2010-03-01 Thread Nupoor Sinha
I fell in love Click Here And Read The Poetry http://nicefun.net/i-fell-in-love-vt7426.html . True love is a sacred flame Click Here And Read The Poetry http://nicefun.net/true-love-is-a-sacred-flame-vt7425.html . I would be th

[nsbasic-ce] Indian Hot Lovely Model

2010-03-01 Thread Still Alone
*Geneva* *2009* : *2010* *Saab* *9*-*3X* Click Here For Complete Album http://autorange.net/geneva-2009-2010-saab-9-3x-t596.html _ Geneva 2009: Indian automaker debuts Nano Europa Click Here For Complete Album http://autorange.net/geneva-2009-indian-automaker-de

[nsbasic-ce] Re: AddObject Question

2010-03-01 Thread chris_kenworthy
I'm a little surprised that it complains about adding newObjects.utilctls.SFMain" twice under different object names, but you don't need to do that to create two files. I'd do it like this: AddObject "newObjects.utilctls.SFMain", "fs" 'parentheses aren't needed here, btw Set file = fs.OpenFi

[nsbasic-ce] Tamil people in Sri Lanka

2010-03-01 Thread Bindya Cool
Tamil people in Sri Lanka Tample Click Here For Complete Album http://forum.nicefun.net/tamil-people-in-sri-lanka-tample-t208.html . temple is one of the great landmarks of Klang Click Here For Complete Album http://forum.nicefun.net/temple-is-one-of-the-great-l

[nsbasic-ce] AddObject Question

2010-03-01 Thread georgeewalters
At the top of the program I have this: AddObject("newObjects.utilctls.SFMain"), "input" AddObject("newObjects.utilctls.SFRecord"), "icmaRec" Set file = input.OpenFile("\Documents and Settings\AcuTrack\icMaster.txt") and later I need to write stuff done to an output file and have this code:

[nsbasic-ce] Re: How To Show a Open Dialog(Using CommonDialog Control)?

2010-03-01 Thread Nathan
I didn't saw nothing about this on the readme or on the tech notes(just for version 8). :( --- In nsbasic-ce@yahoogroups.com, "George Henne" wrote: > > In Version 8, it's simple - just do AddResource. > > In Version 7, you'll need to install the controls. See the Version 7 > ReadMe for info on

Re: [nsbasic-ce] Re: How To Show a Open Dialog(Using CommonDialog Control)?

2010-03-01 Thread George Henne
In Version 8, it's simple - just do AddResource. In Version 7, you'll need to install the controls. See the Version 7 ReadMe for info on doing this. > > >How can I include the control as a resource on the project? > >PS: I'm using NSBasic/CE 7.0 >--- In nsbasic-ce@yahoogroups.com, "George Henne"

[nsbasic-ce] Re: How To Show a Open Dialog(Using CommonDialog Control)?

2010-03-01 Thread Nathan
How can I include the control as a resource on the project? PS: I'm using NSBasic/CE 7.0 --- In nsbasic-ce@yahoogroups.com, "George Henne" wrote: > > Have you included the control as a resource in your project? > > I'll bet it is not on your device. > > > > > > >Thanks for the help, but now I'm g

[nsbasic-ce] 8.1 IDE bug

2010-03-01 Thread georgeewalters
On my laptop, running 8.1 IDE if I save current program and click the open folder button to load another, I just get a blank screen. I have to exit the IDE, then load the desired program to get it to load and display properly. -- You received this message because you are subscribed to the Googl

[nsbasic-ce] Re: New file system (new to me) Help

2010-03-01 Thread georgeewalters
Here is the corrected program segment. I found the answer in another forum posted in 2006. I needed to set the unicodeText to false to read XP txt files. AddObject("newObjects.utilctls.SFMain"), "input" AddObject("newObjects.utilctls.SFRecord"), "icmaRec" Set file = input.OpenFile("\Documents and

[nsbasic-ce] Re: file creation

2010-03-01 Thread georgeewalters
Yes, the folder does exist. There are several other items residing there as well. I'll try changing the file2 name and see if that got it confused. --- In nsbasic-ce@yahoogroups.com, "chris_kenworthy" wrote: > > Does the path "\Documents and Settings\AcuTrack\" exist on the device > already? If

Re: [nsbasic-ce] Re: resource question

2010-03-01 Thread George Henne
Best to stick with loading resources from external BMP files for now. I can't predict how quickly this will be fixed. >I tried a resource viewing tool to peek at the resources in the compiled >EXE. What I see there are the bitmaps I added, with names the same as >their resource Name property valu

[nsbasic-ce] Re: file creation

2010-03-01 Thread chris_kenworthy
Does the path "\Documents and Settings\AcuTrack\" exist on the device already? If it doesn't, then the openfile call will probably fail. Also, this might not cause an issue with creating the file, but I can see the newobjects getting somewhat confused in that you're setting file2 to be a child

Re: [nsbasic-ce] Re: Package misc. files for deployment

2010-03-01 Thread George Henne
Dir to Include and Install Dir are documented here: Let me know if you have questions! >I think I've answered my main question at least. Setting the resource's >Resource Type property to "Installer File" seems to do it. > >I guess this was real

Re: [nsbasic-ce] Shrinking List Box

2010-03-01 Thread George Henne
You can work around this by setting the value in your Form_Load routine. >Every time I exit the IDE and later load the program back, The list box >has shrunk. It consistently does this continueing to get vertically >challanged more and more each time. My list box goes across the entire >display if

Re: [nsbasic-ce] file creation

2010-03-01 Thread George Henne
Is there a \Documents and Settings folder on your device? It's usually called \My Documents, but it's more normal to put files into the directory in \program files where your app resides. >Does anyone see why this code does not create a file? I was expecting >StockCount.txt to exist even if noth

Re: [nsbasic-ce] 16-Bits BMP Validation

2010-03-01 Thread George Henne
You will need to open the file and check the information in the header. Here's more info: George Henne NS BASIC Corporation http://www.nsbasic.com > > >Hello, > I'm developing a program that need

Re: [nsbasic-ce] Re: How To Show a Open Dialog(Using CommonDialog Control)?

2010-03-01 Thread George Henne
Have you included the control as a resource in your project? I'll bet it is not on your device. > > >Thanks for the help, but now I'm getting errors when the program launch. >My code is like this: >Option Explicit >ShowOKButton True > >AddObject "NSBasic.ComDlg","dialog",0,0,0,0 >If Vartype(dialo

Re: [nsbasic-ce] New file system (new to me) Help

2010-03-01 Thread George Henne
Is this all printable data? In that case, why not simply used ReadText? There is no reason to use fields. >I have a text file sync'ed over from my laptop to a PDA. The text file >has exactly 500 records and each is 90 chars long with a new line >terminator. Running this on the PDA my problem is

[nsbasic-ce] file creation

2010-03-01 Thread georgeewalters
Does anyone see why this code does not create a file? I was expecting StockCount.txt to exist even if nothing was written to it. MsgBox said count was 1 and list was not empty. I've no idea why the file does not exist. AddObject("newObjects.utilctls.SFMain"), "file2" On Error Re

[nsbasic-ce] Deepika Padukone Video Xclusive

2010-03-01 Thread Shahid Kapor
Deepika Padukone in the making of Levi Strauss Signature Ad Click Here And Watch This Video http://nicefun.net/deepika-padukone-in-the-making-of-levi-strauss-signature-ad-vt24694.html __ Deepika Padukone in Parachute Advansed Massager Ad Click Here And Watch Thi