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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 131 - 163 of 284   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
146
The answer appears to be something in the signing. Apps need to be StyleTap signed to run. NS Basic's runtime is signed, so anything that uses the runtime is...
George Henne
ghenne
Offline Send Email
Mar 2, 2009
6:19 pm
147
George, Since StyleTap is available separately to allow Palm OS applications to run on supported Symbian OS devices, does this "signed by StyleTap" requirement...
email@...
mverive
Offline Send Email
Mar 2, 2009
11:22 pm
148
It should be OK to chain to NS Basic apps - they have the signed runtime built into them, so long as they are fat apps. There isn't any conflict for people who...
George Henne
ghenne
Offline Send Email
Mar 3, 2009
10:49 am
149
George, Please, ST has any words on that LED font glitch (on Palm and on Simulator 'space' is ok, but on ST it shows as a square). This is a problem when using...
Clistones Pedreira
clistones
Offline Send Email
Mar 22, 2009
3:03 pm
150
I will ask them again....
George Henne
ghenne
Offline Send Email
Mar 23, 2009
10:05 am
151
NS Basic/Symbian OS 1.2 Beta 1 is ready. Here is what is new: 1. BlueTooth RFCOMM communications support added. 2. IrDA communications support added. 3. Serial...
George Henne
ghenne
Offline Send Email
Mar 25, 2009
3:48 pm
153
Is it possible to try a restricted version of NSBasic Symbian before buying? The links on the NSBasic site, Symbian section, don't appear to work. Philip...
Philip Craig
travel_rat
Offline Send Email
Apr 24, 2009
7:55 am
154
Hi, I just tried it now - it seems to be working perfectly. What are you seeing? George Henne NS BASIC Corporation http://www.nsbasic.com...
George Henne
ghenne
Offline Send Email
Apr 24, 2009
12:48 pm
156
NS Basic/Symbian OS 1.2 is ready. Here is what is new: 1. BlueTooth RFCOMM communications support added. 2. IrDA communications support added. 3. Serial...
George Henne
ghenne
Offline Send Email
Apr 27, 2009
7:33 pm
158
I have found that the programming in a NSBasic Palm application for moving the target object with the Navigation button, don't seem to work in NSBasic Symbian....
Philip Craig
travel_rat
Offline Send Email
May 6, 2009
9:37 am
159
You're correct - this feature is not yet operational. Some more work has to be done in the StyleTap engine to get this working....
George Henne
ghenne
Offline Send Email
May 6, 2009
10:08 am
160
All of my Palm apps seem to run fine on a Palm but produce errors and fail on Symbian. They all have the Nav Button programmed. Could this be the reason? I'll...
Philip Craig
travel_rat
Offline Send Email
May 7, 2009
8:37 am
161
Please let me know what you find - if you can send me a short sample program, it would be great....
George Henne
ghenne
Offline Send Email
May 7, 2009
10:07 am
162
Hi, Can one do sound or audio streaming using the Symbian OS media libraries with NSBasic @ Symbian? Basically I need to write a program that I give a URL, it...
Gerbrand G
ggerbrand
Offline Send Email
May 16, 2009
11:54 am
163
Sorry - this is not possible at this time. George Henne NS BASIC Corporation http://www.nsbasic.com...
George Henne
ghenne
Offline Send Email
May 16, 2009
1:48 pm
Messages 131 - 163 of 284   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