Search the web
Sign In
New User? Sign Up
nsbasic-palmAPI · NSBasic for Palm PalmOS API support list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1784 - 1813 of 2966   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1784
Am creating a graphic app using bitmaps. I would love to see the graphics in screen at design time for optimization purposes but all I look at is a...
julio-demosys
jadebroy
Offline Send Email
Jul 2, 2002
1:08 pm
1785
... 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...
George Henne
ghenne
Offline Send Email
Jul 2, 2002
1:50 pm
1786
George, "freeware" is available to get available image info You would have to do some massaging (it's written for ColdFusion) but... ...
Andy brookfield
andy_brookfield
Online Now Send Email
Jul 2, 2002
2:04 pm
1787
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 Henne
ghenne
Offline Send Email
Jul 2, 2002
2:24 pm
1788
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...
Michael Verive
mverive
Offline Send Email
Jul 2, 2002
2:36 pm
1789
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:...
Andy brookfield
andy_brookfield
Online Now Send Email
Jul 2, 2002
2:39 pm
1790
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...
julio-demosys
jadebroy
Offline Send Email
Jul 2, 2002
3:19 pm
1791
It sounds like it's time to have another look at doing this... ... George Henne NS BASIC Corporation http://www.nsbasic.com...
George Henne
ghenne
Offline Send Email
Jul 2, 2002
6:58 pm
1792
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 ...
julio-demosys
jadebroy
Offline Send Email
Jul 2, 2002
7:40 pm
1793
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 ...
David Orriss Jr
daorriss
Offline Send Email
Jul 8, 2002
4:38 pm
1794
... Yes, so long as you do not use any features that didn't exist in 3.0. George Henne NS BASIC Corporation http://www.nsbasic.com...
George Henne
ghenne
Offline Send Email
Jul 8, 2002
5:48 pm
1795
... 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...
David Orriss Jr
daorriss
Offline Send Email
Jul 8, 2002
5:52 pm
1796
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...
vanderwalj
Offline Send Email
Jul 11, 2002
4:59 am
1797
Vanderwalj, ... The basic syntax for SysTrapFunc arguments is: #1: Trap number (eg 363) #2: Number of arguments the API uses #3+: API arguments, as...
Douglas Handy
douglashandy
Offline Send Email
Jul 11, 2002
6:14 am
1798
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
Offline Send Email
Jul 11, 2002
6:26 am
1799
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...
Douglas Handy
douglashandy
Offline Send Email
Jul 11, 2002
6:45 am
1800
J., Doug answered your systrap questions, but you might also want to check out the FixedWidthString() function in the NSBSystemLib. Your message says "left...
glowkar
Offline Send Email
Jul 11, 2002
11:28 pm
1801
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 Orriss Jr
daorriss
Offline Send Email
Jul 12, 2002
11:28 pm
1802
David, ... with ... From "Palm OS Programmer's FAQ" "3.7 - What do we know about Palm's switch to ARM processors?" ...
Adrian Nicolaiev
nicolaievbrian
Offline Send Email
Jul 13, 2002
12:15 am
1803
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...
Douglas Handy
douglashandy
Offline Send Email
Jul 13, 2002
12:23 am
1804
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_selvarajan
Offline Send Email
Jul 16, 2002
9:22 pm
1805
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...
Douglas Handy
douglashandy
Offline Send Email
Jul 16, 2002
9:53 pm
1806
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_selvarajan
Offline Send Email
Jul 16, 2002
10:14 pm
1807
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 ...
Douglas Handy
douglashandy
Offline Send Email
Jul 16, 2002
10:37 pm
1808
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...
hari_selvarajan
Offline Send Email
Jul 17, 2002
12:02 am
1809
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...
Michael Verive
mverive
Offline Send Email
Jul 17, 2002
12:05 am
1810
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_selvarajan
Offline Send Email
Jul 17, 2002
12:26 am
1811
Hari, Strange, indeed! BTW, did you ever get the font substitution working? Mike mverive@... ... takes ... What's ... that...
mverive
Offline Send Email
Jul 17, 2002
2:01 am
1812
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...
glowkar
Offline Send Email
Jul 17, 2002
3:40 am
1813
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...
hari_selvarajan
Offline Send Email
Jul 17, 2002
6:24 pm
Messages 1784 - 1813 of 2966   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