... happens! ... Last minute news.I install NSBasic to my laptop and everything works fine.My laptop runs Windows vista Greek and the desktop runs Windows ...
Hello, what Vista Version are you using ? I´m using Vista Home Premium with Service Pack 1 (german ed.) and it works fine. I remember that I had the same...
... Windows vista home premium service pack1 english version.My laptop runs windows vista premium (no service pack) greek version and everything run ok....
George Nice job with the new version, looks much better on 240x320 screens as well as 240x240. Pity I released new versions of my programs only as week ago...
Hi, I always make it a point to showcase my completed projects to as many potential customers in the shortest time possible. I usually connects my Palm PDA to...
Hi. Am currently evaluating ns basic to see if I can use it to develop and application that runs on an HP IPAQ over GPRS network to connect to a database on...
Bernad Kioko [Bernsof...
bkioko@...
Nov 9, 2008 7:42 pm
80
Hi Bernard, Here is my way ... I´m connecting over GPRS or WIFI to a mysql database. The database run on an apache server with php. I use the TCP library of...
Hi, Some Provider don´t support full TCP/IP protocol over GPRS. Maybe you ask your provider. I made this experience running an tiny webserver on my cellphone....
Bernad is using an HP IPAQ, which I believe is a Windows CE/PocketPC/Windows Mobile device. So, I think this should be directed to the NSBasic CE forum. I...
Just a progress report: I'm still working on getting a test bed set up here. Our E61 refuses to go into phone mode, the Sony Ericsson M600i isn't charging, and...
I am getting mixed results in the testing here. The Sony Ericsson M600 works fine. The StockQuote test app returns proper (though sharply lower) stock prices...
OK, I got the other device working too. I tried using the web browser next. When it did not work, I dug into why. I needed to set up my carrier's data account...
I am beginning to get people asking for non-English versions of my software. C++ and Symbian SDKs use a Resource file idea whereby the text is held in a...
The Symbian OS resource system for internationalization is somewhat cumbersome and impractical to use from NS Basic. I've always liked the idea of .txt files...
Loading a huge array at startup is not likely to be a reasonable approach, due to the processing involved. Using individual databases for each language is a...
... Not very, but I agree the database option is probably the best. I am just wondering how to do it to make the code readable. In other Symbian systems, you...
I always put a comment with the English version in the code: If A<>B then gStringTable(1203) 'Values do not match You're right about the menus. We'll have a...
If you use a keyed database approach, you could use the English word (or identifier, such as Vehicle in your example) as the key, and use it to return the word...
... word (or identifier, such as Vehicle in your example) as the key, and use it to return the word for the alternative language. Thank Mike, that is clever, I...