Search the web
Sign In
New User? Sign Up
nsbasic-symbian · NS Basic/Symbian OS Web Board
? 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 116 - 145 of 286   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
116
I have just laid my hands on NSBasic. On loading a sample program to my N85 set, get to see 'Options' on the left bottom and 'menu' on the right bottom. On...
ripplequest
Online Now Send Email
Dec 4, 2008
7:21 pm
117
Yes, the menu and options buttons are default options at this time. We're hoping to make them something more useful in the future. Here's a tech note on...
George Henne
ghenne
Offline Send Email
Dec 5, 2008
10:58 am
118
Hi all I'm having trouble with the following code that should delete a file: Filename="Test" MsgBox Filename Result=dbOpen(TestDb,Filename,0) MsgBox "1...
rmrsoft
Offline Send Email
Dec 17, 2008
9:23 am
119
Does the same thing happen when you run it in a standalone program? If you turn the device off and on again, does it still happen?...
George Henne
ghenne
Offline Send Email
Dec 17, 2008
11:31 am
120
Hi George Doug Handy solved it on the Palm forum. Scruffy programming :-) Al...
rmrsoft
Offline Send Email
Dec 17, 2008
6:16 pm
121
... labels, fields, or other objects that allow you to place custom text (or even graphics). ... something else. Gives me more real estate to display things...
rmrsoft
Offline Send Email
Dec 18, 2008
1:33 pm
122
... file...
mif_puzzle
Offline Send Email
Dec 18, 2008
3:15 pm
123
If you want to do a really fast lookup, try out the new Dictionary Library: <http://www.nsbasic.com/symbian/info/technotes/TN42.htm> AccString =...
George Henne
ghenne
Offline Send Email
Dec 18, 2008
3:27 pm
124
Thanks George, good call. I have it working fine now. Had a few issues with making the dictionary work, I'll e-mail you offline about those Thanks Al...
rmrsoft
Offline Send Email
Dec 18, 2008
9:00 pm
125
... Keyed access is very fast, since it uses a binary search algorithm. ... It's not that a *database* is keyed or not, sine there isn't a separate key. Palm...
email@...
mverive
Offline Send Email
Dec 18, 2008
10:10 pm
126
Thanks Mike, short and snappy reply :-) All makes sense though, I just had it in my mind that a keyed database had to have a different format. But your point...
rmrsoft
Offline Send Email
Dec 19, 2008
8:38 am
127
Hi from Belgium, I'm new in NSBasic programming, and I create made on measure softwares for diamond industry companies. I've begin to create software for a...
dujourdystef
Offline Send Email
Dec 23, 2008
4:57 pm
128
From the FAQ... <http://www.nsbasic.com/symbian/info/faq.html> Why doesn't my app appear to fill the whole screen? Symbian OS devices come in a large variety...
George Henne
ghenne
Offline Send Email
Dec 23, 2008
6:32 pm
129
hi, why not push the app to the left top , right top, left bottom or right bottom. better still , put a button and let the phone user choose where to dock .and...
tst_sg
Offline Send Email
Dec 31, 2008
9:38 am
130
Giving the programmer options on sizing the app is certainly something we want to do. Right now, our biggest push is to get the touch screen stuff for S60 5th...
George Henne
ghenne
Offline Send Email
Dec 31, 2008
11:42 am
131
... something we want to do. Right now, our biggest push is to get the touch screen stuff for S60 5th Edition working well. It is looking pretty good in the...
rmrsoft
Offline Send Email
Jan 1, 2009
9:04 am
132
Yes...
George Henne
ghenne
Offline Send Email
Jan 1, 2009
12:10 pm
133
NS Basic/Symbian OS 1.1 is ready for download! Major new features are: - Support for Nokia 5800 devices - New button options, including Gradients - Touchscreen...
George Henne
ghenne
Offline Send Email
Jan 27, 2009
2:34 pm
134
I am trying to compare a date held as a 'Date' type variable with a text value from a Date object. At the moment I am using: If Entry.EntryDate >=...
rmrsoft
Offline Send Email
Feb 13, 2009
6:50 pm
135
... Just realised that StringtoDate() is one of my functions. But all it does is convert a DD/MM/YY into MM/DD/YY so I can use MMDDYYToDate(TempString)...
rmrsoft
Offline Send Email
Feb 14, 2009
4:40 pm
136
You can't compare different variable types. The Date variable is actually a 64-bit floating point value, calculated as following: (year-1900)*10000 +...
email@...
mverive
Offline Send Email
Feb 14, 2009
10:01 pm
137
... OK thanks. =But I wasn't comparing different variable types, I was comparing date variables on both sides. ... Of course :-) For some twisted reason I...
rmrsoft
Offline Send Email
Feb 15, 2009
8:18 am
138
When you use DateDiff, what results do you get? Sometimes NSBasic stumbles with comparisons using nested functions, so you might need to use a temporary Date...
email@...
mverive
Offline Send Email
Feb 15, 2009
11:56 pm
139
... I think I have found the problem and it has nothing to do with the Date variable :-) This code segment was common to all my programs, where I have been ...
rmrsoft
Offline Send Email
Feb 16, 2009
8:38 am
140
Forum Nokia now has a free service for remote testing called RAD: http://www.forum.nokia.com/Resources_and_Information/Explore/ ...
George Henne
ghenne
Offline Send Email
Feb 16, 2009
2:34 pm
141
... But if I try this: MsgBox Format(Entry.EntryDate,"####################.###") The programs hangs and I need to turn the phone off to recover. Any thoughts ?...
rmrsoft
Offline Send Email
Feb 16, 2009
6:47 pm
142
What happens if you do ED = Entry.EntryDate MsgBox Format(ED,"####################.###")...
George Henne
ghenne
Offline Send Email
Feb 16, 2009
7:07 pm
143
... Works perfectly :-) Is that known bug ? Al...
rmrsoft
Offline Send Email
Feb 17, 2009
9:37 am
144
I'm trying to build an NSBasic 'wrapper' to run an existing Palm program on S60 using the CHAIN command. It didn't work, and I eventually traced the problem...
rmrsoft
Offline Send Email
Feb 28, 2009
10:56 am
145
I see the same thing here. I've passed the question onto Development to see if they can tell us more....
George Henne
ghenne
Offline Send Email
Mar 2, 2009
2:44 pm
Messages 116 - 145 of 286   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