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...
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...
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...
... 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...
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...
... 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...
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...
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...
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...
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...
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...
... 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...