... 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...
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...
... 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)...
You can't compare different variable types. The Date variable is actually a 64-bit floating point value, calculated as following: (year-1900)*10000 +...
... 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...
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...
... 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 ...
... But if I try this: MsgBox Format(Entry.EntryDate,"####################.###") The programs hangs and I need to turn the phone off to recover. Any thoughts ?...
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...
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, Since StyleTap is available separately to allow Palm OS applications to run on supported Symbian OS devices, does this "signed by StyleTap" requirement...
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, 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...
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...
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...
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...
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....
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...
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...