Search the web
Sign In
New User? Sign Up
palm-dev-forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 90005 - 90034 of 92429   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
90005
... how about working in 1bpp manually - that is, allocate your own buffers and do operations on them; then, copy to 8bpp or 16bpp which can be properly...
Aaron Ardiri
maillist@...
Send Email
Jul 1, 2003
8:03 am
90006
... Not really. Palm databases are badly named, IMO. They are certainly very different beasts than you might expect from the name. Databases have no metadata...
Jim Cooper
jcooper@...
Send Email
Jul 1, 2003
8:58 am
90007
... AFAIK, it's in the .dat files in the <username>\address etc directories Cheers, Jim Cooper ____________________________________________ Jim Cooper...
Jim Cooper
jcooper@...
Send Email
Jul 1, 2003
9:03 am
90008
... Those values are legacy attributes from the 68K Macintosh days. They are not used in Palm OS programming... the only thing the linker uses is the segment...
Ben Combee
bcombee@...
Send Email
Jul 1, 2003
9:10 am
90009
Did you try vfsModeReadWrite open mode? Jan Slodicka ... From: "Mark A. Peters" <mapeters@...> ... order ... to ... please see...
Jan Slodicka
jano@...
Send Email
Jul 1, 2003
9:13 am
90010
I use FrmHideObject() to hide the gadget, it's fine! "Philip Streck" <philipstreck@...> ???? news:129479@palm-dev-forum... ... -- For information on using...
Sean Yang
sean@...
Send Email
Jul 1, 2003
9:46 am
90011
Hi All, I have an Handspring Treo 270. On my device there is the following version of Palm OS: Palm OS 3.5.2H5.0. I have to upgrade my device' s Palm OS to the...
Gianni Morelli
g.morelli@...
Send Email
Jul 1, 2003
12:19 pm
90012
Go to the manufacture's website and see what downloads are available. If what you think you want is not there, it is either not available for that unit or not...
Dave Lippincott
dave@...
Send Email
Jul 1, 2003
1:00 pm
90013
Make the popup trigger so it will be initialized with the max # of characters you plan to display. Then when you initialize your app, update the trigger's...
Dave Lippincott
dave@...
Send Email
Jul 1, 2003
1:09 pm
90014
... and ... With Manufacture's Website are you referring to http://www.handspring.com/ ??? At that site I didn't find any information about the upgrade. G. -- ...
Gianni Morelli
g.morelli@...
Send Email
Jul 1, 2003
1:14 pm
90015
All: My application needs a function that needs to be called periodically, once every sec. While the function is being executed any user input in terms of...
Paturi, Ramesh P (Ind...
Ramesh.Paturi@...
Send Email
Jul 1, 2003
1:17 pm
90016
"Ben Combee" <bcombee@...> wrote in message news:129547@palm-dev-forum... ... segment ... Thanks for the insight. ... The ... tap ... could ... a ...
Nick
nick.bartolotti@...
Send Email
Jul 1, 2003
1:42 pm
90017
... handspring only have downloadable updates. mainly because the devices dont have flash memory. there is a section where you can find the upgrades for your...
Aaron Ardiri
maillist@...
Send Email
Jul 1, 2003
2:02 pm
90018
Maks, Thanks for the suggestions. I am currently comparing current the version to previous versions to see where I might have broken something. At first,...
Nick
nick.bartolotti@...
Send Email
Jul 1, 2003
2:06 pm
90019
Hi, I was experiencing linker "relocation" errors when I was trying to build my palm app (written in C, using pilrc and prc-tools) My code is split up among...
Madhav Pulapaka
madhav_pulapaka@...
Send Email
Jul 1, 2003
2:15 pm
90020
Set EvtGetEvent to something other than no timeout and trap the nilEvent event. Ignore the nilEvent message when you don't need your timer. Look over any of...
Dave Lippincott
dave@...
Send Email
Jul 1, 2003
2:24 pm
90021
... Well, yes, Handspring is the manufacturer of your Treo, and the licensee of PalmOS who'd have to provide the update. ... The page where it probably would...
Oliver
ocspub@...
Send Email
Jul 1, 2003
2:40 pm
90022
Aaron, ... True of the Visor line, but the Treo line does have flash memory so they could put out updates like the GPRS support -- or at least my Treo 180 did ...
Douglas Handy
dhandy1@...
Send Email
Jul 1, 2003
2:43 pm
90023
Hello all, I have this nifty wireless application and now people want to be able to export this data to their desktop. What is the easiest way to do this? ...
palm@...
Send Email
Jul 1, 2003
2:44 pm
90024
... With XS (formely MPS) from Syllem (formely Palmware), you can use C, C++, Java, and many other languages... <http://www.syllem.com/> ... There's also...
Patrick Vuichard
Patrick.Vuichard@...
Send Email
Jul 1, 2003
2:57 pm
90025
Hello, the usual The European PalmSource Developer Seminar will take place the 22nd and 23rd of september 2003 in Munich. Information and registration on the...
Patrick Vuichard
Patrick.Vuichard@...
Send Email
Jul 1, 2003
3:02 pm
90026
My app uses a lot of dynamic memory -- is there an article online somewhere that discusses downsizing the amount of dynamic memory used? I saw some lists and...
Richard Coutts
rcoutts@...
Send Email
Jul 1, 2003
3:06 pm
90027
... To minimize the size of the jumptable, try to cluster functions together in segments, where the number of calls from one segment to another is minimized....
Ben Combee
bcombee@...
Send Email
Jul 1, 2003
3:13 pm
90028
... If you don't want to use the window enter/exit events for some reason, then you can check to see if the active window is the same as the active form's...
Ken Krugler
ken@...
Send Email
Jul 1, 2003
3:14 pm
90029
... Well, more what I was thinking here is it necessary to call FrmShowObject on each formGadgetDrawCmd? Thanks for the info. Phil ... -- For information on...
Philip Streck
philipstreck@...
Send Email
Jul 1, 2003
3:32 pm
90030
In the "quick and dirty" category consider (3) VFS card. You create a plain-text file on the VFS card, and the file is immediately readable on any other...
Hal Mueller
hal@...
Send Email
Jul 1, 2003
3:56 pm
90031
is there a way to stop playing a wave file using SndPlayResource() in ASync mode? thanks -- For information on using the Palm Developer Forums, or to...
Danny Wong
palm@...
Send Email
Jul 1, 2003
4:00 pm
90032
I installed my application using Hotsync 4.0.1 to 20 devices (sony cliee).. The problem is the application make a fatal error on some devices(2-devices) once...
iyad abu-shaera
iyad_ahmad@...
Send Email
Jul 1, 2003
4:27 pm
90033
... I tried this, but i have an "Link Error : internal linker error; line: 1317 fIle: 'Linker.c' " CW8.3 Thanks Chris -- For information on using the Palm...
Chris Apers
chrilith@...
Send Email
Jul 1, 2003
4:36 pm
90034
Hrm. Thanks Hal. Have you ever done email? Trying to find some FAQ's/code samples for that as well. Since my app is already a wireless solution, seems like...
palm@...
Send Email
Jul 1, 2003
4:41 pm
Messages 90005 - 90034 of 92429   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