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 convenient to put it into the toolbox of the IDE first
and then place it on the forms.

I heartily agree.  However I can't seem to get this to happen (NSB/CE
8.1.2a).  Only ListViewCtrl.ListViewCtrl.1 seems to be in the
Toolbox.  I have NSBasic.comctl.ListView.1 in ActiveX Control Manager
(also) but it doesn't appear in the Toolbox.

What have I missed this time?  Thanks for any suggestions.

Bob





Yahoo! Groups Links




-- 
You received this message because you are subscribed to the Google Groups 
nsb-ce group.
To post to this group, send email to nsb...@googlegroups.com.
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en.



Re: .. Re: [nsbasic-ce] WB 6-style TabStrip

2010-02-16 Thread Jorge Gonzalez
I'm out of the office until 2/19/10, any urgent need about MICAS or the
server call 781-738-1888. Please contact Jace Swenson or Paul LeBlanc for
immediate assistant at 243 and 259. Thanks so much, and Merry Christmas to
you.

-- 
You received this message because you are subscribed to the Google Groups 
nsb-ce group.
To post to this group, send email to nsb...@googlegroups.com.
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en.



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 help me with this?


I uploaded the source code to this to the ChineseFlashcards  folder in
the files section.

http://f1.grp.yahoofs.com/v1/oMl3S4cf
Etk84jxC0MmSgsS7fQtybON19Z8MO6tuuH6HG
0U_niDwPISlI7d5JHs4IqombeDnDKqF8SIZ5dsV_7sT-Y-ubWbZbBBFsA/
ChineseFlashcards/ChineseFlashCards.rar





Yahoo! Groups Links




-- 
You received this message because you are subscribed to the Google Groups 
nsb-ce group.
To post to this group, send email to nsb...@googlegroups.com.
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en.



[nsbasic-ce] Re: Writing to file keeps overwriting

2010-02-16 Thread bigp...@rogers.com
yup. the Seek worked. thanks

--- In nsbasic...@yahoogroups.com, epank...@... wrote:

 Sorry that I don't recall who it was that posted it, but did you try the 
 other suggestion that was given about doing a Seek to the end of the file and 
 then writing? As far as I know lots of people use that control, so it should 
 be pretty stable. 
 
 
 
 - Original Message - 
 From: bigp...@... 
 To: nsbasic...@yahoogroups.com 
 Sent: Friday, February 12, 2010 12:21:53 PM GMT -05:00 US/Canada Eastern 
 Subject: [nsbasic-ce] Re: Writing to file keeps overwriting 
 
 
 
 
 
 
 yes i am using 
 AddObject newObjects.utilctls.SFMain, FS3 
 
 Is there another way I could get this to work? 
 
 --- In nsbasic...@yahoogroups.com , Eric Pankoke epankoke@ wrote: 
  
  My guess is that you're not using the right command to append to the 
  file, so it's simply opening the file and wiping out the contents every 
  time you call OpenFile. Unfortunately, without knowing what type of 
  object FS3 is I can't give you any more specifics. 
  
  
  
  Eric Pankoke 
  
  Mobile Games Reviewer 
  
  My Site: http://www.rustysabre.com/ 
  
  Reviews: http://www.technobrains.com/, http://www.theappera.com 
  
  Blog: http://www.iphonelife.com/blogs/eric-pankoke 
  
  Twitter: http://www.twitter.com/RustySabre/ 
  
  
  
  -Original Message- 
  From: nsbasic...@yahoogroups.com [mailto: nsbasic...@yahoogroups.com ] On 
  Behalf Of bigpete@ 
  Sent: Wednesday, February 10, 2010 6:40 PM 
  To: nsbasic...@yahoogroups.com 
  Subject: [nsbasic-ce] Writing to file keeps overwriting 
  
  
  
  
  
  This code is in a command button. All the proper AddObjets are in the 
  From1_Load. 
  
  Every time I click the command button I want what ever is typed into 
  textbox1 and textbox3 to get written to a file 
  
  I enter a some info into the textboxes, tap the command button, then 
  retype some different information into the textboxs and tap the command 
  button...etc 
  
  What is happening is that only the last piece of data I type into the 
  text boxes show up in the file. 
  
  How do I get it to the information from the textboxes to save each time 
  I click the command button and not overwite. 
  
  Dim file 
  Dim abc 
  
  abc = textbox1.Text  ,  textbox3.Text  
  
  Set File = FS3.OpenFile(filename3) 
  
  File.WriteText abc,1 
  File.close 
 



-- 
You received this message because you are subscribed to the Google Groups 
nsb-ce group.
To post to this group, send email to nsb...@googlegroups.com.
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en.