Search the web
Sign In
New User? Sign Up
nsbasic-ce · Forum for NS Basic/CE users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 19955 - 19984 of 20557   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19955
Can you explain in more detail what the problem is?...
George Henne
ghenne
Offline Send Email
Apr 1, 2009
8:54 am
19956
Ya'll, I don't even know what to think at this point. I have a small program ... I've written 2 subroutines ... they will not co-exist. Either will work...
Randall Jones
kc7gkx
Offline Send Email
Apr 1, 2009
7:27 pm
19957
When you place both TextBox1_Change and TextBox3_Change events in your program they will perform a circular cascade until failure which is a Stack Overflow...
joespan123
Offline Send Email
Apr 1, 2009
7:51 pm
19958
That is a good explanation of the syndrome. To correct for it, I would suggest using a global variable called stopCascade or something similar: dim stopCascade...
Chris Kenworthy
chris_kenworthy
Offline Send Email
Apr 2, 2009
1:16 am
19959
The program start fine and after the message work fine. After run the sub "StartedForm_Load" appears the message "Member not found" and I haven't be capable of...
margubra
Offline Send Email
Apr 6, 2009
12:08 am
19960
Using some MsgBox statements, can you isolate the line of code it is executing?...
George Henne
ghenne
Offline Send Email
Apr 6, 2009
10:14 am
19961
Hi, I am new to this , please bear with me I want to manually open a Comm port with a Button ( no problem this I can do ) The comm port is connected to a...
bwolodko
Offline Send Email
Apr 6, 2009
2:14 pm
19962
Hi, I don't really know an answer to your question, but I was wondering why you don't just user serialtools with events, set the buffer length to whatever...
Andrew Thomas
andrewmarkth...
Offline Send Email
Apr 6, 2009
11:21 pm
19963
Dear all, in message #19681 it has already been asked, if it is possible to use the higher screen resolutions of modern devices. I myself use an SE Xperia with...
fredbln@...
fredbln...
Offline Send Email
Apr 7, 2009
8:27 am
19964
In theory, it should work - but it isn't easy finding how to do this. Apparently, you can supply a manifest file that changes the default API for your app -...
George Henne
ghenne
Offline Send Email
Apr 7, 2009
10:48 am
19965
I need to write an app in Ruby on Rails that will act as a SOAP server. I need to use PocketSOAP with NSBasic/CE to create an app that will be a SOAP-based...
t2thecathp
Offline Send Email
Apr 7, 2009
1:50 pm
19966
Chris, Thank you for the input. Once Joe showed me what was going on, it was a simple matter to test for whether or not the fields being updated were infact...
Randall Jones
kc7gkx
Offline Send Email
Apr 7, 2009
3:38 pm
19967
I found a good howto for making a SOAP server in Ruby on Rails here: http://benrobb.com/2007/01/30/howto-put-wsdl-on-rails/ But I am having trouble getting...
t2thecathp
Offline Send Email
Apr 7, 2009
7:55 pm
19968
It's reported "Windows XP Embedded-based systems run on an x86 processor and PC Architecture hardware, both of which are very well understood. This means that...
bwolodko
Offline Send Email
Apr 8, 2009
12:31 am
19969
Yes, NS Basic/Desktop works fine on Windows XP Embedded. George Henne NS BASIC Corporation...
George Henne
ghenne
Offline Send Email
Apr 8, 2009
5:41 am
19970
... Out of curiosity, what does the code for this test like? How do you determine the input field? Something to do with the focus - setting each field as the...
Chris Kenworthy
chris_kenworthy
Offline Send Email
Apr 8, 2009
12:32 pm
19971
Has anyone had the experience of having the ActiveSync conduit close at the termination of an NSBasic program? This happens no matter how I terminate the...
Randall Jones
kc7gkx
Offline Send Email
Apr 9, 2009
6:41 pm
19972
NSBasic v7 will make EXEs, but those program won't run on a Windows device that doesn't have the runtime installed. Am I doing something wrong? At your service...
Randall Jones
kc7gkx
Offline Send Email
Apr 9, 2009
7:13 pm
19973
I'm beginning to take this personal. I am trying to create grouped optionbuttons. The language reference says it goes like this. - Create the first button. Set...
Randall Jones
kc7gkx
Offline Send Email
Apr 9, 2009
9:28 pm
19974
... Don't you just love programming with less than stellar examples ... especially when you are just learning as I am as well.. I am developing for a CuWin3500...
bwolodko
Offline Send Email
Apr 9, 2009
10:18 pm
19975
... Don't you just love programming with less than stellar examples ... especially when you are just learning as I am as well.. I am developing for a CuWin3500...
bwolodko
Offline Send Email
Apr 9, 2009
10:18 pm
19976
Hi, I just tried the Option button's by adding 2 buttons to a form and setting the 2nd one Group=False. Below is the generated code. It works for me - that is...
joespan123
Offline Send Email
Apr 9, 2009
10:49 pm
19977
bwolodko, That's what I'm doing now ... at OB1_Click I'm clearing all the other OptionButtons. It gets the job done. In another program I'm using a different...
Randall Jones
kc7gkx
Offline Send Email
Apr 9, 2009
10:53 pm
19978
joespan123, I can't get the grouping to work using any method ... even AddObject instead of the IDE. However ... the same code executed on a WM2003 device...
Randall Jones
kc7gkx
Offline Send Email
Apr 10, 2009
12:16 am
19979
Randall, I tested this on PPC2003 device and it works. I assume your reference of it working on a WM2003 refers to the same OS as PC2003. So the latest devices...
joespan123
Offline Send Email
Apr 10, 2009
12:50 am
19980
Setting the variable to a .bmp file will show correctly trying to set it to any other format, the picture doesnot show MSR(0) = "\Storage...
bwolodko
Offline Send Email
Apr 10, 2009
7:26 pm
19981
hi all, I am a beginer and NS Basic but use VB for a long time. At this time,I have to use a rugged PDA (M3 mobile) to read RFID card the manufacturer send me...
skywamker34
Offline Send Email
Apr 11, 2009
9:40 am
19982
What device are you running on?...
George Henne
ghenne
Offline Send Email
Apr 11, 2009
10:40 am
19983
If it is an ActiveX control, you can use the AddObject command to activate the control for your program. You can then call the functions in the control. If it...
George Henne
ghenne
Offline Send Email
Apr 11, 2009
12:17 pm
19984
No - this is how it works. The Runtime does need to be installed....
George Henne
ghenne
Offline Send Email
Apr 11, 2009
12:18 pm
Messages 19955 - 19984 of 20557   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help