... This is actually tougher than it sounds to do. The Palm OS will draw the bitmap at its actual size: not the size that you draw at design time. The IDE...
Sounds promising - now, we just have to find an ActiveX control that does the same thing. ... George Henne NS BASIC Corporation http://www.nsbasic.com...
George, I know there are controls available that will allow you to place graphics on the screen, and display and optionally scale the image. Lead Technologies...
All you need to do is incorporate the code directly in, FULL SOURCECODE is included! Andy ... From: George Henne To: nsbasic-palmAPI@yahoogroups.com Sent:...
George, Thanks for your answer. I have noted before that in NSbasic and other palm tools, if the bitmap exceeds the size of the screen or if it "goes out" of...
I am already in line for the upgrade! ... From: "George Henne" <gh@...> To: <nsbasic-palmAPI@yahoogroups.com> Sent: Tuesday, July 02, 2002 12:58 PM ...
Can I use the 3.5 SDK to write an application that will be deployed to the PalmOS 3.0 devices?? -- David Orriss Jr. dave@... http://www.davenet.net ...
... Thanks George. Someone on the PalmToolsForum said that I should actually be using SDK 4.0r1 even if I'm writting for a baseline of PalmOS 1.0... I didn't...
I'm trying to make a API call to get the Font Char Width so I can either left justify or center text using DrawChars. The problem I have is what is the...
Thanks! Works great. I did know about the NSB library that I could use, but didn't want an extra library attached if it was only to do this. ...code snipets...
Vanderwalj, ... Then you'll have a very hard time using SysTraps except by copying code snippets. If you won't use NSBSystemLib, then start by searching the...
J., Doug answered your systrap questions, but you might also want to check out the FixedWidthString() function in the NSBSystemLib. Your message says "left...
Can someone please explain what the Little Endian vs Big Endian issue is with moving Palm databases from OS4 and prior to OS5? I'm not getting a clear picture...
David, ... Do a google search on "Big Endian" and you'll likely find lots of sites who discuss the differences. In a nutshell, it refers to the byte ordering...
Greetings, I've been having a really weird problem calling a shared library from NSBasic. The library is written in C with prc-tools, and I have two programs...
Hari, ... What version of Prc-Tools? There was a nasty bug in GCC which affected floats, which would cause symptoms like you are describing. But it was fixed...
Doug, ... I downloaded the newest stable version off sourceforge two weeks ago. I believe it's prc-tools 2.1, gcc version 2.95.3-kgpd. ... I use NSB because...
Hari, ... OK, that eliminates that as a potential source. Two other things: 1) Use a function return type of Int32 instead of Err on the shared lib ...
Doug, Thanks for your suggestions. I'd already replaced all function returns of type Err with Int32 - the message is up on the list and I thought that might be...
Have you looked closely at the INF to be sure that the values are being passed appropriately, especially since NSBasic's variable types don't match C's (or...
Mike, ... being ... don't match ... It's funny, because the subroutine that's causing so much hair loss doesn't take any parameters. I have another that does -...
Hari, I know this *shouldn't* make a difference, but this is strange C code - no offense intended! &sumString[0] *should* point to the same address as just...
Mike, I did get the font substitution working though only from a shared library. I haven't gotten round to posting the code to the list yet, but if it would be...