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 16226 - 16255 of 20555   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16226
Can you please get me going, with SQLite. I have simplified in order to test and realise error tests etc should be in. Code... AddObject...
enonod
Offline Send Email
Jan 1, 2007
2:54 pm
16227
Actually, you're not doing anything wrong at all. This is how SQLite works: if the database specified in the Open command doesn't exist, SQLite creates it....
Styskul
Offline Send Email
Jan 1, 2007
3:24 pm
16228
... Thank you Styskul I knew this would be a revelation, it seems a weird way to work, to me. I am sure I can move forward an inch now. If this posted twice I...
enonod
Offline Send Email
Jan 1, 2007
6:00 pm
16229
I want to develop a simple timer function with millisecond (or at least 10ms) accuarcy on my Windows Mobile device (i-mate K-JAM). I want to be able to use the...
guydungworth
Offline Send Email
Jan 1, 2007
8:38 pm
16230
Yes, this is correct - the device IDE does not do this check. There are quite a few additional things that we can do on the desktop IDE where memory and CPU...
George Henne
ghenne
Offline Send Email
Jan 2, 2007
11:25 am
16231
What are you using in the AddObject command to create the PictureBox? If you are using AddObject "PictureBox",... it will select the MS picturebox in older...
George Henne
ghenne
Offline Send Email
Jan 2, 2007
11:27 am
16232
No, 7.0.1 will not make any difference. You can override the generated code by putting Label1.FontSize = 6.75 in your Form_Load routine. We will investigate...
George Henne
ghenne
Offline Send Email
Jan 2, 2007
11:44 am
16233
Thank you - we will look into it....
George Henne
ghenne
Offline Send Email
Jan 2, 2007
11:48 am
16234
Hi, i use NSBasic CE 7.x and NSBasic Desktop 2.x With NSBCE SQLite3 was introduced. I visited the homepage of newobjects and found the PC-Version (DLL) of...
csandmann2002
Offline Send Email
Jan 2, 2007
5:31 pm
16235
Hi, I think this is an NS Basic/Desktop question. Could you post it there?...
George Henne
ghenne
Offline Send Email
Jan 2, 2007
5:48 pm
16236
OK, posted there again. Regards Christian ... there? ... newobjects ... with...
csandmann2002
Offline Send Email
Jan 2, 2007
6:09 pm
16237
Hi all, New to NSB from Borland CBuilder. How do I write items to a simple text file on the PDA and retrieve them at program start-up? There is nothing in the...
brian.lonnon
Offline Send Email
Jan 2, 2007
7:45 pm
16238
This is a good place to start: http://www.nsbasic.com/ce/info/technotes/TN03m.htm. Use Input, Output or Append to manipulate text files. As for reading the...
Styskul
Offline Send Email
Jan 2, 2007
7:59 pm
16239
Brian, This may be helpful as an example of inputing a text file in a _Load event: AddObject "filesystem" AddObject "file" Dim s, ss, inString ' (used as...
Jerry Collier
jerichobahai
Offline Send Email
Jan 3, 2007
1:23 am
16240
... it helped! thanks! ... PictureBox? ... current ... full ... now. ... new ... but ... Picturebox0) ... (with ... picture ... coordinates ... negative...
pippopippononlosa
pippopippono...
Offline Send Email
Jan 3, 2007
1:45 pm
16241
... good workaround! thanks! ... from ... a ... is ... * 15 ... 5. ... all...
pippopippononlosa
pippopippono...
Offline Send Email
Jan 3, 2007
1:49 pm
16242
Does anyone have a quick example of how to sort a Grid. I pointed to the Col, then grid.sort, but nothing happened. Thanks, Mike...
Mike
miketrainr2000
Offline Send Email
Jan 3, 2007
10:05 pm
16243
Got it. gridCtrl1.Col = 0 gridCtrl1.Sort = 2 Descending is OK, and fortuenately it what I need. I put headiing in the first row, and that sets sorted to the...
Mike
miketrainr2000
Offline Send Email
Jan 4, 2007
2:29 am
16244
FREE Domain Name with 100 MB Web Space @ USD 10/year Special Packages Package - 1 ESPROV Special Hosting Package 100 MB Web Space, 5 GB Data Transfer, 5 POP3...
khijoblist
Offline Send Email
Jan 4, 2007
8:27 am
16245
I am a little confused by the Output Object. TN3k gives a sample program. If reduced to simply... output.scalemode=3 output drawcircle 150,150,25 sleep 5000 I...
enonod
Offline Send Email
Jan 4, 2007
10:01 am
16246
Hi Enonod, Try putting Updatescreen before your sleep statement. I created a new formless project with just this code: output.scalemode=3 output.drawcircle...
Robert Slack
robertmslack
Offline Send Email
Jan 4, 2007
11:15 am
16247
Hello Robert I typed exactly what you wrote and got exactly what I presume you got so the updatescreen solved part one. Thanks for that. However, after the...
enonod
Offline Send Email
Jan 4, 2007
4:28 pm
16248
Hello Enonod, Are you sure you created a "Formless" project? When I put the code in a "Standard" project I get the same thing as you. The Output screen will...
Robert Slack
robertmslack
Offline Send Email
Jan 4, 2007
5:40 pm
16249
Thank you Robert I believe you have answered the problem. No I did not select any particular type of project, not quite understanding the difference, apart...
enonod
Offline Send Email
Jan 4, 2007
7:49 pm
16250
Enonod, You are welcome. Output is a sort of "default" form. Can't think of any documentation to recommend. For me I've learned such things partly by trial &...
Robert Slack
robertmslack
Offline Send Email
Jan 4, 2007
8:17 pm
16251
I think I found a difference between MSCE's picturebox and the previous NSB's one: I cannot intercept the event MouseDown when I click on the picturebox. Am I...
pippopippononlosa
pippopippono...
Offline Send Email
Jan 5, 2007
9:22 am
16252
I use an Imate Jasjar and nsbasic 7.0 I can not find the way to install phone control to my ppc.Every time i try to run phone example i receive the error...
christosmantzopoulos
christosmant...
Offline Send Email
Jan 5, 2007
10:22 am
16253
Can you help with this please? I used a global variable to obtain records from sqlite and it worked. The variable type returned was 'IVarDictionary' to which I...
enonod
Offline Send Email
Jan 5, 2007
10:36 am
16254
... example ... I solve the problem by regestring the nsbphone.ocx...
christosmantzopoulos
christosmant...
Offline Send Email
Jan 5, 2007
1:06 pm
16255
Hi guys... I've found an example for VB6 to set/get the registry but didn't see one around for NSbasic. Anyone have something that does the equivalent in...
rundall
Offline Send Email
Jan 5, 2007
1:37 pm
Messages 16226 - 16255 of 20555   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